-- MySQL dump 10.13 Distrib 5.7.17, for Linux (x86_64) -- -- Host: localhost Database: db774684989 -- ------------------------------------------------------ -- Server version 5.7.17-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!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_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_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_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'Un commentateur WordPress','wapuu@wordpress.example','https://wordpress.org/','','2019-02-23 17:07:22','2019-02-23 16:07:22','Bonjour, ceci est un commentaire.\nPour débuter avec la modération, la modification et la suppression de commentaires, veuillez visiter l’écran des Commentaires dans le Tableau de bord.\nLes avatars des personnes qui commentent arrivent depuis Gravatar.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_layerslider` -- DROP TABLE IF EXISTS `wp_layerslider`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_layerslider` ( `id` int(10) NOT NULL AUTO_INCREMENT, `author` int(10) NOT NULL DEFAULT '0', `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '', `slug` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '', `data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `date_c` int(10) NOT NULL, `date_m` int(10) NOT NULL, `schedule_start` int(10) NOT NULL DEFAULT '0', `schedule_end` int(10) NOT NULL DEFAULT '0', `flag_hidden` tinyint(1) NOT NULL DEFAULT '0', `flag_deleted` tinyint(1) NOT NULL DEFAULT '0', `flag_popup` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_layerslider` -- LOCK TABLES `wp_layerslider` WRITE; /*!40000 ALTER TABLE `wp_layerslider` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_layerslider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_layerslider_revisions` -- DROP TABLE IF EXISTS `wp_layerslider_revisions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_layerslider_revisions` ( `id` int(10) NOT NULL AUTO_INCREMENT, `slider_id` int(10) NOT NULL, `author` int(10) NOT NULL DEFAULT '0', `data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `date_c` int(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_layerslider_revisions` -- LOCK TABLES `wp_layerslider_revisions` WRITE; /*!40000 ALTER TABLE `wp_layerslider_revisions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_layerslider_revisions` 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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_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`) ) ENGINE=InnoDB AUTO_INCREMENT=431571 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; /*!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','http://fj-lifesciences.com','yes'),(2,'home','http://fj-lifesciences.com','yes'),(3,'blogname','FJ Life Sciences','yes'),(4,'blogdescription','Expertise & Innovation dedicated to health, well-being and beauty','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','contact@couleurvelvet.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','j F Y','yes'),(24,'time_format','G \\h i \\m\\i\\n','yes'),(25,'links_updated_date_format','j F Y G \\h i \\m\\i\\n','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:17:{i:0;s:27:\"LayerSlider/layerslider.php\";i:1;s:17:\"booked/booked.php\";i:2;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:3;s:27:\"coming-soon/coming-soon.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:39:\"disable-gutenberg/disable-gutenberg.php\";i:6;s:32:\"duplicate-page/duplicatepage.php\";i:7;s:27:\"js_composer/js_composer.php\";i:8;s:17:\"leadin/leadin.php\";i:9;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:10;s:47:\"really-simple-captcha/really-simple-captcha.php\";i:11;s:23:\"revslider/revslider.php\";i:12;s:41:\"stm-configurations/stm-configurations.php\";i:13;s:43:\"stm-gdpr-compliance/stm-gdpr-compliance.php\";i:14;s:23:\"wordfence/wordfence.php\";i:15;s:24:\"wordpress-seo/wp-seo.php\";i:16;s:25:\"wp-members/wp-members.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:3:{i:0;s:66:\"/homepages/43/d510823632/htdocs/wp-content/themes/pearl/footer.php\";i:1;s:65:\"/homepages/43/d510823632/htdocs/wp-content/themes/pearl/style.css\";i:2;s:0:\"\";}','no'),(40,'template','pearl','yes'),(41,'stylesheet','pearl','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','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','44719','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','0','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','','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:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}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:1:{s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";}','no'),(82,'timezone_string','Europe/Paris','yes'),(83,'page_for_posts','2299','yes'),(84,'page_on_front','3854','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','3845','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:8:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:64:{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:24:\"edit_booked_appointments\";b:1;s:21:\"manage_booked_options\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:20:\"booked_booking_agent\";a:2:{s:4:\"name\";s:13:\"Booking Agent\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:24:\"edit_booked_appointments\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(95,'fresh_site','0','yes'),(96,'WPLANG','fr_FR','yes'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-posts','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";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:7:\"default\";a:1:{i:0;s:14:\"recent-posts-2\";}s:6:\"footer\";a:2:{i:0;s:10:\"stm_text-2\";i:1;s:10:\"contacts-2\";}s:13:\"array_version\";i:3;}','yes'),(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:1:{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:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'cron','a:13:{i:1737626842;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:1737627457;a:1:{s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1737628714;a:1:{s:27:\"check_plugin_updates-booked\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1737638257;a:1:{s:20:\"wordfence_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:1737648442;a:3:{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;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1737648458;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:1737648459;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:1737692220;a:1:{s:29:\"mc4wp_refresh_mailchimp_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1737701971;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1737798000;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"979b84ff0b06889bfa84590b1ca3ce2c\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1737798000;}}}}i:1737990000;a:1:{s:31:\"wordfence_email_activity_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1738057200;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"c170e97ea61f76356363c30dfff0a15d\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1738057200;}}}}s:7:\"version\";i:2;}','yes'),(113,'theme_mods_twentynineteen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1551003593;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\";}}}}','yes'),(141,'can_compress_scripts','1','no'),(177,'current_theme','Pearl','yes'),(178,'theme_mods_pearl','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:40;}s:18:\"custom_css_post_id\";i:4129;s:16:\"header_textcolor\";s:6:\"2d2e82\";s:16:\"background_color\";s:6:\"ffffff\";}','yes'),(179,'theme_switched','','yes'),(180,'stm_custom_styles_v','105','yes'),(181,'envato_market_version','1.0.0-RC2','yes'),(184,'stm_theme_version','2.9.5','yes'),(185,'stm_theme_options','a:245:{s:11:\"post_layout\";s:1:\"1\";s:12:\"post_sidebar\";s:4:\"2317\";s:27:\"post_sidebar_archive_mobile\";s:6:\"hidden\";s:21:\"post_sidebar_position\";s:5:\"right\";s:9:\"post_view\";s:4:\"list\";s:20:\"stm_post_popular_day\";s:0:\"\";s:22:\"stm_post_popular_month\";s:0:\"\";s:20:\"stm_post_popular_top\";s:0:\"\";s:11:\"post_author\";s:4:\"true\";s:13:\"post_comments\";s:4:\"true\";s:10:\"post_image\";s:4:\"true\";s:9:\"post_info\";s:4:\"true\";s:10:\"post_share\";s:4:\"true\";s:19:\"post_sidebar_single\";s:4:\"2317\";s:28:\"post_sidebar_single_position\";s:5:\"right\";s:9:\"post_tags\";s:4:\"true\";s:10:\"post_title\";s:4:\"true\";s:10:\"main_color\";s:7:\"#2d2e82\";s:15:\"secondary_color\";s:7:\"#bababb\";s:11:\"third_color\";s:7:\"#202020\";s:9:\"copyright\";s:106:\"FJ LIFE SCIENCES
Designed by Couleur Velvet Communication\";s:12:\"copyright_co\";s:4:\"true\";s:15:\"copyright_image\";s:0:\"\";s:17:\"copyright_socials\";s:4:\"true\";s:14:\"copyright_year\";s:4:\"true\";s:16:\"footer_bottom_bg\";s:0:\"\";s:19:\"footer_bottom_color\";s:0:\"\";s:10:\"right_text\";s:0:\"\";s:17:\"stm_footer_layout\";s:1:\"1\";s:14:\"footer_socials\";a:1:{i:0;a:2:{s:6:\"social\";s:14:\"fa fa-linkedin\";s:3:\"url\";s:53:\"https://www.linkedin.com/in/fabienne-joanny-083a4613/\";}}s:9:\"footer_bg\";s:7:\"#e3e5e9\";s:15:\"footer_bg_image\";s:0:\"\";s:12:\"footer_color\";s:7:\"#2d2e82\";s:11:\"footer_cols\";s:1:\"2\";s:17:\"scroll_top_button\";s:4:\"true\";s:16:\"accordions_style\";s:7:\"style_2\";s:20:\"buttons_global_style\";s:7:\"style_3\";s:18:\"forms_global_style\";s:7:\"style_3\";s:16:\"pagination_style\";s:7:\"style_3\";s:21:\"sidebars_global_style\";s:7:\"style_1\";s:10:\"tabs_style\";s:7:\"style_2\";s:10:\"tour_style\";s:7:\"style_1\";s:5:\"boxed\";s:5:\"false\";s:8:\"boxed_bg\";s:4:\"2658\";s:13:\"divider_api_1\";s:0:\"\";s:11:\"enable_ajax\";s:5:\"false\";s:14:\"enable_bubbles\";s:5:\"false\";s:2:\"ga\";s:0:\"\";s:14:\"google_api_key\";s:0:\"\";s:4:\"logo\";s:4:\"3851\";s:9:\"preloader\";s:5:\"false\";s:15:\"preloader_color\";s:7:\"#2d2e82\";s:12:\"site_padding\";s:1:\"0\";s:10:\"site_width\";s:4:\"1140\";s:14:\"page_title_box\";s:4:\"true\";s:20:\"page_title_box_align\";s:6:\"center\";s:21:\"page_title_box_author\";s:5:\"false\";s:23:\"page_title_box_bg_color\";s:18:\"rgb(255, 255, 255)\";s:23:\"page_title_box_bg_image\";s:4:\"1716\";s:21:\"page_title_box_bg_pos\";s:0:\"\";s:23:\"page_title_box_category\";s:5:\"false\";s:25:\"page_title_box_line_color\";s:7:\"#ffffff\";s:23:\"page_title_box_override\";s:5:\"false\";s:20:\"page_title_box_style\";s:7:\"style_2\";s:23:\"page_title_box_subtitle\";s:0:\"\";s:29:\"page_title_box_subtitle_color\";s:7:\"#ffffff\";s:18:\"page_title_box_tag\";s:5:\"false\";s:25:\"page_title_box_text_color\";s:7:\"#ffffff\";s:20:\"page_title_box_title\";s:0:\"\";s:25:\"page_title_box_title_line\";s:5:\"false\";s:25:\"page_title_box_title_size\";s:2:\"h1\";s:22:\"page_title_breadcrumbs\";s:5:\"false\";s:17:\"page_title_button\";s:5:\"false\";s:22:\"page_title_button_text\";s:6:\"Button\";s:21:\"page_title_button_url\";s:1:\"#\";s:13:\"bottom_bar_bg\";s:0:\"\";s:17:\"bottom_bar_bottom\";s:2:\"15\";s:16:\"bottom_bar_color\";s:7:\"#ff3c65\";s:26:\"bottom_bar_link_colorhover\";s:7:\"#ff3c65\";s:21:\"bottom_bar_text_color\";s:7:\"#ffffff\";s:14:\"bottom_bar_top\";s:2:\"15\";s:14:\"header_builder\";a:1:{s:6:\"center\";a:2:{s:4:\"left\";a:1:{i:0;a:9:{s:9:\"$$hashKey\";s:10:\"object:592\";s:4:\"data\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"uselogo\";s:4:\"true\";s:5:\"width\";s:3:\"224\";}s:8:\"disabled\";a:3:{s:7:\"default\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:6:\"tablet\";s:8:\"disabled\";}s:5:\"label\";s:5:\"Image\";s:7:\"margins\";a:1:{s:7:\"default\";a:1:{s:3:\"top\";s:0:\"\";}}s:5:\"order\";a:2:{s:6:\"mobile\";s:4:\"1200\";s:6:\"tablet\";s:4:\"2196\";}s:8:\"position\";a:3:{i:0;s:6:\"center\";i:1;s:4:\"left\";i:2;s:1:\"0\";}s:4:\"type\";s:5:\"image\";s:5:\"value\";s:4:\"3418\";}}s:5:\"right\";a:2:{i:0;a:7:{s:9:\"$$hashKey\";s:11:\"object:1206\";s:4:\"data\";a:3:{s:2:\"id\";s:1:\"2\";s:4:\"line\";s:11:\"line_bottom\";s:5:\"style\";s:7:\"default\";}s:8:\"disabled\";a:3:{s:7:\"default\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:6:\"tablet\";s:0:\"\";}s:5:\"label\";s:4:\"Menu\";s:5:\"order\";a:2:{s:6:\"mobile\";s:4:\"2310\";s:6:\"tablet\";s:4:\"2310\";}s:8:\"position\";a:3:{i:0;s:6:\"center\";i:1;s:5:\"right\";i:2;s:1:\"0\";}s:4:\"type\";s:4:\"menu\";}i:1;a:6:{s:9:\"$$hashKey\";s:10:\"object:237\";s:8:\"disabled\";a:3:{s:7:\"default\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:6:\"tablet\";s:0:\"\";}s:5:\"label\";s:4:\"Cart\";s:5:\"order\";a:2:{s:6:\"mobile\";s:4:\"2310\";s:6:\"tablet\";s:4:\"2310\";}s:8:\"position\";a:3:{i:0;s:6:\"center\";i:1;s:5:\"right\";i:2;s:1:\"1\";}s:4:\"type\";s:4:\"cart\";}}}}s:23:\"center_header_fullwidth\";s:5:\"false\";s:9:\"header_bg\";s:4:\"1898\";s:14:\"header_bg_fill\";s:4:\"full\";s:13:\"header_bottom\";s:2:\"52\";s:12:\"header_color\";s:24:\"rgba(253, 254, 254, 0.8)\";s:17:\"header_text_color\";s:7:\"#2d2e82\";s:23:\"header_text_color_hover\";s:7:\"#ff3c65\";s:10:\"header_top\";s:2:\"52\";s:19:\"divider_h_socials_1\";s:0:\"\";s:10:\"header_bgi\";s:0:\"\";s:14:\"header_socials\";a:4:{i:0;a:2:{s:6:\"social\";s:13:\"fa fa-twitter\";s:3:\"url\";s:11:\"Twitter.com\";}i:1;a:2:{s:6:\"social\";s:14:\"fa fa-facebook\";s:3:\"url\";s:11:\"facebook.me\";}i:2;a:2:{s:6:\"social\";s:8:\"fa fa-vk\";s:3:\"url\";s:6:\"vk.com\";}i:3;a:2:{s:6:\"social\";s:15:\"fa fa-instagram\";s:3:\"url\";s:8:\"insta.gg\";}}s:13:\"header_sticky\";s:0:\"\";s:16:\"header_sticky_bg\";s:7:\"#ffffff\";s:18:\"main_header_offset\";s:5:\"false\";s:25:\"main_header_sticky_mobile\";s:5:\"false\";s:17:\"main_header_style\";s:7:\"style_1\";s:23:\"main_header_transparent\";s:4:\"true\";s:16:\"mobile_header_bg\";s:7:\"#ffffff\";s:24:\"mobile_header_logo_width\";s:0:\"\";s:10:\"top_bar_bg\";s:0:\"\";s:14:\"top_bar_bottom\";s:2:\"25\";s:13:\"top_bar_color\";s:7:\"#ffffff\";s:24:\"top_bar_link_color_hover\";s:7:\"#ff3c65\";s:18:\"top_bar_text_color\";s:7:\"#2d2e82\";s:11:\"top_bar_top\";s:2:\"25\";s:7:\"page_bc\";s:4:\"true\";s:17:\"page_bc_fullwidth\";s:5:\"false\";s:16:\"page_pre_content\";s:7:\"default\";s:20:\"page_pre_content_box\";s:5:\"false\";s:15:\"page_pre_footer\";s:7:\"default\";s:19:\"page_pre_footer_box\";s:5:\"false\";s:15:\"show_page_title\";s:5:\"false\";s:17:\"coming_soon_style\";s:7:\"style_1\";s:13:\"error_page_bg\";s:4:\"2658\";s:16:\"error_page_style\";s:7:\"style_4\";s:6:\"albums\";a:3:{s:7:\"enabled\";s:5:\"false\";s:11:\"has_archive\";s:5:\"false\";s:6:\"public\";s:5:\"false\";}s:13:\"divider_mus_1\";s:0:\"\";s:25:\"stm_albums_sidebar_single\";s:7:\"default\";s:32:\"stm_albums_sidebar_single_mobile\";s:6:\"hidden\";s:34:\"stm_albums_sidebar_single_position\";s:4:\"left\";s:15:\"currency_symbol\";s:1:\"$\";s:24:\"currency_symbol_position\";s:4:\"left\";s:13:\"divider_api_2\";s:0:\"\";s:18:\"divider_currency_1\";s:0:\"\";s:19:\"divider_donations_1\";s:0:\"\";s:19:\"divider_donations_2\";s:0:\"\";s:19:\"divider_donations_3\";s:0:\"\";s:9:\"donations\";a:1:{s:7:\"enabled\";s:5:\"false\";}s:20:\"paypal_currency_code\";s:3:\"USD\";s:12:\"paypal_email\";s:18:\"timur@stylemix.net\";s:11:\"paypal_mode\";s:7:\"sandbox\";s:22:\"stm_donations_amount_1\";s:2:\"10\";s:22:\"stm_donations_amount_2\";s:2:\"20\";s:22:\"stm_donations_amount_3\";s:2:\"30\";s:20:\"stm_donations_layout\";s:1:\"1\";s:21:\"stm_donations_sidebar\";s:7:\"default\";s:30:\"stm_donations_sidebar_position\";s:4:\"left\";s:28:\"stm_donations_sidebar_single\";s:4:\"2234\";s:35:\"stm_donations_sidebar_single_mobile\";s:6:\"hidden\";s:37:\"stm_donations_sidebar_single_position\";s:5:\"right\";s:18:\"stm_donations_view\";s:4:\"list\";s:16:\"divider_events_1\";s:0:\"\";s:16:\"divider_events_2\";s:0:\"\";s:6:\"events\";a:3:{s:7:\"enabled\";s:4:\"true\";s:11:\"has_archive\";s:5:\"false\";s:6:\"public\";s:4:\"true\";}s:17:\"stm_events_layout\";s:1:\"1\";s:18:\"stm_events_sidebar\";s:7:\"default\";s:27:\"stm_events_sidebar_position\";s:4:\"left\";s:25:\"stm_events_sidebar_single\";s:4:\"2234\";s:32:\"stm_events_sidebar_single_mobile\";s:6:\"hidden\";s:34:\"stm_events_sidebar_single_position\";s:5:\"right\";s:15:\"stm_events_view\";s:4:\"list\";s:22:\"divider_media_events_1\";s:0:\"\";s:16:\"stm_media_events\";s:0:\"\";s:23:\"stm_media_events_layout\";s:4:\"left\";s:31:\"stm_media_events_sidebar_single\";s:7:\"default\";s:38:\"stm_media_events_sidebar_single_mobile\";s:6:\"hidden\";s:40:\"stm_media_events_sidebar_single_position\";s:4:\"left\";s:18:\"divider_products_1\";s:0:\"\";s:18:\"divider_products_2\";s:0:\"\";s:8:\"products\";s:0:\"\";s:19:\"stm_products_layout\";s:4:\"left\";s:20:\"stm_products_sidebar\";s:7:\"default\";s:29:\"stm_products_sidebar_position\";s:4:\"left\";s:27:\"stm_products_sidebar_single\";s:7:\"default\";s:34:\"stm_products_sidebar_single_mobile\";s:6:\"hidden\";s:36:\"stm_products_sidebar_single_position\";s:4:\"left\";s:17:\"stm_products_view\";s:4:\"grid\";s:18:\"divider_projects_1\";s:0:\"\";s:18:\"divider_projects_2\";s:0:\"\";s:8:\"projects\";a:6:{s:7:\"enabled\";s:4:\"true\";s:11:\"has_archive\";s:5:\"false\";s:4:\"name\";s:4:\"Case\";s:6:\"plural\";s:5:\"Cases\";s:6:\"public\";s:5:\"false\";s:4:\"slug\";s:5:\"cases\";}s:19:\"stm_projects_layout\";s:7:\"default\";s:20:\"stm_projects_sidebar\";s:7:\"default\";s:29:\"stm_projects_sidebar_position\";s:4:\"left\";s:27:\"stm_projects_sidebar_single\";s:4:\"2393\";s:34:\"stm_projects_sidebar_single_mobile\";s:6:\"hidden\";s:36:\"stm_projects_sidebar_single_position\";s:5:\"right\";s:17:\"stm_projects_view\";s:4:\"grid\";s:18:\"divider_services_1\";s:0:\"\";s:18:\"divider_services_2\";s:0:\"\";s:8:\"services\";a:6:{s:7:\"enabled\";s:4:\"true\";s:11:\"has_archive\";s:5:\"false\";s:4:\"name\";s:8:\"Services\";s:6:\"plural\";s:8:\"Services\";s:6:\"public\";s:4:\"true\";s:4:\"slug\";s:8:\"Services\";}s:19:\"stm_services_layout\";s:1:\"1\";s:20:\"stm_services_sidebar\";s:5:\"false\";s:29:\"stm_services_sidebar_position\";s:4:\"left\";s:27:\"stm_services_sidebar_single\";s:5:\"false\";s:34:\"stm_services_sidebar_single_mobile\";s:6:\"hidden\";s:36:\"stm_services_sidebar_single_position\";s:4:\"left\";s:24:\"stm_services_single_form\";s:5:\"false\";s:25:\"stm_services_single_phone\";s:0:\"\";s:9:\"stm_staff\";s:0:\"\";s:18:\"stm_stories_layout\";s:1:\"1\";s:26:\"stm_stories_sidebar_single\";s:4:\"2234\";s:33:\"stm_stories_sidebar_single_mobile\";s:6:\"hidden\";s:35:\"stm_stories_sidebar_single_position\";s:5:\"right\";s:7:\"stories\";a:1:{s:7:\"enabled\";s:5:\"false\";}s:10:\"stm_albums\";s:0:\"\";s:10:\"stm_events\";s:0:\"\";s:12:\"stm_products\";s:0:\"\";s:12:\"stm_projects\";s:0:\"\";s:12:\"stm_services\";s:0:\"\";s:11:\"stm_stories\";s:0:\"\";s:16:\"stm_testimonials\";s:0:\"\";s:9:\"stm_video\";s:0:\"\";s:12:\"testimonials\";a:3:{s:7:\"enabled\";s:5:\"false\";s:11:\"has_archive\";s:0:\"\";s:6:\"public\";s:0:\"\";}s:13:\"divider_vac_1\";s:0:\"\";s:20:\"stm_vacancies_button\";s:4:\"true\";s:25:\"stm_vacancies_button_text\";s:10:\"Contact Us\";s:24:\"stm_vacancies_button_url\";s:8:\"/contact\";s:21:\"stm_vacancies_details\";s:4:\"true\";s:27:\"stm_vacancies_layout_single\";s:1:\"3\";s:19:\"stm_vacancies_share\";s:4:\"true\";s:28:\"stm_vacancies_sidebar_single\";s:5:\"false\";s:35:\"stm_vacancies_sidebar_single_mobile\";s:6:\"hidden\";s:37:\"stm_vacancies_sidebar_single_position\";s:4:\"left\";s:9:\"vacancies\";a:1:{s:7:\"enabled\";s:4:\"true\";}s:13:\"divider_vid_1\";s:0:\"\";s:25:\"stm_videos_sidebar_single\";s:7:\"default\";s:32:\"stm_videos_sidebar_single_mobile\";s:6:\"hidden\";s:34:\"stm_videos_sidebar_single_position\";s:4:\"left\";s:6:\"videos\";a:1:{s:7:\"enabled\";s:5:\"false\";}s:10:\"shop_items\";s:1:\"3\";s:15:\"stm_shop_layout\";s:8:\"business\";s:15:\"product_sidebar\";s:4:\"2691\";s:24:\"product_sidebar_position\";s:5:\"right\";s:19:\"thumbnails_quantity\";s:1:\"5\";s:24:\"thumbnails_view_vertical\";s:5:\"false\";s:16:\"blockquote_style\";s:7:\"style_3\";s:9:\"body_font\";a:7:{s:5:\"color\";s:7:\"#222222\";s:2:\"fw\";s:3:\"400\";s:2:\"ln\";s:2:\"24\";s:2:\"ls\";s:0:\"\";s:3:\"mgb\";s:0:\"\";s:4:\"name\";s:9:\"Open Sans\";s:4:\"size\";s:2:\"14\";}s:11:\"h1_settings\";a:7:{s:5:\"color\";s:0:\"\";s:2:\"fw\";s:3:\"600\";s:2:\"ln\";s:2:\"42\";s:2:\"ls\";s:1:\"1\";s:3:\"mgb\";s:0:\"\";s:4:\"name\";s:0:\"\";s:4:\"size\";s:2:\"36\";}s:11:\"h2_settings\";a:7:{s:5:\"color\";s:0:\"\";s:2:\"fw\";s:3:\"600\";s:2:\"ln\";s:2:\"36\";s:2:\"ls\";s:1:\"2\";s:3:\"mgb\";s:0:\"\";s:4:\"name\";s:0:\"\";s:4:\"size\";s:2:\"30\";}s:11:\"h3_settings\";a:7:{s:5:\"color\";s:0:\"\";s:2:\"fw\";s:3:\"600\";s:2:\"ln\";s:2:\"28\";s:2:\"ls\";s:1:\"2\";s:3:\"mgb\";s:0:\"\";s:4:\"name\";s:0:\"\";s:4:\"size\";s:2:\"22\";}s:11:\"h4_settings\";a:7:{s:5:\"color\";s:0:\"\";s:2:\"fw\";s:3:\"600\";s:2:\"ln\";s:2:\"26\";s:2:\"ls\";s:3:\"1.5\";s:3:\"mgb\";s:0:\"\";s:4:\"name\";s:0:\"\";s:4:\"size\";s:2:\"20\";}s:11:\"h5_settings\";a:7:{s:5:\"color\";s:0:\"\";s:2:\"fw\";s:3:\"600\";s:2:\"ln\";s:0:\"\";s:2:\"ls\";s:3:\"1.2\";s:3:\"mgb\";s:0:\"\";s:4:\"name\";s:0:\"\";s:4:\"size\";s:2:\"15\";}s:11:\"h6_settings\";a:7:{s:5:\"color\";s:0:\"\";s:2:\"fw\";s:3:\"600\";s:2:\"ln\";s:0:\"\";s:2:\"ls\";s:1:\"1\";s:3:\"mgb\";s:0:\"\";s:4:\"name\";s:0:\"\";s:4:\"size\";s:2:\"14\";}s:13:\"headings_line\";s:5:\"false\";s:20:\"headings_line_height\";s:1:\"5\";s:22:\"headings_line_position\";s:3:\"top\";s:19:\"headings_line_width\";s:2:\"45\";s:14:\"secondary_font\";a:3:{s:5:\"color\";s:7:\"#23282d\";s:4:\"name\";s:10:\"Montserrat\";s:6:\"subset\";s:0:\"\";}s:10:\"link_color\";s:7:\"#ff3c65\";s:16:\"link_hover_color\";s:7:\"#ff3c65\";s:10:\"list_style\";s:7:\"style_1\";s:13:\"p_line_height\";s:2:\"25\";s:15:\"p_margin_bottom\";s:2:\"25\";}','yes'),(188,'envato_market_state','install','yes'),(190,'envato_market','a:1:{s:5:\"token\";s:32:\"8wUe5qILEdYGQxbMVWgGLC4mIWTpUfs9\";}','yes'),(191,'_site_transient_stm_theme_auth','de6807cfd27cf512bbf9fa232dfe65df','no'),(199,'widget_stm_text','a:2:{i:2;a:4:{s:5:\"title\";s:22:\"About FJ Life Sciences\";s:4:\"text\";s:313:\"Founded in 2008 by Fabienne JOANNY, Doctor of pharmacy and industrial pharmacy, developer of the innovative \"Bioprogrammable\" CHRONOMAG® technology.\r\nTo fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,
 FJ LIFE SCIENCES brings together a wide range of complementary expertise’s.\";s:6:\"filter\";b:0;s:7:\"socials\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(200,'widget_follow','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(201,'widget_contacts','a:2:{i:2;a:8:{s:5:\"title\";s:10:\"Contact Us\";s:7:\"address\";s:62:\"Le Parc Continental B, 2 Place Stanislas, 06400 Cannes, France\";s:5:\"phone\";s:0:\"\";s:3:\"fax\";s:0:\"\";s:5:\"email\";s:24:\"info@fj-lifesciences.com\";s:7:\"socials\";b:0;s:10:\"open_hours\";s:0:\"\";s:5:\"style\";s:7:\"style_5\";}s:12:\"_multiwidget\";i:1;}','yes'),(202,'widget_stm_wp_widget_post_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(203,'widget_stm_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(204,'widget_stm_wp_widget_projects','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(205,'widget_stm_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(206,'widget_working_hours','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(207,'widget_stm_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(208,'widget_stm_custom_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(209,'stm_fonts','a:1:{s:8:\"stmicons\";a:4:{s:7:\"include\";s:18:\"stm_fonts/stmicons\";s:6:\"folder\";s:18:\"stm_fonts/stmicons\";s:5:\"style\";s:21:\"stmicons/stmicons.css\";s:6:\"config\";s:11:\"charmap.php\";}}','yes'),(210,'stm_fonts_layout','a:32:{s:17:\"stmicons_advisory\";a:4:{s:7:\"include\";s:27:\"stm_fonts/stmicons/advisory\";s:6:\"folder\";s:27:\"stm_fonts/stmicons/advisory\";s:5:\"style\";s:30:\"stmicons/advisory/stmicons.css\";s:6:\"config\";s:20:\"advisory/charmap.php\";}s:12:\"stmicons_app\";a:4:{s:7:\"include\";s:22:\"stm_fonts/stmicons/app\";s:6:\"folder\";s:22:\"stm_fonts/stmicons/app\";s:5:\"style\";s:25:\"stmicons/app/stmicons.css\";s:6:\"config\";s:15:\"app/charmap.php\";}s:15:\"stmicons_beauty\";a:4:{s:7:\"include\";s:25:\"stm_fonts/stmicons/beauty\";s:6:\"folder\";s:25:\"stm_fonts/stmicons/beauty\";s:5:\"style\";s:28:\"stmicons/beauty/stmicons.css\";s:6:\"config\";s:18:\"beauty/charmap.php\";}s:20:\"stmicons_businesstwo\";a:4:{s:7:\"include\";s:30:\"stm_fonts/stmicons/businesstwo\";s:6:\"folder\";s:30:\"stm_fonts/stmicons/businesstwo\";s:5:\"style\";s:33:\"stmicons/businesstwo/stmicons.css\";s:6:\"config\";s:23:\"businesstwo/charmap.php\";}s:15:\"stmicons_church\";a:4:{s:7:\"include\";s:25:\"stm_fonts/stmicons/church\";s:6:\"folder\";s:25:\"stm_fonts/stmicons/church\";s:5:\"style\";s:28:\"stmicons/church/stmicons.css\";s:6:\"config\";s:18:\"church/charmap.php\";}s:16:\"stmicons_company\";a:4:{s:7:\"include\";s:26:\"stm_fonts/stmicons/company\";s:6:\"folder\";s:26:\"stm_fonts/stmicons/company\";s:5:\"style\";s:29:\"stmicons/company/stmicons.css\";s:6:\"config\";s:19:\"company/charmap.php\";}s:21:\"stmicons_construction\";a:4:{s:7:\"include\";s:31:\"stm_fonts/stmicons/construction\";s:6:\"folder\";s:31:\"stm_fonts/stmicons/construction\";s:5:\"style\";s:34:\"stmicons/construction/stmicons.css\";s:6:\"config\";s:24:\"construction/charmap.php\";}s:19:\"stmicons_consulting\";a:5:{s:7:\"include\";s:29:\"stm_fonts/stmicons/consulting\";s:6:\"folder\";s:29:\"stm_fonts/stmicons/consulting\";s:5:\"style\";s:32:\"stmicons/consulting/stmicons.css\";s:6:\"config\";s:22:\"consulting/charmap.php\";s:7:\"enabled\";b:1;}s:18:\"stmicons_corporate\";a:4:{s:7:\"include\";s:28:\"stm_fonts/stmicons/corporate\";s:6:\"folder\";s:28:\"stm_fonts/stmicons/corporate\";s:5:\"style\";s:31:\"stmicons/corporate/stmicons.css\";s:6:\"config\";s:21:\"corporate/charmap.php\";}s:20:\"stmicons_creativetwo\";a:4:{s:7:\"include\";s:30:\"stm_fonts/stmicons/creativetwo\";s:6:\"folder\";s:30:\"stm_fonts/stmicons/creativetwo\";s:5:\"style\";s:33:\"stmicons/creativetwo/stmicons.css\";s:6:\"config\";s:23:\"creativetwo/charmap.php\";}s:16:\"stmicons_digital\";a:4:{s:7:\"include\";s:26:\"stm_fonts/stmicons/digital\";s:6:\"folder\";s:26:\"stm_fonts/stmicons/digital\";s:5:\"style\";s:29:\"stmicons/digital/stmicons.css\";s:6:\"config\";s:19:\"digital/charmap.php\";}s:16:\"stmicons_factory\";a:4:{s:7:\"include\";s:26:\"stm_fonts/stmicons/factory\";s:6:\"folder\";s:26:\"stm_fonts/stmicons/factory\";s:5:\"style\";s:29:\"stmicons/factory/stmicons.css\";s:6:\"config\";s:19:\"factory/charmap.php\";}s:16:\"stmicons_feather\";a:5:{s:7:\"include\";s:26:\"stm_fonts/stmicons/feather\";s:6:\"folder\";s:26:\"stm_fonts/stmicons/feather\";s:5:\"style\";s:29:\"stmicons/feather/stmicons.css\";s:6:\"config\";s:19:\"feather/charmap.php\";s:7:\"enabled\";b:1;}s:16:\"stmicons_finance\";a:4:{s:7:\"include\";s:26:\"stm_fonts/stmicons/finance\";s:6:\"folder\";s:26:\"stm_fonts/stmicons/finance\";s:5:\"style\";s:29:\"stmicons/finance/stmicons.css\";s:6:\"config\";s:19:\"finance/charmap.php\";}s:18:\"stmicons_furniture\";a:4:{s:7:\"include\";s:28:\"stm_fonts/stmicons/furniture\";s:6:\"folder\";s:28:\"stm_fonts/stmicons/furniture\";s:5:\"style\";s:31:\"stmicons/furniture/stmicons.css\";s:6:\"config\";s:21:\"furniture/charmap.php\";}s:20:\"stmicons_healthcoach\";a:4:{s:7:\"include\";s:30:\"stm_fonts/stmicons/healthcoach\";s:6:\"folder\";s:30:\"stm_fonts/stmicons/healthcoach\";s:5:\"style\";s:33:\"stmicons/healthcoach/stmicons.css\";s:6:\"config\";s:23:\"healthcoach/charmap.php\";}s:14:\"stmicons_hotel\";a:4:{s:7:\"include\";s:24:\"stm_fonts/stmicons/hotel\";s:6:\"folder\";s:24:\"stm_fonts/stmicons/hotel\";s:5:\"style\";s:27:\"stmicons/hotel/stmicons.css\";s:6:\"config\";s:17:\"hotel/charmap.php\";}s:16:\"stmicons_icomoon\";a:5:{s:7:\"include\";s:26:\"stm_fonts/stmicons/icomoon\";s:6:\"folder\";s:26:\"stm_fonts/stmicons/icomoon\";s:5:\"style\";s:29:\"stmicons/icomoon/stmicons.css\";s:6:\"config\";s:19:\"icomoon/charmap.php\";s:7:\"enabled\";b:1;}s:15:\"stmicons_lawyer\";a:4:{s:7:\"include\";s:25:\"stm_fonts/stmicons/lawyer\";s:6:\"folder\";s:25:\"stm_fonts/stmicons/lawyer\";s:5:\"style\";s:28:\"stmicons/lawyer/stmicons.css\";s:6:\"config\";s:18:\"lawyer/charmap.php\";}s:15:\"stmicons_linear\";a:5:{s:7:\"include\";s:25:\"stm_fonts/stmicons/linear\";s:6:\"folder\";s:25:\"stm_fonts/stmicons/linear\";s:5:\"style\";s:28:\"stmicons/linear/stmicons.css\";s:6:\"config\";s:18:\"linear/charmap.php\";s:7:\"enabled\";b:1;}s:18:\"stmicons_logistics\";a:4:{s:7:\"include\";s:28:\"stm_fonts/stmicons/logistics\";s:6:\"folder\";s:28:\"stm_fonts/stmicons/logistics\";s:5:\"style\";s:31:\"stmicons/logistics/stmicons.css\";s:6:\"config\";s:21:\"logistics/charmap.php\";}s:17:\"stmicons_magazine\";a:4:{s:7:\"include\";s:27:\"stm_fonts/stmicons/magazine\";s:6:\"folder\";s:27:\"stm_fonts/stmicons/magazine\";s:5:\"style\";s:30:\"stmicons/magazine/stmicons.css\";s:6:\"config\";s:20:\"magazine/charmap.php\";}s:17:\"stmicons_medicall\";a:4:{s:7:\"include\";s:27:\"stm_fonts/stmicons/medicall\";s:6:\"folder\";s:27:\"stm_fonts/stmicons/medicall\";s:5:\"style\";s:30:\"stmicons/medicall/stmicons.css\";s:6:\"config\";s:20:\"medicall/charmap.php\";}s:22:\"stmicons_personal_blog\";a:4:{s:7:\"include\";s:32:\"stm_fonts/stmicons/personal_blog\";s:6:\"folder\";s:32:\"stm_fonts/stmicons/personal_blog\";s:5:\"style\";s:35:\"stmicons/personal_blog/stmicons.css\";s:6:\"config\";s:25:\"personal_blog/charmap.php\";}s:19:\"stmicons_politician\";a:4:{s:7:\"include\";s:29:\"stm_fonts/stmicons/politician\";s:6:\"folder\";s:29:\"stm_fonts/stmicons/politician\";s:5:\"style\";s:32:\"stmicons/politician/stmicons.css\";s:6:\"config\";s:22:\"politician/charmap.php\";}s:21:\"stmicons_psychologist\";a:4:{s:7:\"include\";s:31:\"stm_fonts/stmicons/psychologist\";s:6:\"folder\";s:31:\"stm_fonts/stmicons/psychologist\";s:5:\"style\";s:34:\"stmicons/psychologist/stmicons.css\";s:6:\"config\";s:24:\"psychologist/charmap.php\";}s:19:\"stmicons_renovation\";a:4:{s:7:\"include\";s:29:\"stm_fonts/stmicons/renovation\";s:6:\"folder\";s:29:\"stm_fonts/stmicons/renovation\";s:5:\"style\";s:32:\"stmicons/renovation/stmicons.css\";s:6:\"config\";s:22:\"renovation/charmap.php\";}s:15:\"stmicons_rental\";a:4:{s:7:\"include\";s:25:\"stm_fonts/stmicons/rental\";s:6:\"folder\";s:25:\"stm_fonts/stmicons/rental\";s:5:\"style\";s:28:\"stmicons/rental/stmicons.css\";s:6:\"config\";s:18:\"rental/charmap.php\";}s:16:\"stmicons_startup\";a:4:{s:7:\"include\";s:26:\"stm_fonts/stmicons/startup\";s:6:\"folder\";s:26:\"stm_fonts/stmicons/startup\";s:5:\"style\";s:29:\"stmicons/startup/stmicons.css\";s:6:\"config\";s:19:\"startup/charmap.php\";}s:14:\"stmicons_store\";a:4:{s:7:\"include\";s:24:\"stm_fonts/stmicons/store\";s:6:\"folder\";s:24:\"stm_fonts/stmicons/store\";s:5:\"style\";s:27:\"stmicons/store/stmicons.css\";s:6:\"config\";s:17:\"store/charmap.php\";}s:15:\"stmicons_vicons\";a:5:{s:7:\"include\";s:25:\"stm_fonts/stmicons/vicons\";s:6:\"folder\";s:25:\"stm_fonts/stmicons/vicons\";s:5:\"style\";s:28:\"stmicons/vicons/stmicons.css\";s:6:\"config\";s:18:\"vicons/charmap.php\";s:7:\"enabled\";b:1;}s:14:\"stmicons_viral\";a:4:{s:7:\"include\";s:24:\"stm_fonts/stmicons/viral\";s:6:\"folder\";s:24:\"stm_fonts/stmicons/viral\";s:5:\"style\";s:27:\"stmicons/viral/stmicons.css\";s:6:\"config\";s:17:\"viral/charmap.php\";}}','yes'),(214,'vc_version','5.7','yes'),(216,'revslider_servers','a:3:{i:0;s:22:\"themepunch-ext-b.tools\";i:1;s:22:\"themepunch-ext-c.tools\";i:2;s:22:\"themepunch-ext-a.tools\";}','yes'),(217,'revslider_server_refresh','1737006179','yes'),(218,'revslider-update-check-short','1737465707','yes'),(219,'revslider-templates-check','1737465707','yes'),(224,'revslider-library-check','1736702962','yes'),(225,'rs-library','a:3:{s:4:\"hash\";s:32:\"0fbedf953c0042911e0f27a364cf4227\";s:7:\"objects\";a:179:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','no'),(226,'revslider_checktables','1','yes'),(227,'rs_tables_created','1','yes'),(228,'revslider_table_version','1.0.6','yes'),(229,'revslider-global-settings','a:0:{}','yes'),(230,'revslider_update_version','5.2.5.5','yes'),(231,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(233,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.1.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";d:1551008297;s:7:\"version\";s:5:\"5.1.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(237,'wpb_js_composer_license_activation_notified','yes','yes'),(239,'widget_bcn_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(243,'widget_booked_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(245,'booked_version_check','2.2.3','yes'),(248,'external_updates-booked','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1737586501;s:14:\"checkedVersion\";s:5:\"2.2.3\";s:6:\"update\";O:8:\"stdClass\":7:{s:2:\"id\";i:0;s:4:\"slug\";s:6:\"booked\";s:7:\"version\";N;s:8:\"homepage\";N;s:12:\"download_url\";N;s:14:\"upgrade_notice\";N;s:8:\"filename\";s:17:\"booked/booked.php\";}}','no'),(250,'widget_mc4wp_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(251,'stm_layout','business','yes'),(252,'category_children','a:0:{}','yes'),(253,'project_category_children','a:0:{}','yes'),(254,'event_category_children','a:0:{}','yes'),(256,'album_category_children','a:0:{}','yes'),(257,'video_category_children','a:0:{}','yes'),(258,'staff_categories_children','a:0:{}','yes'),(259,'products_category_children','a:0:{}','yes'),(260,'booked_defaults','a:12:{s:3:\"Mon\";a:1:{s:9:\"0900-1000\";i:5;}s:11:\"Mon-details\";a:1:{s:9:\"0900-1000\";a:1:{s:5:\"title\";s:38:\"Develop the next-generation technology\";}}s:3:\"Tue\";a:1:{s:9:\"0900-1000\";i:5;}s:11:\"Tue-details\";a:1:{s:9:\"0900-1000\";a:1:{s:5:\"title\";s:38:\"Develop the next-generation technology\";}}s:3:\"Wed\";a:1:{s:9:\"0900-1000\";i:5;}s:11:\"Wed-details\";a:1:{s:9:\"0900-1000\";a:1:{s:5:\"title\";s:38:\"Develop the next-generation technology\";}}s:3:\"Thu\";a:1:{s:9:\"0900-1000\";i:5;}s:11:\"Thu-details\";a:1:{s:9:\"0900-1000\";a:1:{s:5:\"title\";s:38:\"Develop the next-generation technology\";}}s:3:\"Fri\";a:1:{s:9:\"0900-1000\";i:5;}s:11:\"Fri-details\";a:1:{s:9:\"0900-1000\";a:1:{s:5:\"title\";s:38:\"Develop the next-generation technology\";}}s:3:\"Sat\";a:1:{s:9:\"0900-1000\";i:5;}s:11:\"Sat-details\";a:1:{s:9:\"0900-1000\";a:1:{s:5:\"title\";s:38:\"Develop the next-generation technology\";}}}','yes'),(261,'booked_light_color','#3c98ff','yes'),(262,'booked_button_color','#3c98ff','yes'),(263,'booked_dark_color','#293742','yes'),(273,'mc4wp_version','4.3.3','yes'),(274,'mc4wp_flash_messages','a:0:{}','no'),(275,'leadin_options','a:13:{s:12:\"li_installed\";i:1;s:14:\"leadin_version\";s:5:\"7.0.0\";s:8:\"li_email\";s:25:\"contact@couleurvelvet.com\";s:23:\"li_updates_subscription\";i:1;s:15:\"onboarding_step\";i:1;s:19:\"onboarding_complete\";i:0;s:21:\"ignore_settings_popup\";i:0;s:14:\"data_recovered\";i:1;s:18:\"delete_flags_fixed\";i:1;s:11:\"beta_tester\";i:0;s:17:\"converted_to_tags\";i:1;s:23:\"names_added_to_contacts\";i:1;s:14:\"affiliate_code\";s:0:\"\";}','yes'),(276,'ls-plugin-version','6.7.6','yes'),(277,'ls-db-version','6.5.5','yes'),(278,'ls-installed','1','yes'),(279,'ls-date-installed','1551011100','yes'),(281,'layerslider_update_info','O:8:\"stdClass\":7:{s:5:\"basic\";O:8:\"stdClass\":13:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:7:\"version\";s:6:\"7.14.1\";s:8:\"released\";s:10:\"2025-01-13\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:3:\"url\";s:24:\"https://layerslider.com/\";s:7:\"package\";s:0:\"\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:5:\"5.4.0\";s:14:\"upgrade_notice\";s:56:\"This update contains general improvements and bug fixes.\";s:11:\"new_version\";s:6:\"7.14.1\";}s:4:\"full\";O:8:\"stdClass\":21:{s:4:\"name\";s:14:\"LayerSlider WP\";s:8:\"homepage\";s:24:\"https://layerslider.com/\";s:5:\"p_url\";s:32:\"https://layerslider.com/pricing/\";s:7:\"version\";s:6:\"7.14.1\";s:12:\"last_updated\";s:10:\"2025-01-13\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:5:\"5.4.0\";s:6:\"rating\";s:2:\"95\";s:11:\"num_ratings\";i:3208;s:14:\"upgrade_notice\";a:3:{s:6:\"stable\";s:56:\"This update contains general improvements and bug fixes.\";s:4:\"beta\";s:56:\"This update contains general improvements and bug fixes.\";s:4:\"edge\";s:56:\"This update contains general improvements and bug fixes.\";}s:6:\"author\";s:71:\"Kreatura Media\";s:3:\"url\";s:24:\"https://layerslider.com/\";s:8:\"external\";b:1;s:9:\"file_name\";s:10:\"plugin.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:8:\"sections\";a:3:{s:9:\"changelog\";s:329:\"

\n Click here to see the release log. Don’t forget, the release log and all product-related news are also integrated right into LayerSlider. Look for the “LayerSlider News” section at the bottom of its main admin screen.\n

\";s:12:\"installation\";s:549:\"

\n Updating the plugin won’t touch your sliders or settings. New versions always have backward compatibility. You don’t have to worry about losing your work. Not sure how to update? Check the Updating section of our online documentation.\n

\n\n

\n If you’re experiencing unwanted changes, it is always a good idea to check your settings since there are probably new options to control those changes.\n

\";s:3:\"faq\";s:537:\"

\n Please visit our Help page, where you can find all sorts of useful assets like FAQs, online documentation, troubleshooting, and support information.\n

\";}s:4:\"slug\";s:11:\"LayerSlider\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";}s:15:\"_latest_version\";s:6:\"7.14.1\";s:17:\"_important_notice\";a:9:{s:4:\"date\";s:10:\"2023-12-06\";s:5:\"title\";s:1:\" \";s:7:\"message\";s:557:\"UPDATE REQUIRED: You’re using an outdated version of LayerSlider, which lacks crucial fixes needed to be secure and compatible with the latest versions of PHP, WordPress, and popular 3rd party applications. The latest updates contain important security fixes, new features, countless improvements, and bug fixes. Please see the update instructions or contact us if you have any questions.\";s:5:\"image\";s:0:\"\";s:6:\"banner\";a:5:{s:5:\"class\";s:0:\"\";s:5:\"style\";s:132:\"height: auto; margin: 39px auto 0 auto !important; min-width: 700px; max-width: 1700px; padding-right: 20px; box-sizing: border-box;\";s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:7:\"content\";s:2135:\"\n\n \n \n
\n\n
\n Update Required: You’re using an outdated version of LayerSlider, which lacks crucial fixes needed to be secure and compatible with the latest versions of PHP, WordPress, and popular 3rd party applications. The latest updates contain important security fixes, new features, countless improvements, and bug fixes. Please see the update instructions or contact us if you have any questions.\n \n
\n\n
\n \";}s:11:\"min_version\";s:0:\"\";s:11:\"max_version\";s:5:\"7.2.0\";s:11:\"unactivated\";b:0;s:10:\"url_filter\";s:33:\"layerslider index.php plugins.php\";}s:14:\"_not_activated\";b:1;s:16:\"_sub_deactivated\";b:0;s:7:\"checked\";i:1737608530;}','yes'),(287,'widget_layerslider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(288,'widget_stm_gdpr_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(289,'leadin_pluginVersion','7.0.0','yes'),(290,'hubspot_affiliate_code','https://mbsy.co/pzqQj','yes'),(291,'ls-latest-version','7.14.1','yes'),(301,'widget_stm-popular-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(302,'widget_stm-recent-comments','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(303,'widget_stm-recent-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(310,'stm_gdpr_compliance','a:4:{s:15:\"stmgdpr_general\";a:1:{i:0;a:6:{s:11:\"expire_time\";s:8:\"15768000\";s:11:\"button_text\";s:11:\"Ok, I agree\";s:13:\"popup_content\";s:90:\"This website uses cookies and asks your personal data to enhance your browsing experience.\";s:14:\"popup_bg_color\";s:7:\"#2d2e82\";s:16:\"popup_text_color\";s:4:\"#fff\";s:14:\"popup_position\";s:12:\"left_bottom_\";}}s:15:\"stmgdpr_privacy\";a:1:{i:0;a:2:{s:12:\"privacy_page\";s:1:\"0\";s:9:\"link_text\";s:14:\"Privacy Policy\";}}s:15:\"stmgdpr_plugins\";a:1:{i:0;a:6:{s:20:\"contact_form_7_label\";s:61:\"I agree with storage and handling of my data by this website.\";s:20:\"contact_form_7_error\";s:39:\"You have to accept the privacy checkbox\";s:15:\"mailchimp_label\";s:61:\"I agree with storage and handling of my data by this website.\";s:15:\"mailchimp_error\";s:39:\"You have to accept the privacy checkbox\";s:15:\"wordpress_label\";s:61:\"I agree with storage and handling of my data by this website.\";s:15:\"wordpress_error\";s:39:\"You have to accept the privacy checkbox\";}}s:19:\"stmgdpr_data_access\";a:1:{i:0;a:2:{s:12:\"error_prefix\";s:21:\"Some errors occurred:\";s:7:\"success\";s:81:\"Your request have been submitted. Check your email to validate your data request.\";}}}','yes'),(318,'recently_activated','a:0:{}','yes'),(325,'wordfence_version','7.2.2','yes'),(326,'wordfence_case','1','yes'),(327,'wordfence_installed','1','yes'),(328,'wordfenceActivated','1','yes'),(329,'wf_plugin_act_error','','yes'),(342,'duplicate_page_options','a:4:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";s:21:\"duplicate_post_editor\";s:7:\"classic\";}','yes'),(364,'rs_cache_overlay','5.4.8.2','yes'),(395,'wpb_js_google_fonts_subsets','a:1:{i:0;s:5:\"latin\";}','yes'),(396,'wpb_js_gutenberg_disable','1','yes'),(397,'wpb_js_default_template_post_type','a:0:{}','yes'),(415,'service_category_children','a:0:{}','yes'),(474,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(517,'wordfence_syncAttackDataAttempts','0','no'),(518,'wordfence_syncingAttackData','0','no'),(519,'wordfence_lastSyncAttackData','1680088022','no'),(587,'revslider-connection','1','yes'),(588,'revslider-latest-version','6.7.25','yes'),(589,'revslider-stable-version','4.2.0','yes'),(590,'revslider-notices','a:2:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:952:\"
\n\n \"Slider\n \"Essential\n\";s:4:\"code\";s:9:\"TPSRCW111\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:956:\"
\"Slider\"Essential\";s:4:\"code\";s:8:\"TPSRBF24\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}}','yes'),(591,'revslider-dashboard','a:0:{}','yes'),(592,'revslider-addons','O:8:\"stdClass\":25:{s:25:\"revslider-particles-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:1:\"7\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2020-08-13\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_particles.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_particles.jpg\";s:7:\"img_md5\";s:32:\"b668a4015ddc6a532b43bb558967a062\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"20\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2020-08-11\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_bubblemorph.jpg\";s:7:\"img_md5\";s:32:\"22d03d5de3034069c6db1fdeafd467cd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"15\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2020-10-17\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_beforeafter.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_beforeafter.jpg\";s:7:\"img_md5\";s:32:\"5a34f20417a7874e1b95693ef37a0758\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:1:\"3\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2020-06-18\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_typewriter.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_typewriter.jpg\";s:7:\"img_md5\";s:32:\"727b604f6fd3fc55894ba50eb566efed\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"21\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2020-05-05\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_distortion.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_distortion.jpg\";s:7:\"img_md5\";s:32:\"c26c52a563008b7dc907a288c1e4bb8e\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"23\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2020-06-14\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_paintbrush.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_paintbrush.jpg\";s:7:\"img_md5\";s:32:\"308a56289b9a29d1916c2acfc141b699\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"13\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2020-05-05\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_slicey.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_slicey.jpg\";s:7:\"img_md5\";s:32:\"28afd29b7738a452194f0a0bc1d21cbe\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"10\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2020-05-08\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_filmstrip.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_filmstrip.jpg\";s:7:\"img_md5\";s:32:\"dac40ee57d2be9aaf01faacf51ccb412\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:1:\"4\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2020-01-30\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:84:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_underconstruction.jpg\";s:8:\"img_file\";s:51:\"revslider/addons/images/addon_underconstruction.jpg\";s:7:\"img_md5\";s:32:\"17f8cba84931541c065cfb1943edafb2\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"19\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reveal.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_reveal.jpg\";s:7:\"img_md5\";s:32:\"a7ce4bf5eb6fdc1497ed6276ca623046\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"17\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2020-10-07\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_panorama.jpg\";s:8:\"img_file\";s:42:\"revslider/addons/images/addon_panorama.jpg\";s:7:\"img_md5\";s:32:\"210953d59903bed91688138cb60777d2\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"22\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2020-07-16\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_exploding.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_exploding.jpg\";s:7:\"img_md5\";s:32:\"44d60b83cdf5b29033d41feb516b47e1\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:1:\"5\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2020-02-20\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:80:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_socialsharing.jpg\";s:8:\"img_file\";s:47:\"revslider/addons/images/addon_socialsharing.jpg\";s:7:\"img_md5\";s:32:\"6b074630853c4f95d5337bc85e496cbe\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"14\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:0:\"\";s:8:\"img_file\";s:0:\"\";s:7:\"img_md5\";s:0:\"\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"304\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:0:\"\";s:8:\"img_file\";s:0:\"\";s:7:\"img_md5\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"303\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:0:\"\";s:8:\"img_file\";s:0:\"\";s:7:\"img_md5\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:1:\"6\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:0:\"\";s:8:\"img_file\";s:0:\"\";s:7:\"img_md5\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:1:\"2\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/wp-gallery-addon.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/wp-gallery-addon.jpg\";s:7:\"img_md5\";s:32:\"74392a04b741d83c51e55059dbb388ef\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"302\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2020-01-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:0:\"\";s:8:\"img_file\";s:0:\"\";s:7:\"img_md5\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:1:\"1\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2022-01-01\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:0:\"\";s:8:\"img_file\";s:0:\"\";s:7:\"img_md5\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:1:\"9\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:0:\"\";s:8:\"img_file\";s:0:\"\";s:7:\"img_md5\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"11\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:0:\"\";s:8:\"img_file\";s:0:\"\";s:7:\"img_md5\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"12\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_wpfeatured.jpg\";s:7:\"img_md5\";s:32:\"bcc840e68194f3eb05795e1353954bda\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"16\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:0:\"\";s:8:\"img_file\";s:0:\"\";s:7:\"img_md5\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"18\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:0:\"\";s:8:\"img_file\";s:0:\"\";s:7:\"img_md5\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}}','yes'),(2011,'auto_core_update_notified','a:4:{s:4:\"type\";s:4:\"fail\";s:5:\"email\";s:25:\"contact@couleurvelvet.com\";s:7:\"version\";s:6:\"5.1.19\";s:9:\"timestamp\";i:1719288913;}','no'),(19725,'wpseo','a:20:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:4:\"12.3\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1571813970;s:13:\"myyoast-oauth\";b:0;}','yes'),(19726,'wpseo_titles','a:143:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:42:\"%%name%%, auteur sur %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:65:\"Vous avez cherché %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:38:\"Page non trouvée %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:64:\"L’article %%POSTLINK%% est apparu en premier sur %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:30:\"Erreur 404 : Page introuvable\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:13:\"Archives pour\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:7:\"Accueil\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:18:\"Vous avez cherché\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:14:\"person_logo_id\";i:0;s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:15:\"company_logo_id\";i:0;s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:16:\"title-stm_events\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-stm_events\";s:0:\"\";s:18:\"noindex-stm_events\";b:0;s:19:\"showdate-stm_events\";b:0;s:29:\"display-metabox-pt-stm_events\";b:1;s:29:\"post_types-stm_events-maintax\";i:0;s:18:\"title-stm_services\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-stm_services\";s:0:\"\";s:20:\"noindex-stm_services\";b:0;s:21:\"showdate-stm_services\";b:0;s:31:\"display-metabox-pt-stm_services\";b:1;s:31:\"post_types-stm_services-maintax\";i:0;s:21:\"title-stm_pre_content\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-stm_pre_content\";s:0:\"\";s:23:\"noindex-stm_pre_content\";b:0;s:24:\"showdate-stm_pre_content\";b:0;s:34:\"display-metabox-pt-stm_pre_content\";b:1;s:34:\"post_types-stm_pre_content-maintax\";i:0;s:20:\"title-stm_pre_footer\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-stm_pre_footer\";s:0:\"\";s:22:\"noindex-stm_pre_footer\";b:0;s:23:\"showdate-stm_pre_footer\";b:0;s:33:\"display-metabox-pt-stm_pre_footer\";b:1;s:33:\"post_types-stm_pre_footer-maintax\";i:0;s:19:\"title-stm_vacancies\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-stm_vacancies\";s:0:\"\";s:21:\"noindex-stm_vacancies\";b:0;s:22:\"showdate-stm_vacancies\";b:0;s:32:\"display-metabox-pt-stm_vacancies\";b:1;s:32:\"post_types-stm_vacancies-maintax\";i:0;s:22:\"title-stm_media_events\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-stm_media_events\";s:0:\"\";s:24:\"noindex-stm_media_events\";b:0;s:25:\"showdate-stm_media_events\";b:0;s:35:\"display-metabox-pt-stm_media_events\";b:1;s:35:\"post_types-stm_media_events-maintax\";i:0;s:18:\"title-stm_products\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-stm_products\";s:0:\"\";s:20:\"noindex-stm_products\";b:0;s:21:\"showdate-stm_products\";b:0;s:31:\"display-metabox-pt-stm_products\";b:1;s:31:\"post_types-stm_products-maintax\";i:0;s:18:\"title-tax-category\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:33:\"title-tax-booked_custom_calendars\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:36:\"metadesc-tax-booked_custom_calendars\";s:0:\"\";s:43:\"display-metabox-tax-booked_custom_calendars\";b:1;s:35:\"noindex-tax-booked_custom_calendars\";b:0;s:41:\"taxonomy-booked_custom_calendars-ptparent\";i:0;s:26:\"title-tax-project_category\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-project_category\";s:0:\"\";s:36:\"display-metabox-tax-project_category\";b:1;s:28:\"noindex-tax-project_category\";b:0;s:34:\"taxonomy-project_category-ptparent\";i:0;s:24:\"title-tax-event_category\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-tax-event_category\";s:0:\"\";s:34:\"display-metabox-tax-event_category\";b:1;s:26:\"noindex-tax-event_category\";b:0;s:32:\"taxonomy-event_category-ptparent\";i:0;s:26:\"title-tax-service_category\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-service_category\";s:0:\"\";s:36:\"display-metabox-tax-service_category\";b:1;s:28:\"noindex-tax-service_category\";b:0;s:34:\"taxonomy-service_category-ptparent\";i:0;s:26:\"title-tax-staff_categories\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-staff_categories\";s:0:\"\";s:36:\"display-metabox-tax-staff_categories\";b:1;s:28:\"noindex-tax-staff_categories\";b:0;s:34:\"taxonomy-staff_categories-ptparent\";i:0;s:27:\"title-tax-products_category\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:30:\"metadesc-tax-products_category\";s:0:\"\";s:37:\"display-metabox-tax-products_category\";b:1;s:29:\"noindex-tax-products_category\";b:0;s:35:\"taxonomy-products_category-ptparent\";i:0;}','yes'),(19727,'wpseo_social','a:19:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(19728,'wpseo_flush_rewrite','1','yes'),(19736,'rewrite_rules','a:390:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s: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:47:\"booked_appointments/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"booked_appointments/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"booked_appointments/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"booked_appointments/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"booked_appointments/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"booked_appointments/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"booked_appointments/([^/]+)/embed/?$\";s:52:\"index.php?booked_appointments=$matches[1]&embed=true\";s:40:\"booked_appointments/([^/]+)/trackback/?$\";s:46:\"index.php?booked_appointments=$matches[1]&tb=1\";s:48:\"booked_appointments/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?booked_appointments=$matches[1]&paged=$matches[2]\";s:55:\"booked_appointments/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?booked_appointments=$matches[1]&cpage=$matches[2]\";s:44:\"booked_appointments/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?booked_appointments=$matches[1]&page=$matches[2]\";s:36:\"booked_appointments/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"booked_appointments/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"booked_appointments/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"booked_appointments/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"booked_appointments/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"booked_appointments/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"custom-calendar/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:62:\"index.php?booked_custom_calendars=$matches[1]&feed=$matches[2]\";s:51:\"custom-calendar/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:62:\"index.php?booked_custom_calendars=$matches[1]&feed=$matches[2]\";s:32:\"custom-calendar/([^/]+)/embed/?$\";s:56:\"index.php?booked_custom_calendars=$matches[1]&embed=true\";s:44:\"custom-calendar/([^/]+)/page/?([0-9]{1,})/?$\";s:63:\"index.php?booked_custom_calendars=$matches[1]&paged=$matches[2]\";s:26:\"custom-calendar/([^/]+)/?$\";s:45:\"index.php?booked_custom_calendars=$matches[1]\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"cases/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"cases/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"cases/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"cases/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"cases/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"cases/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"cases/([^/]+)/embed/?$\";s:45:\"index.php?stm_projects=$matches[1]&embed=true\";s:26:\"cases/([^/]+)/trackback/?$\";s:39:\"index.php?stm_projects=$matches[1]&tb=1\";s:34:\"cases/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?stm_projects=$matches[1]&paged=$matches[2]\";s:41:\"cases/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?stm_projects=$matches[1]&cpage=$matches[2]\";s:30:\"cases/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?stm_projects=$matches[1]&page=$matches[2]\";s:22:\"cases/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"cases/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"cases/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"cases/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"cases/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"cases/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:34:\"events/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"events/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"events/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"events/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"events/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"events/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"events/([^/]+)/embed/?$\";s:43:\"index.php?stm_events=$matches[1]&embed=true\";s:27:\"events/([^/]+)/trackback/?$\";s:37:\"index.php?stm_events=$matches[1]&tb=1\";s:35:\"events/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?stm_events=$matches[1]&paged=$matches[2]\";s:42:\"events/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?stm_events=$matches[1]&cpage=$matches[2]\";s:31:\"events/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?stm_events=$matches[1]&page=$matches[2]\";s:23:\"events/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"events/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"events/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"events/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"events/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"events/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"event_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?event_category=$matches[1]&feed=$matches[2]\";s:50:\"event_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?event_category=$matches[1]&feed=$matches[2]\";s:31:\"event_category/([^/]+)/embed/?$\";s:47:\"index.php?event_category=$matches[1]&embed=true\";s:43:\"event_category/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?event_category=$matches[1]&paged=$matches[2]\";s:25:\"event_category/([^/]+)/?$\";s:36:\"index.php?event_category=$matches[1]\";s:44:\"stm_participants/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"stm_participants/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"stm_participants/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"stm_participants/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"stm_participants/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"stm_participants/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"stm_participants/([^/]+)/embed/?$\";s:64:\"index.php?post_type=stm_participants&name=$matches[1]&embed=true\";s:37:\"stm_participants/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=stm_participants&name=$matches[1]&tb=1\";s:45:\"stm_participants/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=stm_participants&name=$matches[1]&paged=$matches[2]\";s:52:\"stm_participants/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=stm_participants&name=$matches[1]&cpage=$matches[2]\";s:41:\"stm_participants/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=stm_participants&name=$matches[1]&page=$matches[2]\";s:33:\"stm_participants/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"stm_participants/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"stm_participants/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"stm_participants/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"stm_participants/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"stm_participants/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"stm_speakers/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"stm_speakers/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"stm_speakers/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"stm_speakers/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"stm_speakers/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"stm_speakers/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"stm_speakers/([^/]+)/embed/?$\";s:60:\"index.php?post_type=stm_speakers&name=$matches[1]&embed=true\";s:33:\"stm_speakers/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=stm_speakers&name=$matches[1]&tb=1\";s:41:\"stm_speakers/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=stm_speakers&name=$matches[1]&paged=$matches[2]\";s:48:\"stm_speakers/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=stm_speakers&name=$matches[1]&cpage=$matches[2]\";s:37:\"stm_speakers/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=stm_speakers&name=$matches[1]&page=$matches[2]\";s:29:\"stm_speakers/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"stm_speakers/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"stm_speakers/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"stm_speakers/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"stm_speakers/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"stm_speakers/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"Services/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"Services/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"Services/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"Services/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"Services/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"Services/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"Services/([^/]+)/embed/?$\";s:45:\"index.php?stm_services=$matches[1]&embed=true\";s:29:\"Services/([^/]+)/trackback/?$\";s:39:\"index.php?stm_services=$matches[1]&tb=1\";s:37:\"Services/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?stm_services=$matches[1]&paged=$matches[2]\";s:44:\"Services/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?stm_services=$matches[1]&cpage=$matches[2]\";s:33:\"Services/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?stm_services=$matches[1]&page=$matches[2]\";s:25:\"Services/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"Services/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"Services/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"Services/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"Services/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"Services/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"service_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?service_category=$matches[1]&feed=$matches[2]\";s:52:\"service_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?service_category=$matches[1]&feed=$matches[2]\";s:33:\"service_category/([^/]+)/embed/?$\";s:49:\"index.php?service_category=$matches[1]&embed=true\";s:45:\"service_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?service_category=$matches[1]&paged=$matches[2]\";s:27:\"service_category/([^/]+)/?$\";s:38:\"index.php?service_category=$matches[1]\";s:36:\"sidebars/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"sidebars/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"sidebars/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"sidebars/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"sidebars/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"sidebars/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"sidebars/([^/]+)/embed/?$\";s:45:\"index.php?stm_sidebars=$matches[1]&embed=true\";s:29:\"sidebars/([^/]+)/trackback/?$\";s:39:\"index.php?stm_sidebars=$matches[1]&tb=1\";s:37:\"sidebars/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?stm_sidebars=$matches[1]&paged=$matches[2]\";s:44:\"sidebars/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?stm_sidebars=$matches[1]&cpage=$matches[2]\";s:33:\"sidebars/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?stm_sidebars=$matches[1]&page=$matches[2]\";s:25:\"sidebars/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"sidebars/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"sidebars/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"sidebars/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"sidebars/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"sidebars/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"stm_pre_content/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"stm_pre_content/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"stm_pre_content/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"stm_pre_content/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"stm_pre_content/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"stm_pre_content/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"stm_pre_content/([^/]+)/embed/?$\";s:48:\"index.php?stm_pre_content=$matches[1]&embed=true\";s:36:\"stm_pre_content/([^/]+)/trackback/?$\";s:42:\"index.php?stm_pre_content=$matches[1]&tb=1\";s:44:\"stm_pre_content/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?stm_pre_content=$matches[1]&paged=$matches[2]\";s:51:\"stm_pre_content/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?stm_pre_content=$matches[1]&cpage=$matches[2]\";s:40:\"stm_pre_content/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?stm_pre_content=$matches[1]&page=$matches[2]\";s:32:\"stm_pre_content/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"stm_pre_content/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"stm_pre_content/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"stm_pre_content/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"stm_pre_content/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"stm_pre_content/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"stm_pre_footer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"stm_pre_footer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"stm_pre_footer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"stm_pre_footer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"stm_pre_footer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"stm_pre_footer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"stm_pre_footer/([^/]+)/embed/?$\";s:47:\"index.php?stm_pre_footer=$matches[1]&embed=true\";s:35:\"stm_pre_footer/([^/]+)/trackback/?$\";s:41:\"index.php?stm_pre_footer=$matches[1]&tb=1\";s:43:\"stm_pre_footer/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?stm_pre_footer=$matches[1]&paged=$matches[2]\";s:50:\"stm_pre_footer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?stm_pre_footer=$matches[1]&cpage=$matches[2]\";s:39:\"stm_pre_footer/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?stm_pre_footer=$matches[1]&page=$matches[2]\";s:31:\"stm_pre_footer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"stm_pre_footer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"stm_pre_footer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"stm_pre_footer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"stm_pre_footer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"stm_pre_footer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"vacancies/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"vacancies/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"vacancies/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"vacancies/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"vacancies/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"vacancies/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"vacancies/([^/]+)/embed/?$\";s:46:\"index.php?stm_vacancies=$matches[1]&embed=true\";s:30:\"vacancies/([^/]+)/trackback/?$\";s:40:\"index.php?stm_vacancies=$matches[1]&tb=1\";s:38:\"vacancies/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?stm_vacancies=$matches[1]&paged=$matches[2]\";s:45:\"vacancies/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?stm_vacancies=$matches[1]&cpage=$matches[2]\";s:34:\"vacancies/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?stm_vacancies=$matches[1]&page=$matches[2]\";s:26:\"vacancies/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"vacancies/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"vacancies/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"vacancies/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"vacancies/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"vacancies/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"stm_media_events/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"stm_media_events/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"stm_media_events/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"stm_media_events/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"stm_media_events/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"stm_media_events/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"stm_media_events/([^/]+)/embed/?$\";s:49:\"index.php?stm_media_events=$matches[1]&embed=true\";s:37:\"stm_media_events/([^/]+)/trackback/?$\";s:43:\"index.php?stm_media_events=$matches[1]&tb=1\";s:45:\"stm_media_events/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?stm_media_events=$matches[1]&paged=$matches[2]\";s:52:\"stm_media_events/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?stm_media_events=$matches[1]&cpage=$matches[2]\";s:41:\"stm_media_events/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?stm_media_events=$matches[1]&page=$matches[2]\";s:33:\"stm_media_events/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"stm_media_events/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"stm_media_events/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"stm_media_events/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"stm_media_events/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"stm_media_events/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"stm_staff/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"stm_staff/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"stm_staff/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"stm_staff/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"stm_staff/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"stm_staff/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"stm_staff/([^/]+)/embed/?$\";s:42:\"index.php?stm_staff=$matches[1]&embed=true\";s:30:\"stm_staff/([^/]+)/trackback/?$\";s:36:\"index.php?stm_staff=$matches[1]&tb=1\";s:38:\"stm_staff/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?stm_staff=$matches[1]&paged=$matches[2]\";s:45:\"stm_staff/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?stm_staff=$matches[1]&cpage=$matches[2]\";s:34:\"stm_staff/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?stm_staff=$matches[1]&page=$matches[2]\";s:26:\"stm_staff/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"stm_staff/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"stm_staff/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"stm_staff/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"stm_staff/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"stm_staff/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"staff_categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?staff_categories=$matches[1]&feed=$matches[2]\";s:52:\"staff_categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?staff_categories=$matches[1]&feed=$matches[2]\";s:33:\"staff_categories/([^/]+)/embed/?$\";s:49:\"index.php?staff_categories=$matches[1]&embed=true\";s:45:\"staff_categories/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?staff_categories=$matches[1]&paged=$matches[2]\";s:27:\"staff_categories/([^/]+)/?$\";s:38:\"index.php?staff_categories=$matches[1]\";s:36:\"products/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"products/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"products/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"products/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"products/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"products/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"products/([^/]+)/embed/?$\";s:45:\"index.php?stm_products=$matches[1]&embed=true\";s:29:\"products/([^/]+)/trackback/?$\";s:39:\"index.php?stm_products=$matches[1]&tb=1\";s:37:\"products/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?stm_products=$matches[1]&paged=$matches[2]\";s:44:\"products/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?stm_products=$matches[1]&cpage=$matches[2]\";s:33:\"products/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?stm_products=$matches[1]&page=$matches[2]\";s:25:\"products/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"products/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"products/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"products/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"products/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"products/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"products_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?products_category=$matches[1]&feed=$matches[2]\";s:53:\"products_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?products_category=$matches[1]&feed=$matches[2]\";s:34:\"products_category/([^/]+)/embed/?$\";s:50:\"index.php?products_category=$matches[1]&embed=true\";s:46:\"products_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?products_category=$matches[1]&paged=$matches[2]\";s:28:\"products_category/([^/]+)/?$\";s:39:\"index.php?products_category=$matches[1]\";s:36:\"stm_slider/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"stm_slider/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"stm_slider/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"stm_slider/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"stm_slider/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"stm_slider/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"stm_slider/(.+?)/embed/?$\";s:43:\"index.php?stm_slider=$matches[1]&embed=true\";s:29:\"stm_slider/(.+?)/trackback/?$\";s:37:\"index.php?stm_slider=$matches[1]&tb=1\";s:37:\"stm_slider/(.+?)/page/?([0-9]{1,})/?$\";s:50:\"index.php?stm_slider=$matches[1]&paged=$matches[2]\";s:44:\"stm_slider/(.+?)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?stm_slider=$matches[1]&cpage=$matches[2]\";s:33:\"stm_slider/(.+?)(?:/([0-9]+))?/?$\";s:49:\"index.php?stm_slider=$matches[1]&page=$matches[2]\";s:38:\"mc4wp-form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"mc4wp-form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"mc4wp-form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"mc4wp-form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"mc4wp-form/([^/]+)/embed/?$\";s:43:\"index.php?mc4wp-form=$matches[1]&embed=true\";s:31:\"mc4wp-form/([^/]+)/trackback/?$\";s:37:\"index.php?mc4wp-form=$matches[1]&tb=1\";s:39:\"mc4wp-form/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&paged=$matches[2]\";s:46:\"mc4wp-form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&cpage=$matches[2]\";s:35:\"mc4wp-form/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?mc4wp-form=$matches[1]&page=$matches[2]\";s:27:\"mc4wp-form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"mc4wp-form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"mc4wp-form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"mc4wp-form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=3854&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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s: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]\";}','yes'),(21066,'ls-p-url','https://layerslider.com/pricing/','yes'),(32423,'seed_csp4_initial_version','5.1.0','no'),(32424,'seed_csp4_version','5.1.0','no'),(32425,'seed_csp4_settings_content','a:9:{s:6:\"status\";s:1:\"2\";s:4:\"logo\";s:75:\"http://fj-lifesciences.com/wp-content/uploads/2019/02/FJLS-bleu-300x113.png\";s:8:\"headline\";s:20:\"Maintenance en cours\";s:11:\"description\";s:0:\"\";s:13:\"footer_credit\";s:1:\"0\";s:7:\"favicon\";s:0:\"\";s:9:\"seo_title\";s:0:\"\";s:15:\"seo_description\";s:0:\"\";s:12:\"ga_analytics\";s:0:\"\";}','yes'),(32426,'seed_csp4_settings_design','a:12:{s:8:\"bg_color\";s:7:\"#fafafa\";s:8:\"bg_image\";s:0:\"\";s:8:\"bg_cover\";a:1:{i:0;s:1:\"1\";}s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:8:\"left top\";s:13:\"bg_attahcment\";s:5:\"fixed\";s:9:\"max_width\";s:0:\"\";s:10:\"text_color\";s:7:\"#666666\";s:10:\"link_color\";s:7:\"#27AE60\";s:14:\"headline_color\";s:7:\"#444444\";s:9:\"text_font\";s:6:\"_arial\";s:10:\"custom_css\";s:0:\"\";}','yes'),(32427,'seed_csp4_settings_advanced','a:2:{s:14:\"header_scripts\";s:0:\"\";s:14:\"footer_scripts\";s:0:\"\";}','yes'),(50459,'wpmembers_settings','a:25:{s:7:\"version\";s:7:\"3.3.7.1\";s:10:\"db_version\";s:5:\"2.2.0\";s:8:\"act_link\";s:1:\"0\";s:8:\"pwd_link\";s:1:\"0\";s:11:\"login_error\";s:1:\"0\";s:15:\"enable_products\";s:1:\"0\";s:11:\"clone_menus\";s:1:\"0\";s:6:\"notify\";s:1:\"1\";s:7:\"mod_reg\";s:1:\"1\";s:7:\"captcha\";s:1:\"2\";s:7:\"use_exp\";s:1:\"0\";s:9:\"use_trial\";s:1:\"0\";s:8:\"warnings\";s:1:\"0\";s:7:\"dropins\";s:1:\"0\";s:10:\"user_pages\";a:3:{s:7:\"profile\";s:0:\"\";s:8:\"register\";s:4:\"4222\";s:5:\"login\";s:4:\"4224\";}s:6:\"cssurl\";s:98:\"http://fj-lifesciences.com/wp-content/plugins/wp-members/assets/css/forms/generic-no-float.min.css\";s:12:\"select_style\";s:16:\"generic-no-float\";s:6:\"attrib\";s:1:\"0\";s:10:\"post_types\";a:0:{}s:9:\"form_tags\";a:1:{s:7:\"default\";s:20:\"Registration Default\";}s:5:\"block\";a:2:{s:4:\"post\";s:1:\"1\";s:4:\"page\";s:1:\"1\";}s:12:\"show_excerpt\";a:2:{s:4:\"post\";i:0;s:4:\"page\";i:0;}s:10:\"show_login\";a:2:{s:4:\"post\";s:1:\"1\";s:4:\"page\";s:1:\"1\";}s:8:\"show_reg\";a:2:{s:4:\"post\";s:1:\"1\";s:4:\"page\";s:1:\"1\";}s:6:\"autoex\";a:2:{s:4:\"post\";a:3:{s:7:\"enabled\";i:0;s:6:\"length\";i:0;s:4:\"text\";s:0:\"\";}s:4:\"page\";a:3:{s:7:\"enabled\";i:0;s:6:\"length\";i:0;s:4:\"text\";s:0:\"\";}}}','yes'),(50460,'wpmembers_fields','a:17:{i:0;a:7:{i:0;i:0;i:1;s:17:\"Choose a Username\";i:2;s:8:\"username\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"y\";}i:1;a:7:{i:0;i:1;i:1;s:10:\"First Name\";i:2;s:10:\"first_name\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"y\";}i:2;a:7:{i:0;i:2;i:1;s:9:\"Last Name\";i:2;s:9:\"last_name\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"y\";}i:3;a:7:{i:0;i:3;i:1;s:9:\"Address 1\";i:2;s:17:\"billing_address_1\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:4;a:7:{i:0;i:4;i:1;s:9:\"Address 2\";i:2;s:17:\"billing_address_2\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"n\";i:6;s:1:\"n\";}i:5;a:7:{i:0;i:5;i:1;s:4:\"City\";i:2;s:12:\"billing_city\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:6;a:7:{i:0;i:6;i:1;s:5:\"State\";i:2;s:13:\"billing_state\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:7;a:7:{i:0;i:7;i:1;s:3:\"Zip\";i:2;s:16:\"billing_postcode\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:8;a:7:{i:0;i:8;i:1;s:7:\"Country\";i:2;s:15:\"billing_country\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:9;a:7:{i:0;i:9;i:1;s:5:\"Phone\";i:2;s:13:\"billing_phone\";i:3;s:4:\"text\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"n\";}i:10;a:7:{i:0;i:10;i:1;s:5:\"Email\";i:2;s:10:\"user_email\";i:3;s:5:\"email\";i:4;s:1:\"y\";i:5;s:1:\"y\";i:6;s:1:\"y\";}i:11;a:7:{i:0;i:11;i:1;s:13:\"Confirm Email\";i:2;s:13:\"confirm_email\";i:3;s:5:\"email\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"n\";}i:12;a:7:{i:0;i:12;i:1;s:7:\"Website\";i:2;s:8:\"user_url\";i:3;s:3:\"url\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"y\";}i:13;a:7:{i:0;i:13;i:1;s:17:\"Biographical Info\";i:2;s:11:\"description\";i:3;s:8:\"textarea\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"y\";}i:14;a:7:{i:0;i:14;i:1;s:8:\"Password\";i:2;s:8:\"password\";i:3;s:8:\"password\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"n\";}i:15;a:7:{i:0;i:15;i:1;s:16:\"Confirm Password\";i:2;s:16:\"confirm_password\";i:3;s:8:\"password\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"n\";}i:16;a:9:{i:0;i:16;i:1;s:16:\"Terms of Service\";i:2;s:3:\"tos\";i:3;s:8:\"checkbox\";i:4;s:1:\"n\";i:5;s:1:\"n\";i:6;s:1:\"n\";i:7;s:5:\"agree\";i:8;s:1:\"n\";}}','yes'),(50461,'wpmembers_tos','Put your TOS (Terms of Service) text here. You can use HTML markup.','yes'),(50462,'wpmembers_dialogs','a:9:{s:14:\"restricted_msg\";s:119:\"This content is restricted to site members. If you are an existing user, please log in. New users may register below.\";s:4:\"user\";s:50:\"Sorry, that username is taken, please try another.\";s:5:\"email\";s:74:\"Sorry, that email address already has an account.
Please try another.\";s:7:\"success\";s:124:\"Congratulations! Your registration was successful.

You may now log in using the password that was emailed to you.\";s:11:\"editsuccess\";s:29:\"Your information was updated!\";s:11:\"pwdchangerr\";s:53:\"Passwords did not match.

Please try again.\";s:16:\"pwdchangesuccess\";s:30:\"Password successfully changed!\";s:11:\"pwdreseterr\";s:65:\"Either the username or email address do not exist in our records.\";s:15:\"pwdresetsuccess\";s:135:\"Password successfully reset!

An email containing a new password has been sent to the email address on file for your account.\";}','yes'),(50463,'wpmembers_email_newreg','a:2:{s:4:\"subj\";s:37:\"Your registration info for [blogname]\";s:4:\"body\";s:269:\"Thank you for registering for [blogname]\r\n\r\nYour registration information is below.\r\nYou may wish to retain a copy for your records.\r\n\r\nusername: [username]\r\npassword: [password]\r\n\r\nYou may log in here:\r\n[reglink]\r\n\r\nYou may change your password here:\r\n[user-profile]\r\n\";}','no'),(50464,'wpmembers_email_newmod','a:2:{s:4:\"subj\";s:40:\"Thank you for registering for [blogname]\";s:4:\"body\";s:173:\"Thank you for registering for [blogname]. \r\nYour registration has been received and is pending approval.\r\nYou will receive login instructions upon approval of your account\r\n\";}','no'),(50465,'wpmembers_email_appmod','a:2:{s:4:\"subj\";s:50:\"Your registration for [blogname] has been approved\";s:4:\"body\";s:300:\"Your registration for [blogname] has been approved.\r\n\r\nYour registration information is below.\r\nYou may wish to retain a copy for your records.\r\n\r\nusername: [username]\r\npassword: [password]\r\n\r\nYou may log in and change your password here:\r\n[user-profile]\r\n\r\nYou originally registered at:\r\n[reglink]\r\n\";}','no'),(50466,'wpmembers_email_repass','a:2:{s:4:\"subj\";s:34:\"Your password reset for [blogname]\";s:4:\"body\";s:157:\"Your password for [blogname] has been reset\r\n\r\nYour new password is included below. You may wish to retain a copy for your records.\r\n\r\npassword: [password]\r\n\";}','no'),(50467,'wpmembers_email_notify','a:2:{s:4:\"subj\";s:36:\"New user registration for [blogname]\";s:4:\"body\";s:194:\"The following user registered for [blogname]:\r\n\r\nusername: [username]\r\nemail: [email]\r\n\r\n[fields]\r\nThis user registered here:\r\n[reglink]\r\n\r\nuser IP: [user-ip]\r\n\r\nactivate user: [activate-user]\r\n\";}','no'),(50468,'wpmembers_email_footer','----------------------------------\r\nThis is an automated message from [blogname]\r\nPlease do not reply to this address','no'),(50469,'wpmembers_email_getuser','a:2:{s:4:\"subj\";s:23:\"Username for [blogname]\";s:4:\"body\";s:64:\"Your username for [blogname] is below.\r\n\r\nusername: [username]\r\n\";}','no'),(50470,'widget_widget_wpmemwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(50481,'wpmembers_email_wpfrom','fabienne.joanny@fj-lifesciences.com','yes'),(50482,'wpmembers_email_wpname','Fabienne Joanny','yes'),(59240,'revslider-update-check','1609174366','yes'),(59241,'revslider_update_info','O:8:\"stdClass\":3:{s:7:\"checked\";i:1609174366;s:5:\"basic\";O:8:\"stdClass\":7:{s:4:\"slug\";s:9:\"revslider\";s:7:\"version\";s:5:\"6.3.4\";s:7:\"package\";s:72:\"http://updates.themepunch-ext-b.tools/revslider/download.php?stable=true\";s:6:\"tested\";s:5:\"5.6.0\";s:5:\"icons\";a:1:{s:2:\"1x\";s:62:\"//updates.themepunch-ext-b.tools/revslider/logo.png?rev=6.2.23\";}s:3:\"url\";s:81:\"https://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380\";s:11:\"new_version\";s:5:\"6.3.4\";}s:4:\"full\";O:8:\"stdClass\":19:{s:7:\"banners\";a:2:{s:3:\"low\";s:64:\"//updates.themepunch-ext-b.tools/revslider/banner.png?rev=6.2.23\";s:4:\"high\";s:64:\"//updates.themepunch-ext-b.tools/revslider/banner.png?rev=6.2.23\";}s:4:\"name\";s:17:\"Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:6:\"stable\";s:5:\"4.2.0\";s:7:\"version\";s:5:\"6.3.4\";s:6:\"tested\";s:5:\"5.6.0\";s:14:\"upgrade_notice\";a:0:{}s:11:\"last_update\";s:10:\"2020-12-23\";s:12:\"last_updated\";s:10:\"2020-12-23\";s:8:\"requires\";s:3:\"3.6\";s:6:\"author\";s:51:\"ThemePunch\";s:7:\"package\";s:72:\"http://updates.themepunch-ext-b.tools/revslider/download.php?stable=true\";s:13:\"download_link\";s:72:\"http://updates.themepunch-ext-b.tools/revslider/download.php?stable=true\";s:9:\"file_name\";s:13:\"revslider.zip\";s:15:\"active_installs\";i:7000100;s:8:\"homepage\";s:33:\"https://revolution.themepunch.com\";s:8:\"sections\";a:3:{s:11:\"description\";s:497:\"

Slider Revolution WordPress Builder Plugin

\n

Slider Revolution 6 is a new way to build rich & dynamic content for your websites. With our powerful visual editor, you can create modern designs in no time, and with no coding experience required.

Create Sliders & Carousels, Hero Headers, Content Modules, Full Websites, Dynamic Solutions and Special FX with our amazing Add-Ons.

\n

200+ templates are included in our online library. Cutting edge designs. Easily customized.

\";s:9:\"changelog\";s:151:\"

For Slider Revolution\'s changelog, please visit this site!

\";s:3:\"faq\";s:2190:\"

Recent Solutions

Popular Solutions

See All Faq\'s

\";}s:3:\"url\";s:81:\"https://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380\";s:8:\"external\";i:1;}}','yes'),(356143,'_transient_timeout_wpseo_link_table_inaccessible','1743108479','no'),(356144,'_transient_wpseo_link_table_inaccessible','0','no'),(356145,'_transient_timeout_wpseo_meta_table_inaccessible','1743108479','no'),(356146,'_transient_wpseo_meta_table_inaccessible','0','no'),(356157,'auto_core_update_failed','a:6:{s:9:\"attempted\";s:6:\"5.1.19\";s:7:\"current\";s:6:\"5.1.15\";s:10:\"error_code\";s:19:\"mkdir_failed_pclzip\";s:10:\"error_data\";N;s:9:\"timestamp\";i:1719288913;s:5:\"retry\";b:0;}','no'),(427955,'add_review_status','skip','yes'),(430827,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:19:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/fr_FR/wordpress-6.7.1.zip\";s:6:\"locale\";s:5:\"fr_FR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/fr_FR/wordpress-6.7.1.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.7.1\";s:7:\"version\";s:5:\"6.7.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.7.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.7.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.7.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.7.1\";s:7:\"version\";s:5:\"6.7.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.7.1.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.7.1-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.7.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.7.1\";s:7:\"version\";s:5:\"6.7.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.6.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.6.2.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.6.2-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.6.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.6.2\";s:7:\"version\";s:5:\"6.6.2\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.5.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.5.5.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.5.5-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.5.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.5.5\";s:7:\"version\";s:5:\"6.5.5\";s:11:\"php_version\";s:5:\"7.0.0\";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\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.4.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.4.5.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.4.5-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.4.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.4.5\";s:7:\"version\";s:5:\"6.4.5\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.3.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.3.5.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.3.5-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.3.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.3.5\";s:7:\"version\";s:5:\"6.3.5\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.2.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.2.6.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.2.6-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.2.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.2.6\";s:7:\"version\";s:5:\"6.2.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.1.7.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.1.7.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.1.7-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.1.7-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.1.7\";s:7:\"version\";s:5:\"6.1.7\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.0.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.0.9.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.0.9-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.0.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.9\";s:7:\"version\";s:5:\"6.0.9\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:52:\"https://downloads.w.org/release/wordpress-5.9.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:52:\"https://downloads.w.org/release/wordpress-5.9.10.zip\";s:10:\"no_content\";s:63:\"https://downloads.w.org/release/wordpress-5.9.10-no-content.zip\";s:11:\"new_bundled\";s:64:\"https://downloads.w.org/release/wordpress-5.9.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.9.10\";s:7:\"version\";s:6:\"5.9.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:52:\"https://downloads.w.org/release/wordpress-5.8.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:52:\"https://downloads.w.org/release/wordpress-5.8.10.zip\";s:10:\"no_content\";s:63:\"https://downloads.w.org/release/wordpress-5.8.10-no-content.zip\";s:11:\"new_bundled\";s:64:\"https://downloads.w.org/release/wordpress-5.8.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.8.10\";s:7:\"version\";s:6:\"5.8.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:52:\"https://downloads.w.org/release/wordpress-5.7.12.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:52:\"https://downloads.w.org/release/wordpress-5.7.12.zip\";s:10:\"no_content\";s:63:\"https://downloads.w.org/release/wordpress-5.7.12-no-content.zip\";s:11:\"new_bundled\";s:64:\"https://downloads.w.org/release/wordpress-5.7.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.7.12\";s:7:\"version\";s:6:\"5.7.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:13;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:52:\"https://downloads.w.org/release/wordpress-5.6.14.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:52:\"https://downloads.w.org/release/wordpress-5.6.14.zip\";s:10:\"no_content\";s:63:\"https://downloads.w.org/release/wordpress-5.6.14-no-content.zip\";s:11:\"new_bundled\";s:64:\"https://downloads.w.org/release/wordpress-5.6.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.6.14\";s:7:\"version\";s:6:\"5.6.14\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:14;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:52:\"https://downloads.w.org/release/wordpress-5.5.15.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:52:\"https://downloads.w.org/release/wordpress-5.5.15.zip\";s:10:\"no_content\";s:63:\"https://downloads.w.org/release/wordpress-5.5.15-no-content.zip\";s:11:\"new_bundled\";s:64:\"https://downloads.w.org/release/wordpress-5.5.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.5.15\";s:7:\"version\";s:6:\"5.5.15\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:15;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:52:\"https://downloads.w.org/release/wordpress-5.4.16.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:52:\"https://downloads.w.org/release/wordpress-5.4.16.zip\";s:10:\"no_content\";s:63:\"https://downloads.w.org/release/wordpress-5.4.16-no-content.zip\";s:11:\"new_bundled\";s:64:\"https://downloads.w.org/release/wordpress-5.4.16-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.16\";s:7:\"version\";s:6:\"5.4.16\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:16;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:52:\"https://downloads.w.org/release/wordpress-5.3.18.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:52:\"https://downloads.w.org/release/wordpress-5.3.18.zip\";s:10:\"no_content\";s:63:\"https://downloads.w.org/release/wordpress-5.3.18-no-content.zip\";s:11:\"new_bundled\";s:64:\"https://downloads.w.org/release/wordpress-5.3.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.3.18\";s:7:\"version\";s:6:\"5.3.18\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:17;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:52:\"https://downloads.w.org/release/wordpress-5.2.21.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:52:\"https://downloads.w.org/release/wordpress-5.2.21.zip\";s:10:\"no_content\";s:63:\"https://downloads.w.org/release/wordpress-5.2.21-no-content.zip\";s:11:\"new_bundled\";s:64:\"https://downloads.w.org/release/wordpress-5.2.21-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.21\";s:7:\"version\";s:6:\"5.2.21\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:18;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:52:\"https://downloads.w.org/release/wordpress-5.1.19.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:52:\"https://downloads.w.org/release/wordpress-5.1.19.zip\";s:10:\"no_content\";s:63:\"https://downloads.w.org/release/wordpress-5.1.19-no-content.zip\";s:11:\"new_bundled\";s:64:\"https://downloads.w.org/release/wordpress-5.1.19-new-bundled.zip\";s:7:\"partial\";s:63:\"https://downloads.w.org/release/wordpress-5.1.19-partial-15.zip\";s:8:\"rollback\";s:64:\"https://downloads.w.org/release/wordpress-5.1.19-rollback-15.zip\";}s:7:\"current\";s:6:\"5.1.19\";s:7:\"version\";s:6:\"5.1.19\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:6:\"5.1.15\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1737608531;s:15:\"version_checked\";s:6:\"5.1.15\";s:12:\"translations\";a:0:{}}','no'),(430987,'rs-templates-new','','no'),(430988,'rs-templates','a:1:{s:9:\"templates\";b:0;}','no'),(431278,'_transient_timeout_wpseo_site_information','1737625643','no'),(431279,'_transient_wpseo_site_information','O:8:\"stdClass\":2:{s:3:\"url\";s:26:\"http://fj-lifesciences.com\";s:13:\"subscriptions\";a:0:{}}','no'),(431387,'_transient_timeout_wflginfl_00000000000000000000ffff34e2f01d','1737578347','no'),(431388,'_transient_wflginfl_00000000000000000000ffff34e2f01d','1','no'),(431424,'_transient_timeout_wflginfl_00000000000000000000ffffadecf2b5','1737585971','no'),(431425,'_transient_wflginfl_00000000000000000000ffffadecf2b5','1','no'),(431454,'_transient_timeout_wflginfl_00000000000000000000ffff9fcbb1b8','1737591942','no'),(431455,'_transient_wflginfl_00000000000000000000ffff9fcbb1b8','1','no'),(431483,'_transient_timeout_wflginfl_00000000000000000000ffff9448f5ea','1737597645','no'),(431484,'_transient_wflginfl_00000000000000000000ffff9448f5ea','1','no'),(431538,'_site_transient_timeout_theme_roots','1737610331','no'),(431539,'_site_transient_theme_roots','a:4:{s:5:\"pearl\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(431541,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1737608532;s:7:\"checked\";a:4:{s:5:\"pearl\";s:5:\"2.9.5\";s:14:\"twentynineteen\";s:3:\"1.3\";s:15:\"twentyseventeen\";s:3:\"2.1\";s:13:\"twentysixteen\";s:3:\"1.9\";}s:8:\"response\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.3.0.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"3.8\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.3.8.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"3.4\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.3.4.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','no'),(431542,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1737608532;s:8:\"response\";a:9:{s:27:\"coming-soon/coming-soon.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:25:\"w.org/plugins/coming-soon\";s:4:\"slug\";s:11:\"coming-soon\";s:6:\"plugin\";s:27:\"coming-soon/coming-soon.php\";s:11:\"new_version\";s:7:\"6.18.14\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/coming-soon/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/coming-soon.6.18.14.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/coming-soon/assets/icon-256x256.png?rev=2402574\";s:2:\"1x\";s:64:\"https://ps.w.org/coming-soon/assets/icon-128x128.png?rev=2402575\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/coming-soon/assets/banner-1544x500.png?rev=2683810\";s:2:\"1x\";s:66:\"https://ps.w.org/coming-soon/assets/banner-772x250.png?rev=2683809\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"disable-gutenberg/disable-gutenberg.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:31:\"w.org/plugins/disable-gutenberg\";s:4:\"slug\";s:17:\"disable-gutenberg\";s:6:\"plugin\";s:39:\"disable-gutenberg/disable-gutenberg.php\";s:11:\"new_version\";s:5:\"3.2.2\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/disable-gutenberg/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/disable-gutenberg.3.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/disable-gutenberg/assets/icon-256x256.png?rev=1925990\";s:2:\"1x\";s:70:\"https://ps.w.org/disable-gutenberg/assets/icon-128x128.png?rev=1925990\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-page\";s:4:\"slug\";s:14:\"duplicate-page\";s:6:\"plugin\";s:32:\"duplicate-page/duplicatepage.php\";s:11:\"new_version\";s:5:\"4.5.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-page/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/duplicate-page.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-page/assets/icon-128x128.jpg?rev=1412874\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-page/assets/banner-772x250.jpg?rev=1410328\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";s:6:\"tested\";s:5:\"6.6.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:9:\"hello.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.4.5\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:30:\"w.org/plugins/mailchimp-for-wp\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:6:\"plugin\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"new_version\";s:6:\"4.9.21\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.4.9.21.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577\";s:2:\"1x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-128x128.png?rev=1224577\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/mailchimp-for-wp/assets/banner-772x250.png?rev=1184706\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:5:\"8.0.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wordfence.8.0.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";s:3:\"svg\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"wp-members/wp-members.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:24:\"w.org/plugins/wp-members\";s:4:\"slug\";s:10:\"wp-members\";s:6:\"plugin\";s:25:\"wp-members/wp-members.php\";s:11:\"new_version\";s:7:\"3.4.9.7\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-members/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-members.3.4.9.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/wp-members/assets/icon-256x256.png?rev=1226414\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-members/assets/icon-128x128.png?rev=1226414\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/wp-members/assets/banner-772x250.png?rev=1195657\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.6.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"LayerSlider/layerslider.php\";O:8:\"stdClass\":13:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:7:\"version\";s:6:\"7.14.1\";s:8:\"released\";s:10:\"2025-01-13\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:3:\"url\";s:24:\"https://layerslider.com/\";s:7:\"package\";s:0:\"\";s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:5:\"5.4.0\";s:14:\"upgrade_notice\";s:56:\"This update contains general improvements and bug fixes.\";s:11:\"new_version\";s:6:\"7.14.1\";}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:3:\"8.1\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";s:21:\"WPBakery Page Builder\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.5.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:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";a:0:{}}s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:30:\"w.org/plugins/breadcrumb-navxt\";s:4:\"slug\";s:16:\"breadcrumb-navxt\";s:6:\"plugin\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:11:\"new_version\";s:5:\"7.4.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/breadcrumb-navxt/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/breadcrumb-navxt.7.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103\";s:3:\"svg\";s:61:\"https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/breadcrumb-navxt/assets/banner-1544x500.png?rev=1927103\";s:2:\"1x\";s:71:\"https://ps.w.org/breadcrumb-navxt/assets/banner-772x250.png?rev=1927103\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"6.0.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.6.0.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";a:0:{}}s:17:\"leadin/leadin.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:20:\"w.org/plugins/leadin\";s:4:\"slug\";s:6:\"leadin\";s:6:\"plugin\";s:17:\"leadin/leadin.php\";s:11:\"new_version\";s:7:\"11.1.75\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/leadin/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.1.75.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/leadin/assets/icon-256x256.png?rev=3041936\";s:2:\"1x\";s:59:\"https://ps.w.org/leadin/assets/icon-128x128.png?rev=3041936\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/leadin/assets/banner-1544x500.png?rev=3041936\";s:2:\"1x\";s:61:\"https://ps.w.org/leadin/assets/banner-772x250.png?rev=3041936\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";a:0:{}}s:47:\"really-simple-captcha/really-simple-captcha.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:35:\"w.org/plugins/really-simple-captcha\";s:4:\"slug\";s:21:\"really-simple-captcha\";s:6:\"plugin\";s:47:\"really-simple-captcha/really-simple-captcha.php\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/really-simple-captcha/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/really-simple-captcha.2.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/really-simple-captcha/assets/icon-256x256.png?rev=1047241\";s:2:\"1x\";s:74:\"https://ps.w.org/really-simple-captcha/assets/icon-128x128.png?rev=1047241\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/really-simple-captcha/assets/banner-1544x500.png?rev=880406\";s:2:\"1x\";s:75:\"https://ps.w.org/really-simple-captcha/assets/banner-772x250.png?rev=880406\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.4\";s:6:\"tested\";s:5:\"6.5.5\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"24.3\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.24.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3112542\";s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.gif?rev=3112542\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"6.5\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:5:\"7.2.5\";s:16:\"requires_plugins\";a:0:{}s:13:\"compatibility\";a:0:{}}}}','no'),(431564,'_transient_timeout_wflginfl_00000000000000000000ffffb4f69ad7','1737638706','no'),(431565,'_transient_wflginfl_00000000000000000000ffffb4f69ad7','1','no'),(431569,'_transient_timeout__wpmem_hidden_posts','1737625822','no'),(431570,'_transient__wpmem_hidden_posts','a:0:{}','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_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=InnoDB AUTO_INCREMENT=3988 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(5,6,'_form','\n\n\n\n\n\n\n\n[submit \"Envoyer\"]'),(6,6,'_mail','a:8:{s:7:\"subject\";s:33:\"FJ Life Sciences \"[your-subject]\"\";s:6:\"sender\";s:48:\"FJ Life Sciences \";s:4:\"body\";s:203:\"De : [your-name] <[your-email]>\nObjet : [your-subject]\n\nCorps du message :\n[your-message]\n\n-- \nCet e-mail a été envoyé via le formulaire de contact de FJ Life Sciences (http://fj-lifesciences.com) \";s:9:\"recipient\";s:25:\"contact@couleurvelvet.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(7,6,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:33:\"FJ Life Sciences \"[your-subject]\"\";s:6:\"sender\";s:48:\"FJ Life Sciences \";s:4:\"body\";s:145:\"Corps du message :\n[your-message]\n\n-- \nCet e-mail a été envoyé via le formulaire de contact de FJ Life Sciences (http://fj-lifesciences.com) \";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:35:\"Reply-To: contact@couleurvelvet.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(8,6,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Merci pour votre message. Il a été envoyé.\";s:12:\"mail_sent_ng\";s:102:\"Une erreur s’est produite lors de l’envoi de votre message. Veuillez essayer à nouveau plus tard.\";s:16:\"validation_error\";s:88:\"Un ou plusieurs champs contiennent une erreur. Veuillez vérifier et essayer à nouveau.\";s:4:\"spam\";s:102:\"Une erreur s’est produite lors de l’envoi de votre message. Veuillez essayer à nouveau plus tard.\";s:12:\"accept_terms\";s:77:\"Vous devez accepter les termes et conditions avant d’envoyer votre message.\";s:16:\"invalid_required\";s:25:\"Ce champ est obligatoire.\";s:16:\"invalid_too_long\";s:23:\"Le champ est trop long.\";s:17:\"invalid_too_short\";s:24:\"Le champ est trop court.\";}'),(9,6,'_additional_settings',NULL),(10,6,'_locale','fr_FR'),(11,1570,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12,1977,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13,1977,'_appointment_title','Farhod App'),(14,1977,'_appointment_timestamp','1493856000'),(15,1977,'_appointment_timeslot','0000-2400'),(16,1977,'_appointment_user','2'),(17,1977,'_cf_meta_value',''),(18,1977,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(19,1979,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(20,1979,'_appointment_title','Develop the next-generation technology'),(21,1979,'_appointment_timestamp','1493251200'),(22,1979,'_appointment_timeslot','0000-0100'),(23,1979,'_appointment_user','3'),(24,1979,'_cf_meta_value',''),(25,1979,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(26,2320,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27,2320,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(28,2320,'_mc4wp_settings','a:8:{s:5:\"lists\";a:1:{i:0;s:10:\"fe10092ef4\";}s:15:\"required_fields\";s:5:\"EMAIL\";s:12:\"double_optin\";s:1:\"1\";s:15:\"update_existing\";s:1:\"0\";s:17:\"replace_interests\";s:1:\"1\";s:18:\"hide_after_success\";s:1:\"0\";s:8:\"redirect\";s:0:\"\";s:3:\"css\";s:1:\"0\";}'),(29,2320,'text_subscribed','Thank you, your sign-up request was successful! Please check your email inbox to confirm.'),(30,2320,'text_invalid_email','Please provide a valid email address.'),(31,2320,'text_required_field_missing','Please fill in the required fields.'),(32,2320,'text_already_subscribed','Given email address is already subscribed, thank you!'),(33,2320,'text_error','Oops. Something went wrong. Please try again later.'),(34,2320,'text_unsubscribed','You were successfully unsubscribed.'),(35,2320,'text_not_subscribed','Given email address is not subscribed.'),(36,2320,'text_no_lists_selected','Please select at least one list.'),(37,2320,'text_updated','Thank you, your records have been updated!'),(38,3381,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(39,3381,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(40,3381,'_appointment_title','Develop the next-generation technology'),(41,3381,'_appointment_timestamp','1501603200'),(42,3381,'_appointment_timeslot','1600-1700'),(43,3381,'_appointment_user','1'),(44,3381,'_cf_meta_value',''),(45,3384,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46,3384,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(47,3384,'_appointment_title','Start with Good People, lay out the Rules'),(48,3384,'_appointment_timestamp','1501588800'),(49,3384,'_appointment_timeslot','1200-1300'),(50,3384,'_appointment_user','1'),(51,3384,'_cf_meta_value',''),(52,3568,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(53,3568,'_appointment_title','Develop the next-generation technology'),(54,3568,'_appointment_guest_name','hgfh'),(55,3568,'_appointment_guest_surname',''),(56,3568,'_appointment_guest_email','hfghfgh@m.m'),(57,3568,'_appointment_timestamp','1502355600'),(58,3568,'_appointment_timeslot','0900-1000'),(59,3568,'_cf_meta_value',''),(60,3630,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(61,3630,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(62,3630,'_appointment_title','Monumental Event Planning'),(63,3630,'_appointment_timestamp','1504101600'),(64,3630,'_appointment_timeslot','1400-1430'),(65,3630,'_appointment_user','1'),(66,3630,'_cf_meta_value',''),(67,3632,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(68,3632,'_appointment_title','Monumental Event Planning'),(69,3632,'_appointment_guest_name','me '),(70,3632,'_appointment_guest_surname',''),(71,3632,'_appointment_guest_email','me@there.com'),(72,3632,'_appointment_timestamp','1504188000'),(73,3632,'_appointment_timeslot','1400-1430'),(74,3632,'_cf_meta_value',''),(75,3635,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(76,3635,'_appointment_title','Develop the next-generation technology'),(77,3635,'_appointment_guest_name','Christian Weber'),(78,3635,'_appointment_guest_surname',''),(79,3635,'_appointment_guest_email','liquidwolf@me.com'),(80,3635,'_appointment_timestamp','1504602000'),(81,3635,'_appointment_timeslot','0900-1000'),(82,3635,'_cf_meta_value',''),(83,3636,'_menu_item_type','custom'),(84,3636,'_menu_item_menu_item_parent','0'),(85,3636,'_menu_item_object_id','3636'),(86,3636,'_menu_item_object','custom'),(87,3636,'_menu_item_target',''),(88,3636,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(89,3636,'_menu_item_xfn',''),(90,3636,'_menu_item_url','#'),(91,3812,'_wp_attached_file','2017/09/1.jpeg'),(92,3812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:14:\"2017/09/1.jpeg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"1-150x150.jpeg\";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:14:\"1-300x109.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"1-768x280.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"1-1024x373.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:14:\"1-335x170.jpeg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:15:\"1-1110x630.jpeg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:14:\"1-450x450.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:14:\"1-348x248.jpeg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:14:\"1-370x450.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(93,3812,'_wp_attachment_image_alt','placeholder'),(94,3813,'_wp_attached_file','2017/09/2.jpeg'),(95,3813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:14:\"2017/09/2.jpeg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"2-150x150.jpeg\";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:14:\"2-300x109.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"2-768x280.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"2-1024x373.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:14:\"2-335x170.jpeg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:15:\"2-1110x630.jpeg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:14:\"2-450x450.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:14:\"2-348x248.jpeg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:14:\"2-370x450.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(96,3813,'_wp_attachment_image_alt','placeholder'),(97,3814,'_wp_attached_file','2017/09/3.jpeg'),(98,3814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:14:\"2017/09/3.jpeg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"3-150x150.jpeg\";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:14:\"3-300x109.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"3-768x280.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"3-1024x373.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:14:\"3-335x170.jpeg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:15:\"3-1110x630.jpeg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:14:\"3-450x450.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:14:\"3-348x248.jpeg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:14:\"3-370x450.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(99,3814,'_wp_attachment_image_alt','placeholder'),(100,3815,'_wp_attached_file','2017/09/4.jpeg'),(101,3815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:14:\"2017/09/4.jpeg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"4-150x150.jpeg\";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:14:\"4-300x109.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"4-768x280.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"4-1024x373.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:14:\"4-335x170.jpeg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:15:\"4-1110x630.jpeg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:14:\"4-450x450.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:14:\"4-348x248.jpeg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:14:\"4-370x450.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(102,3815,'_wp_attachment_image_alt','placeholder'),(103,1657,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(104,1657,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(105,1657,'page_title_box_title_size','h2'),(106,1713,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1501842853766{padding-top: 75px !important;background-image: url(https://images.unsplash.com/photo-1498127590000-455b36daa23a?dpr=1&auto=format&fit=crop&w=1920&h=700&q=1&cs=tinysrgb&crop=?id=2650) !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(https://images.unsplash.com/photo-1498127590000-455b36daa23a?dpr=1&auto=format&fit=crop&w=1920&h=700&q=1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(https://images.unsplash.com/photo-1498127590000-455b36daa23a?dpr=1&auto=format&fit=crop&w=1920&h=700&q=1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1505712340288{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1505712745622{border-radius: 2px !important;}.vc_custom_1494677731771{margin-bottom: 111px !important;}.vc_custom_1492162251965{margin-bottom: 50px !important;}.vc_custom_1492162256127{margin-bottom: 50px !important;}.vc_custom_1492170545778{margin-bottom: 50px !important;}.vc_custom_1494654282573{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494654313703{margin-bottom: 60px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(107,1713,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(108,1713,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://unittest.loc/wp-content/uploads/2017/04/video_preloader.jpg?id=2650) !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://unittest.loc/wp-content/uploads/2017/04/layer_bg_2.jpg?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://unittest.loc/wp-content/uploads/2017/04/layer_bg_3.jpg?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1505712340288{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1505712745622{border-radius: 2px !important;}.vc_custom_1505712745624{margin-top: 33px !important;margin-bottom: 78px !important;border-radius: 2px !important;}.vc_custom_1494677731771{margin-bottom: 111px !important;}.vc_custom_1492162251965{margin-bottom: 50px !important;}.vc_custom_1492162256127{margin-bottom: 50px !important;}.vc_custom_1492170545778{margin-bottom: 50px !important;}.vc_custom_1494654282573{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}.vc_custom_1494654313703{margin-bottom: 60px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(109,1713,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(110,1713,'_wpb_vc_js_status','true'),(111,1713,'page_title_box_align','center'),(112,1713,'page_title_box_title_size','h1'),(113,1713,'page_title_box_bg_color','f00'),(114,1713,'page_title_box_text_color','f00'),(115,1713,'page_title_box_line_color','f00'),(116,1713,'page_title_box_subtitle_color','f00'),(117,1713,'stm_sidebar_position','left'),(118,1713,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://unittest.loc/wp-content/uploads/2017/04/video_preloader.jpg?id=2650) !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://unittest.loc/wp-content/uploads/2017/04/layer_bg_2.jpg?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://unittest.loc/wp-content/uploads/2017/04/layer_bg_3.jpg?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1505712340288{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1505712745622{border-radius: 2px !important;}.vc_custom_1505712745624{margin-top: 33px !important;margin-bottom: 78px !important;border-radius: 2px !important;}.vc_custom_1494677731771{margin-bottom: 111px !important;}.vc_custom_1492162251965{margin-bottom: 50px !important;}.vc_custom_1492162256127{margin-bottom: 50px !important;}.vc_custom_1492170545778{margin-bottom: 50px !important;}.vc_custom_1494654282573{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}.vc_custom_1494654313703{margin-bottom: 60px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(119,1713,'page_title_box',''),(120,1713,'_wp_page_template','default'),(121,1713,'slide_template','default'),(122,1895,'_wpb_shortcodes_custom_css','.vc_custom_1494667726640{margin-bottom: 38px !important;}.vc_custom_1501744183900{margin-bottom: 85px !important;padding-top: 99px !important;padding-bottom: 40px !important;background-color: #eceff2 !important;}.vc_custom_1493116352369{margin-bottom: 90px !important;}.vc_custom_1501839879845{margin-bottom: 100px !important;}.vc_custom_1493123147364{margin-bottom: 30px !important;}.vc_custom_1494661064903{border-top-width: 1px !important;padding-top: 50px !important;border-top-color: #dddddd !important;border-top-style: solid !important;}.vc_custom_1494840796298{margin-bottom: 30px !important;}.vc_custom_1501570837435{margin-bottom: 54px !important;}.vc_custom_1501839912866{margin-top: 4px !important;margin-bottom: 33px !important;}.vc_custom_1501744195707{margin-bottom: 33px !important;}.vc_custom_1494667777920{margin-bottom: 16px !important;}.vc_custom_1494667798929{margin-bottom: 29px !important;}.vc_custom_1494668387228{margin-bottom: 58px !important;}.vc_custom_1494668392313{margin-bottom: 58px !important;}.vc_custom_1494668397972{margin-bottom: 58px !important;}.vc_custom_1494668557781{margin-bottom: 62px !important;}.vc_custom_1493120834872{margin-bottom: 30px !important;}.vc_custom_1493117061966{margin-bottom: 25px !important;}.vc_custom_1493118554084{margin-bottom: 64px !important;}'),(123,1895,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(124,1895,'_wpb_shortcodes_custom_css','.vc_custom_1494667726640{margin-bottom: 38px !important;}.vc_custom_1501744183900{margin-bottom: 85px !important;padding-top: 99px !important;padding-bottom: 40px !important;background-color: #eceff2 !important;}.vc_custom_1493116352369{margin-bottom: 90px !important;}.vc_custom_1501839879845{margin-bottom: 100px !important;}.vc_custom_1493123147364{margin-bottom: 30px !important;}.vc_custom_1494661064903{border-top-width: 1px !important;padding-top: 50px !important;border-top-color: #dddddd !important;border-top-style: solid !important;}.vc_custom_1494840796298{margin-bottom: 30px !important;}.vc_custom_1501570837435{margin-bottom: 54px !important;}.vc_custom_1501839912866{margin-top: 4px !important;margin-bottom: 33px !important;}.vc_custom_1501744195707{margin-bottom: 33px !important;}.vc_custom_1494667777920{margin-bottom: 16px !important;}.vc_custom_1494667798929{margin-bottom: 29px !important;}.vc_custom_1494668387228{margin-bottom: 58px !important;}.vc_custom_1494668392313{margin-bottom: 58px !important;}.vc_custom_1494668397972{margin-bottom: 58px !important;}.vc_custom_1494668557781{margin-bottom: 62px !important;}.vc_custom_1493120834872{margin-bottom: 30px !important;}.vc_custom_1493117061966{margin-bottom: 25px !important;}.vc_custom_1493118554084{margin-bottom: 64px !important;}'),(125,1895,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(126,1895,'_wpb_vc_js_status','true'),(127,1895,'page_title_box','true'),(128,1895,'page_title_box_align','center'),(129,1895,'page_title_box_title_size','h1'),(130,1895,'page_title_box_bg_color','rgba(0,0,0,0.6)'),(131,1895,'page_title_box_text_color','ffffff'),(132,1895,'page_title_box_line_color','ffffff'),(133,1895,'page_title_box_subtitle_color','ffffff'),(134,1895,'stm_sidebar_position','left'),(135,1895,'main_header_transparent',''),(136,1895,'header_transparent',''),(137,1895,'page_bc','true'),(138,1895,'page_title_box_bg_image','1903'),(139,1895,'_wpb_shortcodes_custom_css','.vc_custom_1494667726640{margin-bottom: 38px !important;}.vc_custom_1501744183900{margin-bottom: 85px !important;padding-top: 99px !important;padding-bottom: 40px !important;background-color: #eceff2 !important;}.vc_custom_1493116352369{margin-bottom: 90px !important;}.vc_custom_1501839879845{margin-bottom: 100px !important;}.vc_custom_1493123147364{margin-bottom: 30px !important;}.vc_custom_1494661064903{border-top-width: 1px !important;padding-top: 50px !important;border-top-color: #dddddd !important;border-top-style: solid !important;}.vc_custom_1494840796298{margin-bottom: 30px !important;}.vc_custom_1501570837435{margin-bottom: 54px !important;}.vc_custom_1501839912866{margin-top: 4px !important;margin-bottom: 33px !important;}.vc_custom_1501744195707{margin-bottom: 33px !important;}.vc_custom_1494667777920{margin-bottom: 16px !important;}.vc_custom_1494667798929{margin-bottom: 29px !important;}.vc_custom_1494668387228{margin-bottom: 58px !important;}.vc_custom_1494668392313{margin-bottom: 58px !important;}.vc_custom_1494668397972{margin-bottom: 58px !important;}.vc_custom_1494668557781{margin-bottom: 62px !important;}.vc_custom_1493120834872{margin-bottom: 30px !important;}.vc_custom_1493117061966{margin-bottom: 25px !important;}.vc_custom_1493118554084{margin-bottom: 64px !important;}'),(140,1895,'_wp_page_template','default'),(141,1895,'slide_template','default'),(142,1974,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(143,1974,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(144,1974,'_wpb_vc_js_status','true'),(145,1974,'page_title_box','true'),(146,1974,'page_title_box_align','center'),(147,1974,'page_title_box_title_size','h1'),(148,1974,'page_title_box_bg_color',''),(149,1974,'page_title_box_bg_image','1984'),(150,1974,'page_title_box_text_color','ffffff'),(151,1974,'page_title_box_line_color','ffffff'),(152,1974,'page_title_box_subtitle_color','ffffff'),(153,1974,'page_title_button_text','Button'),(154,1974,'page_title_button_url','#'),(155,1974,'page_bc','true'),(156,1974,'stm_sidebar_position','left'),(157,1974,'page_title_box_title','Make an appointment'),(158,1985,'_wpb_shortcodes_custom_css','.vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}.vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1493266864861{margin-top: -109px !important;margin-bottom: 100px !important;}.vc_custom_1493272247743{margin-bottom: 66px !important;}.vc_custom_1494841337773{margin-bottom: 23px !important;}.vc_custom_1494841354209{margin-top: 9px !important;}.vc_custom_1494669983201{margin-bottom: 37px !important;}.vc_custom_1494670272519{margin-bottom: 37px !important;}.vc_custom_1494670211434{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #3c98ff !important;}.vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210054916{padding-top: 5px !important;}.vc_custom_1493210006464{margin-bottom: 0px !important;}.vc_custom_1493210016939{margin-bottom: 0px !important;}.vc_custom_1494670373967{margin-bottom: 36px !important;}'),(159,1985,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(160,1985,'_wpb_shortcodes_custom_css','.vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}.vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1493266864861{margin-top: -109px !important;margin-bottom: 100px !important;}.vc_custom_1493272247743{margin-bottom: 66px !important;}.vc_custom_1494841337773{margin-bottom: 23px !important;}.vc_custom_1494841354209{margin-top: 9px !important;}.vc_custom_1494669983201{margin-bottom: 37px !important;}.vc_custom_1494670272519{margin-bottom: 37px !important;}.vc_custom_1494670211434{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #3c98ff !important;}.vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210054916{padding-top: 5px !important;}.vc_custom_1493210006464{margin-bottom: 0px !important;}.vc_custom_1493210016939{margin-bottom: 0px !important;}.vc_custom_1494670373967{margin-bottom: 36px !important;}'),(161,1985,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(162,1985,'_wpb_vc_js_status','true'),(163,1985,'page_title_box','true'),(164,1985,'page_title_box_align','center'),(165,1985,'page_title_box_title_size','h1'),(166,1985,'page_title_box_bg_image','1990'),(167,1985,'page_title_box_text_color','ffffff'),(168,1985,'page_title_box_line_color','ffffff'),(169,1985,'page_title_box_subtitle_color','ffffff'),(170,1985,'page_title_button_text','Button'),(171,1985,'page_title_button_url','#'),(172,1985,'page_bc',''),(173,1985,'stm_sidebar_position','left'),(174,1985,'_wpb_shortcodes_custom_css','.vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}.vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1493266864861{margin-top: -109px !important;margin-bottom: 100px !important;}.vc_custom_1493272247743{margin-bottom: 66px !important;}.vc_custom_1494841337773{margin-bottom: 23px !important;}.vc_custom_1494841354209{margin-top: 9px !important;}.vc_custom_1494669983201{margin-bottom: 37px !important;}.vc_custom_1494670272519{margin-bottom: 37px !important;}.vc_custom_1494670211434{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #3c98ff !important;}.vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210054916{padding-top: 5px !important;}.vc_custom_1493210006464{margin-bottom: 0px !important;}.vc_custom_1493210016939{margin-bottom: 0px !important;}.vc_custom_1494670373967{margin-bottom: 36px !important;}'),(175,1985,'_wp_page_template','default'),(176,1985,'slide_template','default'),(177,2041,'_wpb_shortcodes_custom_css','.vc_custom_1493277705762{margin-bottom: 40px !important;}.vc_custom_1494660155114{margin-bottom: 104px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1494660238714{margin-bottom: 53px !important;}.vc_custom_1494498544236{margin-bottom: 100px !important;background-image: url(https://images.unsplash.com/photo-1444653389962-8149286c578a?dpr=1&auto=format&fit=crop&w=1920&h=700&q=1&cs=tinysrgb&crop=?id=2088) !important;}.vc_custom_1502194800384{margin-bottom: 70px !important;}.vc_custom_1493277700179{margin-bottom: 30px !important;}.vc_custom_1502194936338{margin-bottom: 26px !important;}.vc_custom_1501824008946{padding-right: 25% !important;}.vc_custom_1501822927639{padding-top: 400px !important;background-image: url(https://images.unsplash.com/photo-1444653389962-8149286c578a?dpr=1&auto=format&fit=crop&w=1920&h=700&q=1&cs=tinysrgb&crop=?id=2060) !important;}.vc_custom_1501824510986{margin-bottom: 0px !important;}.vc_custom_1493292901073{margin-bottom: 30px !important;padding-right: 30px !important;}.vc_custom_1493286312092{margin-bottom: 40px !important;}.vc_custom_1493287005441{margin-bottom: 9px !important;}.vc_custom_1501744312363{margin-bottom: 6px !important;}.vc_custom_1494660186116{margin-bottom: 35px !important;}.vc_custom_1494660277535{padding-top: 110px !important;padding-right: 20px !important;padding-bottom: 80px !important;padding-left: 20px !important;}.vc_custom_1493295440318{margin-bottom: 30px !important;}.vc_custom_1493295137464{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1494660326912{margin-top: -7px !important;margin-bottom: 48px !important;}.vc_custom_1494660390212{padding-top: 101px !important;padding-bottom: 62px !important;background-image: url(https://images.unsplash.com/photo-1444653389962-8149286c578a?dpr=1&auto=format&fit=crop&w=1920&h=700&q=1&cs=tinysrgb&crop=?id=2095) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1493295381402{margin-bottom: 32px !important;}.vc_custom_1493295457849{margin-bottom: 38px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1493295625340{padding-right: 30px !important;padding-left: 30px !important;}'),(178,2041,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(179,2041,'_wpb_shortcodes_custom_css','.vc_custom_1493277705762{margin-bottom: 40px !important;}.vc_custom_1494660155114{margin-bottom: 104px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1494660238714{margin-bottom: 53px !important;}.vc_custom_1494498544236{margin-bottom: 100px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/04/mission_bg_2.jpg?id=2088) !important;}.vc_custom_1502194800384{margin-bottom: 70px !important;}.vc_custom_1493277700179{margin-bottom: 30px !important;}.vc_custom_1502194936338{margin-bottom: 26px !important;}.vc_custom_1501824008946{padding-right: 25% !important;}.vc_custom_1501822927639{padding-top: 400px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/04/mission.jpg?id=2060) !important;}.vc_custom_1501824510986{margin-bottom: 0px !important;}.vc_custom_1493292901073{margin-bottom: 30px !important;padding-right: 30px !important;}.vc_custom_1493286312092{margin-bottom: 40px !important;}.vc_custom_1493287005441{margin-bottom: 9px !important;}.vc_custom_1501744312363{margin-bottom: 6px !important;}.vc_custom_1494660186116{margin-bottom: 35px !important;}.vc_custom_1494660277535{padding-top: 110px !important;padding-right: 20px !important;padding-bottom: 80px !important;padding-left: 20px !important;}.vc_custom_1493295440318{margin-bottom: 30px !important;}.vc_custom_1493295137464{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1494660326912{margin-top: -7px !important;margin-bottom: 48px !important;}.vc_custom_1494660390212{padding-top: 101px !important;padding-bottom: 62px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/04/banner.jpg?id=2095) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1493295381402{margin-bottom: 32px !important;}.vc_custom_1493295457849{margin-bottom: 38px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1493295625340{padding-right: 30px !important;padding-left: 30px !important;}'),(180,2041,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(181,2041,'_wpb_vc_js_status','true'),(182,2041,'page_title_box','true'),(183,2041,'page_title_box_align','center'),(184,2041,'page_title_box_title_size','h1'),(185,2041,'page_title_box_bg_color',''),(186,2041,'page_title_box_bg_image','2045'),(187,2041,'page_title_box_text_color','ffffff'),(188,2041,'page_title_box_line_color','ffffff'),(189,2041,'page_title_box_subtitle_color','ffffff'),(190,2041,'page_title_button_text','Button'),(191,2041,'page_title_button_url','#'),(192,2041,'page_bc','true'),(193,2041,'stm_sidebar_position','left'),(194,2041,'page_title_box_title','Our mission'),(195,2041,'_wpb_shortcodes_custom_css','.vc_custom_1493277705762{margin-bottom: 40px !important;}.vc_custom_1494660155114{margin-bottom: 104px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1494660238714{margin-bottom: 53px !important;}.vc_custom_1494498544236{margin-bottom: 100px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/04/mission_bg_2.jpg?id=2088) !important;}.vc_custom_1502194800384{margin-bottom: 70px !important;}.vc_custom_1493277700179{margin-bottom: 30px !important;}.vc_custom_1502194936338{margin-bottom: 26px !important;}.vc_custom_1501824008946{padding-right: 25% !important;}.vc_custom_1501822927639{padding-top: 400px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/04/mission.jpg?id=2060) !important;}.vc_custom_1501824510986{margin-bottom: 0px !important;}.vc_custom_1493292901073{margin-bottom: 30px !important;padding-right: 30px !important;}.vc_custom_1493286312092{margin-bottom: 40px !important;}.vc_custom_1493287005441{margin-bottom: 9px !important;}.vc_custom_1501744312363{margin-bottom: 6px !important;}.vc_custom_1494660186116{margin-bottom: 35px !important;}.vc_custom_1494660277535{padding-top: 110px !important;padding-right: 20px !important;padding-bottom: 80px !important;padding-left: 20px !important;}.vc_custom_1493295440318{margin-bottom: 30px !important;}.vc_custom_1493295137464{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1494660326912{margin-top: -7px !important;margin-bottom: 48px !important;}.vc_custom_1494660390212{padding-top: 101px !important;padding-bottom: 62px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/04/banner.jpg?id=2095) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1493295381402{margin-bottom: 32px !important;}.vc_custom_1493295457849{margin-bottom: 38px !important;padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1493295625340{padding-right: 30px !important;padding-left: 30px !important;}'),(196,2041,'_wp_page_template','default'),(197,2109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(198,2109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(199,2109,'_wpb_vc_js_status','true'),(200,2109,'page_title_box','true'),(201,2109,'page_title_box_align','center'),(202,2109,'page_title_box_title_size','h1'),(203,2109,'page_title_box_bg_image','2110'),(204,2109,'page_title_box_text_color','ffffff'),(205,2109,'page_title_box_line_color','ffffff'),(206,2109,'page_title_box_subtitle_color','ffffff'),(207,2109,'page_title_button_text','Button'),(208,2109,'page_title_button_url','#'),(209,2109,'page_bc','true'),(210,2109,'stm_sidebar_position','right'),(211,2109,'stm_sidebar','2114'),(212,2109,'_wp_page_template','default'),(213,2132,'_wpb_shortcodes_custom_css','.vc_custom_1493700386282{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}'),(214,2132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(215,2132,'_wpb_shortcodes_custom_css','.vc_custom_1493700386282{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}'),(216,2132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(217,2132,'_wpb_vc_js_status','true'),(218,2132,'page_title_box','true'),(219,2132,'page_title_box_align','center'),(220,2132,'page_title_box_title_size','h1'),(221,2132,'page_title_box_bg_image','1990'),(222,2132,'page_title_box_text_color','ffffff'),(223,2132,'page_title_box_line_color','ffffff'),(224,2132,'page_title_box_subtitle_color','ffffff'),(225,2132,'page_title_button_text','Button'),(226,2132,'page_title_button_url','#'),(227,2132,'page_bc','true'),(228,2132,'stm_sidebar_position','left'),(229,2132,'_wpb_shortcodes_custom_css','.vc_custom_1493700386282{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}'),(230,2132,'_wp_page_template','default'),(232,2142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(233,2142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(234,2142,'_thumbnail_id','3812'),(235,2142,'_wpb_vc_js_status','false'),(236,2142,'page_title_box',''),(237,2142,'page_title_box_align','left'),(238,2142,'page_title_box_title_size','h1'),(239,2142,'page_title_box_bg_color',''),(240,2142,'page_title_box_bg_image',''),(241,2142,'page_title_box_text_color',''),(242,2142,'page_title_box_line_color',''),(243,2142,'page_title_box_subtitle_color',''),(244,2142,'page_title_button_text',''),(245,2142,'page_title_button_url',''),(246,2142,'page_bc',''),(247,2142,'_wp_old_slug','first-opening__trashed'),(248,2142,'header_transparent','true'),(250,2144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(251,2144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(252,2144,'_thumbnail_id','3813'),(253,2144,'_wpb_vc_js_status','false'),(254,2144,'page_title_box',''),(255,2144,'page_title_box_align','left'),(256,2144,'page_title_box_title_size','h1'),(257,2144,'page_title_box_bg_color',''),(258,2144,'page_title_box_bg_image',''),(259,2144,'page_title_box_text_color',''),(260,2144,'page_title_box_line_color',''),(261,2144,'page_title_box_subtitle_color',''),(262,2144,'page_title_button_text',''),(263,2144,'page_title_button_url',''),(264,2144,'page_bc',''),(265,2144,'_wp_old_slug','fierce-competition-develops__trashed'),(266,2144,'header_transparent','true'),(268,2156,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(269,2156,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(270,2156,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(271,2156,'_thumbnail_id','3814'),(272,2156,'_wpb_vc_js_status','false'),(273,2156,'page_title_box',''),(274,2156,'page_title_box_align','left'),(275,2156,'page_title_box_title_size','h1'),(276,2156,'page_title_box_bg_color',''),(277,2156,'page_title_box_bg_image',''),(278,2156,'page_title_box_text_color',''),(279,2156,'page_title_box_line_color',''),(280,2156,'page_title_box_subtitle_color',''),(281,2156,'page_title_button_text',''),(282,2156,'page_title_button_url',''),(283,2156,'page_bc',''),(284,2156,'_dp_original','2142'),(285,2156,'_wp_old_slug','first-opening-2'),(286,2156,'_wp_old_slug','1971-product-is-introduced__trashed'),(287,2156,'_wp_old_slug','1971-product-is-introduced'),(288,2156,'_wp_old_slug','1967-product-is-introduced__trashed'),(289,2156,'header_transparent','true'),(290,2221,'_wpb_shortcodes_custom_css','.vc_custom_1501493783465{margin-bottom: 60px !important;}'),(291,2221,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(292,2221,'_wpb_shortcodes_custom_css','.vc_custom_1501493783465{margin-bottom: 60px !important;}'),(293,2221,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(294,2221,'_wpb_vc_js_status','true'),(295,2221,'page_title_box','true'),(296,2221,'page_title_box_align','center'),(297,2221,'page_title_box_title_size','h1'),(298,2221,'page_title_box_bg_color',''),(299,2221,'page_title_box_bg_image','2232'),(300,2221,'page_title_box_text_color','ffffff'),(301,2221,'page_title_box_line_color','ffffff'),(302,2221,'page_title_box_subtitle_color','ffffff'),(303,2221,'page_title_button_text','Button'),(304,2221,'page_title_button_url','#'),(305,2221,'page_bc','true'),(306,2221,'stm_sidebar_position','left'),(307,2221,'_wpb_shortcodes_custom_css','.vc_custom_1501493783465{margin-bottom: 60px !important;}'),(308,2221,'_wp_page_template','default'),(309,2270,'_wpb_shortcodes_custom_css','.vc_custom_1501582835468{margin-bottom: 30px !important;}'),(310,2270,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(311,2270,'_wpb_shortcodes_custom_css','.vc_custom_1501582835468{margin-bottom: 30px !important;}'),(312,2270,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(313,2270,'_wpb_vc_js_status','true'),(314,2270,'page_title_box','true'),(315,2270,'page_title_box_align','center'),(316,2270,'page_title_box_title_size','h1'),(317,2270,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(318,2270,'page_title_box_bg_image','1716'),(319,2270,'page_title_box_text_color','ffffff'),(320,2270,'page_title_box_line_color','ffffff'),(321,2270,'page_title_box_subtitle_color','ffffff'),(322,2270,'page_title_button_text','Button'),(323,2270,'page_title_button_url','#'),(324,2270,'page_bc','true'),(325,2270,'stm_sidebar_position','right'),(326,2270,'stm_sidebar','2114'),(327,2270,'_wpb_shortcodes_custom_css','.vc_custom_1501582835468{margin-bottom: 30px !important;}'),(328,2270,'_wp_page_template','default'),(329,2299,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(330,2299,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(331,2299,'_wpb_vc_js_status','false'),(332,2299,'page_title_box','true'),(333,2299,'page_title_box_align','center'),(334,2299,'page_title_box_title_size','h1'),(335,2299,'page_title_box_bg_color',''),(336,2299,'page_title_box_bg_image','2301'),(337,2299,'page_title_box_text_color','ffffff'),(338,2299,'page_title_box_line_color','ffffff'),(339,2299,'page_title_box_subtitle_color','ffffff'),(340,2299,'page_title_button_text','Button'),(341,2299,'page_title_button_url','#'),(342,2299,'page_bc','true'),(343,2299,'stm_sidebar_position','left'),(344,2322,'_wpb_shortcodes_custom_css','.vc_custom_1494477245885{margin-bottom: 25px !important;}.vc_custom_1494674071436{margin-bottom: 35px !important;}.vc_custom_1501830464724{margin-bottom: 60px !important;}.vc_custom_1494477240970{margin-bottom: 30px !important;}.vc_custom_1494477983606{margin-top: -4px !important;margin-bottom: 16px !important;}.vc_custom_1494478072819{margin-bottom: 24px !important;}.vc_custom_1494478301708{margin-bottom: 35px !important;}.vc_custom_1494477983606{margin-top: -4px !important;margin-bottom: 16px !important;}.vc_custom_1501581751923{margin-bottom: 15px !important;}'),(345,2322,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(346,2322,'_wpb_shortcodes_custom_css','.vc_custom_1494477245885{margin-bottom: 25px !important;}.vc_custom_1494674071436{margin-bottom: 35px !important;}.vc_custom_1501830464724{margin-bottom: 60px !important;}.vc_custom_1494477240970{margin-bottom: 30px !important;}.vc_custom_1494477983606{margin-top: -4px !important;margin-bottom: 16px !important;}.vc_custom_1494478072819{margin-bottom: 24px !important;}.vc_custom_1494478301708{margin-bottom: 35px !important;}.vc_custom_1494477983606{margin-top: -4px !important;margin-bottom: 16px !important;}.vc_custom_1501581751923{margin-bottom: 15px !important;}'),(347,2322,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(348,2322,'_wpb_vc_js_status','true'),(349,2322,'page_title_box','true'),(350,2322,'page_title_box_align','center'),(351,2322,'page_title_box_title_size','h1'),(352,2322,'page_title_box_bg_color',''),(353,2322,'page_title_box_bg_image','2328'),(354,2322,'page_title_box_text_color','ffffff'),(355,2322,'page_title_box_line_color','ffffff'),(356,2322,'page_title_box_subtitle_color','ffffff'),(357,2322,'page_title_button_text','Button'),(358,2322,'page_title_button_url','#'),(359,2322,'page_bc','true'),(360,2322,'stm_sidebar_position','right'),(361,2322,'stm_sidebar','2114'),(362,2322,'_wpb_shortcodes_custom_css','.vc_custom_1494477245885{margin-bottom: 25px !important;}.vc_custom_1494674071436{margin-bottom: 35px !important;}.vc_custom_1501830464724{margin-bottom: 60px !important;}.vc_custom_1494477240970{margin-bottom: 30px !important;}.vc_custom_1494477983606{margin-top: -4px !important;margin-bottom: 16px !important;}.vc_custom_1494478072819{margin-bottom: 24px !important;}.vc_custom_1494478301708{margin-bottom: 35px !important;}.vc_custom_1494477983606{margin-top: -4px !important;margin-bottom: 16px !important;}.vc_custom_1501581751923{margin-bottom: 15px !important;}'),(363,2322,'_wp_page_template','default'),(364,2366,'_wpb_shortcodes_custom_css','.vc_custom_1494507412025{margin-bottom: 30px !important;}.vc_custom_1505820957383{margin-bottom: 48px !important;}'),(365,2366,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(366,2366,'_wpb_shortcodes_custom_css','.vc_custom_1494507412025{margin-bottom: 30px !important;}.vc_custom_1505820957383{margin-bottom: 48px !important;}'),(367,2366,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(368,2366,'_wpb_vc_js_status','true'),(369,2366,'page_title_box','true'),(370,2366,'page_title_box_align','center'),(371,2366,'page_title_box_title_size','h1'),(372,2366,'page_title_box_bg_color',''),(373,2366,'page_title_box_bg_image','2328'),(374,2366,'page_title_box_text_color','ffffff'),(375,2366,'page_title_box_line_color','ffffff'),(376,2366,'page_title_box_subtitle_color','ffffff'),(377,2366,'page_title_button_text','Button'),(378,2366,'page_title_button_url','#'),(379,2366,'page_bc','true'),(380,2366,'stm_sidebar_position','left'),(381,2366,'_wpb_shortcodes_custom_css','.vc_custom_1494507412025{margin-bottom: 30px !important;}.vc_custom_1505820957383{margin-bottom: 48px !important;}'),(382,2366,'_wp_page_template','default'),(383,2675,'_wpb_shortcodes_custom_css','.vc_custom_1498737663704{padding-top: 60px !important;padding-bottom: 40px !important;background-color: #e5e6ea !important;}.vc_custom_1493700386282{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}'),(384,2675,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(385,2675,'_wpb_shortcodes_custom_css','.vc_custom_1498737663704{padding-top: 60px !important;padding-bottom: 40px !important;background-color: #e5e6ea !important;}.vc_custom_1493700386282{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}'),(386,2675,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(387,2675,'_wpb_shortcodes_custom_css','.vc_custom_1498737663704{padding-top: 60px !important;padding-bottom: 40px !important;background-color: #e5e6ea !important;}.vc_custom_1493700386282{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}'),(388,2675,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(389,2675,'_wpb_vc_js_status','true'),(390,2675,'page_title_box','true'),(391,2675,'page_title_box_align','center'),(392,2675,'page_title_box_title_size','h1'),(393,2675,'page_title_box_bg_image','1990'),(394,2675,'page_title_box_text_color','ffffff'),(395,2675,'page_title_box_line_color','ffffff'),(396,2675,'page_title_box_subtitle_color','ffffff'),(397,2675,'page_title_button_text','Button'),(398,2675,'page_title_button_url','#'),(399,2675,'page_bc','true'),(400,2675,'stm_sidebar_position','left'),(401,2675,'_wpb_shortcodes_custom_css','.vc_custom_1498737663704{padding-top: 60px !important;padding-bottom: 40px !important;background-color: #e5e6ea !important;}.vc_custom_1493700386282{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}'),(402,2675,'_wp_page_template','default'),(403,2675,'_dp_original','2132'),(404,2686,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(405,2686,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(406,2686,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(407,2686,'page_title_box_title_size','h2'),(408,2686,'_wp_page_template','default'),(409,2686,'_wpb_vc_js_status','false'),(410,2686,'page_title_box_align','left'),(411,2686,'header_transparent','true'),(412,2686,'stm_sidebar_position','left'),(413,2686,'_dp_original','26'),(414,2818,'_wpb_shortcodes_custom_css','.vc_custom_1500981008460{margin-bottom: 90px !important;}.vc_custom_1500981025937{margin-bottom: 30px !important;}.vc_custom_1500981033521{margin-bottom: 30px !important;}.vc_custom_1500979269986{margin-bottom: 70px !important;}.vc_custom_1500981209716{margin-bottom: 70px !important;}.vc_custom_1500981033521{margin-bottom: 30px !important;}.vc_custom_1500981033521{margin-bottom: 30px !important;}.vc_custom_1500981033521{margin-bottom: 30px !important;}.vc_custom_1500972939005{margin-bottom: 15px !important;}.vc_custom_1495000377079{margin-bottom: 50px !important;}.vc_custom_1501049490562{margin-bottom: 50px !important;}.vc_custom_1501049557833{margin-bottom: 50px !important;}.vc_custom_1501049549385{margin-bottom: 50px !important;}.vc_custom_1501049542920{margin-bottom: 50px !important;}.vc_custom_1501049537532{margin-bottom: 50px !important;}.vc_custom_1501049532630{margin-bottom: 50px !important;}.vc_custom_1501049519622{margin-bottom: 50px !important;}'),(415,2818,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(416,2818,'_wpb_shortcodes_custom_css','.vc_custom_1500981008460{margin-bottom: 90px !important;}.vc_custom_1500981025937{margin-bottom: 30px !important;}.vc_custom_1500981033521{margin-bottom: 30px !important;}.vc_custom_1500979269986{margin-bottom: 70px !important;}.vc_custom_1500981209716{margin-bottom: 70px !important;}.vc_custom_1500981033521{margin-bottom: 30px !important;}.vc_custom_1500981033521{margin-bottom: 30px !important;}.vc_custom_1500981033521{margin-bottom: 30px !important;}.vc_custom_1500972939005{margin-bottom: 15px !important;}.vc_custom_1495000377079{margin-bottom: 50px !important;}.vc_custom_1501049490562{margin-bottom: 50px !important;}.vc_custom_1501049557833{margin-bottom: 50px !important;}.vc_custom_1501049549385{margin-bottom: 50px !important;}.vc_custom_1501049542920{margin-bottom: 50px !important;}.vc_custom_1501049537532{margin-bottom: 50px !important;}.vc_custom_1501049532630{margin-bottom: 50px !important;}.vc_custom_1501049519622{margin-bottom: 50px !important;}'),(417,2818,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(418,2818,'_wpb_shortcodes_custom_css','.vc_custom_1500981008460{margin-bottom: 90px !important;}.vc_custom_1500981025937{margin-bottom: 30px !important;}.vc_custom_1500981033521{margin-bottom: 30px !important;}.vc_custom_1500979269986{margin-bottom: 70px !important;}.vc_custom_1500981209716{margin-bottom: 70px !important;}.vc_custom_1500981033521{margin-bottom: 30px !important;}.vc_custom_1500981033521{margin-bottom: 30px !important;}.vc_custom_1500981033521{margin-bottom: 30px !important;}.vc_custom_1500972939005{margin-bottom: 15px !important;}.vc_custom_1495000377079{margin-bottom: 50px !important;}.vc_custom_1501049490562{margin-bottom: 50px !important;}.vc_custom_1501049557833{margin-bottom: 50px !important;}.vc_custom_1501049549385{margin-bottom: 50px !important;}.vc_custom_1501049542920{margin-bottom: 50px !important;}.vc_custom_1501049537532{margin-bottom: 50px !important;}.vc_custom_1501049532630{margin-bottom: 50px !important;}.vc_custom_1501049519622{margin-bottom: 50px !important;}'),(419,2818,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(420,2818,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(421,2818,'_wpb_shortcodes_custom_css','.vc_custom_1500981008460{margin-bottom: 90px !important;}.vc_custom_1500981025937{margin-bottom: 30px !important;}.vc_custom_1500981033521{margin-bottom: 30px !important;}.vc_custom_1500979269986{margin-bottom: 70px !important;}.vc_custom_1500981209716{margin-bottom: 70px !important;}.vc_custom_1500981033521{margin-bottom: 30px !important;}.vc_custom_1500981033521{margin-bottom: 30px !important;}.vc_custom_1500981033521{margin-bottom: 30px !important;}.vc_custom_1500972939005{margin-bottom: 15px !important;}.vc_custom_1495000377079{margin-bottom: 50px !important;}.vc_custom_1501049490562{margin-bottom: 50px !important;}.vc_custom_1501049557833{margin-bottom: 50px !important;}.vc_custom_1501049549385{margin-bottom: 50px !important;}.vc_custom_1501049542920{margin-bottom: 50px !important;}.vc_custom_1501049537532{margin-bottom: 50px !important;}.vc_custom_1501049532630{margin-bottom: 50px !important;}.vc_custom_1501049519622{margin-bottom: 50px !important;}'),(422,2818,'_wpb_shortcodes_custom_css','.vc_custom_1500981008460{margin-bottom: 90px !important;}.vc_custom_1500981025937{margin-bottom: 30px !important;}.vc_custom_1500981033521{margin-bottom: 30px !important;}.vc_custom_1500979269986{margin-bottom: 70px !important;}.vc_custom_1500981209716{margin-bottom: 70px !important;}.vc_custom_1500981033521{margin-bottom: 30px !important;}.vc_custom_1500981033521{margin-bottom: 30px !important;}.vc_custom_1500981033521{margin-bottom: 30px !important;}.vc_custom_1500972939005{margin-bottom: 15px !important;}.vc_custom_1495000377079{margin-bottom: 50px !important;}.vc_custom_1501049490562{margin-bottom: 50px !important;}.vc_custom_1501049557833{margin-bottom: 50px !important;}.vc_custom_1501049549385{margin-bottom: 50px !important;}.vc_custom_1501049542920{margin-bottom: 50px !important;}.vc_custom_1501049537532{margin-bottom: 50px !important;}.vc_custom_1501049532630{margin-bottom: 50px !important;}.vc_custom_1501049519622{margin-bottom: 50px !important;}'),(423,2818,'_wp_page_template','default'),(424,2818,'_wpb_vc_js_status','true'),(425,2818,'page_title_box',''),(426,2818,'page_title_box_align','center'),(427,2818,'page_title_box_title_size','h1'),(428,2818,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(429,2818,'page_title_box_bg_image','1716'),(430,2818,'page_title_box_text_color','ffffff'),(431,2818,'page_title_box_line_color','ffffff'),(432,2818,'page_title_box_subtitle_color','ffffff'),(433,2818,'page_title_button_text','Button'),(434,2818,'page_title_button_url','#'),(435,2818,'page_bc','true'),(436,2818,'stm_sidebar_position','left'),(437,2818,'header_transparent','true'),(438,2818,'_dp_original','2793'),(439,2983,'_wpb_shortcodes_custom_css','.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1501066666641{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1501066676584{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(440,2983,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(441,2983,'_wpb_shortcodes_custom_css','.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1501066666641{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1501066676584{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(442,2983,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(443,2983,'_wpb_shortcodes_custom_css','.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1501066666641{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1501066676584{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(444,2983,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(445,2983,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(446,2983,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(447,2983,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(448,2983,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(449,2983,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(450,2983,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(451,2983,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(452,2983,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(453,2983,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(454,2983,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(455,2983,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(456,2983,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(457,2983,'_wpb_shortcodes_custom_css','.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1501066666641{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1501066676584{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(458,2983,'_wpb_shortcodes_custom_css','.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1501066666641{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1501066676584{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(459,2983,'_wpb_shortcodes_custom_css','.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1501066666641{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1501066676584{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(460,2983,'_wpb_shortcodes_custom_css','.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1501066666641{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1501066676584{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(461,2983,'_wpb_shortcodes_custom_css','.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1501066666641{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1501066676584{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(462,2983,'_wpb_shortcodes_custom_css','.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1501066666641{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1501066676584{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(463,2983,'_wpb_shortcodes_custom_css','.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1501066666641{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1501066676584{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(464,2983,'_wpb_shortcodes_custom_css','.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1501066666641{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1501066676584{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(465,2983,'_wpb_shortcodes_custom_css','.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1501066666641{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1501066676584{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(466,2983,'_wpb_shortcodes_custom_css','.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1501066666641{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1501066676584{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(467,2983,'_wpb_shortcodes_custom_css','.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1501066666641{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1501066676584{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(468,2983,'_wpb_shortcodes_custom_css','.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1501066666641{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1501066676584{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(469,2983,'_wpb_shortcodes_custom_css','.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1501066666641{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1501066676584{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(470,2983,'_wpb_vc_js_status','true'),(471,2983,'page_title_box','true'),(472,2983,'page_title_box_align','center'),(473,2983,'page_title_box_title_size','h1'),(474,2983,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(475,2983,'page_title_box_bg_image','1716'),(476,2983,'page_title_box_text_color','ffffff'),(477,2983,'page_title_box_line_color','ffffff'),(478,2983,'page_title_box_subtitle_color','ffffff'),(479,2983,'page_title_button_text','Button'),(480,2983,'page_title_button_url','#'),(481,2983,'page_bc',''),(482,2983,'stm_sidebar_position','right'),(483,2983,'header_transparent','force'),(484,2983,'_wp_page_template','default'),(485,2983,'_dp_original','2972'),(486,2983,'stm_sidebar','2114'),(487,3002,'_wpb_shortcodes_custom_css','.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067912940{margin-bottom: 30px !important;}.vc_custom_1501068924802{margin-bottom: 30px !important;}.vc_custom_1501067920924{margin-bottom: 30px !important;}.vc_custom_1501068808222{margin-bottom: 30px !important;}'),(488,3002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(489,3002,'_wpb_shortcodes_custom_css','.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067912940{margin-bottom: 30px !important;}.vc_custom_1501068924802{margin-bottom: 30px !important;}.vc_custom_1501067920924{margin-bottom: 30px !important;}.vc_custom_1501068808222{margin-bottom: 30px !important;}'),(490,3002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(491,3002,'_wpb_shortcodes_custom_css','.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067912940{margin-bottom: 30px !important;}.vc_custom_1501068924802{margin-bottom: 30px !important;}.vc_custom_1501067920924{margin-bottom: 30px !important;}.vc_custom_1501068808222{margin-bottom: 30px !important;}'),(492,3002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(493,3002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(494,3002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(495,3002,'_wpb_shortcodes_custom_css','.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067912940{margin-bottom: 30px !important;}.vc_custom_1501068924802{margin-bottom: 30px !important;}.vc_custom_1501067920924{margin-bottom: 30px !important;}.vc_custom_1501068808222{margin-bottom: 30px !important;}'),(496,3002,'_wpb_shortcodes_custom_css','.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067912940{margin-bottom: 30px !important;}.vc_custom_1501068924802{margin-bottom: 30px !important;}.vc_custom_1501067920924{margin-bottom: 30px !important;}.vc_custom_1501068808222{margin-bottom: 30px !important;}'),(497,3002,'_wpb_shortcodes_custom_css','.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067279189{margin-bottom: 70px !important;}.vc_custom_1501067912940{margin-bottom: 30px !important;}.vc_custom_1501068924802{margin-bottom: 30px !important;}.vc_custom_1501067920924{margin-bottom: 30px !important;}.vc_custom_1501068808222{margin-bottom: 30px !important;}'),(498,3002,'_wp_page_template','default'),(499,3002,'_wpb_vc_js_status','true'),(500,3002,'page_title_box',''),(501,3002,'page_title_box_align','center'),(502,3002,'page_title_box_title_size','h1'),(503,3002,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(504,3002,'page_title_box_bg_image','1716'),(505,3002,'page_title_box_text_color','ffffff'),(506,3002,'page_title_box_line_color','ffffff'),(507,3002,'page_title_box_subtitle_color','ffffff'),(508,3002,'page_title_button_text','Button'),(509,3002,'page_title_button_url','#'),(510,3002,'page_bc','true'),(511,3002,'stm_sidebar_position','right'),(512,3002,'header_transparent','true'),(513,3002,'_dp_original','2991'),(514,3002,'stm_sidebar','2114'),(515,3081,'_wpb_shortcodes_custom_css','.vc_custom_1501136938193{margin-bottom: 40px !important;}.vc_custom_1501136946682{margin-bottom: 70px !important;}.vc_custom_1501136951350{margin-bottom: 40px !important;}.vc_custom_1501137553420{margin-bottom: -60px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #e5e6ea !important;}.vc_custom_1501134659315{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}.vc_custom_1501136843379{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}'),(516,3081,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(517,3081,'_wpb_shortcodes_custom_css','.vc_custom_1501136938193{margin-bottom: 40px !important;}.vc_custom_1501136946682{margin-bottom: 70px !important;}.vc_custom_1501136951350{margin-bottom: 40px !important;}.vc_custom_1501137553420{margin-bottom: -60px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #e5e6ea !important;}.vc_custom_1501134659315{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}.vc_custom_1501136843379{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}'),(518,3081,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(519,3081,'_wpb_shortcodes_custom_css','.vc_custom_1501136938193{margin-bottom: 40px !important;}.vc_custom_1501136946682{margin-bottom: 70px !important;}.vc_custom_1501136951350{margin-bottom: 40px !important;}.vc_custom_1501137553420{margin-bottom: -60px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #e5e6ea !important;}.vc_custom_1501134659315{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}.vc_custom_1501136843379{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}'),(520,3081,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(521,3081,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(522,3081,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(523,3081,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(524,3081,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(525,3081,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(526,3081,'_wpb_shortcodes_custom_css','.vc_custom_1501136938193{margin-bottom: 40px !important;}.vc_custom_1501136946682{margin-bottom: 70px !important;}.vc_custom_1501136951350{margin-bottom: 40px !important;}.vc_custom_1501137553420{margin-bottom: -60px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #e5e6ea !important;}.vc_custom_1501134659315{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}.vc_custom_1501136843379{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}'),(527,3081,'_wpb_shortcodes_custom_css','.vc_custom_1501136938193{margin-bottom: 40px !important;}.vc_custom_1501136946682{margin-bottom: 70px !important;}.vc_custom_1501136951350{margin-bottom: 40px !important;}.vc_custom_1501137553420{margin-bottom: -60px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #e5e6ea !important;}.vc_custom_1501134659315{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}.vc_custom_1501136843379{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}'),(528,3081,'_wpb_shortcodes_custom_css','.vc_custom_1501136938193{margin-bottom: 40px !important;}.vc_custom_1501136946682{margin-bottom: 70px !important;}.vc_custom_1501136951350{margin-bottom: 40px !important;}.vc_custom_1501137553420{margin-bottom: -60px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #e5e6ea !important;}.vc_custom_1501134659315{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}.vc_custom_1501136843379{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}'),(529,3081,'_wpb_shortcodes_custom_css','.vc_custom_1501136938193{margin-bottom: 40px !important;}.vc_custom_1501136946682{margin-bottom: 70px !important;}.vc_custom_1501136951350{margin-bottom: 40px !important;}.vc_custom_1501137553420{margin-bottom: -60px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #e5e6ea !important;}.vc_custom_1501134659315{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}.vc_custom_1501136843379{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}'),(530,3081,'_wpb_shortcodes_custom_css','.vc_custom_1501136938193{margin-bottom: 40px !important;}.vc_custom_1501136946682{margin-bottom: 70px !important;}.vc_custom_1501136951350{margin-bottom: 40px !important;}.vc_custom_1501137553420{margin-bottom: -60px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #e5e6ea !important;}.vc_custom_1501134659315{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}.vc_custom_1501136843379{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}'),(531,3081,'_wpb_shortcodes_custom_css','.vc_custom_1501136938193{margin-bottom: 40px !important;}.vc_custom_1501136946682{margin-bottom: 70px !important;}.vc_custom_1501136951350{margin-bottom: 40px !important;}.vc_custom_1501137553420{margin-bottom: -60px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #e5e6ea !important;}.vc_custom_1501134659315{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}.vc_custom_1501136843379{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}'),(532,3081,'_wpb_vc_js_status','true'),(533,3081,'page_title_box',''),(534,3081,'page_title_box_align','center'),(535,3081,'page_title_box_title_size','h1'),(536,3081,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(537,3081,'page_title_box_bg_image','1716'),(538,3081,'page_title_box_text_color','ffffff'),(539,3081,'page_title_box_line_color','ffffff'),(540,3081,'page_title_box_subtitle_color','ffffff'),(541,3081,'page_title_button_text','Button'),(542,3081,'page_title_button_url','#'),(543,3081,'page_bc','true'),(544,3081,'stm_sidebar_position','left'),(545,3081,'header_transparent','true'),(546,3081,'_wp_page_template','default'),(547,3081,'_dp_original','3058'),(548,3096,'_wpb_shortcodes_custom_css','.vc_custom_1501136938193{margin-bottom: 40px !important;}.vc_custom_1501137781404{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}.vc_custom_1501147117523{margin-bottom: 50px !important;}.vc_custom_1501147122957{margin-bottom: 50px !important;}.vc_custom_1501147129088{margin-bottom: 50px !important;}.vc_custom_1501147143713{margin-bottom: 50px !important;}.vc_custom_1501147149146{margin-bottom: 50px !important;}.vc_custom_1501147183789{margin-bottom: 50px !important;}.vc_custom_1501147194059{margin-bottom: 50px !important;}.vc_custom_1501147199761{margin-bottom: 50px !important;}.vc_custom_1501147229181{margin-bottom: 70px !important;}'),(549,3096,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(550,3096,'_wpb_shortcodes_custom_css','.vc_custom_1501136938193{margin-bottom: 40px !important;}.vc_custom_1501137781404{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}.vc_custom_1501147106464{margin-bottom: 50px !important;}.vc_custom_1501147117523{margin-bottom: 50px !important;}.vc_custom_1501147122957{margin-bottom: 50px !important;}.vc_custom_1501147129088{margin-bottom: 50px !important;}.vc_custom_1501147133496{margin-bottom: 50px !important;}.vc_custom_1501147143713{margin-bottom: 50px !important;}.vc_custom_1501147149146{margin-bottom: 50px !important;}.vc_custom_1501147183789{margin-bottom: 50px !important;}.vc_custom_1501147189086{margin-bottom: 50px !important;}.vc_custom_1501147194059{margin-bottom: 50px !important;}.vc_custom_1501147199761{margin-bottom: 50px !important;}.vc_custom_1501147229181{margin-bottom: 70px !important;}.vc_custom_1501147031875{margin-bottom: 27px !important;}'),(551,3096,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(552,3096,'_wpb_shortcodes_custom_css','.vc_custom_1501136938193{margin-bottom: 40px !important;}.vc_custom_1501137781404{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}.vc_custom_1501147106464{margin-bottom: 50px !important;}.vc_custom_1501147117523{margin-bottom: 50px !important;}.vc_custom_1501147122957{margin-bottom: 50px !important;}.vc_custom_1501147129088{margin-bottom: 50px !important;}.vc_custom_1501147133496{margin-bottom: 50px !important;}.vc_custom_1501147143713{margin-bottom: 50px !important;}.vc_custom_1501147149146{margin-bottom: 50px !important;}.vc_custom_1501147183789{margin-bottom: 50px !important;}.vc_custom_1501147189086{margin-bottom: 50px !important;}.vc_custom_1501147194059{margin-bottom: 50px !important;}.vc_custom_1501147199761{margin-bottom: 50px !important;}.vc_custom_1501147229181{margin-bottom: 70px !important;}.vc_custom_1501147031875{margin-bottom: 27px !important;}'),(553,3096,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(554,3096,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(555,3096,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(556,3096,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(557,3096,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(558,3096,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(559,3096,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(560,3096,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(561,3096,'_wpb_shortcodes_custom_css','.vc_custom_1501136938193{margin-bottom: 40px !important;}.vc_custom_1501137781404{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}.vc_custom_1501147106464{margin-bottom: 50px !important;}.vc_custom_1501147117523{margin-bottom: 50px !important;}.vc_custom_1501147122957{margin-bottom: 50px !important;}.vc_custom_1501147129088{margin-bottom: 50px !important;}.vc_custom_1501147133496{margin-bottom: 50px !important;}.vc_custom_1501147143713{margin-bottom: 50px !important;}.vc_custom_1501147149146{margin-bottom: 50px !important;}.vc_custom_1501147183789{margin-bottom: 50px !important;}.vc_custom_1501147189086{margin-bottom: 50px !important;}.vc_custom_1501147194059{margin-bottom: 50px !important;}.vc_custom_1501147199761{margin-bottom: 50px !important;}.vc_custom_1501147229181{margin-bottom: 70px !important;}.vc_custom_1501147031875{margin-bottom: 27px !important;}'),(562,3096,'_wpb_shortcodes_custom_css','.vc_custom_1501136938193{margin-bottom: 40px !important;}.vc_custom_1501137781404{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}.vc_custom_1501147106464{margin-bottom: 50px !important;}.vc_custom_1501147117523{margin-bottom: 50px !important;}.vc_custom_1501147122957{margin-bottom: 50px !important;}.vc_custom_1501147129088{margin-bottom: 50px !important;}.vc_custom_1501147133496{margin-bottom: 50px !important;}.vc_custom_1501147143713{margin-bottom: 50px !important;}.vc_custom_1501147149146{margin-bottom: 50px !important;}.vc_custom_1501147183789{margin-bottom: 50px !important;}.vc_custom_1501147189086{margin-bottom: 50px !important;}.vc_custom_1501147194059{margin-bottom: 50px !important;}.vc_custom_1501147199761{margin-bottom: 50px !important;}.vc_custom_1501147229181{margin-bottom: 70px !important;}.vc_custom_1501147031875{margin-bottom: 27px !important;}'),(563,3096,'_wpb_shortcodes_custom_css','.vc_custom_1501136938193{margin-bottom: 40px !important;}.vc_custom_1501137781404{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}.vc_custom_1501147106464{margin-bottom: 50px !important;}.vc_custom_1501147117523{margin-bottom: 50px !important;}.vc_custom_1501147122957{margin-bottom: 50px !important;}.vc_custom_1501147129088{margin-bottom: 50px !important;}.vc_custom_1501147133496{margin-bottom: 50px !important;}.vc_custom_1501147143713{margin-bottom: 50px !important;}.vc_custom_1501147149146{margin-bottom: 50px !important;}.vc_custom_1501147183789{margin-bottom: 50px !important;}.vc_custom_1501147189086{margin-bottom: 50px !important;}.vc_custom_1501147194059{margin-bottom: 50px !important;}.vc_custom_1501147199761{margin-bottom: 50px !important;}.vc_custom_1501147229181{margin-bottom: 70px !important;}.vc_custom_1501147031875{margin-bottom: 27px !important;}'),(564,3096,'_wpb_shortcodes_custom_css','.vc_custom_1501136938193{margin-bottom: 40px !important;}.vc_custom_1501137781404{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}.vc_custom_1501147106464{margin-bottom: 50px !important;}.vc_custom_1501147117523{margin-bottom: 50px !important;}.vc_custom_1501147122957{margin-bottom: 50px !important;}.vc_custom_1501147129088{margin-bottom: 50px !important;}.vc_custom_1501147133496{margin-bottom: 50px !important;}.vc_custom_1501147143713{margin-bottom: 50px !important;}.vc_custom_1501147149146{margin-bottom: 50px !important;}.vc_custom_1501147183789{margin-bottom: 50px !important;}.vc_custom_1501147189086{margin-bottom: 50px !important;}.vc_custom_1501147194059{margin-bottom: 50px !important;}.vc_custom_1501147199761{margin-bottom: 50px !important;}.vc_custom_1501147229181{margin-bottom: 70px !important;}.vc_custom_1501147031875{margin-bottom: 27px !important;}'),(565,3096,'_wpb_shortcodes_custom_css','.vc_custom_1501136938193{margin-bottom: 40px !important;}.vc_custom_1501137781404{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}.vc_custom_1501147106464{margin-bottom: 50px !important;}.vc_custom_1501147117523{margin-bottom: 50px !important;}.vc_custom_1501147122957{margin-bottom: 50px !important;}.vc_custom_1501147129088{margin-bottom: 50px !important;}.vc_custom_1501147133496{margin-bottom: 50px !important;}.vc_custom_1501147143713{margin-bottom: 50px !important;}.vc_custom_1501147149146{margin-bottom: 50px !important;}.vc_custom_1501147183789{margin-bottom: 50px !important;}.vc_custom_1501147189086{margin-bottom: 50px !important;}.vc_custom_1501147194059{margin-bottom: 50px !important;}.vc_custom_1501147199761{margin-bottom: 50px !important;}.vc_custom_1501147229181{margin-bottom: 70px !important;}.vc_custom_1501147031875{margin-bottom: 27px !important;}'),(566,3096,'_wpb_shortcodes_custom_css','.vc_custom_1501136938193{margin-bottom: 40px !important;}.vc_custom_1501137781404{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}.vc_custom_1501147106464{margin-bottom: 50px !important;}.vc_custom_1501147117523{margin-bottom: 50px !important;}.vc_custom_1501147122957{margin-bottom: 50px !important;}.vc_custom_1501147129088{margin-bottom: 50px !important;}.vc_custom_1501147133496{margin-bottom: 50px !important;}.vc_custom_1501147143713{margin-bottom: 50px !important;}.vc_custom_1501147149146{margin-bottom: 50px !important;}.vc_custom_1501147183789{margin-bottom: 50px !important;}.vc_custom_1501147189086{margin-bottom: 50px !important;}.vc_custom_1501147194059{margin-bottom: 50px !important;}.vc_custom_1501147199761{margin-bottom: 50px !important;}.vc_custom_1501147229181{margin-bottom: 70px !important;}.vc_custom_1501147031875{margin-bottom: 27px !important;}'),(567,3096,'_wpb_shortcodes_custom_css','.vc_custom_1501136938193{margin-bottom: 40px !important;}.vc_custom_1501137781404{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}.vc_custom_1501147106464{margin-bottom: 50px !important;}.vc_custom_1501147117523{margin-bottom: 50px !important;}.vc_custom_1501147122957{margin-bottom: 50px !important;}.vc_custom_1501147129088{margin-bottom: 50px !important;}.vc_custom_1501147133496{margin-bottom: 50px !important;}.vc_custom_1501147143713{margin-bottom: 50px !important;}.vc_custom_1501147149146{margin-bottom: 50px !important;}.vc_custom_1501147183789{margin-bottom: 50px !important;}.vc_custom_1501147189086{margin-bottom: 50px !important;}.vc_custom_1501147194059{margin-bottom: 50px !important;}.vc_custom_1501147199761{margin-bottom: 50px !important;}.vc_custom_1501147229181{margin-bottom: 70px !important;}.vc_custom_1501147031875{margin-bottom: 27px !important;}'),(568,3096,'_wpb_shortcodes_custom_css','.vc_custom_1501136938193{margin-bottom: 40px !important;}.vc_custom_1501137781404{margin-bottom: 30px !important;}.vc_custom_1493701149153{margin-bottom: 60px !important;}.vc_custom_1501147106464{margin-bottom: 50px !important;}.vc_custom_1501147117523{margin-bottom: 50px !important;}.vc_custom_1501147122957{margin-bottom: 50px !important;}.vc_custom_1501147129088{margin-bottom: 50px !important;}.vc_custom_1501147133496{margin-bottom: 50px !important;}.vc_custom_1501147143713{margin-bottom: 50px !important;}.vc_custom_1501147149146{margin-bottom: 50px !important;}.vc_custom_1501147183789{margin-bottom: 50px !important;}.vc_custom_1501147189086{margin-bottom: 50px !important;}.vc_custom_1501147194059{margin-bottom: 50px !important;}.vc_custom_1501147199761{margin-bottom: 50px !important;}.vc_custom_1501147229181{margin-bottom: 70px !important;}.vc_custom_1501147031875{margin-bottom: 27px !important;}'),(569,3096,'_wpb_vc_js_status','true'),(570,3096,'page_title_box',''),(571,3096,'page_title_box_align','center'),(572,3096,'page_title_box_title_size','h1'),(573,3096,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(574,3096,'page_title_box_bg_image','1716'),(575,3096,'page_title_box_text_color','ffffff'),(576,3096,'page_title_box_line_color','ffffff'),(577,3096,'page_title_box_subtitle_color','ffffff'),(578,3096,'page_title_button_text','Button'),(579,3096,'page_title_button_url','#'),(580,3096,'page_bc','true'),(581,3096,'stm_sidebar_position','left'),(582,3096,'header_transparent','true'),(583,3096,'_wp_page_template','default'),(584,3096,'_dp_original','3089'),(585,3327,'_wpb_shortcodes_custom_css','.vc_custom_1501233737274{margin-bottom: 80px !important;}.vc_custom_1501233737274{margin-bottom: 80px !important;}.vc_custom_1501238075731{margin-bottom: 40px !important;}.vc_custom_1501238081611{margin-bottom: 40px !important;}'),(586,3327,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(587,3327,'_wpb_shortcodes_custom_css','.vc_custom_1501233737274{margin-bottom: 80px !important;}.vc_custom_1501233737274{margin-bottom: 80px !important;}.vc_custom_1501238075731{margin-bottom: 40px !important;}.vc_custom_1501238081611{margin-bottom: 40px !important;}'),(588,3327,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(589,3327,'_wpb_shortcodes_custom_css','.vc_custom_1501233737274{margin-bottom: 80px !important;}.vc_custom_1501233737274{margin-bottom: 80px !important;}.vc_custom_1501238075731{margin-bottom: 40px !important;}.vc_custom_1501238081611{margin-bottom: 40px !important;}'),(590,3327,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(591,3327,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(592,3327,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(593,3327,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(594,3327,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(595,3327,'_wpb_shortcodes_custom_css','.vc_custom_1501233737274{margin-bottom: 80px !important;}.vc_custom_1501233737274{margin-bottom: 80px !important;}.vc_custom_1501238075731{margin-bottom: 40px !important;}.vc_custom_1501238081611{margin-bottom: 40px !important;}'),(596,3327,'_wpb_shortcodes_custom_css','.vc_custom_1501233737274{margin-bottom: 80px !important;}.vc_custom_1501233737274{margin-bottom: 80px !important;}.vc_custom_1501238075731{margin-bottom: 40px !important;}.vc_custom_1501238081611{margin-bottom: 40px !important;}'),(597,3327,'_wpb_shortcodes_custom_css','.vc_custom_1501233737274{margin-bottom: 80px !important;}.vc_custom_1501233737274{margin-bottom: 80px !important;}.vc_custom_1501238075731{margin-bottom: 40px !important;}.vc_custom_1501238081611{margin-bottom: 40px !important;}'),(598,3327,'_wpb_shortcodes_custom_css','.vc_custom_1501233737274{margin-bottom: 80px !important;}.vc_custom_1501233737274{margin-bottom: 80px !important;}.vc_custom_1501238075731{margin-bottom: 40px !important;}.vc_custom_1501238081611{margin-bottom: 40px !important;}'),(599,3327,'_wpb_shortcodes_custom_css','.vc_custom_1501233737274{margin-bottom: 80px !important;}.vc_custom_1501233737274{margin-bottom: 80px !important;}.vc_custom_1501238075731{margin-bottom: 40px !important;}.vc_custom_1501238081611{margin-bottom: 40px !important;}'),(600,3327,'_wp_page_template','default'),(601,3327,'_wpb_vc_js_status','true'),(602,3327,'page_title_box',''),(603,3327,'page_title_box_align','center'),(604,3327,'page_title_box_title_size','h1'),(605,3327,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(606,3327,'page_title_box_bg_image','1716'),(607,3327,'page_title_box_text_color','ffffff'),(608,3327,'page_title_box_line_color','ffffff'),(609,3327,'page_title_box_subtitle_color','ffffff'),(610,3327,'page_title_button_text','Button'),(611,3327,'page_title_button_url','#'),(612,3327,'page_bc','true'),(613,3327,'stm_sidebar_position','right'),(614,3327,'header_transparent','true'),(615,3327,'_dp_original','3319'),(616,3327,'stm_sidebar','2114'),(618,1851,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(619,1851,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(620,1851,'_wp_old_slug','companies-in-nj-launched-a-joint-project-on-three-tower-hall'),(621,1851,'_thumbnail_id','3813'),(622,1851,'_wpb_vc_js_status','false'),(623,1851,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(624,1851,'page_title_box_align','left'),(625,1851,'page_title_box_title_size','h1'),(626,1851,'_dp_original','1'),(627,1851,'_wp_old_slug','hello-world-2'),(628,1851,'_wp_old_slug','retail-banks-wake-up-to-digital-lending__trashed'),(629,1851,'header_transparent','true'),(630,1851,'page_title_box',''),(632,1859,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(633,1859,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(634,1859,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(635,1859,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(636,1859,'_wp_old_slug','companies-in-nj-launched-a-joint-project-on-three-tower-hall'),(637,1859,'_wp_old_slug','hello-world-2'),(638,1859,'_thumbnail_id','3813'),(639,1859,'_wpb_vc_js_status','false'),(640,1859,'page_title_box_align','left'),(641,1859,'page_title_box_title_size','h1'),(642,1859,'_dp_original','1851'),(643,1859,'_wp_old_slug','retail-banks-wake-up-to-digital-lending-2'),(644,1859,'_wp_old_slug','three-quarters-of-construction-workers-victim-of-large-scale__trashed'),(645,1859,'header_transparent','true'),(646,1859,'page_title_box',''),(648,2146,'_wpb_shortcodes_custom_css','.vc_custom_1502167026073{margin-bottom: 30px !important;}.vc_custom_1502166992219{margin-bottom: 30px !important;}'),(649,2146,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(650,2146,'_wpb_shortcodes_custom_css','.vc_custom_1502167026073{margin-bottom: 30px !important;}.vc_custom_1502166992219{margin-bottom: 30px !important;}'),(651,2146,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(652,2146,'_thumbnail_id','3813'),(653,2146,'_wpb_vc_js_status','false'),(654,2146,'page_title_box',''),(655,2146,'page_title_box_align','left'),(656,2146,'page_title_box_title_size','h1'),(657,2146,'page_title_box_bg_color',''),(658,2146,'page_title_box_bg_image',''),(659,2146,'page_title_box_text_color',''),(660,2146,'page_title_box_line_color',''),(661,2146,'page_title_box_subtitle_color',''),(662,2146,'page_title_button_text',''),(663,2146,'page_title_button_url',''),(664,2146,'page_bc',''),(665,2146,'_wp_old_slug','paves-the-way-for-an-eventual-merger__trashed'),(666,2146,'header_transparent','true'),(667,2146,'_wpb_shortcodes_custom_css','.vc_custom_1502167026073{margin-bottom: 30px !important;}.vc_custom_1502166992219{margin-bottom: 30px !important;}'),(669,2160,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(670,2160,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(671,2160,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(672,2160,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(673,2160,'_thumbnail_id','3815'),(674,2160,'_wpb_vc_js_status','false'),(675,2160,'page_title_box',''),(676,2160,'page_title_box_align','left'),(677,2160,'page_title_box_title_size','h1'),(678,2160,'page_title_box_bg_color',''),(679,2160,'page_title_box_bg_image',''),(680,2160,'page_title_box_text_color',''),(681,2160,'page_title_box_line_color',''),(682,2160,'page_title_box_subtitle_color',''),(683,2160,'page_title_button_text',''),(684,2160,'page_title_button_url',''),(685,2160,'page_bc',''),(686,2160,'_wp_old_slug','first-opening-2'),(687,2160,'_dp_original','2156'),(688,2160,'_wp_old_slug','1971-product-is-introduced-2'),(689,2160,'_wp_old_slug','parker-scalloped-blade-design__trashed'),(690,2160,'header_transparent','true'),(692,2163,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(693,2163,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(694,2163,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(695,2163,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(696,2163,'_thumbnail_id','3815'),(697,2163,'_wpb_vc_js_status','false'),(698,2163,'page_title_box',''),(699,2163,'page_title_box_align','left'),(700,2163,'page_title_box_title_size','h1'),(701,2163,'page_title_box_bg_color',''),(702,2163,'page_title_box_bg_image',''),(703,2163,'page_title_box_text_color',''),(704,2163,'page_title_box_line_color',''),(705,2163,'page_title_box_subtitle_color',''),(706,2163,'page_title_button_text',''),(707,2163,'page_title_button_url',''),(708,2163,'page_bc',''),(709,2163,'_wp_old_slug','first-opening-2'),(710,2163,'_dp_original','2156'),(711,2163,'_wp_old_slug','1971-product-is-introduced-2'),(712,2163,'_wp_old_slug','a-design-breakthrough-upgrades-product__trashed'),(713,2163,'header_transparent','true'),(715,2166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(716,2166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(717,2166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(718,2166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(719,2166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(720,2166,'_thumbnail_id','3813'),(721,2166,'_wpb_vc_js_status','false'),(722,2166,'page_title_box',''),(723,2166,'page_title_box_align','left'),(724,2166,'page_title_box_title_size','h1'),(725,2166,'page_title_box_bg_color',''),(726,2166,'page_title_box_bg_image',''),(727,2166,'page_title_box_text_color',''),(728,2166,'page_title_box_line_color',''),(729,2166,'page_title_box_subtitle_color',''),(730,2166,'page_title_button_text',''),(731,2166,'page_title_button_url',''),(732,2166,'page_bc',''),(733,2166,'_wp_old_slug','first-opening-2'),(734,2166,'_wp_old_slug','1971-product-is-introduced-2'),(735,2166,'_dp_original','2163'),(736,2166,'_wp_old_slug','a-design-breakthrough-upgrades-product-2'),(737,2166,'_wp_old_slug','company-displays-its-product-line'),(738,2166,'_wp_old_slug','%d1%81ompany-expands-into-a-new-eight-story-factory-building-in-st-louis__trashed'),(739,2166,'header_transparent','true'),(741,2171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(742,2171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(743,2171,'_wp_old_slug','company-expands-into-a-new-eight-story-factory-building-in-st-louis'),(744,2171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(745,2171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(746,2171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(747,2171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(748,2171,'_thumbnail_id','3812'),(749,2171,'_wpb_vc_js_status','false'),(750,2171,'page_title_box',''),(751,2171,'page_title_box_align','left'),(752,2171,'page_title_box_title_size','h1'),(753,2171,'page_title_box_bg_color',''),(754,2171,'page_title_box_bg_image',''),(755,2171,'page_title_box_text_color',''),(756,2171,'page_title_box_line_color',''),(757,2171,'page_title_box_subtitle_color',''),(758,2171,'page_title_button_text',''),(759,2171,'page_title_button_url',''),(760,2171,'page_bc',''),(761,2171,'_wp_old_slug','first-opening-2'),(762,2171,'_wp_old_slug','1971-product-is-introduced-2'),(763,2171,'_wp_old_slug','a-design-breakthrough-upgrades-product-2'),(764,2171,'_wp_old_slug','company-displays-its-product-line'),(765,2171,'_dp_original','2166'),(766,2171,'_wp_old_slug','%d1%81ompany-expands-into-a-new-eight-story-factory-building-in-st-louis-2'),(767,2171,'_wp_old_slug','joseph-newman-is-named-president-and-sets-out-to-stabilize-the-companys-balance-sheet__trashed'),(768,2171,'header_transparent','true'),(770,2181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(771,2181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(772,2181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(773,2181,'_thumbnail_id','3814'),(774,2181,'_wpb_vc_js_status','false'),(775,2181,'page_title_box',''),(776,2181,'page_title_box_align','left'),(777,2181,'page_title_box_title_size','h1'),(778,2181,'page_title_box_bg_color',''),(779,2181,'page_title_box_bg_image',''),(780,2181,'page_title_box_text_color',''),(781,2181,'page_title_box_line_color',''),(782,2181,'page_title_box_subtitle_color',''),(783,2181,'page_title_button_text',''),(784,2181,'page_title_button_url',''),(785,2181,'page_bc',''),(786,2181,'_wp_old_slug','first-opening__trashed'),(787,2181,'_dp_original','2142'),(788,2181,'_wp_old_slug','first-opening-2'),(789,2181,'header_transparent','true'),(791,2184,'_wpb_shortcodes_custom_css','.vc_custom_1502167026073{margin-bottom: 30px !important;}.vc_custom_1502166992219{margin-bottom: 30px !important;}'),(792,2184,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(793,2184,'_wpb_shortcodes_custom_css','.vc_custom_1502167026073{margin-bottom: 30px !important;}.vc_custom_1502166992219{margin-bottom: 30px !important;}'),(794,2184,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(795,2184,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(796,2184,'_thumbnail_id','3812'),(797,2184,'_wpb_vc_js_status','true'),(798,2184,'page_title_box',''),(799,2184,'page_title_box_align','left'),(800,2184,'page_title_box_title_size','h1'),(801,2184,'page_title_box_bg_color',''),(802,2184,'page_title_box_bg_image',''),(803,2184,'page_title_box_text_color',''),(804,2184,'page_title_box_line_color',''),(805,2184,'page_title_box_subtitle_color',''),(806,2184,'page_title_button_text',''),(807,2184,'page_title_button_url',''),(808,2184,'page_bc',''),(809,2184,'_wp_old_slug','paves-the-way-for-an-eventual-merger__trashed'),(810,2184,'_dp_original','2146'),(811,2184,'_wp_old_slug','paves-the-way-for-an-eventual-merger-2'),(812,2184,'_wp_old_slug','unisys-launches-new-software-channel-reseller-program-to-help-market'),(813,2184,'header_transparent','true'),(814,2184,'_wp_old_slug','company-launches-new-software-channel-reseller-program-to-help-market'),(815,2184,'_wpb_shortcodes_custom_css','.vc_custom_1502167026073{margin-bottom: 30px !important;}.vc_custom_1502166992219{margin-bottom: 30px !important;}'),(817,2188,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(818,2188,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(819,2188,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(820,2188,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(821,2188,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(822,2188,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(823,2188,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(824,2188,'_wp_old_slug','company-expands-into-a-new-eight-story-factory-building-in-st-louis'),(825,2188,'_wp_old_slug','first-opening-2'),(826,2188,'_wp_old_slug','1971-product-is-introduced-2'),(827,2188,'_wp_old_slug','a-design-breakthrough-upgrades-product-2'),(828,2188,'_wp_old_slug','company-displays-its-product-line'),(829,2188,'_wp_old_slug','%d1%81ompany-expands-into-a-new-eight-story-factory-building-in-st-louis-2'),(830,2188,'_wp_old_slug','joseph-newman-is-named-president-and-sets-out-to-stabilize-the-companys-balance-sheet__trashed'),(831,2188,'_thumbnail_id','3814'),(832,2188,'_wpb_vc_js_status','false'),(833,2188,'page_title_box',''),(834,2188,'page_title_box_align','left'),(835,2188,'page_title_box_title_size','h1'),(836,2188,'page_title_box_bg_color',''),(837,2188,'page_title_box_bg_image',''),(838,2188,'page_title_box_text_color',''),(839,2188,'page_title_box_line_color',''),(840,2188,'page_title_box_subtitle_color',''),(841,2188,'page_title_button_text',''),(842,2188,'page_title_button_url',''),(843,2188,'page_bc',''),(844,2188,'_dp_original','2171'),(845,2188,'_wp_old_slug','joseph-newman-is-named-president-and-sets-out-to-stabilize-the-companys-balance-sheet-2'),(846,2188,'header_transparent','true'),(848,2191,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(849,2191,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(850,2191,'_wp_old_slug','company-announces-new-focused-strategy-building-on-the-companys-strengths'),(851,2191,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(852,2191,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(853,2191,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(854,2191,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(855,2191,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(856,2191,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(857,2191,'_wp_old_slug','company-expands-into-a-new-eight-story-factory-building-in-st-louis'),(858,2191,'_wp_old_slug','first-opening-2'),(859,2191,'_wp_old_slug','1971-product-is-introduced-2'),(860,2191,'_wp_old_slug','a-design-breakthrough-upgrades-product-2'),(861,2191,'_wp_old_slug','company-displays-its-product-line'),(862,2191,'_wp_old_slug','%d1%81ompany-expands-into-a-new-eight-story-factory-building-in-st-louis-2'),(863,2191,'_wp_old_slug','joseph-newman-is-named-president-and-sets-out-to-stabilize-the-companys-balance-sheet__trashed'),(864,2191,'_wp_old_slug','joseph-newman-is-named-president-and-sets-out-to-stabilize-the-companys-balance-sheet-2'),(865,2191,'_thumbnail_id','3815'),(866,2191,'_wpb_vc_js_status','false'),(867,2191,'page_title_box',''),(868,2191,'page_title_box_align','left'),(869,2191,'page_title_box_title_size','h1'),(870,2191,'page_title_box_bg_color',''),(871,2191,'page_title_box_bg_image',''),(872,2191,'page_title_box_text_color',''),(873,2191,'page_title_box_line_color',''),(874,2191,'page_title_box_subtitle_color',''),(875,2191,'page_title_button_text',''),(876,2191,'page_title_button_url',''),(877,2191,'page_bc',''),(878,2191,'_dp_original','2188'),(879,2191,'_wp_old_slug','company-newman-is-named-president-and-sets-out-to-stabilize-the-companys-balance-sheet-2-2'),(880,2191,'header_transparent','true'),(882,2194,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(883,2194,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(884,2194,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(885,2194,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(886,2194,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(887,2194,'_thumbnail_id','3812'),(888,2194,'_wpb_vc_js_status','false'),(889,2194,'page_title_box',''),(890,2194,'page_title_box_align','center'),(891,2194,'page_title_box_title_size','h1'),(892,2194,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(893,2194,'page_title_box_bg_image','1716'),(894,2194,'page_title_box_text_color','ffffff'),(895,2194,'page_title_box_line_color','ffffff'),(896,2194,'page_title_box_subtitle_color','ffffff'),(897,2194,'page_title_button_text','Button'),(898,2194,'page_title_button_url','#'),(899,2194,'page_bc','true'),(900,2194,'_wp_old_slug','first-opening-2'),(901,2194,'_wp_old_slug','1971-product-is-introduced-2'),(902,2194,'_wp_old_slug','a-design-breakthrough-upgrades-product__trashed'),(903,2194,'_dp_original','2163'),(904,2194,'_wp_old_slug','a-design-breakthrough-upgrades-product-2'),(905,2194,'header_transparent','true'),(906,2451,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(907,2451,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(908,2451,'_wp_old_slug','executive-retreats-and-programs'),(909,2451,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(910,2451,'_wpb_vc_js_status','false'),(911,2451,'date_start','1558656000'),(912,2451,'date_end','1495584000'),(913,2451,'page_title_box_align','left'),(914,2451,'page_title_box_title_size','h1'),(915,2451,'participants_num','10'),(916,2451,'date_start_time','03:24 AM'),(917,2451,'date_end_time','06:56 PM'),(918,2451,'address','1190 91st Ocean Ct, Marathon, FL, 33050'),(919,2451,'header_transparent','true'),(920,2451,'cur_participants','8'),(921,2451,'latitude','40.712784'),(922,2451,'longitude','-74.005941'),(923,2451,'page_bc','true'),(924,2451,'_dp_original','2200'),(925,2451,'date_start_timestamp','1558668240'),(926,2454,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(927,2454,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(928,2454,'_wp_old_slug','executive-retreats-and-programs'),(929,2454,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(930,2454,'_wpb_vc_js_status','true'),(931,2454,'date_start','1626566400'),(932,2454,'date_end','1495584000'),(933,2454,'page_title_box_align','left'),(934,2454,'page_title_box_title_size','h1'),(935,2454,'participants_num','10'),(936,2454,'date_start_time','03:24 AM'),(937,2454,'date_end_time','06:56 PM'),(938,2454,'address','16876 Sunset Way, Chino Hills, CA, 91709'),(939,2454,'header_transparent','true'),(940,2454,'cur_participants','8'),(941,2454,'latitude','40.712784'),(942,2454,'longitude','-74.005941'),(943,2454,'page_bc','true'),(944,2454,'_dp_original','2200'),(945,2454,'date_start_timestamp','1626578640'),(946,2455,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(947,2455,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(948,2455,'_wp_old_slug','executive-retreats-and-programs'),(949,2455,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(950,2455,'_wpb_vc_js_status','false'),(951,2455,'date_start','1592179200'),(952,2455,'date_end','1495584000'),(953,2455,'page_title_box_align','left'),(954,2455,'page_title_box_title_size','h1'),(955,2455,'participants_num','10'),(956,2455,'date_start_time','03:24 AM'),(957,2455,'date_end_time','06:56 PM'),(958,2455,'address','3003 Lower Pompey Rd, Shelbiana, KY, 41562'),(959,2455,'header_transparent','true'),(960,2455,'cur_participants','8'),(961,2455,'latitude','40.712784'),(962,2455,'longitude','-74.005941'),(963,2455,'page_bc','true'),(964,2455,'_dp_original','2200'),(965,2455,'date_start_timestamp','1592191440'),(966,2457,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(967,2457,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(968,2457,'_wp_old_slug','executive-retreats-and-programs'),(969,2457,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(970,2457,'_wpb_vc_js_status','false'),(971,2457,'date_start','1596412800'),(972,2457,'date_end','1495584000'),(973,2457,'page_title_box_align','left'),(974,2457,'page_title_box_title_size','h1'),(975,2457,'participants_num','10'),(976,2457,'date_start_time','03:24 AM'),(977,2457,'date_end_time','06:56 PM'),(978,2457,'address','358 Cherokee Forest Park Dr, Ball Ground, GA, 30107'),(979,2457,'header_transparent','true'),(980,2457,'cur_participants','8'),(981,2457,'latitude','40.712784'),(982,2457,'longitude','-74.005941'),(983,2457,'page_bc','true'),(984,2457,'_dp_original','2200'),(985,2457,'date_start_timestamp','1596425040'),(986,2458,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(987,2458,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(988,2458,'_wp_old_slug','executive-retreats-and-programs'),(989,2458,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(990,2458,'_wpb_vc_js_status','false'),(991,2458,'date_start','1540339200'),(992,2458,'date_end','1495584000'),(993,2458,'page_title_box_align','left'),(994,2458,'page_title_box_title_size','h1'),(995,2458,'participants_num','10'),(996,2458,'date_start_time','03:24 AM'),(997,2458,'date_end_time','06:56 PM'),(998,2458,'address','108 Cherry Dr, Moyock, NC, 27958'),(999,2458,'header_transparent','true'),(1000,2458,'cur_participants','8'),(1001,2458,'latitude','40.712784'),(1002,2458,'longitude','-74.005941'),(1003,2458,'page_bc','true'),(1004,2458,'_dp_original','2200'),(1005,2458,'date_start_timestamp','1540351440'),(1006,2459,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1007,2459,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1008,2459,'_wp_old_slug','executive-retreats-and-programs'),(1009,2459,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1010,2459,'_wpb_vc_js_status','false'),(1011,2459,'date_start','1557878400'),(1012,2459,'date_end','1495584000'),(1013,2459,'page_title_box_align','left'),(1014,2459,'page_title_box_title_size','h1'),(1015,2459,'participants_num','10'),(1016,2459,'date_start_time','03:24 AM'),(1017,2459,'date_end_time','06:56 PM'),(1018,2459,'address','10244 67th Ln N, Stillwater, MN, 55082'),(1019,2459,'header_transparent','true'),(1020,2459,'cur_participants','8'),(1021,2459,'latitude','40.712784'),(1022,2459,'longitude','-74.005941'),(1023,2459,'page_bc','true'),(1024,2459,'_dp_original','2200'),(1025,2459,'date_start_timestamp','1557890640'),(1026,2460,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1027,2460,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1028,2460,'_wp_old_slug','executive-retreats-and-programs'),(1029,2460,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1030,2460,'_wpb_vc_js_status','false'),(1031,2460,'date_start','1563148800'),(1032,2460,'date_end','1495584000'),(1033,2460,'page_title_box_align','left'),(1034,2460,'page_title_box_title_size','h1'),(1035,2460,'participants_num','10'),(1036,2460,'date_start_time','03:24 AM'),(1037,2460,'date_end_time','06:56 PM'),(1038,2460,'address','108 Cherry Dr, Moyock, NC, 27958'),(1039,2460,'header_transparent','true'),(1040,2460,'cur_participants','8'),(1041,2460,'latitude','40.712784'),(1042,2460,'longitude','-74.005941'),(1043,2460,'page_bc','true'),(1044,2460,'_dp_original','2200'),(1045,2460,'date_start_timestamp','1563161040'),(1047,3728,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1048,3728,'_thumbnail_id','3813'),(1049,3728,'_wpb_vc_js_status','false'),(1050,3728,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1051,3728,'page_title_box_align','left'),(1052,3728,'page_title_box_title_size','h1'),(1053,3728,'_wp_old_slug','hello-world'),(1054,3728,'_wp_old_slug','companies-in-nj-launched-a-joint-project-on-three-tower-hall__trashed'),(1055,3728,'header_transparent','true'),(1056,3728,'page_title_box',''),(1057,2200,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1058,2200,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1059,2200,'_wpb_vc_js_status','true'),(1060,2200,'date_start','1493683200'),(1061,2200,'date_end','1495584000'),(1062,2200,'page_title_box_align','left'),(1063,2200,'page_title_box_title_size','h1'),(1064,2200,'participants_num','10'),(1065,2200,'date_start_time','03:24 AM'),(1066,2200,'date_end_time','06:56 PM'),(1067,2200,'address','Po Box 142, Shaw, MS, 38773'),(1068,2200,'header_transparent','true'),(1069,2200,'cur_participants','10'),(1070,2200,'latitude','40.712784'),(1071,2200,'longitude','-74.005941'),(1072,2200,'page_bc','true'),(1073,2200,'_thumbnail_id','3813'),(1074,2200,'date_start_timestamp','1493695440'),(1075,2383,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}'),(1076,2383,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1077,2383,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}'),(1078,2383,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1079,2383,'_wp_old_slug','pricing-games-technology-company-boast'),(1080,2383,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1081,2383,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1082,2383,'_thumbnail_id','3815'),(1083,2383,'_wpb_vc_js_status','true'),(1084,2383,'page_title_box',''),(1085,2383,'page_title_box_align','center'),(1086,2383,'page_title_box_title_size','h1'),(1087,2383,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(1088,2383,'page_title_box_bg_image','1716'),(1089,2383,'page_title_box_text_color','ffffff'),(1090,2383,'page_title_box_line_color','ffffff'),(1091,2383,'page_title_box_subtitle_color','ffffff'),(1092,2383,'page_title_button_text','Button'),(1093,2383,'page_title_button_url','#'),(1094,2383,'page_bc','true'),(1095,2383,'_wp_old_slug','healthcare-giant-overcomes-merger-in-2017-2'),(1096,2383,'_dp_original','2118'),(1097,2383,'_wp_old_slug','pricing-games-a-technology-company-boast-5'),(1098,2383,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}'),(1099,2383,'client','Dale Richmond'),(1100,2383,'location','93057 Mountain View CA, USA'),(1101,2383,'started','May 10, 2012'),(1102,2383,'completed','June 10, 2012'),(1103,2383,'value','$ 125 000'),(1104,2383,'category','Business Solutions'),(1105,2383,'header_transparent','true'),(1106,2436,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1107,2436,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1108,2436,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1109,2436,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1110,2436,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1111,2436,'_wp_old_slug','how-to-collect-all-ideas-in-a-single-project'),(1112,2436,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1113,2436,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1114,2436,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1115,2436,'_wp_old_slug','pricing-games-technology-company-boast'),(1116,2436,'_wp_old_slug','healthcare-giant-overcomes-merger-in-2017-2'),(1117,2436,'_wp_old_slug','pricing-games-a-technology-company-boast-5'),(1118,2436,'_thumbnail_id','3815'),(1119,2436,'_wpb_vc_js_status','false'),(1120,2436,'page_title_box',''),(1121,2436,'page_title_box_align','center'),(1122,2436,'page_title_box_title_size','h1'),(1123,2436,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(1124,2436,'page_title_box_bg_image','1716'),(1125,2436,'page_title_box_text_color','ffffff'),(1126,2436,'page_title_box_line_color','ffffff'),(1127,2436,'page_title_box_subtitle_color','ffffff'),(1128,2436,'page_title_button_text','Button'),(1129,2436,'page_title_button_url','#'),(1130,2436,'page_bc','true'),(1131,2436,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1132,2436,'client','Dale Richmond'),(1133,2436,'location','93057 Mountain View CA, USA'),(1134,2436,'started','May 10, 2012'),(1135,2436,'completed','June 10, 2012'),(1136,2436,'value','$ 125 000'),(1137,2436,'category','Business Solutions'),(1138,2436,'header_transparent','true'),(1139,2436,'_dp_original','2383'),(1140,2436,'_wp_old_slug','how-to-collect-all-ideas-in-one-project-2'),(1141,2437,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1142,2437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1143,2437,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1144,2437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1145,2437,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1146,2437,'_wp_old_slug','how-to-collect-all-ideas-in-a-single-project'),(1147,2437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1148,2437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1149,2437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1150,2437,'_wp_old_slug','pricing-games-technology-company-boast'),(1151,2437,'_wp_old_slug','healthcare-giant-overcomes-merger-in-2017-2'),(1152,2437,'_wp_old_slug','pricing-games-a-technology-company-boast-5'),(1153,2437,'_thumbnail_id','3814'),(1154,2437,'_wpb_vc_js_status','false'),(1155,2437,'page_title_box',''),(1156,2437,'page_title_box_align','center'),(1157,2437,'page_title_box_title_size','h1'),(1158,2437,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(1159,2437,'page_title_box_bg_image','1716'),(1160,2437,'page_title_box_text_color','ffffff'),(1161,2437,'page_title_box_line_color','ffffff'),(1162,2437,'page_title_box_subtitle_color','ffffff'),(1163,2437,'page_title_button_text','Button'),(1164,2437,'page_title_button_url','#'),(1165,2437,'page_bc','true'),(1166,2437,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1167,2437,'client','Dale Richmond'),(1168,2437,'location','93057 Mountain View CA, USA'),(1169,2437,'started','May 10, 2012'),(1170,2437,'completed','June 10, 2012'),(1171,2437,'value','$ 125 000'),(1172,2437,'category','Business Solutions'),(1173,2437,'header_transparent','true'),(1174,2437,'_dp_original','2383'),(1175,2437,'_wp_old_slug','how-to-collect-all-ideas-in-one-project-3'),(1176,2438,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1177,2438,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1178,2438,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1179,2438,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1180,2438,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1181,2438,'_wp_old_slug','how-to-collect-all-ideas-in-a-single-project'),(1182,2438,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1183,2438,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1184,2438,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1185,2438,'_wp_old_slug','pricing-games-technology-company-boast'),(1186,2438,'_wp_old_slug','healthcare-giant-overcomes-merger-in-2017-2'),(1187,2438,'_wp_old_slug','pricing-games-a-technology-company-boast-5'),(1188,2438,'_thumbnail_id','3813'),(1189,2438,'_wpb_vc_js_status','false'),(1190,2438,'page_title_box',''),(1191,2438,'page_title_box_align','center'),(1192,2438,'page_title_box_title_size','h1'),(1193,2438,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(1194,2438,'page_title_box_bg_image','1716'),(1195,2438,'page_title_box_text_color','ffffff'),(1196,2438,'page_title_box_line_color','ffffff'),(1197,2438,'page_title_box_subtitle_color','ffffff'),(1198,2438,'page_title_button_text','Button'),(1199,2438,'page_title_button_url','#'),(1200,2438,'page_bc','true'),(1201,2438,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1202,2438,'client','Dale Richmond'),(1203,2438,'location','93057 Mountain View CA, USA'),(1204,2438,'started','May 10, 2012'),(1205,2438,'completed','June 10, 2012'),(1206,2438,'value','$ 125 000'),(1207,2438,'category','Business Solutions'),(1208,2438,'header_transparent','true'),(1209,2438,'_dp_original','2383'),(1210,2438,'_wp_old_slug','how-to-collect-all-ideas-in-one-project-4'),(1211,2439,'_wpb_shortcodes_custom_css','.vc_custom_1501846037808{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1501754887744{margin-bottom: 25px !important;}.vc_custom_1501755024962{margin-bottom: 25px !important;}.vc_custom_1501755099149{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1212,2439,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1213,2439,'_wpb_shortcodes_custom_css','.vc_custom_1501846037808{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1501754887744{margin-bottom: 25px !important;}.vc_custom_1501755024962{margin-bottom: 25px !important;}.vc_custom_1501755099149{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1214,2439,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1215,2439,'_wpb_shortcodes_custom_css','.vc_custom_1501846037808{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1501754887744{margin-bottom: 25px !important;}.vc_custom_1501755024962{margin-bottom: 25px !important;}.vc_custom_1501755099149{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1216,2439,'_wp_old_slug','how-to-collect-all-ideas-in-a-single-project'),(1217,2439,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1218,2439,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1219,2439,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1220,2439,'_wp_old_slug','pricing-games-technology-company-boast'),(1221,2439,'_wp_old_slug','healthcare-giant-overcomes-merger-in-2017-2'),(1222,2439,'_wp_old_slug','pricing-games-a-technology-company-boast-5'),(1223,2439,'_thumbnail_id','3815'),(1224,2439,'_wpb_vc_js_status','false'),(1225,2439,'page_title_box',''),(1226,2439,'page_title_box_align','center'),(1227,2439,'page_title_box_title_size','h1'),(1228,2439,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(1229,2439,'page_title_box_bg_image','1716'),(1230,2439,'page_title_box_text_color','ffffff'),(1231,2439,'page_title_box_line_color','ffffff'),(1232,2439,'page_title_box_subtitle_color','ffffff'),(1233,2439,'page_title_button_text','Button'),(1234,2439,'page_title_button_url','#'),(1235,2439,'page_bc','true'),(1236,2439,'_wpb_shortcodes_custom_css','.vc_custom_1501846037808{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1501754887744{margin-bottom: 25px !important;}.vc_custom_1501755024962{margin-bottom: 25px !important;}.vc_custom_1501755099149{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1237,2439,'client','Dale Richmond'),(1238,2439,'location','93057 Mountain View CA, USA'),(1239,2439,'started','May 10, 2012'),(1240,2439,'completed','June 10, 2012'),(1241,2439,'value','$ 125 000'),(1242,2439,'category','Business Solutions'),(1243,2439,'header_transparent','true'),(1244,2439,'_dp_original','2383'),(1245,2439,'_wp_old_slug','how-to-collect-all-ideas-in-one-project-5'),(1246,2440,'_wpb_shortcodes_custom_css','.vc_custom_1501846037808{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1501754887744{margin-bottom: 25px !important;}.vc_custom_1501755024962{margin-bottom: 25px !important;}.vc_custom_1501755099149{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1247,2440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1248,2440,'_wpb_shortcodes_custom_css','.vc_custom_1501846037808{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1501754887744{margin-bottom: 25px !important;}.vc_custom_1501755024962{margin-bottom: 25px !important;}.vc_custom_1501755099149{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1249,2440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1250,2440,'_wpb_shortcodes_custom_css','.vc_custom_1501846037808{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1501754887744{margin-bottom: 25px !important;}.vc_custom_1501755024962{margin-bottom: 25px !important;}.vc_custom_1501755099149{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1251,2440,'_wp_old_slug','how-to-collect-all-ideas-in-a-single-project'),(1252,2440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1253,2440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1254,2440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1255,2440,'_wp_old_slug','pricing-games-technology-company-boast'),(1256,2440,'_wp_old_slug','healthcare-giant-overcomes-merger-in-2017-2'),(1257,2440,'_wp_old_slug','pricing-games-a-technology-company-boast-5'),(1258,2440,'_thumbnail_id','3814'),(1259,2440,'_wpb_vc_js_status','false'),(1260,2440,'page_title_box',''),(1261,2440,'page_title_box_align','center'),(1262,2440,'page_title_box_title_size','h1'),(1263,2440,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(1264,2440,'page_title_box_bg_image','1716'),(1265,2440,'page_title_box_text_color','ffffff'),(1266,2440,'page_title_box_line_color','ffffff'),(1267,2440,'page_title_box_subtitle_color','ffffff'),(1268,2440,'page_title_button_text','Button'),(1269,2440,'page_title_button_url','#'),(1270,2440,'page_bc','true'),(1271,2440,'_wpb_shortcodes_custom_css','.vc_custom_1501846037808{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1501754887744{margin-bottom: 25px !important;}.vc_custom_1501755024962{margin-bottom: 25px !important;}.vc_custom_1501755099149{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1272,2440,'client','Dale Richmond'),(1273,2440,'location','93057 Mountain View CA, USA'),(1274,2440,'started','May 10, 2012'),(1275,2440,'completed','June 10, 2012'),(1276,2440,'value','$ 125 000'),(1277,2440,'category','Business Solutions'),(1278,2440,'header_transparent','true'),(1279,2440,'_dp_original','2383'),(1280,2440,'_wp_old_slug','how-to-collect-all-ideas-in-one-project-6'),(1281,2441,'_wpb_shortcodes_custom_css','.vc_custom_1501846037808{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1501754887744{margin-bottom: 25px !important;}.vc_custom_1501755024962{margin-bottom: 25px !important;}.vc_custom_1501755099149{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1282,2441,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1283,2441,'_wpb_shortcodes_custom_css','.vc_custom_1501846037808{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1501754887744{margin-bottom: 25px !important;}.vc_custom_1501755024962{margin-bottom: 25px !important;}.vc_custom_1501755099149{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1284,2441,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1285,2441,'_wpb_shortcodes_custom_css','.vc_custom_1501846037808{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1501754887744{margin-bottom: 25px !important;}.vc_custom_1501755024962{margin-bottom: 25px !important;}.vc_custom_1501755099149{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1286,2441,'_wp_old_slug','how-to-collect-all-ideas-in-a-single-project'),(1287,2441,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1288,2441,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1289,2441,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1290,2441,'_wp_old_slug','pricing-games-technology-company-boast'),(1291,2441,'_wp_old_slug','healthcare-giant-overcomes-merger-in-2017-2'),(1292,2441,'_wp_old_slug','pricing-games-a-technology-company-boast-5'),(1293,2441,'_thumbnail_id','3812'),(1294,2441,'_wpb_vc_js_status','false'),(1295,2441,'page_title_box',''),(1296,2441,'page_title_box_align','center'),(1297,2441,'page_title_box_title_size','h1'),(1298,2441,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(1299,2441,'page_title_box_bg_image','1716'),(1300,2441,'page_title_box_text_color','ffffff'),(1301,2441,'page_title_box_line_color','ffffff'),(1302,2441,'page_title_box_subtitle_color','ffffff'),(1303,2441,'page_title_button_text','Button'),(1304,2441,'page_title_button_url','#'),(1305,2441,'page_bc','true'),(1306,2441,'_wpb_shortcodes_custom_css','.vc_custom_1501846037808{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1501754887744{margin-bottom: 25px !important;}.vc_custom_1501755024962{margin-bottom: 25px !important;}.vc_custom_1501755099149{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1307,2441,'client','Dale Richmond'),(1308,2441,'location','93057 Mountain View CA, USA'),(1309,2441,'started','May 10, 2012'),(1310,2441,'completed','June 10, 2012'),(1311,2441,'value','$ 125 000'),(1312,2441,'category','Business Solutions'),(1313,2441,'header_transparent','true'),(1314,2441,'_dp_original','2383'),(1315,2441,'_wp_old_slug','how-to-collect-all-ideas-in-one-project-7'),(1316,2442,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1317,2442,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1318,2442,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1319,2442,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1320,2442,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1321,2442,'_wp_old_slug','how-to-collect-all-ideas-in-a-single-project'),(1322,2442,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1323,2442,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1324,2442,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1325,2442,'_wp_old_slug','pricing-games-technology-company-boast'),(1326,2442,'_wp_old_slug','healthcare-giant-overcomes-merger-in-2017-2'),(1327,2442,'_wp_old_slug','pricing-games-a-technology-company-boast-5'),(1328,2442,'_thumbnail_id','3813'),(1329,2442,'_wpb_vc_js_status','false'),(1330,2442,'page_title_box',''),(1331,2442,'page_title_box_align','center'),(1332,2442,'page_title_box_title_size','h1'),(1333,2442,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(1334,2442,'page_title_box_bg_image','1716'),(1335,2442,'page_title_box_text_color','ffffff'),(1336,2442,'page_title_box_line_color','ffffff'),(1337,2442,'page_title_box_subtitle_color','ffffff'),(1338,2442,'page_title_button_text','Button'),(1339,2442,'page_title_button_url','#'),(1340,2442,'page_bc','true'),(1341,2442,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1342,2442,'client','Dale Richmond'),(1343,2442,'location','93057 Mountain View CA, USA'),(1344,2442,'started','May 10, 2012'),(1345,2442,'completed','June 10, 2012'),(1346,2442,'value','$ 125 000'),(1347,2442,'category','Business Solutions'),(1348,2442,'header_transparent','true'),(1349,2442,'_dp_original','2383'),(1350,2442,'_wp_old_slug','how-to-collect-all-ideas-in-one-project-8'),(1351,2443,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1352,2443,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1353,2443,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1354,2443,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1355,2443,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1356,2443,'_wp_old_slug','how-to-collect-all-ideas-in-a-single-project'),(1357,2443,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1358,2443,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1359,2443,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1360,2443,'_wp_old_slug','pricing-games-technology-company-boast'),(1361,2443,'_wp_old_slug','healthcare-giant-overcomes-merger-in-2017-2'),(1362,2443,'_wp_old_slug','pricing-games-a-technology-company-boast-5'),(1363,2443,'_thumbnail_id','3813'),(1364,2443,'_wpb_vc_js_status','false'),(1365,2443,'page_title_box',''),(1366,2443,'page_title_box_align','center'),(1367,2443,'page_title_box_title_size','h1'),(1368,2443,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(1369,2443,'page_title_box_bg_image','1716'),(1370,2443,'page_title_box_text_color','ffffff'),(1371,2443,'page_title_box_line_color','ffffff'),(1372,2443,'page_title_box_subtitle_color','ffffff'),(1373,2443,'page_title_button_text','Button'),(1374,2443,'page_title_button_url','#'),(1375,2443,'page_bc','true'),(1376,2443,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1377,2443,'client','Dale Richmond'),(1378,2443,'location','93057 Mountain View CA, USA'),(1379,2443,'started','May 10, 2012'),(1380,2443,'completed','June 10, 2012'),(1381,2443,'value','$ 125 000'),(1382,2443,'category','Business Solutions'),(1383,2443,'header_transparent','true'),(1384,2443,'_dp_original','2383'),(1385,2443,'_wp_old_slug','how-to-collect-all-ideas-in-one-project-9'),(1386,2449,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1387,2449,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1388,2449,'_wp_old_slug','executive-retreats-and-programs'),(1389,2449,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1390,2449,'_wpb_vc_js_status','true'),(1391,2449,'date_start','1684108800'),(1392,2449,'date_end','1495584000'),(1393,2449,'page_title_box_align','left'),(1394,2449,'page_title_box_title_size','h1'),(1395,2449,'participants_num','10'),(1396,2449,'date_start_time','03:24 AM'),(1397,2449,'date_end_time','06:56 PM'),(1398,2449,'address','1190 91st Ocean Ct, Marathon, FL, 33050'),(1399,2449,'header_transparent','true'),(1400,2449,'cur_participants','8'),(1401,2449,'latitude','40.712784'),(1402,2449,'longitude','-74.005941'),(1403,2449,'page_bc','true'),(1404,2449,'_dp_original','2200'),(1405,2449,'date_start_timestamp','1684121040'),(1406,2450,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1407,2450,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1408,2450,'_wp_old_slug','executive-retreats-and-programs'),(1409,2450,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1410,2450,'_wpb_vc_js_status','true'),(1411,2450,'date_start','1655251200'),(1412,2450,'date_end','1495584000'),(1413,2450,'page_title_box_align','left'),(1414,2450,'page_title_box_title_size','h1'),(1415,2450,'participants_num','10'),(1416,2450,'date_start_time','03:24 AM'),(1417,2450,'date_end_time','06:56 PM'),(1418,2450,'address','3701 170th St SW, Lynnwood, WA, 98037'),(1419,2450,'header_transparent','true'),(1420,2450,'cur_participants','8'),(1421,2450,'latitude','40.712784'),(1422,2450,'longitude','-74.005941'),(1423,2450,'page_bc','true'),(1424,2450,'_dp_original','2200'),(1425,2450,'date_start_timestamp','1655263440'),(1426,2452,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1427,2452,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1428,2452,'_wp_old_slug','executive-retreats-and-programs'),(1429,2452,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1430,2452,'_wpb_vc_js_status','true'),(1431,2452,'date_start','1660521600'),(1432,2452,'date_end','1495584000'),(1433,2452,'page_title_box_align','left'),(1434,2452,'page_title_box_title_size','h1'),(1435,2452,'participants_num','10'),(1436,2452,'date_start_time','03:24 AM'),(1437,2452,'date_end_time','06:56 PM'),(1438,2452,'address','3701 170th St SW, Lynnwood, WA, 98037'),(1439,2452,'header_transparent','true'),(1440,2452,'cur_participants','10'),(1441,2452,'latitude','40.712784'),(1442,2452,'longitude','-74.005941'),(1443,2452,'page_bc','true'),(1444,2452,'_dp_original','2200'),(1445,2452,'date_start_timestamp','1660533840'),(1446,2453,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1447,2453,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1448,2453,'_wp_old_slug','executive-retreats-and-programs'),(1449,2453,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1450,2453,'_wpb_vc_js_status','true'),(1451,2453,'date_start','1658448000'),(1452,2453,'date_end','1495584000'),(1453,2453,'page_title_box_align','left'),(1454,2453,'page_title_box_title_size','h1'),(1455,2453,'participants_num','10'),(1456,2453,'date_start_time','03:24 AM'),(1457,2453,'date_end_time','06:56 PM'),(1458,2453,'address','10244 67th Ln N, Stillwater, MN, 55082'),(1459,2453,'header_transparent','true'),(1460,2453,'cur_participants','9'),(1461,2453,'latitude','40.712784'),(1462,2453,'longitude','-74.005941'),(1463,2453,'page_bc','true'),(1464,2453,'_dp_original','2200'),(1465,2453,'date_start_timestamp','1658460240'),(1466,2456,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1467,2456,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1468,2456,'_wp_old_slug','executive-retreats-and-programs'),(1469,2456,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1470,2456,'_wpb_vc_js_status','true'),(1471,2456,'date_start','1521072000'),(1472,2456,'date_end','1495584000'),(1473,2456,'page_title_box_align','left'),(1474,2456,'page_title_box_title_size','h1'),(1475,2456,'participants_num','10'),(1476,2456,'date_start_time','03:24 AM'),(1477,2456,'date_end_time','06:56 PM'),(1478,2456,'address','Newseum, 555 Pennsylvania Ave. NW Washington, D.C. 20001'),(1479,2456,'header_transparent','true'),(1480,2456,'cur_participants','8'),(1481,2456,'latitude','40.712784'),(1482,2456,'longitude','-74.005941'),(1483,2456,'page_bc','true'),(1484,2456,'_dp_original','2200'),(1485,2456,'_thumbnail_id','3815'),(1486,2456,'date_start_timestamp','1521084240'),(1487,2680,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1488,2680,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1489,2680,'email','timmy@m.com'),(1490,3375,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1491,3375,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1492,3375,'email','TEST@TEST.com'),(1493,3375,'phone','234234'),(1494,3376,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1495,3376,'email','info@stylemixthemes.com'),(1496,3376,'phone','55896475'),(1497,3376,'company','Stylemix Themes'),(1498,3616,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1499,3616,'email','dl@stylemix.net'),(1500,3616,'phone','9999999999'),(1501,3616,'company','ssssssssssss'),(1502,3618,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1503,3618,'email','asd@asd.ru'),(1504,3618,'phone','12312333'),(1505,3618,'company','qwe'),(1506,2114,'_wpb_shortcodes_custom_css','.vc_custom_1505818771236{margin-bottom: 40px !important;}.vc_custom_1505818879539{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}'),(1507,2114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1508,2114,'_wpb_shortcodes_custom_css','.vc_custom_1505818771236{margin-bottom: 40px !important;}.vc_custom_1505818879539{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}'),(1509,2114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1510,2114,'_wpb_vc_js_status','true'),(1511,2114,'_wpb_shortcodes_custom_css','.vc_custom_1505818771236{margin-bottom: 40px !important;}.vc_custom_1505818879539{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}'),(1512,2114,'participants_num','true'),(1513,2114,'sticky_sidebar',''),(1514,2234,'_wpb_shortcodes_custom_css','.vc_custom_1505818361378{margin-bottom: 40px !important;}.vc_custom_1493377761793{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(https://images.unsplash.com/photo-1444653389962-8149286c578a?dpr=1&auto=format&fit=crop&w=1920&h=700&q=1&cs=tinysrgb&crop=?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(1515,2234,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1516,2234,'_wpb_shortcodes_custom_css','.vc_custom_1505818361378{margin-bottom: 40px !important;}.vc_custom_1493377761793{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(1517,2234,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1518,2234,'_wpb_shortcodes_custom_css','.vc_custom_1505818361378{margin-bottom: 40px !important;}.vc_custom_1493377761793{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(1519,2234,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1520,2234,'_wpb_vc_js_status','true'),(1521,2234,'_wpb_shortcodes_custom_css','.vc_custom_1505818361378{margin-bottom: 40px !important;}.vc_custom_1493377761793{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(1522,2234,'_dp_original','2114'),(1523,2234,'_wp_old_slug','page-sidebar-2'),(1524,2234,'_wp_old_slug','service-sidebar'),(1525,2234,'sticky_sidebar','true'),(1526,2286,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1527,2286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1528,2286,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1529,2286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1530,2286,'_wpb_vc_js_status','true'),(1531,2286,'page_title_box',''),(1532,2286,'page_title_box_align','left'),(1533,2286,'page_title_box_title_size','h1'),(1534,2286,'page_title_box_bg_color',''),(1535,2286,'page_title_box_bg_image',''),(1536,2286,'page_title_box_text_color',''),(1537,2286,'page_title_box_line_color',''),(1538,2286,'page_title_box_subtitle_color',''),(1539,2286,'page_title_button_text',''),(1540,2286,'page_title_button_url',''),(1541,2286,'page_bc','true'),(1542,2286,'header_transparent','true'),(1543,2286,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1544,2286,'_thumbnail_id','3812'),(1545,2286,'service_price','$77'),(1546,2291,'_wpb_shortcodes_custom_css','.vc_custom_1494240569197{margin-top: 6px !important;}.vc_custom_1505819029784{border-top-width: 3px !important;border-bottom-width: 0px !important;padding-top: 25px !important;padding-bottom: 0px !important;border-top-color: #ea3a60 !important;border-top-style: solid !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}.vc_custom_1493377761793{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(https://images.unsplash.com/photo-1498127590000-455b36daa23a?dpr=1&auto=format&fit=crop&w=1920&h=700&q=1&cs=tinysrgb&crop=?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(1547,2291,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1548,2291,'_wpb_shortcodes_custom_css','.vc_custom_1494240569197{margin-top: 6px !important;}.vc_custom_1505819029784{border-top-width: 3px !important;border-bottom-width: 0px !important;padding-top: 25px !important;padding-bottom: 0px !important;border-top-color: #ea3a60 !important;border-top-style: solid !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}.vc_custom_1493377761793{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(1549,2291,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1550,2291,'_wpb_shortcodes_custom_css','.vc_custom_1494240569197{margin-top: 6px !important;}.vc_custom_1505819029784{border-top-width: 3px !important;border-bottom-width: 0px !important;padding-top: 25px !important;padding-bottom: 0px !important;border-top-color: #ea3a60 !important;border-top-style: solid !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}.vc_custom_1493377761793{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(1551,2291,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1552,2291,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1553,2291,'_wpb_shortcodes_custom_css','.vc_custom_1494240569197{margin-top: 6px !important;}.vc_custom_1505819029784{border-top-width: 3px !important;border-bottom-width: 0px !important;padding-top: 25px !important;padding-bottom: 0px !important;border-top-color: #ea3a60 !important;border-top-style: solid !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}.vc_custom_1493377761793{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(1554,2291,'_wpb_shortcodes_custom_css','.vc_custom_1494240569197{margin-top: 6px !important;}.vc_custom_1505819029784{border-top-width: 3px !important;border-bottom-width: 0px !important;padding-top: 25px !important;padding-bottom: 0px !important;border-top-color: #ea3a60 !important;border-top-style: solid !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}.vc_custom_1493377761793{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(1555,2291,'_wpb_vc_js_status','true'),(1556,2291,'_wp_old_slug','page-sidebar-2'),(1557,2291,'_dp_original','2234'),(1558,2291,'_wp_old_slug','event-sidebar-2'),(1559,2291,'sticky_sidebar',''),(1560,2292,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1561,2292,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1562,2292,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1563,2292,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1564,2292,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1565,2292,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1566,2292,'_wpb_vc_js_status','true'),(1567,2292,'page_title_box',''),(1568,2292,'page_title_box_align','left'),(1569,2292,'page_title_box_title_size','h1'),(1570,2292,'page_title_box_bg_color',''),(1571,2292,'page_title_box_bg_image',''),(1572,2292,'page_title_box_text_color',''),(1573,2292,'page_title_box_line_color',''),(1574,2292,'page_title_box_subtitle_color',''),(1575,2292,'page_title_button_text',''),(1576,2292,'page_title_button_url',''),(1577,2292,'page_bc','true'),(1578,2292,'header_transparent','true'),(1579,2292,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1580,2292,'_thumbnail_id','3814'),(1581,2292,'_dp_original','2286'),(1582,2292,'service_icon','stmicon-brain_lamp_idea'),(1583,2292,'service_price','$50'),(1584,2293,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1585,2293,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1586,2293,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1587,2293,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1588,2293,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1589,2293,'_wp_old_slug','strategic-commercial-approach'),(1590,2293,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1591,2293,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1592,2293,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1593,2293,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1594,2293,'_wpb_vc_js_status','true'),(1595,2293,'page_title_box',''),(1596,2293,'page_title_box_align','left'),(1597,2293,'page_title_box_title_size','h1'),(1598,2293,'page_title_box_bg_color',''),(1599,2293,'page_title_box_bg_image',''),(1600,2293,'page_title_box_text_color',''),(1601,2293,'page_title_box_line_color',''),(1602,2293,'page_title_box_subtitle_color',''),(1603,2293,'page_title_button_text',''),(1604,2293,'page_title_button_url',''),(1605,2293,'page_bc','true'),(1606,2293,'header_transparent','true'),(1607,2293,'_thumbnail_id','3814'),(1608,2293,'_dp_original','2292'),(1609,2293,'_wp_old_slug','investment-planning-strategy-2-2'),(1610,2293,'service_icon','stmicon-up_arrow_progress_graph'),(1611,2293,'service_price','$33'),(1612,2294,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1613,2294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1614,2294,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1615,2294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1616,2294,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1617,2294,'_wp_old_slug','strategic-commercial-approach'),(1618,2294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1619,2294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1620,2294,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1621,2294,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1622,2294,'_wpb_vc_js_status','true'),(1623,2294,'page_title_box',''),(1624,2294,'page_title_box_align','left'),(1625,2294,'page_title_box_title_size','h1'),(1626,2294,'page_title_box_bg_color',''),(1627,2294,'page_title_box_bg_image',''),(1628,2294,'page_title_box_text_color',''),(1629,2294,'page_title_box_line_color',''),(1630,2294,'page_title_box_subtitle_color',''),(1631,2294,'page_title_button_text',''),(1632,2294,'page_title_button_url',''),(1633,2294,'page_bc','true'),(1634,2294,'header_transparent','true'),(1635,2294,'_thumbnail_id','3812'),(1636,2294,'_dp_original','2292'),(1637,2294,'_wp_old_slug','investment-planning-strategy-2-3'),(1638,2294,'service_icon','stmicon-magnifier_chart'),(1639,2294,'service_price','$88'),(1640,2295,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1641,2295,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1642,2295,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1643,2295,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1644,2295,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1645,2295,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1646,2295,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1647,2295,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1648,2295,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1649,2295,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1650,2295,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1651,2295,'_wp_old_slug','strategic-commercial-approach'),(1652,2295,'_wp_old_slug','investment-planning-strategy-2-3'),(1653,2295,'_wpb_vc_js_status','true'),(1654,2295,'page_title_box',''),(1655,2295,'page_title_box_align','left'),(1656,2295,'page_title_box_title_size','h1'),(1657,2295,'page_title_box_bg_color',''),(1658,2295,'page_title_box_bg_image',''),(1659,2295,'page_title_box_text_color',''),(1660,2295,'page_title_box_line_color',''),(1661,2295,'page_title_box_subtitle_color',''),(1662,2295,'page_title_button_text',''),(1663,2295,'page_title_button_url',''),(1664,2295,'page_bc','true'),(1665,2295,'header_transparent','true'),(1666,2295,'_thumbnail_id','3814'),(1667,2295,'_dp_original','2294'),(1668,2295,'_wp_old_slug','international-business-opportunities-2'),(1669,2295,'service_icon','stmicon-monitor_graph'),(1670,2295,'service_price','$75'),(1671,2295,'_wp_old_slug','competitive-research-assurance__trashed'),(1672,2296,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1673,2296,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1674,2296,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1675,2296,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1676,2296,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1677,2296,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1678,2296,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1679,2296,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1680,2296,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1681,2296,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1682,2296,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1683,2296,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1684,2296,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1685,2296,'_wp_old_slug','strategic-commercial-approach'),(1686,2296,'_wp_old_slug','investment-planning-strategy-2-3'),(1687,2296,'_wp_old_slug','international-business-opportunities-2'),(1688,2296,'_wpb_vc_js_status','true'),(1689,2296,'page_title_box',''),(1690,2296,'page_title_box_align','left'),(1691,2296,'page_title_box_title_size','h1'),(1692,2296,'page_title_box_bg_color',''),(1693,2296,'page_title_box_bg_image',''),(1694,2296,'page_title_box_text_color',''),(1695,2296,'page_title_box_line_color',''),(1696,2296,'page_title_box_subtitle_color',''),(1697,2296,'page_title_button_text',''),(1698,2296,'page_title_button_url',''),(1699,2296,'page_bc','true'),(1700,2296,'header_transparent','true'),(1701,2296,'_thumbnail_id','3815'),(1702,2296,'_dp_original','2295'),(1703,2296,'_wp_old_slug','competitive-research-assurance-2'),(1704,2296,'service_icon','stmicon-key_gear'),(1705,2296,'service_price','$60'),(1706,2317,'_wpb_shortcodes_custom_css','.vc_custom_1494424986136{margin-bottom: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1494422959754{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;}.vc_custom_1494422769704{margin-bottom: 20px !important;}.vc_custom_1494423570989{margin-bottom: 10px !important;}.vc_custom_1494423508512{margin-bottom: 9px !important;}.vc_custom_1505819566323{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}.vc_custom_1505819552624{margin-bottom: 40px !important;border-bottom-width: 3px !important;padding-bottom: 35px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}.vc_custom_1494417930830{margin-bottom: 15px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}'),(1707,2317,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1708,2317,'_wpb_shortcodes_custom_css','.vc_custom_1494424986136{margin-bottom: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1494422959754{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;}.vc_custom_1494422769704{margin-bottom: 20px !important;}.vc_custom_1494423570989{margin-bottom: 10px !important;}.vc_custom_1494423508512{margin-bottom: 9px !important;}.vc_custom_1505819566323{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}.vc_custom_1505819552624{margin-bottom: 40px !important;border-bottom-width: 3px !important;padding-bottom: 35px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}.vc_custom_1494417930830{margin-bottom: 15px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}'),(1709,2317,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1710,2317,'_wpb_shortcodes_custom_css','.vc_custom_1494424986136{margin-bottom: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1494422959754{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;}.vc_custom_1494422769704{margin-bottom: 20px !important;}.vc_custom_1494423570989{margin-bottom: 10px !important;}.vc_custom_1494423508512{margin-bottom: 9px !important;}.vc_custom_1505819566323{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}.vc_custom_1505819552624{margin-bottom: 40px !important;border-bottom-width: 3px !important;padding-bottom: 35px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}.vc_custom_1494417930830{margin-bottom: 15px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}'),(1711,2317,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1712,2317,'_wpb_vc_js_status','true'),(1713,2317,'_wpb_shortcodes_custom_css','.vc_custom_1494424986136{margin-bottom: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1494422959754{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;}.vc_custom_1494422769704{margin-bottom: 20px !important;}.vc_custom_1494423570989{margin-bottom: 10px !important;}.vc_custom_1494423508512{margin-bottom: 9px !important;}.vc_custom_1505819566323{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}.vc_custom_1505819552624{margin-bottom: 40px !important;border-bottom-width: 3px !important;padding-bottom: 35px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}.vc_custom_1494417930830{margin-bottom: 15px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}'),(1714,2317,'participants_num','true'),(1715,2317,'sticky_sidebar',''),(1716,2317,'_dp_original','2114'),(1717,2317,'_wp_old_slug','page-sidebar-2'),(1718,2393,'_wpb_shortcodes_custom_css','.vc_custom_1494571068327{margin-bottom: 30px !important;border-bottom-width: 3px !important;padding-top: 0px !important;padding-bottom: 30px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}.vc_custom_1505825376509{margin-bottom: 40px !important;}.vc_custom_1505825365694{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(https://images.unsplash.com/photo-1498127590000-455b36daa23a?dpr=1&auto=format&fit=crop&w=1920&h=700&q=1&cs=tinysrgb&crop=?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(1719,2393,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1720,2393,'_wpb_shortcodes_custom_css','.vc_custom_1494571068327{margin-bottom: 30px !important;border-bottom-width: 3px !important;padding-top: 0px !important;padding-bottom: 30px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}.vc_custom_1505825376509{margin-bottom: 40px !important;}.vc_custom_1505825365694{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(1721,2393,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1722,2393,'_wpb_shortcodes_custom_css','.vc_custom_1494571068327{margin-bottom: 30px !important;border-bottom-width: 3px !important;padding-top: 0px !important;padding-bottom: 30px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}.vc_custom_1505825376509{margin-bottom: 40px !important;}.vc_custom_1505825365694{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(1723,2393,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1724,2393,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1725,2393,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1726,2393,'_wpb_shortcodes_custom_css','.vc_custom_1494571068327{margin-bottom: 30px !important;border-bottom-width: 3px !important;padding-top: 0px !important;padding-bottom: 30px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}.vc_custom_1505825376509{margin-bottom: 40px !important;}.vc_custom_1505825365694{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(1727,2393,'_wpb_shortcodes_custom_css','.vc_custom_1494571068327{margin-bottom: 30px !important;border-bottom-width: 3px !important;padding-top: 0px !important;padding-bottom: 30px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}.vc_custom_1505825376509{margin-bottom: 40px !important;}.vc_custom_1505825365694{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(1728,2393,'_wpb_shortcodes_custom_css','.vc_custom_1494571068327{margin-bottom: 30px !important;border-bottom-width: 3px !important;padding-top: 0px !important;padding-bottom: 30px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}.vc_custom_1505825376509{margin-bottom: 40px !important;}.vc_custom_1505825365694{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(1729,2393,'_wpb_vc_js_status','true'),(1730,2393,'_wp_old_slug','page-sidebar-2'),(1731,2393,'_wp_old_slug','event-sidebar-2'),(1732,2393,'sticky_sidebar',''),(1733,2393,'_dp_original','2291'),(1734,2393,'_wp_old_slug','service-sidebar-2'),(1735,2444,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1736,2444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1737,2444,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1738,2444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1739,2444,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1740,2444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1741,2444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1742,2444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1743,2444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1744,2444,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1745,2444,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1746,2444,'_wp_old_slug','how-to-collect-all-ideas-in-a-single-project'),(1747,2444,'_wp_old_slug','pricing-games-technology-company-boast'),(1748,2444,'_wp_old_slug','healthcare-giant-overcomes-merger-in-2017-2'),(1749,2444,'_wp_old_slug','pricing-games-a-technology-company-boast-5'),(1750,2444,'_wp_old_slug','how-to-collect-all-ideas-in-one-project-8'),(1751,2444,'_thumbnail_id','3814'),(1752,2444,'_wpb_vc_js_status','false'),(1753,2444,'page_title_box',''),(1754,2444,'page_title_box_align','center'),(1755,2444,'page_title_box_title_size','h1'),(1756,2444,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(1757,2444,'page_title_box_bg_image','1716'),(1758,2444,'page_title_box_text_color','ffffff'),(1759,2444,'page_title_box_line_color','ffffff'),(1760,2444,'page_title_box_subtitle_color','ffffff'),(1761,2444,'page_title_button_text','Button'),(1762,2444,'page_title_button_url','#'),(1763,2444,'page_bc','true'),(1764,2444,'client','Dale Richmond'),(1765,2444,'location','93057 Mountain View CA, USA'),(1766,2444,'started','May 10, 2012'),(1767,2444,'completed','June 10, 2012'),(1768,2444,'value','$ 125 000'),(1769,2444,'category','Business Solutions'),(1770,2444,'header_transparent','true'),(1771,2444,'_dp_original','2442'),(1772,2445,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1773,2445,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1774,2445,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1775,2445,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1776,2445,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1777,2445,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1778,2445,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1779,2445,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1780,2445,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1781,2445,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1782,2445,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1783,2445,'_wp_old_slug','how-to-collect-all-ideas-in-a-single-project'),(1784,2445,'_wp_old_slug','pricing-games-technology-company-boast'),(1785,2445,'_wp_old_slug','healthcare-giant-overcomes-merger-in-2017-2'),(1786,2445,'_wp_old_slug','pricing-games-a-technology-company-boast-5'),(1787,2445,'_wp_old_slug','how-to-collect-all-ideas-in-one-project-7'),(1788,2445,'_thumbnail_id','3812'),(1789,2445,'_wpb_vc_js_status','false'),(1790,2445,'page_title_box',''),(1791,2445,'page_title_box_align','center'),(1792,2445,'page_title_box_title_size','h1'),(1793,2445,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(1794,2445,'page_title_box_bg_image','1716'),(1795,2445,'page_title_box_text_color','ffffff'),(1796,2445,'page_title_box_line_color','ffffff'),(1797,2445,'page_title_box_subtitle_color','ffffff'),(1798,2445,'page_title_button_text','Button'),(1799,2445,'page_title_button_url','#'),(1800,2445,'page_bc','true'),(1801,2445,'client','Dale Richmond'),(1802,2445,'location','93057 Mountain View CA, USA'),(1803,2445,'started','May 10, 2012'),(1804,2445,'completed','June 10, 2012'),(1805,2445,'value','$ 125 000'),(1806,2445,'category','Business Solutions'),(1807,2445,'header_transparent','true'),(1808,2445,'_dp_original','2441'),(1809,2446,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1810,2446,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1811,2446,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1812,2446,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1813,2446,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1814,2446,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1815,2446,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1816,2446,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1817,2446,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1818,2446,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1819,2446,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1820,2446,'_wp_old_slug','how-to-collect-all-ideas-in-a-single-project'),(1821,2446,'_wp_old_slug','pricing-games-technology-company-boast'),(1822,2446,'_wp_old_slug','healthcare-giant-overcomes-merger-in-2017-2'),(1823,2446,'_wp_old_slug','pricing-games-a-technology-company-boast-5'),(1824,2446,'_wp_old_slug','how-to-collect-all-ideas-in-one-project-9'),(1825,2446,'_thumbnail_id','3814'),(1826,2446,'_wpb_vc_js_status','false'),(1827,2446,'page_title_box',''),(1828,2446,'page_title_box_align','center'),(1829,2446,'page_title_box_title_size','h1'),(1830,2446,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(1831,2446,'page_title_box_bg_image','1716'),(1832,2446,'page_title_box_text_color','ffffff'),(1833,2446,'page_title_box_line_color','ffffff'),(1834,2446,'page_title_box_subtitle_color','ffffff'),(1835,2446,'page_title_button_text','Button'),(1836,2446,'page_title_button_url','#'),(1837,2446,'page_bc','true'),(1838,2446,'client','Dale Richmond'),(1839,2446,'location','93057 Mountain View CA, USA'),(1840,2446,'started','May 10, 2012'),(1841,2446,'completed','June 10, 2012'),(1842,2446,'value','$ 125 000'),(1843,2446,'category','Business Solutions'),(1844,2446,'header_transparent','true'),(1845,2446,'_dp_original','2443'),(1846,2447,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1847,2447,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1848,2447,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1849,2447,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1850,2447,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1851,2447,'_wp_old_slug','developing-a-strategy-and-roadmap-for-clients-4'),(1852,2447,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1853,2447,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1854,2447,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1855,2447,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1856,2447,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1857,2447,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1858,2447,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1859,2447,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1860,2447,'_wp_old_slug','how-to-collect-all-ideas-in-a-single-project'),(1861,2447,'_wp_old_slug','pricing-games-technology-company-boast'),(1862,2447,'_wp_old_slug','healthcare-giant-overcomes-merger-in-2017-2'),(1863,2447,'_wp_old_slug','pricing-games-a-technology-company-boast-5'),(1864,2447,'_wp_old_slug','how-to-collect-all-ideas-in-one-project-7'),(1865,2447,'_thumbnail_id','3815'),(1866,2447,'_wpb_vc_js_status','false'),(1867,2447,'page_title_box',''),(1868,2447,'page_title_box_align','center'),(1869,2447,'page_title_box_title_size','h1'),(1870,2447,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(1871,2447,'page_title_box_bg_image','1716'),(1872,2447,'page_title_box_text_color','ffffff'),(1873,2447,'page_title_box_line_color','ffffff'),(1874,2447,'page_title_box_subtitle_color','ffffff'),(1875,2447,'page_title_button_text','Button'),(1876,2447,'page_title_button_url','#'),(1877,2447,'page_bc','true'),(1878,2447,'client','Dale Richmond'),(1879,2447,'location','93057 Mountain View CA, USA'),(1880,2447,'started','May 10, 2012'),(1881,2447,'completed','June 10, 2012'),(1882,2447,'value','$ 125 000'),(1883,2447,'category','Business Solutions'),(1884,2447,'header_transparent','true'),(1885,2447,'_dp_original','2445'),(1886,2448,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1887,2448,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1888,2448,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1889,2448,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1890,2448,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1891,2448,'_wp_old_slug','business-planning-strategy-execution-4'),(1892,2448,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1893,2448,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1894,2448,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1895,2448,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1896,2448,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1897,2448,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1898,2448,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1899,2448,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(1900,2448,'_wp_old_slug','how-to-collect-all-ideas-in-a-single-project'),(1901,2448,'_wp_old_slug','pricing-games-technology-company-boast'),(1902,2448,'_wp_old_slug','healthcare-giant-overcomes-merger-in-2017-2'),(1903,2448,'_wp_old_slug','pricing-games-a-technology-company-boast-5'),(1904,2448,'_wp_old_slug','how-to-collect-all-ideas-in-one-project-8'),(1905,2448,'_thumbnail_id','3812'),(1906,2448,'_wpb_vc_js_status','false'),(1907,2448,'page_title_box',''),(1908,2448,'page_title_box_align','center'),(1909,2448,'page_title_box_title_size','h1'),(1910,2448,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(1911,2448,'page_title_box_bg_image','1716'),(1912,2448,'page_title_box_text_color','ffffff'),(1913,2448,'page_title_box_line_color','ffffff'),(1914,2448,'page_title_box_subtitle_color','ffffff'),(1915,2448,'page_title_button_text','Button'),(1916,2448,'page_title_button_url','#'),(1917,2448,'page_bc','true'),(1918,2448,'client','Dale Richmond'),(1919,2448,'location','93057 Mountain View CA, USA'),(1920,2448,'started','May 10, 2012'),(1921,2448,'completed','June 10, 2012'),(1922,2448,'value','$ 125 000'),(1923,2448,'category','Business Solutions'),(1924,2448,'header_transparent','true'),(1925,2448,'_dp_original','2444'),(1926,2461,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1927,2461,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1928,2461,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1929,2461,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1930,2461,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1931,2461,'_wp_old_slug','strategic-commercial-approach'),(1932,2461,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1933,2461,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1934,2461,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1935,2461,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1936,2461,'_wpb_vc_js_status','true'),(1937,2461,'page_title_box',''),(1938,2461,'page_title_box_align','left'),(1939,2461,'page_title_box_title_size','h1'),(1940,2461,'page_title_box_bg_color',''),(1941,2461,'page_title_box_bg_image',''),(1942,2461,'page_title_box_text_color',''),(1943,2461,'page_title_box_line_color',''),(1944,2461,'page_title_box_subtitle_color',''),(1945,2461,'page_title_button_text',''),(1946,2461,'page_title_button_url',''),(1947,2461,'page_bc','true'),(1948,2461,'header_transparent','true'),(1949,2461,'_thumbnail_id','3812'),(1950,2461,'_dp_original','2292'),(1951,2461,'service_icon','stmicon-document_page_list'),(1952,2461,'service_price','$35'),(1953,2462,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1954,2462,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1955,2462,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1956,2462,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1957,2462,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1958,2462,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1959,2462,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1960,2462,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1961,2462,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1962,2462,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1963,2462,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1964,2462,'_wp_old_slug','strategic-commercial-approach'),(1965,2462,'_wp_old_slug','investment-planning-strategy-2-3'),(1966,2462,'_wpb_vc_js_status','true'),(1967,2462,'page_title_box',''),(1968,2462,'page_title_box_align','left'),(1969,2462,'page_title_box_title_size','h1'),(1970,2462,'page_title_box_bg_color',''),(1971,2462,'page_title_box_bg_image',''),(1972,2462,'page_title_box_text_color',''),(1973,2462,'page_title_box_line_color',''),(1974,2462,'page_title_box_subtitle_color',''),(1975,2462,'page_title_button_text',''),(1976,2462,'page_title_button_url',''),(1977,2462,'page_bc','true'),(1978,2462,'header_transparent','true'),(1979,2462,'_thumbnail_id','3812'),(1980,2462,'_dp_original','2294'),(1981,2462,'service_icon','stmicon-brain_lamp_idea'),(1982,2462,'service_price','$55'),(1983,2463,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1984,2463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1985,2463,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1986,2463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1987,2463,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(1988,2463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1989,2463,'_wpb_vc_js_status','true'),(1990,2463,'page_title_box',''),(1991,2463,'page_title_box_align','left'),(1992,2463,'page_title_box_title_size','h1'),(1993,2463,'page_title_box_bg_color',''),(1994,2463,'page_title_box_bg_image',''),(1995,2463,'page_title_box_text_color',''),(1996,2463,'page_title_box_line_color',''),(1997,2463,'page_title_box_subtitle_color',''),(1998,2463,'page_title_button_text',''),(1999,2463,'page_title_button_url',''),(2000,2463,'page_bc','true'),(2001,2463,'header_transparent','true'),(2002,2463,'_wpb_shortcodes_custom_css','.vc_custom_1494240191005{margin-bottom: 60px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494234020661{margin-bottom: 26px !important;}.vc_custom_1494235286024{margin-bottom: 34px !important;}.vc_custom_1494234318457{margin-bottom: 24px !important;}.vc_custom_1494234342834{margin-bottom: 2px !important;}.vc_custom_1494235812995{margin-bottom: 25px !important;}.vc_custom_1494240021552{margin-bottom: 31px !important;}.vc_custom_1494240095242{margin-bottom: 36px !important;}.vc_custom_1494240118978{margin-bottom: 30px !important;}'),(2003,2463,'_thumbnail_id','3814'),(2004,2463,'_dp_original','2286'),(2005,2463,'service_icon','stmicon-aircraft_case'),(2006,2463,'service_price','$99'),(2007,2463,'_oembed_fb969d6567343f5a10ecac4575a3c951','
TOKEN Activation (Product registration)
'),(2008,2463,'_oembed_time_fb969d6567343f5a10ecac4575a3c951','1501753913'),(2009,2691,'_wpb_shortcodes_custom_css','.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(https://images.unsplash.com/photo-1498127590000-455b36daa23a?dpr=1&auto=format&fit=crop&w=1920&h=700&q=1&cs=tinysrgb&crop=?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(2010,2691,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2011,2691,'_wpb_shortcodes_custom_css','.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(2012,2691,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2013,2691,'_wpb_shortcodes_custom_css','.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(2014,2691,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2015,2691,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2016,2691,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2017,2691,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2018,2691,'_wpb_shortcodes_custom_css','.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(2019,2691,'_wpb_shortcodes_custom_css','.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(2020,2691,'_wpb_shortcodes_custom_css','.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(2021,2691,'_wpb_shortcodes_custom_css','.vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://pearl.stylemixthemes.com/wp-content/uploads/2017/05/banner_2.jpg?id=2258) !important;}.vc_custom_1493986709016{margin-bottom: 20px !important;}.vc_custom_1493986758202{margin-bottom: 25px !important;}'),(2022,2691,'_wpb_vc_js_status','true'),(2023,2691,'_wp_old_slug','page-sidebar-2'),(2024,2691,'_wp_old_slug','event-sidebar-2'),(2025,2691,'_wp_old_slug','service-sidebar-2'),(2026,2691,'sticky_sidebar','true'),(2027,2691,'_dp_original','2393'),(2028,2691,'_wp_old_slug','cases-sidebar-2'),(2029,7,'_form','\n\n\n\n\n\n\n\n[submit \"Send\"]'),(2030,7,'_mail','a:8:{s:7:\"subject\";s:28:\"Super Site! \"[your-subject]\"\";s:6:\"sender\";s:36:\"[your-name] \";s:4:\"body\";s:169:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Super Site! (http://unittest.loc)\";s:9:\"recipient\";s:18:\"timur@stylemix.net\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(2031,7,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:28:\"Super Site! \"[your-subject]\"\";s:6:\"sender\";s:36:\"Super Site! \";s:4:\"body\";s:111:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Super Site! (http://unittest.loc)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:28:\"Reply-To: timur@stylemix.net\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(2032,7,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(2033,7,'_additional_settings',''),(2034,7,'_locale','en_US'),(2035,1840,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2036,1840,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2037,1840,'_form','
\n
[text* your-name placeholder \"Name*\"]
\n
[email* your-email placeholder \"Email*\"]
\n
\n
\n
[tel your-tel placeholder \"Phone\"]
\n
[select country \"Country\" \"USA\" \"France\" \"Germany\"]
\n
\n
[textarea your-message placeholder \"Your Message\"]
\n\n[submit class:btn class:btn_primary class:btn_outline class:btn_lg class:wtc \"Submit\"]'),(2038,1840,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:22:\"bot@stylemixthemes.com\";s:6:\"sender\";s:22:\"bot@stylemixthemes.com\";s:9:\"recipient\";s:22:\"bot@stylemixthemes.com\";s:4:\"body\";s:22:\"bot@stylemixthemes.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2039,1840,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2040,1840,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(2041,1840,'_additional_settings',''),(2042,1840,'_locale','en_US'),(2043,2035,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2044,2035,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2045,2035,'_form','
\n
[text* your-name placeholder \"Name*\"]
\n
[email* your-email placeholder \"Email\"]
\n
\n
\n
[select inquiry \"Type of inquiry\" \"Consultation\" \"Meeting\" \"Credit\"]
\n
[textarea your-message placeholder \"Your Message\"]
\n
\n
\n[submit class:btn class:btn_lg class:btn_primary class:btn_solid class:btn_lg \"Send Inquiry\"]\n
'),(2046,2035,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:22:\"bot@stylemixthemes.com\";s:6:\"sender\";s:22:\"bot@stylemixthemes.com\";s:9:\"recipient\";s:22:\"bot@stylemixthemes.com\";s:4:\"body\";s:22:\"bot@stylemixthemes.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2047,2035,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2048,2035,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(2049,2035,'_additional_settings',''),(2050,2035,'_locale','en_US'),(2051,2250,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2052,2250,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2053,2250,'_thumbnail_id','3813'),(2054,2250,'_wpb_vc_js_status','false'),(2055,2250,'position','Sales Manager'),(2056,2250,'job','Alien Ltd.'),(2057,2251,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2058,2251,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2059,2251,'_thumbnail_id','3812'),(2060,2251,'_wpb_vc_js_status','false'),(2061,2251,'position','Chairman'),(2062,2251,'job','Kreutz Airlines'),(2063,2252,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2064,2252,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2065,2252,'_thumbnail_id','3815'),(2066,2252,'_wpb_vc_js_status','false'),(2067,2252,'position','Financial Officer'),(2068,2252,'job','Jama LLC'),(2069,2253,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2070,2253,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2071,2253,'_thumbnail_id','3812'),(2072,2253,'_wpb_vc_js_status','false'),(2073,2253,'position','Chairman'),(2074,2253,'job','Harmony Corp.'),(2075,2254,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2076,2254,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2077,2254,'_thumbnail_id','3815'),(2078,2254,'_wpb_vc_js_status','false'),(2079,2254,'position','Managing Director'),(2080,2254,'job','Erikson'),(2081,2340,'_wpb_shortcodes_custom_css','.vc_custom_1494504781359{margin-bottom: 35px !important;}.vc_custom_1501837782438{margin-bottom: 30px !important;}.vc_custom_1501837817460{margin-bottom: 30px !important;}.vc_custom_1501837826459{margin-bottom: 30px !important;}.vc_custom_1501838661201{margin-bottom: 35px !important;padding-top: 15px !important;}'),(2082,2340,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2083,2340,'_wpb_shortcodes_custom_css','.vc_custom_1494504781359{margin-bottom: 35px !important;}.vc_custom_1501837782438{margin-bottom: 30px !important;}.vc_custom_1501837817460{margin-bottom: 30px !important;}.vc_custom_1501837826459{margin-bottom: 30px !important;}.vc_custom_1501838661201{margin-bottom: 35px !important;padding-top: 15px !important;}'),(2084,2340,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2085,2340,'_wpb_vc_js_status','true'),(2086,2340,'location','London, England'),(2087,2340,'page_title_box',''),(2088,2340,'page_title_box_align','center'),(2089,2340,'page_title_box_title_size','h1'),(2090,2340,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(2091,2340,'page_title_box_bg_image','1716'),(2092,2340,'page_title_box_text_color','ffffff'),(2093,2340,'page_title_box_line_color','ffffff'),(2094,2340,'page_title_box_subtitle_color','ffffff'),(2095,2340,'page_title_button_text','Button'),(2096,2340,'page_title_button_url','#'),(2097,2340,'page_bc','true'),(2098,2340,'vacancy_icon','stmicon-photo'),(2099,2340,'department','The Digital Company'),(2100,2340,'job_type','Full time, Employee'),(2101,2340,'education','General secondary (high)'),(2102,2340,'compensation','$125 000'),(2103,2340,'_wpb_shortcodes_custom_css','.vc_custom_1494504781359{margin-bottom: 35px !important;}.vc_custom_1501837782438{margin-bottom: 30px !important;}.vc_custom_1501837817460{margin-bottom: 30px !important;}.vc_custom_1501837826459{margin-bottom: 30px !important;}.vc_custom_1501838661201{margin-bottom: 35px !important;padding-top: 15px !important;}'),(2104,2340,'_wp_old_slug','investor-relations-associate'),(2105,2340,'header_transparent','true'),(2106,2360,'_wpb_shortcodes_custom_css','.vc_custom_1494504781359{margin-bottom: 35px !important;}.vc_custom_1501837782438{margin-bottom: 30px !important;}.vc_custom_1501837817460{margin-bottom: 30px !important;}.vc_custom_1501837826459{margin-bottom: 30px !important;}.vc_custom_1501838661201{margin-bottom: 35px !important;padding-top: 15px !important;}'),(2107,2360,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2108,2360,'_wpb_shortcodes_custom_css','.vc_custom_1494504781359{margin-bottom: 35px !important;}.vc_custom_1501837782438{margin-bottom: 30px !important;}.vc_custom_1501837817460{margin-bottom: 30px !important;}.vc_custom_1501837826459{margin-bottom: 30px !important;}.vc_custom_1501838661201{margin-bottom: 35px !important;padding-top: 15px !important;}'),(2109,2360,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2110,2360,'_wpb_shortcodes_custom_css','.vc_custom_1494504781359{margin-bottom: 35px !important;}.vc_custom_1501837782438{margin-bottom: 30px !important;}.vc_custom_1501837817460{margin-bottom: 30px !important;}.vc_custom_1501837826459{margin-bottom: 30px !important;}.vc_custom_1501838661201{margin-bottom: 35px !important;padding-top: 15px !important;}'),(2111,2360,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2112,2360,'_wpb_vc_js_status','false'),(2113,2360,'location','London, England'),(2114,2360,'page_title_box',''),(2115,2360,'page_title_box_align','center'),(2116,2360,'page_title_box_title_size','h1'),(2117,2360,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(2118,2360,'page_title_box_bg_image','1716'),(2119,2360,'page_title_box_text_color','ffffff'),(2120,2360,'page_title_box_line_color','ffffff'),(2121,2360,'page_title_box_subtitle_color','ffffff'),(2122,2360,'page_title_button_text','Button'),(2123,2360,'page_title_button_url','#'),(2124,2360,'page_bc','true'),(2125,2360,'vacancy_icon','stmicon-zoom2'),(2126,2360,'department','The Digital Company'),(2127,2360,'job_type','Full time, Employee'),(2128,2360,'education','General secondary (high)'),(2129,2360,'compensation','$125 000'),(2130,2360,'_wpb_shortcodes_custom_css','.vc_custom_1494504781359{margin-bottom: 35px !important;}.vc_custom_1501837782438{margin-bottom: 30px !important;}.vc_custom_1501837817460{margin-bottom: 30px !important;}.vc_custom_1501837826459{margin-bottom: 30px !important;}.vc_custom_1501838661201{margin-bottom: 35px !important;padding-top: 15px !important;}'),(2131,2360,'_dp_original','2340'),(2132,2360,'_wp_old_slug','investor-relations-associate-2'),(2133,2360,'header_transparent','true'),(2134,2361,'_wpb_shortcodes_custom_css','.vc_custom_1494504781359{margin-bottom: 35px !important;}.vc_custom_1501837782438{margin-bottom: 30px !important;}.vc_custom_1501837817460{margin-bottom: 30px !important;}.vc_custom_1501837826459{margin-bottom: 30px !important;}.vc_custom_1501838661201{margin-bottom: 35px !important;padding-top: 15px !important;}'),(2135,2361,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2136,2361,'_wpb_shortcodes_custom_css','.vc_custom_1494504781359{margin-bottom: 35px !important;}.vc_custom_1501837782438{margin-bottom: 30px !important;}.vc_custom_1501837817460{margin-bottom: 30px !important;}.vc_custom_1501837826459{margin-bottom: 30px !important;}.vc_custom_1501838661201{margin-bottom: 35px !important;padding-top: 15px !important;}'),(2137,2361,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2138,2361,'_wpb_shortcodes_custom_css','.vc_custom_1494504781359{margin-bottom: 35px !important;}.vc_custom_1501837782438{margin-bottom: 30px !important;}.vc_custom_1501837817460{margin-bottom: 30px !important;}.vc_custom_1501837826459{margin-bottom: 30px !important;}.vc_custom_1501838661201{margin-bottom: 35px !important;padding-top: 15px !important;}'),(2139,2361,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2140,2361,'_wpb_vc_js_status','true'),(2141,2361,'location','London, England'),(2142,2361,'page_title_box',''),(2143,2361,'page_title_box_align','center'),(2144,2361,'page_title_box_title_size','h1'),(2145,2361,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(2146,2361,'page_title_box_bg_image','1716'),(2147,2361,'page_title_box_text_color','ffffff'),(2148,2361,'page_title_box_line_color','ffffff'),(2149,2361,'page_title_box_subtitle_color','ffffff'),(2150,2361,'page_title_button_text','Button'),(2151,2361,'page_title_button_url','#'),(2152,2361,'page_bc','true'),(2153,2361,'vacancy_icon','stmicon-talk'),(2154,2361,'department','The Digital Company'),(2155,2361,'job_type','Full time, Employee'),(2156,2361,'education','General secondary (high)'),(2157,2361,'compensation','$125 000'),(2158,2361,'_wpb_shortcodes_custom_css','.vc_custom_1494504781359{margin-bottom: 35px !important;}.vc_custom_1501837782438{margin-bottom: 30px !important;}.vc_custom_1501837817460{margin-bottom: 30px !important;}.vc_custom_1501837826459{margin-bottom: 30px !important;}.vc_custom_1501838661201{margin-bottom: 35px !important;padding-top: 15px !important;}'),(2159,2361,'_dp_original','2340'),(2160,2361,'_wp_old_slug','investor-relations-associate-3'),(2161,2361,'header_transparent','true'),(2162,2614,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2163,2614,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2164,2614,'stm_slider_settings','a:10:{s:8:\"autoplay\";s:4:\"true\";s:16:\"autoplayDuration\";s:4:\"3000\";s:6:\"height\";s:5:\"705px\";s:10:\"heightUnit\";s:2:\"px\";s:12:\"hideOnMobile\";s:5:\"false\";s:10:\"navigation\";s:5:\"false\";s:12:\"overlayColor\";s:18:\"rgb(255, 255, 255)\";s:5:\"style\";s:7:\"style_2\";s:5:\"width\";s:3:\"100\";s:9:\"widthUnit\";s:7:\"percent\";}'),(2165,2639,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2166,2639,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2167,2639,'stm_slider_slide_settings','a:12:{s:6:\"button\";a:2:{s:5:\"label\";s:9:\"Read more\";s:4:\"link\";s:36:\"/services/simple-business-solutions/\";}s:12:\"contentAlign\";s:4:\"left\";s:8:\"duration\";s:4:\"3000\";s:6:\"hidden\";s:5:\"false\";s:2:\"id\";s:4:\"2639\";s:7:\"imageId\";s:4:\"1716\";s:5:\"order\";s:1:\"3\";s:7:\"overlay\";s:4:\"true\";s:12:\"overlayColor\";s:15:\"rgba(0,0,0,0.3)\";s:7:\"pattern\";s:5:\"false\";s:5:\"title\";s:59:\"Discover the world
of Business\";s:7:\"touched\";s:5:\"false\";}'),(2168,2641,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2169,2641,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2170,2641,'stm_slider_slide_settings','a:12:{s:6:\"button\";a:2:{s:5:\"label\";s:9:\"Read more\";s:4:\"link\";s:36:\"/services/simple-business-solutions/\";}s:12:\"contentAlign\";s:4:\"left\";s:8:\"duration\";s:4:\"3000\";s:6:\"hidden\";s:5:\"false\";s:2:\"id\";s:4:\"2641\";s:7:\"imageId\";s:4:\"3646\";s:5:\"order\";s:1:\"1\";s:7:\"overlay\";s:4:\"true\";s:12:\"overlayColor\";s:15:\"rgba(0,0,0,0.3)\";s:7:\"pattern\";s:5:\"false\";s:5:\"title\";s:65:\"Meet our brand new
Business Solution\";s:7:\"touched\";s:5:\"false\";}'),(2171,2646,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2172,2646,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2173,2646,'stm_slider_slide_settings','a:12:{s:6:\"button\";a:2:{s:5:\"label\";s:9:\"Read more\";s:4:\"link\";s:36:\"/services/simple-business-solutions/\";}s:12:\"contentAlign\";s:4:\"left\";s:8:\"duration\";s:4:\"3000\";s:6:\"hidden\";s:5:\"false\";s:2:\"id\";s:4:\"2646\";s:7:\"imageId\";s:4:\"3647\";s:5:\"order\";s:1:\"2\";s:7:\"overlay\";s:4:\"true\";s:12:\"overlayColor\";s:15:\"rgba(0,0,0,0.3)\";s:7:\"pattern\";s:5:\"false\";s:5:\"title\";s:57:\"Trust 17 years
of experience\";s:7:\"touched\";s:5:\"false\";}'),(2174,3816,'_menu_item_type','post_type'),(2175,3816,'_menu_item_menu_item_parent','0'),(2176,3816,'_menu_item_object_id','1713'),(2177,3816,'_menu_item_object','page'),(2178,3816,'_menu_item_target',''),(2179,3816,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2180,3816,'_menu_item_xfn',''),(2181,3816,'_menu_item_url',''),(2182,3817,'_menu_item_type','post_type'),(2183,3817,'_menu_item_menu_item_parent','3636'),(2184,3817,'_menu_item_object_id','1895'),(2185,3817,'_menu_item_object','page'),(2186,3817,'_menu_item_target',''),(2187,3817,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2188,3817,'_menu_item_xfn',''),(2189,3817,'_menu_item_url',''),(2190,3818,'_menu_item_type','post_type'),(2191,3818,'_menu_item_menu_item_parent','3636'),(2192,3818,'_menu_item_object_id','1974'),(2193,3818,'_menu_item_object','page'),(2194,3818,'_menu_item_target',''),(2195,3818,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2196,3818,'_menu_item_xfn',''),(2197,3818,'_menu_item_url',''),(2198,3819,'_menu_item_type','post_type'),(2199,3819,'_menu_item_menu_item_parent','0'),(2200,3819,'_menu_item_object_id','1985'),(2201,3819,'_menu_item_object','page'),(2202,3819,'_menu_item_target',''),(2203,3819,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2204,3819,'_menu_item_xfn',''),(2205,3819,'_menu_item_url',''),(2206,3820,'_menu_item_type','post_type'),(2207,3820,'_menu_item_menu_item_parent','3636'),(2208,3820,'_menu_item_object_id','2041'),(2209,3820,'_menu_item_object','page'),(2210,3820,'_menu_item_target',''),(2211,3820,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2212,3820,'_menu_item_xfn',''),(2213,3820,'_menu_item_url',''),(2214,3821,'_menu_item_type','post_type'),(2215,3821,'_menu_item_menu_item_parent','3636'),(2216,3821,'_menu_item_object_id','2109'),(2217,3821,'_menu_item_object','page'),(2218,3821,'_menu_item_target',''),(2219,3821,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2220,3821,'_menu_item_xfn',''),(2221,3821,'_menu_item_url',''),(2222,3822,'_menu_item_type','post_type'),(2223,3822,'_menu_item_menu_item_parent','3636'),(2224,3822,'_menu_item_object_id','2132'),(2225,3822,'_menu_item_object','page'),(2226,3822,'_menu_item_target',''),(2227,3822,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2228,3822,'_menu_item_xfn',''),(2229,3822,'_menu_item_url',''),(2230,3823,'_menu_item_type','post_type'),(2231,3823,'_menu_item_menu_item_parent','0'),(2232,3823,'_menu_item_object_id','2221'),(2233,3823,'_menu_item_object','page'),(2234,3823,'_menu_item_target',''),(2235,3823,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2236,3823,'_menu_item_xfn',''),(2237,3823,'_menu_item_url',''),(2238,3824,'_menu_item_type','post_type'),(2239,3824,'_menu_item_menu_item_parent','0'),(2240,3824,'_menu_item_object_id','2270'),(2241,3824,'_menu_item_object','page'),(2242,3824,'_menu_item_target',''),(2243,3824,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2244,3824,'_menu_item_xfn',''),(2245,3824,'_menu_item_url',''),(2246,3825,'_menu_item_type','post_type'),(2247,3825,'_menu_item_menu_item_parent','3824'),(2248,3825,'_menu_item_object_id','2296'),(2249,3825,'_menu_item_object','stm_services'),(2250,3825,'_menu_item_target',''),(2251,3825,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2252,3825,'_menu_item_xfn',''),(2253,3825,'_menu_item_url',''),(2254,3826,'_menu_item_type','post_type'),(2255,3826,'_menu_item_menu_item_parent','0'),(2256,3826,'_menu_item_object_id','2299'),(2257,3826,'_menu_item_object','page'),(2258,3826,'_menu_item_target',''),(2259,3826,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2260,3826,'_menu_item_xfn',''),(2261,3826,'_menu_item_url',''),(2262,3827,'_menu_item_type','post_type'),(2263,3827,'_menu_item_menu_item_parent','3823'),(2264,3827,'_menu_item_object_id','2200'),(2265,3827,'_menu_item_object','stm_events'),(2266,3827,'_menu_item_target',''),(2267,3827,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2268,3827,'_menu_item_xfn',''),(2269,3827,'_menu_item_url',''),(2270,3828,'_menu_item_type','post_type'),(2271,3828,'_menu_item_menu_item_parent','3826'),(2272,3828,'_menu_item_object_id','2184'),(2273,3828,'_menu_item_object','post'),(2274,3828,'_menu_item_target',''),(2275,3828,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2276,3828,'_menu_item_xfn',''),(2277,3828,'_menu_item_url',''),(2278,3829,'_menu_item_type','post_type'),(2279,3829,'_menu_item_menu_item_parent','3636'),(2280,3829,'_menu_item_object_id','2322'),(2281,3829,'_menu_item_object','page'),(2282,3829,'_menu_item_target',''),(2283,3829,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2284,3829,'_menu_item_xfn',''),(2285,3829,'_menu_item_url',''),(2286,3830,'_menu_item_type','post_type'),(2287,3830,'_menu_item_menu_item_parent','3636'),(2288,3830,'_menu_item_object_id','2340'),(2289,3830,'_menu_item_object','stm_vacancies'),(2290,3830,'_menu_item_target',''),(2291,3830,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2292,3830,'_menu_item_xfn',''),(2293,3830,'_menu_item_url',''),(2294,3831,'_menu_item_type','post_type'),(2295,3831,'_menu_item_menu_item_parent','0'),(2296,3831,'_menu_item_object_id','2366'),(2297,3831,'_menu_item_object','page'),(2298,3831,'_menu_item_target',''),(2299,3831,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2300,3831,'_menu_item_xfn',''),(2301,3831,'_menu_item_url',''),(2302,3832,'_menu_item_type','post_type'),(2303,3832,'_menu_item_menu_item_parent','3831'),(2304,3832,'_menu_item_object_id','2383'),(2305,3832,'_menu_item_object','stm_projects'),(2306,3832,'_menu_item_target',''),(2307,3832,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2308,3832,'_menu_item_xfn',''),(2309,3832,'_menu_item_url',''),(2310,3833,'_menu_item_type','post_type'),(2311,3833,'_menu_item_menu_item_parent','3823'),(2312,3833,'_menu_item_object_id','2221'),(2313,3833,'_menu_item_object','page'),(2314,3833,'_menu_item_target',''),(2315,3833,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2316,3833,'_menu_item_xfn',''),(2317,3833,'_menu_item_url',''),(2318,3834,'_menu_item_type','post_type'),(2319,3834,'_menu_item_menu_item_parent','3824'),(2320,3834,'_menu_item_object_id','2270'),(2321,3834,'_menu_item_object','page'),(2322,3834,'_menu_item_target',''),(2323,3834,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2324,3834,'_menu_item_xfn',''),(2325,3834,'_menu_item_url',''),(2326,3835,'_menu_item_type','post_type'),(2327,3835,'_menu_item_menu_item_parent','3826'),(2328,3835,'_menu_item_object_id','2299'),(2329,3835,'_menu_item_object','page'),(2330,3835,'_menu_item_target',''),(2331,3835,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2332,3835,'_menu_item_xfn',''),(2333,3835,'_menu_item_url',''),(2334,3836,'_menu_item_type','post_type'),(2335,3836,'_menu_item_menu_item_parent','3831'),(2336,3836,'_menu_item_object_id','2366'),(2337,3836,'_menu_item_object','page'),(2338,3836,'_menu_item_target',''),(2339,3836,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2340,3836,'_menu_item_xfn',''),(2341,3836,'_menu_item_url',''),(2342,3837,'_wp_attached_file','revslider/homeslider/revslide1.jpg'),(2343,3837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:748;s:4:\"file\";s:34:\"revslider/homeslider/revslide1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"revslide1-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:\"revslide1-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"revslide1-768x299.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"revslide1-1024x399.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:21:\"revslide1-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:22:\"revslide1-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:21:\"revslide1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:21:\"revslide1-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:21:\"revslide1-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(2344,3838,'_wp_attached_file','revslider/homeslider/revslide2.jpg'),(2345,3838,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:748;s:4:\"file\";s:34:\"revslider/homeslider/revslide2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"revslide2-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:\"revslide2-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"revslide2-768x299.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"revslide2-1024x399.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:21:\"revslide2-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:22:\"revslide2-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:21:\"revslide2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:21:\"revslide2-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:21:\"revslide2-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(2346,3839,'_wp_attached_file','revslider/homeslider/man-1.jpg'),(2347,3839,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:705;s:4:\"file\";s:30:\"revslider/homeslider/man-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"man-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:17:\"man-1-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"man-1-768x282.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"man-1-1024x376.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:17:\"man-1-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:18:\"man-1-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:17:\"man-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:17:\"man-1-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:17:\"man-1-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(2348,1713,'_edit_lock','1551269763:1'),(2349,3840,'_edit_lock','1551621589:1'),(2350,3840,'_edit_last','1'),(2351,3841,'_wp_attached_file','2019/02/FJLS-bleu.png'),(2352,3841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:312;s:6:\"height\";i:118;s:4:\"file\";s:21:\"2019/02/FJLS-bleu.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"FJLS-bleu-150x118.png\";s:5:\"width\";i:150;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"FJLS-bleu-300x113.png\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2353,3840,'_wp_page_template','default'),(2354,3840,'slide_template','default'),(2355,3840,'_wpb_vc_js_status','true'),(2356,3840,'page_title_box_align','left'),(2357,3840,'page_title_box_title_size','h1'),(2358,3840,'stm_sidebar_position','left'),(2360,3844,'_wp_attached_file','2019/02/favicon_fjls.jpg'),(2361,3844,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:24:\"2019/02/favicon_fjls.jpg\";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:{}}}'),(2362,3845,'_wp_attached_file','2019/02/cropped-favicon_fjls.jpg'),(2363,3845,'_wp_attachment_context','site-icon'),(2364,3845,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:32:\"2019/02/cropped-favicon_fjls.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-favicon_fjls-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:32:\"cropped-favicon_fjls-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:32:\"cropped-favicon_fjls-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:32:\"cropped-favicon_fjls-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:32:\"cropped-favicon_fjls-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:32:\"cropped-favicon_fjls-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:32:\"cropped-favicon_fjls-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:32:\"cropped-favicon_fjls-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:32:\"cropped-favicon_fjls-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:30:\"cropped-favicon_fjls-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),(2380,3851,'_wp_attached_file','2019/02/logo_fjls_bleu.png'),(2381,3851,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:154;s:4:\"file\";s:26:\"2019/02/logo_fjls_bleu.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"logo_fjls_bleu-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:25:\"logo_fjls_bleu-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:26:\"logo_fjls_bleu-335x154.png\";s:5:\"width\";i:335;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:26:\"logo_fjls_bleu-450x154.png\";s:5:\"width\";i:450;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:26:\"logo_fjls_bleu-348x154.png\";s:5:\"width\";i:348;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:26:\"logo_fjls_bleu-370x154.png\";s:5:\"width\";i:370;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2382,3854,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551977281322{margin-bottom: 40px !important;padding-top: 60px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2383,3854,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551977281322{margin-bottom: 40px !important;padding-top: 60px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2385,3854,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551977281322{margin-bottom: 40px !important;padding-top: 60px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2387,3854,'_wpb_vc_js_status','true'),(2388,3854,'page_title_box_align','center'),(2389,3854,'page_title_box_title_size','h1'),(2390,3854,'page_title_box_bg_color','f00'),(2391,3854,'page_title_box_text_color','f00'),(2392,3854,'page_title_box_line_color','f00'),(2393,3854,'page_title_box_subtitle_color','f00'),(2394,3854,'stm_sidebar_position','left'),(2395,3854,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551977281322{margin-bottom: 40px !important;padding-top: 60px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2396,3854,'page_title_box',''),(2397,3854,'_wp_page_template','default'),(2398,3854,'slide_template','default'),(2399,3854,'_edit_lock','1578934001:1'),(2400,3854,'_edit_last','1'),(2401,3855,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1505712340288{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1505712745622{border-radius: 2px !important;}.vc_custom_1494677731771{margin-bottom: 111px !important;}.vc_custom_1492162251965{margin-bottom: 50px !important;}.vc_custom_1492162256127{margin-bottom: 50px !important;}.vc_custom_1492170545778{margin-bottom: 50px !important;}.vc_custom_1494654282573{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494654313703{margin-bottom: 60px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2402,3856,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551977281322{margin-bottom: 40px !important;padding-top: 60px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2403,3857,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1505712745622{border-radius: 2px !important;}.vc_custom_1494677731771{margin-bottom: 111px !important;}.vc_custom_1492162251965{margin-bottom: 50px !important;}.vc_custom_1492162256127{margin-bottom: 50px !important;}.vc_custom_1492170545778{margin-bottom: 50px !important;}.vc_custom_1494654282573{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494654313703{margin-bottom: 60px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2404,3858,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1505712745622{border-radius: 2px !important;}.vc_custom_1494677731771{margin-bottom: 111px !important;}.vc_custom_1492162251965{margin-bottom: 50px !important;}.vc_custom_1492162256127{margin-bottom: 50px !important;}.vc_custom_1492170545778{margin-bottom: 50px !important;}.vc_custom_1494654282573{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494654313703{margin-bottom: 60px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2405,3859,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1505712745622{border-radius: 2px !important;}.vc_custom_1494677731771{margin-bottom: 111px !important;}.vc_custom_1492162251965{margin-bottom: 50px !important;}.vc_custom_1492162256127{margin-bottom: 50px !important;}.vc_custom_1492170545778{margin-bottom: 50px !important;}.vc_custom_1494654282573{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494654313703{margin-bottom: 60px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2406,3860,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1505712745622{border-radius: 2px !important;}.vc_custom_1494677731771{margin-bottom: 111px !important;}.vc_custom_1492162251965{margin-bottom: 50px !important;}.vc_custom_1492162256127{margin-bottom: 50px !important;}.vc_custom_1492170545778{margin-bottom: 50px !important;}.vc_custom_1494654282573{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494654313703{margin-bottom: 60px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2407,3861,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1505712745622{border-radius: 2px !important;}.vc_custom_1494677731771{margin-bottom: 111px !important;}.vc_custom_1492162251965{margin-bottom: 50px !important;}.vc_custom_1492162256127{margin-bottom: 50px !important;}.vc_custom_1492170545778{margin-bottom: 50px !important;}.vc_custom_1494654282573{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494654313703{margin-bottom: 60px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2408,3862,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1505712745622{border-radius: 2px !important;}.vc_custom_1494677731771{margin-bottom: 111px !important;}.vc_custom_1492162251965{margin-bottom: 50px !important;}.vc_custom_1492162256127{margin-bottom: 50px !important;}.vc_custom_1492170545778{margin-bottom: 50px !important;}.vc_custom_1494654282573{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494654313703{margin-bottom: 60px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2409,3863,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1505712745622{border-radius: 2px !important;}.vc_custom_1494677731771{margin-bottom: 111px !important;}.vc_custom_1492162251965{margin-bottom: 50px !important;}.vc_custom_1492162256127{margin-bottom: 50px !important;}.vc_custom_1492170545778{margin-bottom: 50px !important;}.vc_custom_1494654282573{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494654313703{margin-bottom: 60px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2410,3864,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2411,3865,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2412,3866,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2413,3867,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2414,3868,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2415,3869,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2433,3872,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2434,2462,'_edit_lock','1551016778:1'),(2436,3874,'_wp_attached_file','2019/02/CHRONOMAG-PREGNANCY-ANG.jpg'),(2437,3874,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:35:\"2019/02/CHRONOMAG-PREGNANCY-ANG.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"CHRONOMAG-PREGNANCY-ANG-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:\"CHRONOMAG-PREGNANCY-ANG-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"CHRONOMAG-PREGNANCY-ANG-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"CHRONOMAG-PREGNANCY-ANG-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:35:\"CHRONOMAG-PREGNANCY-ANG-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:36:\"CHRONOMAG-PREGNANCY-ANG-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:35:\"CHRONOMAG-PREGNANCY-ANG-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:35:\"CHRONOMAG-PREGNANCY-ANG-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:35:\"CHRONOMAG-PREGNANCY-ANG-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(2438,3875,'_wp_attached_file','2019/02/CHRONOMAG-MOOD-ANG.jpg'),(2439,3875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:30:\"2019/02/CHRONOMAG-MOOD-ANG.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"CHRONOMAG-MOOD-ANG-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:30:\"CHRONOMAG-MOOD-ANG-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"CHRONOMAG-MOOD-ANG-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-MOOD-ANG-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:30:\"CHRONOMAG-MOOD-ANG-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:31:\"CHRONOMAG-MOOD-ANG-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:30:\"CHRONOMAG-MOOD-ANG-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:30:\"CHRONOMAG-MOOD-ANG-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:30:\"CHRONOMAG-MOOD-ANG-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(2440,3876,'_wp_attached_file','2019/02/CHRONOMAG-MENSTRUAL-ANG.jpg'),(2441,3876,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:35:\"2019/02/CHRONOMAG-MENSTRUAL-ANG.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"CHRONOMAG-MENSTRUAL-ANG-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:\"CHRONOMAG-MENSTRUAL-ANG-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"CHRONOMAG-MENSTRUAL-ANG-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"CHRONOMAG-MENSTRUAL-ANG-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:35:\"CHRONOMAG-MENSTRUAL-ANG-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:36:\"CHRONOMAG-MENSTRUAL-ANG-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:35:\"CHRONOMAG-MENSTRUAL-ANG-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:35:\"CHRONOMAG-MENSTRUAL-ANG-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:35:\"CHRONOMAG-MENSTRUAL-ANG-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(2442,3877,'_wp_attached_file','2019/02/CHRONOMAG-MENOPAUSE-ANG.jpg'),(2443,3877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:35:\"2019/02/CHRONOMAG-MENOPAUSE-ANG.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"CHRONOMAG-MENOPAUSE-ANG-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:\"CHRONOMAG-MENOPAUSE-ANG-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"CHRONOMAG-MENOPAUSE-ANG-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"CHRONOMAG-MENOPAUSE-ANG-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:35:\"CHRONOMAG-MENOPAUSE-ANG-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:36:\"CHRONOMAG-MENOPAUSE-ANG-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:35:\"CHRONOMAG-MENOPAUSE-ANG-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:35:\"CHRONOMAG-MENOPAUSE-ANG-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:35:\"CHRONOMAG-MENOPAUSE-ANG-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(2444,3878,'_wp_attached_file','2019/02/CHRONOMAG-DAILY-BALANCE-ANG.jpg'),(2445,3878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2019/02/CHRONOMAG-DAILY-BALANCE-ANG.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"CHRONOMAG-DAILY-BALANCE-ANG-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:39:\"CHRONOMAG-DAILY-BALANCE-ANG-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"CHRONOMAG-DAILY-BALANCE-ANG-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"CHRONOMAG-DAILY-BALANCE-ANG-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:39:\"CHRONOMAG-DAILY-BALANCE-ANG-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:40:\"CHRONOMAG-DAILY-BALANCE-ANG-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:39:\"CHRONOMAG-DAILY-BALANCE-ANG-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:39:\"CHRONOMAG-DAILY-BALANCE-ANG-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:39:\"CHRONOMAG-DAILY-BALANCE-ANG-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(2446,3879,'_wp_attached_file','2019/02/CHRONOMAG-CARDIOANG.jpg'),(2447,3879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2019/02/CHRONOMAG-CARDIOANG.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"CHRONOMAG-CARDIOANG-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:31:\"CHRONOMAG-CARDIOANG-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"CHRONOMAG-CARDIOANG-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"CHRONOMAG-CARDIOANG-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:31:\"CHRONOMAG-CARDIOANG-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-CARDIOANG-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:31:\"CHRONOMAG-CARDIOANG-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:31:\"CHRONOMAG-CARDIOANG-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:31:\"CHRONOMAG-CARDIOANG-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(2448,3880,'_wp_attached_file','2019/02/CHRONOMAG-BONESANG.jpg'),(2449,3880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:30:\"2019/02/CHRONOMAG-BONESANG.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"CHRONOMAG-BONESANG-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:30:\"CHRONOMAG-BONESANG-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"CHRONOMAG-BONESANG-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-BONESANG-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:30:\"CHRONOMAG-BONESANG-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:31:\"CHRONOMAG-BONESANG-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:30:\"CHRONOMAG-BONESANG-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:30:\"CHRONOMAG-BONESANG-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:30:\"CHRONOMAG-BONESANG-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(2456,2448,'_edit_lock','1551018530:1'),(2457,2448,'slide_template','default'),(2458,3884,'_wpb_shortcodes_custom_css','.vc_custom_1501845868949{margin-bottom: 50px !important;}.vc_custom_1494571793243{margin-bottom: 40px !important;}.vc_custom_1494839775538{margin-bottom: 35px !important;}.vc_custom_1494571844520{margin-bottom: 30px !important;}.vc_custom_1494839851971{margin-bottom: 30px !important;}.vc_custom_1494580958445{margin-bottom: 0px !important;}.vc_custom_1494579821652{margin-bottom: 25px !important;}.vc_custom_1502167932387{margin-bottom: 25px !important;}.vc_custom_1502167944417{margin-bottom: 25px !important;}.vc_custom_1502167968391{margin-bottom: 25px !important;}.vc_custom_1501755148081{margin-bottom: 25px !important;}'),(2459,3885,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2460,3886,'_edit_last','1'),(2461,3886,'_edit_lock','1551019175:1'),(2462,3887,'_wp_attached_file','2019/02/pearl_pli_placeholder.png'),(2463,3887,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:33:\"2019/02/pearl_pli_placeholder.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"pearl_pli_placeholder-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:33:\"pearl_pli_placeholder-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"pearl_pli_placeholder-768x320.png\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"pearl_pli_placeholder-1024x427.png\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:33:\"pearl_pli_placeholder-335x170.png\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:34:\"pearl_pli_placeholder-1110x630.png\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:33:\"pearl_pli_placeholder-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:33:\"pearl_pli_placeholder-348x248.png\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:33:\"pearl_pli_placeholder-370x450.png\";s:5:\"width\";i:370;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:{}}}'),(2464,3888,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2465,3889,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2467,2296,'_edit_lock','1551021411:1'),(2498,3894,'_wpb_shortcodes_custom_css','.vc_custom_1551277407162{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552927618509{padding-top: 5% !important;}'),(2499,3894,'_edit_last','1'),(2500,3894,'_wpb_shortcodes_custom_css','.vc_custom_1551277407162{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552927618509{padding-top: 5% !important;}'),(2501,3894,'_edit_lock','1553519309:1'),(2502,3894,'slide_template','default'),(2503,3894,'_wpb_vc_js_status','true'),(2504,3894,'service_icon','stmicon-loupe_plus_13'),(2505,3894,'page_title_box',''),(2506,3894,'page_title_box_align','center'),(2507,3894,'page_title_box_title','Women'),(2508,3894,'page_title_box_title_size','h1'),(2509,3894,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(2510,3894,'page_title_box_bg_image','1716'),(2511,3894,'page_title_box_text_color','ffffff'),(2512,3894,'page_title_box_line_color','ffffff'),(2513,3894,'page_title_box_subtitle_color','ffffff'),(2514,3894,'page_title_button_text','Button'),(2515,3894,'page_title_button_url','#'),(2516,3894,'page_bc',''),(2517,3894,'_thumbnail_id','4072'),(2518,3894,'_wpb_shortcodes_custom_css','.vc_custom_1551277407162{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552927618509{padding-top: 5% !important;}'),(2519,3894,'stm_pre_content',''),(2520,3894,'stm_pre_footer',''),(2521,3894,'header_transparent','force'),(2522,3894,'_wp_old_slug','womens'),(2523,3895,'_wpb_shortcodes_custom_css','.vc_custom_1551017747141{border-radius: 2px !important;}'),(2524,3894,'_wp_old_slug','seniors'),(2692,3906,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2696,3909,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2700,3910,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2701,3911,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551023518837{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2704,3915,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024177307{margin-bottom: 40px !important;padding-top: -30px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2705,3916,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024213028{margin-top: -30px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2706,3917,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024240026{margin-top: -45px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505725616336{border-radius: 2px !important;}.vc_custom_1492665954956{margin-bottom: 16px !important;}.vc_custom_1501844764733{padding-bottom: 50px !important;}.vc_custom_1501844770167{padding-bottom: 50px !important;}.vc_custom_1501844775902{padding-bottom: 50px !important;}.vc_custom_1501844781358{padding-bottom: 50px !important;}.vc_custom_1501844785858{padding-bottom: 50px !important;}.vc_custom_1501844790842{padding-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2707,3918,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551024774797{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2708,3919,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1551024907710{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551024774797{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1505797915290{margin-bottom: 0px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2709,3920,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1551024907710{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1494658232558{margin-bottom: 27px !important;}.vc_custom_1505816851726{margin-bottom: -60px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551024774797{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}.vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}.vc_custom_1493616060839{margin-bottom: 6px !important;}.vc_custom_1505798572612{margin-top: 9px !important;}.vc_custom_1505724380801{margin-bottom: 45px !important;}'),(2710,3921,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1551024907710{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}.vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551024774797{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1505724348488{margin-bottom: 20px !important;}.vc_custom_1494655907129{margin-bottom: 47px !important;}.vc_custom_1494656609939{margin-bottom: 27px !important;}'),(2711,3922,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1551024907710{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551024774797{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}'),(2712,3923,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1551024907710{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551024774797{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2713,3924,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1551024907710{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551024774797{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2714,3925,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1551025466470{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551024774797{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2715,3926,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1551025521422{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551024774797{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2716,3927,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551024774797{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2717,3928,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551024774797{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551025930917{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2718,3929,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551026220790{margin-bottom: 40px !important;padding-top: 87px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/revslider/homeslider/man-1.jpg?id=3839) !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551024774797{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551025930917{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2719,3930,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551026337018{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551016155591{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551024774797{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551025930917{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2720,3931,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551026469684{padding-top: 118px !important;padding-bottom: 82px !important;background-color: #8224e3 !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551025930917{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2721,3932,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551026547594{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551025930917{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2722,3933,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551026608682{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551025930917{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2723,3934,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551026668937{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551025930917{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2724,3935,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551026776428{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551025930917{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2729,3938,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1505794887127{background-color: #fe004e !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551025930917{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2730,3939,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551025930917{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2731,3940,'_wp_attached_file','2019/02/home-banner-fj-life-sciences.jpg'),(2732,3940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2835;s:6:\"height\";i:1891;s:4:\"file\";s:40:\"2019/02/home-banner-fj-life-sciences.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"home-banner-fj-life-sciences-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:\"home-banner-fj-life-sciences-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"home-banner-fj-life-sciences-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"home-banner-fj-life-sciences-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:40:\"home-banner-fj-life-sciences-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:41:\"home-banner-fj-life-sciences-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:40:\"home-banner-fj-life-sciences-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:40:\"home-banner-fj-life-sciences-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:40:\"home-banner-fj-life-sciences-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(2733,3941,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551025930917{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2734,3942,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551025930917{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2735,3943,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551025930917{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2736,3944,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2738,3947,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2739,3948,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2740,3949,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2741,3950,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2742,3951,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2743,3952,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2744,3953,'_wp_attached_file','2019/02/home-banner-fj-life-sciences-2.jpg'),(2745,3953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2200;s:4:\"file\";s:42:\"2019/02/home-banner-fj-life-sciences-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"home-banner-fj-life-sciences-2-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:42:\"home-banner-fj-life-sciences-2-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"home-banner-fj-life-sciences-2-768x563.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"home-banner-fj-life-sciences-2-1024x751.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:751;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:42:\"home-banner-fj-life-sciences-2-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:43:\"home-banner-fj-life-sciences-2-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:42:\"home-banner-fj-life-sciences-2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:42:\"home-banner-fj-life-sciences-2-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:42:\"home-banner-fj-life-sciences-2-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(2769,3956,'_wpb_shortcodes_custom_css','.vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}.vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1551454660955{margin-top: 100px !important;}.vc_custom_1494841337773{margin-bottom: 23px !important;}.vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}.vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1551042532554{margin-bottom: 0px !important;}.vc_custom_1551042892503{margin-bottom: 36px !important;}'),(2770,3956,'_wpb_shortcodes_custom_css','.vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}.vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1551454660955{margin-top: 100px !important;}.vc_custom_1494841337773{margin-bottom: 23px !important;}.vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}.vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1551042532554{margin-bottom: 0px !important;}.vc_custom_1551042892503{margin-bottom: 36px !important;}'),(2772,3956,'_wpb_shortcodes_custom_css','.vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}.vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1551454660955{margin-top: 100px !important;}.vc_custom_1494841337773{margin-bottom: 23px !important;}.vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}.vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1551042532554{margin-bottom: 0px !important;}.vc_custom_1551042892503{margin-bottom: 36px !important;}'),(2774,3956,'_wpb_vc_js_status','true'),(2775,3956,'page_title_box',''),(2776,3956,'page_title_box_align','center'),(2777,3956,'page_title_box_title_size','h1'),(2778,3956,'page_title_box_bg_image','1990'),(2779,3956,'page_title_box_text_color','ffffff'),(2780,3956,'page_title_box_line_color','ffffff'),(2781,3956,'page_title_box_subtitle_color','ffffff'),(2782,3956,'page_title_button_text','Button'),(2783,3956,'page_title_button_url','#'),(2784,3956,'page_bc',''),(2785,3956,'stm_sidebar_position','left'),(2786,3956,'_wpb_shortcodes_custom_css','.vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}.vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1551454660955{margin-top: 100px !important;}.vc_custom_1494841337773{margin-bottom: 23px !important;}.vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}.vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1551042532554{margin-bottom: 0px !important;}.vc_custom_1551042892503{margin-bottom: 36px !important;}'),(2787,3956,'_wp_page_template','default'),(2788,3956,'slide_template','default'),(2789,3956,'_edit_lock','1578937371:1'),(2790,3956,'_edit_last','1'),(2791,3957,'_wpb_shortcodes_custom_css','.vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}.vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1493266864861{margin-top: -109px !important;margin-bottom: 100px !important;}.vc_custom_1493272247743{margin-bottom: 66px !important;}.vc_custom_1494841337773{margin-bottom: 23px !important;}.vc_custom_1494841354209{margin-top: 9px !important;}.vc_custom_1494669983201{margin-bottom: 37px !important;}.vc_custom_1494670272519{margin-bottom: 37px !important;}.vc_custom_1494670211434{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #3c98ff !important;}.vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210054916{padding-top: 5px !important;}.vc_custom_1493210006464{margin-bottom: 0px !important;}.vc_custom_1493210016939{margin-bottom: 0px !important;}.vc_custom_1494670373967{margin-bottom: 36px !important;}'),(2796,3959,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1551459395582{margin-top: 87px !important;}.vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551459540914{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551961193645{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2797,3959,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1551459395582{margin-top: 87px !important;}.vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551459540914{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551961193645{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2798,3959,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1551459395582{margin-top: 87px !important;}.vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551459540914{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551961193645{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2799,3959,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1551459395582{margin-top: 87px !important;}.vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551459540914{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551961193645{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2800,3959,'_wpb_vc_js_status','true'),(2801,3959,'page_title_box_align','center'),(2802,3959,'page_title_box_title_size','h1'),(2803,3959,'page_title_box_bg_color','f00'),(2804,3959,'page_title_box_text_color','f00'),(2805,3959,'page_title_box_line_color','f00'),(2806,3959,'page_title_box_subtitle_color','f00'),(2807,3959,'stm_sidebar_position','left'),(2808,3959,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1551459395582{margin-top: 87px !important;}.vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551459540914{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551961193645{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2809,3959,'page_title_box',''),(2810,3959,'_wp_page_template','default'),(2811,3959,'slide_template','default'),(2812,3959,'_edit_lock','1552303326:1'),(2813,3959,'_edit_last','1'),(2814,3960,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2815,3961,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1552930475548{margin-top: 40px !important;}.vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}.vc_custom_1552930628092{margin-top: 40px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(2816,3961,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1552930475548{margin-top: 40px !important;}.vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}.vc_custom_1552930628092{margin-top: 40px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(2817,3961,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1552930475548{margin-top: 40px !important;}.vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}.vc_custom_1552930628092{margin-top: 40px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(2818,3961,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1552930475548{margin-top: 40px !important;}.vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}.vc_custom_1552930628092{margin-top: 40px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(2819,3961,'_wpb_vc_js_status','true'),(2820,3961,'page_title_box_align','center'),(2821,3961,'page_title_box_title_size','h1'),(2822,3961,'page_title_box_bg_color','f00'),(2823,3961,'page_title_box_text_color','f00'),(2824,3961,'page_title_box_line_color','f00'),(2825,3961,'page_title_box_subtitle_color','f00'),(2826,3961,'stm_sidebar_position','left'),(2827,3961,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1552930475548{margin-top: 40px !important;}.vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}.vc_custom_1552930628092{margin-top: 40px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(2828,3961,'page_title_box',''),(2829,3961,'_wp_page_template','default'),(2830,3961,'slide_template','default'),(2831,3961,'_edit_lock','1552931272:1'),(2832,3961,'_edit_last','1'),(2833,3962,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2834,3963,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551453529127{padding-top: 87px !important;}.vc_custom_1551278413807{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}'),(2835,3963,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551453529127{padding-top: 87px !important;}.vc_custom_1551278413807{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}'),(2836,3963,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551453529127{padding-top: 87px !important;}.vc_custom_1551278413807{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}'),(2837,3963,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551453529127{padding-top: 87px !important;}.vc_custom_1551278413807{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}'),(2838,3963,'_wpb_vc_js_status','true'),(2839,3963,'page_title_box_align','center'),(2840,3963,'page_title_box_title_size','h1'),(2841,3963,'page_title_box_bg_color','f00'),(2842,3963,'page_title_box_text_color','f00'),(2843,3963,'page_title_box_line_color','f00'),(2844,3963,'page_title_box_subtitle_color','f00'),(2845,3963,'stm_sidebar_position','left'),(2846,3963,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551453529127{padding-top: 87px !important;}.vc_custom_1551278413807{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}'),(2847,3963,'page_title_box',''),(2848,3963,'_wp_page_template','default'),(2849,3963,'slide_template','default'),(2850,3963,'_edit_lock','1551622090:1'),(2851,3963,'_edit_last','1'),(2852,3964,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2853,3965,'_menu_item_type','post_type'),(2854,3965,'_menu_item_menu_item_parent','0'),(2855,3965,'_menu_item_object_id','3963'),(2856,3965,'_menu_item_object','page'),(2857,3965,'_menu_item_target',''),(2858,3965,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2859,3965,'_menu_item_xfn',''),(2860,3965,'_menu_item_url',''),(2862,3966,'_menu_item_type','post_type'),(2863,3966,'_menu_item_menu_item_parent','0'),(2864,3966,'_menu_item_object_id','3961'),(2865,3966,'_menu_item_object','page'),(2866,3966,'_menu_item_target',''),(2867,3966,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2868,3966,'_menu_item_xfn',''),(2869,3966,'_menu_item_url',''),(2871,3967,'_menu_item_type','post_type'),(2872,3967,'_menu_item_menu_item_parent','0'),(2873,3967,'_menu_item_object_id','3959'),(2874,3967,'_menu_item_object','page'),(2875,3967,'_menu_item_target',''),(2876,3967,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2877,3967,'_menu_item_xfn',''),(2878,3967,'_menu_item_url',''),(2880,3968,'_menu_item_type','post_type'),(2881,3968,'_menu_item_menu_item_parent','0'),(2882,3968,'_menu_item_object_id','3956'),(2883,3968,'_menu_item_object','page'),(2884,3968,'_menu_item_target',''),(2885,3968,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2886,3968,'_menu_item_xfn',''),(2887,3968,'_menu_item_url',''),(2889,3969,'_menu_item_type','post_type'),(2890,3969,'_menu_item_menu_item_parent','0'),(2891,3969,'_menu_item_object_id','3854'),(2892,3969,'_menu_item_object','page'),(2893,3969,'_menu_item_target',''),(2894,3969,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2895,3969,'_menu_item_xfn',''),(2896,3969,'_menu_item_url',''),(2897,3969,'_menu_item_orphaned','1551032925'),(2898,3967,'_menu_item_stm_mega','disabled'),(2899,3967,'_menu_item_stm_mega_cols','default'),(2900,3967,'_menu_item_stm_mega_col_width','default'),(2901,3967,'_menu_item_stm_mega_cols_inside','default'),(2902,3967,'_menu_item_stm_mega_second_col_width','default'),(2903,3967,'_menu_item_stm_menu_icon',''),(2904,3967,'_menu_item_stm_menu_image',''),(2905,3967,'_menu_item_stm_mega_textarea',''),(2906,3967,'_menu_item_stm_menu_bg',''),(2907,3966,'_menu_item_stm_mega','disabled'),(2908,3966,'_menu_item_stm_mega_cols','default'),(2909,3966,'_menu_item_stm_mega_col_width','default'),(2910,3966,'_menu_item_stm_mega_cols_inside','default'),(2911,3966,'_menu_item_stm_mega_second_col_width','default'),(2912,3966,'_menu_item_stm_menu_icon',''),(2913,3966,'_menu_item_stm_menu_image',''),(2914,3966,'_menu_item_stm_mega_textarea',''),(2915,3966,'_menu_item_stm_menu_bg',''),(2916,3965,'_menu_item_stm_mega','disabled'),(2917,3965,'_menu_item_stm_mega_cols','default'),(2918,3965,'_menu_item_stm_mega_col_width','default'),(2919,3965,'_menu_item_stm_mega_cols_inside','default'),(2920,3965,'_menu_item_stm_mega_second_col_width','default'),(2921,3965,'_menu_item_stm_menu_icon',''),(2922,3965,'_menu_item_stm_menu_image',''),(2923,3965,'_menu_item_stm_mega_textarea',''),(2924,3965,'_menu_item_stm_menu_bg',''),(2925,3968,'_menu_item_stm_mega','disabled'),(2926,3968,'_menu_item_stm_mega_cols','default'),(2927,3968,'_menu_item_stm_mega_col_width','default'),(2928,3968,'_menu_item_stm_mega_cols_inside','default'),(2929,3968,'_menu_item_stm_mega_second_col_width','default'),(2930,3968,'_menu_item_stm_menu_icon',''),(2931,3968,'_menu_item_stm_menu_image',''),(2932,3968,'_menu_item_stm_mega_textarea',''),(2933,3968,'_menu_item_stm_menu_bg',''),(2934,3970,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2935,3971,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2936,3972,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2937,3973,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2939,3975,'_wpb_shortcodes_custom_css','.vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}.vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1493266864861{margin-top: -109px !important;margin-bottom: 100px !important;}.vc_custom_1493272247743{margin-bottom: 66px !important;}.vc_custom_1494841337773{margin-bottom: 23px !important;}.vc_custom_1494669983201{margin-bottom: 37px !important;}.vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}.vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1551042532554{margin-bottom: 0px !important;}.vc_custom_1551042892503{margin-bottom: 36px !important;}'),(2940,3976,'_wpb_shortcodes_custom_css','.vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}.vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1493266864861{margin-top: -109px !important;margin-bottom: 100px !important;}.vc_custom_1493272247743{margin-bottom: 66px !important;}.vc_custom_1494841337773{margin-bottom: 23px !important;}.vc_custom_1494669983201{margin-bottom: 37px !important;}.vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}.vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1551042532554{margin-bottom: 0px !important;}.vc_custom_1551042892503{margin-bottom: 36px !important;}'),(2941,3977,'_wpb_shortcodes_custom_css','.vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}.vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1493266864861{margin-top: -109px !important;margin-bottom: 100px !important;}.vc_custom_1493272247743{margin-bottom: 66px !important;}.vc_custom_1494841337773{margin-bottom: 23px !important;}.vc_custom_1494669983201{margin-bottom: 37px !important;}.vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}.vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1551042532554{margin-bottom: 0px !important;}.vc_custom_1551042892503{margin-bottom: 36px !important;}'),(2942,3978,'_wpb_shortcodes_custom_css','.vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}.vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1493272247743{margin-bottom: 66px !important;}.vc_custom_1494841337773{margin-bottom: 23px !important;}.vc_custom_1494669983201{margin-bottom: 37px !important;}.vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}.vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1551042532554{margin-bottom: 0px !important;}.vc_custom_1551042892503{margin-bottom: 36px !important;}'),(2943,3979,'_wpb_shortcodes_custom_css','.vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}.vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1493272247743{margin-bottom: 66px !important;}.vc_custom_1494841337773{margin-bottom: 23px !important;}.vc_custom_1494669983201{margin-bottom: 37px !important;}.vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}.vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1551042532554{margin-bottom: 0px !important;}.vc_custom_1551042892503{margin-bottom: 36px !important;}'),(2944,3980,'_wpb_shortcodes_custom_css','.vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}.vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1493272247743{margin-bottom: 66px !important;}.vc_custom_1494841337773{margin-bottom: 23px !important;}.vc_custom_1494669983201{margin-bottom: 37px !important;}.vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}.vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1551042532554{margin-bottom: 0px !important;}.vc_custom_1551042892503{margin-bottom: 36px !important;}'),(2945,3981,'_form','
\n
[text* your-name placeholder \"Name*\"]
\n
[text* your-company placeholder \"Company*\"]
\n
\n
\n
[text* your-position placeholder \"Position*\"]
\n
[text* your-phone placeholder \"Phone*\"]
\n
\n\n
\n
[email* your-email placeholder \"Email*\"]
\n
[textarea your-message placeholder \"Your Message*\"]
\n
\n
\n[submit class:btn class:btn_lg class:btn_primary class:btn_solid class:btn_lg \"Send Inquiry\"]\n
'),(2946,3981,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:37:\"Contact form website FJ Life Sciences\";s:6:\"sender\";s:27:\"contact@fj-lifesciences.com\";s:9:\"recipient\";s:35:\"fabienne.joanny@fj-lifesciences.com\";s:4:\"body\";s:205:\"Nom du contact : [your-name]\nNom de la société : [your-company]\nRôle du contact : [your-position]\nAdresse email du contact : [your-email]\nTéléphone du contact : [your-phone]\n\n\nMessage : [your-message]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2947,3981,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2948,3981,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(2949,3981,'_additional_settings',''),(2950,3981,'_locale','en_US'),(2953,1985,'_edit_lock','1551454030:1'),(2954,3982,'_wpb_shortcodes_custom_css','.vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}.vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1493272247743{margin-bottom: 66px !important;}.vc_custom_1494841337773{margin-bottom: 23px !important;}.vc_custom_1494669983201{margin-bottom: 37px !important;}.vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}.vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1551042532554{margin-bottom: 0px !important;}.vc_custom_1551042892503{margin-bottom: 36px !important;}'),(2955,3984,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2956,3985,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2957,3986,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551259757199{margin-bottom: 40px !important;padding-top: 40px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2958,3987,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551259757199{margin-bottom: 40px !important;padding-top: 40px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2959,3988,'_wp_attached_file','2019/02/Article-scientifique.png'),(2960,3988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:854;s:6:\"height\";i:588;s:4:\"file\";s:32:\"2019/02/Article-scientifique.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Article-scientifique-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:32:\"Article-scientifique-300x207.png\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Article-scientifique-768x529.png\";s:5:\"width\";i:768;s:6:\"height\";i:529;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:32:\"Article-scientifique-335x170.png\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:32:\"Article-scientifique-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:32:\"Article-scientifique-348x248.png\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:32:\"Article-scientifique-370x450.png\";s:5:\"width\";i:370;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:{}}}'),(2961,3989,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2964,3992,'_wp_attached_file','2019/02/molÇcule-et-microscope-bleu-et-vert.jpg'),(2965,3992,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1772;s:6:\"height\";i:1329;s:4:\"file\";s:48:\"2019/02/molÇcule-et-microscope-bleu-et-vert.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"molÇcule-et-microscope-bleu-et-vert-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:48:\"molÇcule-et-microscope-bleu-et-vert-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"molÇcule-et-microscope-bleu-et-vert-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"molÇcule-et-microscope-bleu-et-vert-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:48:\"molÇcule-et-microscope-bleu-et-vert-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:49:\"molÇcule-et-microscope-bleu-et-vert-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:48:\"molÇcule-et-microscope-bleu-et-vert-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:48:\"molÇcule-et-microscope-bleu-et-vert-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:48:\"molÇcule-et-microscope-bleu-et-vert-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(2966,3991,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1551459395582{margin-top: 87px !important;}.vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551459540914{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551459197992{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2967,3993,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2968,3994,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2969,3995,'_wp_attached_file','2019/02/Le_magnesium_aujourd_hui_et_demain-751x1024.jpg'),(2970,3995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:751;s:6:\"height\";i:1024;s:4:\"file\";s:55:\"2019/02/Le_magnesium_aujourd_hui_et_demain-751x1024.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Le_magnesium_aujourd_hui_et_demain-751x1024-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:55:\"Le_magnesium_aujourd_hui_et_demain-751x1024-220x300.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Le_magnesium_aujourd_hui_et_demain-751x1024-751x1024.jpg\";s:5:\"width\";i:751;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:55:\"Le_magnesium_aujourd_hui_et_demain-751x1024-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:55:\"Le_magnesium_aujourd_hui_et_demain-751x1024-751x630.jpg\";s:5:\"width\";i:751;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:55:\"Le_magnesium_aujourd_hui_et_demain-751x1024-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:55:\"Le_magnesium_aujourd_hui_et_demain-751x1024-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:55:\"Le_magnesium_aujourd_hui_et_demain-751x1024-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(2971,3996,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2972,3997,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2973,3998,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2974,3999,'_wp_attached_file','2019/02/Fabienne-Joanny.jpg'),(2975,3999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:434;s:6:\"height\";i:641;s:4:\"file\";s:27:\"2019/02/Fabienne-Joanny.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Fabienne-Joanny-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:27:\"Fabienne-Joanny-203x300.jpg\";s:5:\"width\";i:203;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:27:\"Fabienne-Joanny-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:27:\"Fabienne-Joanny-434x630.jpg\";s:5:\"width\";i:434;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:27:\"Fabienne-Joanny-434x450.jpg\";s:5:\"width\";i:434;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:27:\"Fabienne-Joanny-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:27:\"Fabienne-Joanny-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(2976,4000,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2977,4001,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2978,4003,'_wp_attached_file','2019/02/chronomag-technology_active-ingredients-complex_blister.png'),(2979,4003,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:208;s:6:\"height\";i:300;s:4:\"file\";s:67:\"2019/02/chronomag-technology_active-ingredients-complex_blister.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:67:\"chronomag-technology_active-ingredients-complex_blister-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:67:\"chronomag-technology_active-ingredients-complex_blister-208x300.png\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:67:\"chronomag-technology_active-ingredients-complex_blister-208x170.png\";s:5:\"width\";i:208;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:67:\"chronomag-technology_active-ingredients-complex_blister-208x248.png\";s:5:\"width\";i:208;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2980,4004,'_wp_attached_file','2019/02/chronomag-techonology_blister.png'),(2981,4004,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:173;s:6:\"height\";i:300;s:4:\"file\";s:41:\"2019/02/chronomag-techonology_blister.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"chronomag-techonology_blister-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:41:\"chronomag-techonology_blister-173x300.png\";s:5:\"width\";i:173;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:41:\"chronomag-techonology_blister-173x170.png\";s:5:\"width\";i:173;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:41:\"chronomag-techonology_blister-173x248.png\";s:5:\"width\";i:173;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2982,4002,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1552930475548{margin-top: 40px !important;}.vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(2983,4005,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2984,4006,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2985,4007,'_wp_attached_file','2019/02/magnettopia-COMPRIME.png'),(2986,4007,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:119;s:6:\"height\";i:139;s:4:\"file\";s:32:\"2019/02/magnettopia-COMPRIME.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:{}}}'),(2987,4008,'_wp_attached_file','2019/02/magnettopia-GOUTTE.png'),(2988,4008,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:85;s:6:\"height\";i:139;s:4:\"file\";s:30:\"2019/02/magnettopia-GOUTTE.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:{}}}'),(2989,4009,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551267242704{margin-bottom: 40px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551028622928{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(2990,4010,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551267242704{margin-bottom: 40px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(2991,4011,'_wpb_shortcodes_custom_css','.vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}.vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1493272247743{margin-bottom: 66px !important;}.vc_custom_1494841337773{margin-bottom: 23px !important;}.vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}.vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1551042532554{margin-bottom: 0px !important;}.vc_custom_1551042892503{margin-bottom: 36px !important;}'),(2992,4012,'_wpb_shortcodes_custom_css','.vc_custom_1551277407162{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552927618509{padding-top: 5% !important;}'),(2993,4013,'_wp_attached_file','2019/02/iStock-915741300.jpg'),(2994,4013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3864;s:6:\"height\";i:2576;s:4:\"file\";s:28:\"2019/02/iStock-915741300.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"iStock-915741300-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:28:\"iStock-915741300-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"iStock-915741300-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"iStock-915741300-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:28:\"iStock-915741300-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:29:\"iStock-915741300-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:28:\"iStock-915741300-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:28:\"iStock-915741300-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:28:\"iStock-915741300-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:6:\"ILCE-9\";s:7:\"caption\";s:37:\"Group of people on a business meeting\";s:17:\"created_timestamp\";s:10:\"1515940609\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:34:\"Female manager discussing business\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2995,4014,'_wpb_shortcodes_custom_css','.vc_custom_1551017747141{border-radius: 2px !important;}'),(2996,4015,'_wpb_shortcodes_custom_css','.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(2997,4016,'_wpb_shortcodes_custom_css','.vc_custom_1551277370273{padding-top: 200px !important;}.vc_custom_1552931176117{padding-top: 40px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931286619{padding-top: 5% !important;}'),(2998,4016,'_wpb_shortcodes_custom_css','.vc_custom_1551277370273{padding-top: 200px !important;}.vc_custom_1552931176117{padding-top: 40px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931286619{padding-top: 5% !important;}'),(2999,4016,'_edit_last','1'),(3000,4016,'_wpb_shortcodes_custom_css','.vc_custom_1551277370273{padding-top: 200px !important;}.vc_custom_1552931176117{padding-top: 40px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931286619{padding-top: 5% !important;}'),(3001,4016,'_edit_lock','1553519933:1'),(3002,4016,'slide_template','default'),(3003,4016,'_wpb_vc_js_status','true'),(3004,4016,'service_icon','stmicon-loupe_plus_13'),(3005,4016,'page_title_box',''),(3006,4016,'page_title_box_align','center'),(3007,4016,'page_title_box_title','Women'),(3008,4016,'page_title_box_title_size','h1'),(3009,4016,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(3010,4016,'page_title_box_bg_image','1716'),(3011,4016,'page_title_box_text_color','ffffff'),(3012,4016,'page_title_box_line_color','ffffff'),(3013,4016,'page_title_box_subtitle_color','ffffff'),(3014,4016,'page_title_button_text','Button'),(3015,4016,'page_title_button_url','#'),(3016,4016,'page_bc',''),(3017,4016,'_thumbnail_id','4017'),(3018,4016,'_wpb_shortcodes_custom_css','.vc_custom_1551277370273{padding-top: 200px !important;}.vc_custom_1552931176117{padding-top: 40px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931286619{padding-top: 5% !important;}'),(3019,4016,'stm_pre_content',''),(3020,4016,'stm_pre_footer',''),(3021,4016,'header_transparent','force'),(3022,4016,'_wp_old_slug','womens'),(3023,4016,'_wp_old_slug','seniors'),(3027,4017,'_wp_attached_file','2019/02/chronomag_family_dog.jpg'),(3028,4017,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1680;s:6:\"height\";i:1050;s:4:\"file\";s:32:\"2019/02/chronomag_family_dog.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"chronomag_family_dog-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:32:\"chronomag_family_dog-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"chronomag_family_dog-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"chronomag_family_dog-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:32:\"chronomag_family_dog-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:33:\"chronomag_family_dog-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:32:\"chronomag_family_dog-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:32:\"chronomag_family_dog-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:32:\"chronomag_family_dog-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3029,4018,'_wpb_shortcodes_custom_css','.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3034,4020,'_wpb_shortcodes_custom_css','.vc_custom_1551277314011{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931762765{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931688097{padding-top: 5% !important;}'),(3035,4020,'_wpb_shortcodes_custom_css','.vc_custom_1551277314011{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931762765{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931688097{padding-top: 5% !important;}'),(3036,4020,'_edit_last','1'),(3037,4020,'_wpb_shortcodes_custom_css','.vc_custom_1551277314011{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931762765{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931688097{padding-top: 5% !important;}'),(3038,4020,'_edit_lock','1553519563:1'),(3039,4020,'slide_template','default'),(3040,4020,'_wpb_vc_js_status','true'),(3041,4020,'service_icon','stmicon-loupe_plus_13'),(3042,4020,'page_title_box',''),(3043,4020,'page_title_box_align','center'),(3044,4020,'page_title_box_title','Women'),(3045,4020,'page_title_box_title_size','h1'),(3046,4020,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(3047,4020,'page_title_box_bg_image','1716'),(3048,4020,'page_title_box_text_color','ffffff'),(3049,4020,'page_title_box_line_color','ffffff'),(3050,4020,'page_title_box_subtitle_color','ffffff'),(3051,4020,'page_title_button_text','Button'),(3052,4020,'page_title_button_url','#'),(3053,4020,'page_bc',''),(3055,4020,'_wpb_shortcodes_custom_css','.vc_custom_1551277314011{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931762765{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931688097{padding-top: 5% !important;}'),(3056,4020,'stm_pre_content',''),(3057,4020,'stm_pre_footer',''),(3058,4020,'header_transparent','force'),(3059,4020,'_wp_old_slug','womens'),(3060,4020,'_wp_old_slug','seniors'),(3061,4021,'_wp_attached_file','2019/02/Couple-Seeniors.jpg'),(3062,4021,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1772;s:6:\"height\";i:1292;s:4:\"file\";s:27:\"2019/02/Couple-Seeniors.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Couple-Seeniors-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:27:\"Couple-Seeniors-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Couple-Seeniors-768x560.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Couple-Seeniors-1024x747.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:747;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:27:\"Couple-Seeniors-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:28:\"Couple-Seeniors-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:27:\"Couple-Seeniors-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:27:\"Couple-Seeniors-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:27:\"Couple-Seeniors-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3063,4022,'_wpb_shortcodes_custom_css','.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3067,4023,'_wpb_shortcodes_custom_css','.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3068,4024,'_wpb_shortcodes_custom_css','.vc_custom_1551277285434{padding-top: 200px !important;}.vc_custom_1552981356614{padding-top: 40px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552981159772{padding-top: 5% !important;}'),(3069,4024,'_wpb_shortcodes_custom_css','.vc_custom_1551277285434{padding-top: 200px !important;}.vc_custom_1552981356614{padding-top: 40px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552981159772{padding-top: 5% !important;}'),(3070,4024,'_edit_last','1'),(3071,4024,'_wpb_shortcodes_custom_css','.vc_custom_1551277285434{padding-top: 200px !important;}.vc_custom_1552981356614{padding-top: 40px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552981159772{padding-top: 5% !important;}'),(3072,4024,'_edit_lock','1553519705:1'),(3073,4024,'slide_template','default'),(3074,4024,'_wpb_vc_js_status','true'),(3075,4024,'service_icon','stmicon-loupe_plus_13'),(3076,4024,'page_title_box',''),(3077,4024,'page_title_box_align','center'),(3078,4024,'page_title_box_title','Women'),(3079,4024,'page_title_box_title_size','h1'),(3080,4024,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(3081,4024,'page_title_box_bg_image','1716'),(3082,4024,'page_title_box_text_color','ffffff'),(3083,4024,'page_title_box_line_color','ffffff'),(3084,4024,'page_title_box_subtitle_color','ffffff'),(3085,4024,'page_title_button_text','Button'),(3086,4024,'page_title_button_url','#'),(3087,4024,'page_bc',''),(3089,4024,'_wpb_shortcodes_custom_css','.vc_custom_1551277285434{padding-top: 200px !important;}.vc_custom_1552981356614{padding-top: 40px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552981159772{padding-top: 5% !important;}'),(3090,4024,'stm_pre_content',''),(3091,4024,'stm_pre_footer',''),(3092,4024,'header_transparent','force'),(3093,4024,'_wp_old_slug','womens'),(3094,4024,'_wp_old_slug','seniors'),(3095,4025,'_wp_attached_file','2019/02/Sport_2.jpg'),(3096,4025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:680;s:4:\"file\";s:19:\"2019/02/Sport_2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Sport_2-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:19:\"Sport_2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Sport_2-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Sport_2-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:19:\"Sport_2-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:20:\"Sport_2-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:19:\"Sport_2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:19:\"Sport_2-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:19:\"Sport_2-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3097,4026,'_wpb_shortcodes_custom_css','.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3098,4027,'_wpb_shortcodes_custom_css','.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3099,4024,'_wp_old_slug','women'),(3100,4028,'_wpb_shortcodes_custom_css','.vc_custom_1551277314011{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931762765{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931688097{padding-top: 5% !important;}'),(3101,4029,'_wpb_shortcodes_custom_css','.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3102,4030,'_wpb_shortcodes_custom_css','.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3103,4031,'_wpb_shortcodes_custom_css','.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3104,4032,'_wpb_shortcodes_custom_css','.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3105,4033,'_wpb_shortcodes_custom_css','.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3106,4034,'_wp_attached_file','2019/02/iStock-911607890.jpg'),(3107,4034,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3864;s:6:\"height\";i:2576;s:4:\"file\";s:28:\"2019/02/iStock-911607890.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"iStock-911607890-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:28:\"iStock-911607890-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"iStock-911607890-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"iStock-911607890-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:28:\"iStock-911607890-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:29:\"iStock-911607890-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:28:\"iStock-911607890-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:28:\"iStock-911607890-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:28:\"iStock-911607890-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:26:\"Modern Office Architecture\";s:17:\"created_timestamp\";s:10:\"1506584752\";s:9:\"copyright\";s:56:\"EASYTURN@QQ.COM (EASYTURN@QQ.COM (Photographer) - [None]\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:35:\"Business office building in London,\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3108,4035,'_wp_attached_file','2019/02/iStock-916075448.jpg'),(3109,4035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3864;s:6:\"height\";i:2576;s:4:\"file\";s:28:\"2019/02/iStock-916075448.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"iStock-916075448-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:28:\"iStock-916075448-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"iStock-916075448-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"iStock-916075448-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:28:\"iStock-916075448-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:29:\"iStock-916075448-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:28:\"iStock-916075448-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:28:\"iStock-916075448-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:28:\"iStock-916075448-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:12:\"Getty Images\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:78:\"Scientist Working in The Laboratory ++Screenshot is custom made for shooting++\";s:17:\"created_timestamp\";s:10:\"1467903937\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:55:\"Scientists discussing in the laboratory, using computer\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3110,4036,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3111,4020,'_thumbnail_id','4021'),(3115,4037,'_wpb_shortcodes_custom_css','.vc_custom_1551277259806{padding-top: 200px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3116,4037,'_wpb_shortcodes_custom_css','.vc_custom_1551277259806{padding-top: 200px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3117,4037,'_edit_last','1'),(3118,4037,'_wpb_shortcodes_custom_css','.vc_custom_1551277259806{padding-top: 200px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3119,4037,'_edit_lock','1551623515:1'),(3120,4037,'slide_template','default'),(3121,4037,'_wpb_vc_js_status','true'),(3122,4037,'service_icon','stmicon-loupe_plus_13'),(3123,4037,'page_title_box',''),(3124,4037,'page_title_box_align','center'),(3125,4037,'page_title_box_title','Women'),(3126,4037,'page_title_box_title_size','h1'),(3127,4037,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(3128,4037,'page_title_box_bg_image','1716'),(3129,4037,'page_title_box_text_color','ffffff'),(3130,4037,'page_title_box_line_color','ffffff'),(3131,4037,'page_title_box_subtitle_color','ffffff'),(3132,4037,'page_title_button_text','Button'),(3133,4037,'page_title_button_url','#'),(3134,4037,'page_bc',''),(3135,4037,'_thumbnail_id','4038'),(3136,4037,'_wpb_shortcodes_custom_css','.vc_custom_1551277259806{padding-top: 200px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3137,4037,'stm_pre_content',''),(3138,4037,'stm_pre_footer',''),(3139,4037,'header_transparent','force'),(3140,4037,'_wp_old_slug','womens'),(3141,4037,'_wp_old_slug','seniors'),(3142,4038,'_wp_attached_file','2019/02/chronomag_medecin_ordonnance.jpg'),(3143,4038,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1680;s:6:\"height\";i:1050;s:4:\"file\";s:40:\"2019/02/chronomag_medecin_ordonnance.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"chronomag_medecin_ordonnance-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:\"chronomag_medecin_ordonnance-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"chronomag_medecin_ordonnance-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"chronomag_medecin_ordonnance-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:40:\"chronomag_medecin_ordonnance-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:41:\"chronomag_medecin_ordonnance-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:40:\"chronomag_medecin_ordonnance-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:40:\"chronomag_medecin_ordonnance-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:40:\"chronomag_medecin_ordonnance-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3144,4039,'_wp_attached_file','2019/02/iStock-809831576.jpg'),(3145,4039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4036;s:6:\"height\";i:2467;s:4:\"file\";s:28:\"2019/02/iStock-809831576.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"iStock-809831576-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:28:\"iStock-809831576-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"iStock-809831576-768x469.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"iStock-809831576-1024x626.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:626;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:28:\"iStock-809831576-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:29:\"iStock-809831576-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:28:\"iStock-809831576-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:28:\"iStock-809831576-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:28:\"iStock-809831576-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.6\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:103:\"Shot of an attractive young woman applying moisturizer to her face while looking in the bathroom mirror\";s:17:\"created_timestamp\";s:10:\"1403069575\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:38:\"Patting on some obligatory moisturizer\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3146,4040,'_wpb_shortcodes_custom_css','.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3147,4041,'_wpb_shortcodes_custom_css','.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3151,4042,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1552991381799{padding-top: 40px !important;}.vc_custom_1552991417457{padding-top: 40px !important;}.vc_custom_1552991408247{padding-top: 40px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552991297278{padding-top: 15% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552991556935{padding-top: 15% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3152,4042,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1552991381799{padding-top: 40px !important;}.vc_custom_1552991417457{padding-top: 40px !important;}.vc_custom_1552991408247{padding-top: 40px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552991297278{padding-top: 15% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552991556935{padding-top: 15% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3153,4042,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1552991381799{padding-top: 40px !important;}.vc_custom_1552991417457{padding-top: 40px !important;}.vc_custom_1552991408247{padding-top: 40px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552991297278{padding-top: 15% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552991556935{padding-top: 15% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3154,4042,'_edit_last','1'),(3155,4042,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1552991381799{padding-top: 40px !important;}.vc_custom_1552991417457{padding-top: 40px !important;}.vc_custom_1552991408247{padding-top: 40px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552991297278{padding-top: 15% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552991556935{padding-top: 15% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3156,4042,'_edit_lock','1552991598:1'),(3157,4042,'slide_template','default'),(3158,4042,'_wpb_vc_js_status','true'),(3159,4042,'service_icon','stmicon-loupe_plus_13'),(3160,4042,'page_title_box',''),(3161,4042,'page_title_box_align','center'),(3162,4042,'page_title_box_title','Women'),(3163,4042,'page_title_box_title_size','h1'),(3164,4042,'page_title_box_bg_color','rgba(0, 0, 0, 0.65)'),(3165,4042,'page_title_box_bg_image','1716'),(3166,4042,'page_title_box_text_color','ffffff'),(3167,4042,'page_title_box_line_color','ffffff'),(3168,4042,'page_title_box_subtitle_color','ffffff'),(3169,4042,'page_title_button_text','Button'),(3170,4042,'page_title_button_url','#'),(3171,4042,'page_bc',''),(3172,4042,'_thumbnail_id','4074'),(3173,4042,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1552991381799{padding-top: 40px !important;}.vc_custom_1552991417457{padding-top: 40px !important;}.vc_custom_1552991408247{padding-top: 40px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552991297278{padding-top: 15% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552991556935{padding-top: 15% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3174,4042,'stm_pre_content',''),(3175,4042,'stm_pre_footer',''),(3176,4042,'header_transparent','force'),(3177,4042,'_wp_old_slug','womens'),(3178,4042,'_wp_old_slug','seniors'),(3179,4043,'_wp_attached_file','2019/02/logo-matgnettopia-copyright-411.png'),(3180,4043,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:411;s:6:\"height\";i:178;s:4:\"file\";s:43:\"2019/02/logo-matgnettopia-copyright-411.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"logo-matgnettopia-copyright-411-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:43:\"logo-matgnettopia-copyright-411-300x130.png\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:43:\"logo-matgnettopia-copyright-411-335x170.png\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:43:\"logo-matgnettopia-copyright-411-348x178.png\";s:5:\"width\";i:348;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:43:\"logo-matgnettopia-copyright-411-370x178.png\";s:5:\"width\";i:370;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3181,4044,'_wpb_shortcodes_custom_css','.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3182,4045,'_wpb_shortcodes_custom_css','.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3183,4046,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1552991381799{padding-top: 40px !important;}.vc_custom_1552991417457{padding-top: 40px !important;}.vc_custom_1552991408247{padding-top: 40px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552991297278{padding-top: 15% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552991522562{padding-top: 10% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3184,4047,'_wpb_shortcodes_custom_css','.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3185,4048,'_wpb_shortcodes_custom_css','.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1551275729880{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551275784521{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3186,4024,'_thumbnail_id','4025'),(3187,4049,'_wp_attached_file','2019/02/iStock-916346734.jpg'),(3188,4049,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4174;s:6:\"height\";i:2385;s:4:\"file\";s:28:\"2019/02/iStock-916346734.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"iStock-916346734-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:28:\"iStock-916346734-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"iStock-916346734-768x439.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"iStock-916346734-1024x585.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:28:\"iStock-916346734-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:29:\"iStock-916346734-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:28:\"iStock-916346734-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:28:\"iStock-916346734-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:28:\"iStock-916346734-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:28:\"Network of business concept.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:28:\"Network of business concept.\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3189,4050,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3190,4051,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551267242704{margin-bottom: 40px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(3194,4053,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1551275729880{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551275784521{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3195,4054,'_wpb_shortcodes_custom_css','.vc_custom_1551277259806{padding-top: 200px !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3196,4055,'_wpb_shortcodes_custom_css','.vc_custom_1551277285434{padding-top: 200px !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3197,4056,'_wpb_shortcodes_custom_css','.vc_custom_1551277314011{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3198,4057,'_wpb_shortcodes_custom_css','.vc_custom_1551277370273{padding-top: 200px !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3199,4058,'_wpb_shortcodes_custom_css','.vc_custom_1551277407162{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3200,4059,'_wp_attached_file','2019/02/magnettopia-facteur-agression-interne.jpg'),(3201,4059,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:49:\"2019/02/magnettopia-facteur-agression-interne.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"magnettopia-facteur-agression-interne-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:49:\"magnettopia-facteur-agression-interne-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:49:\"magnettopia-facteur-agression-interne-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:49:\"magnettopia-facteur-agression-interne-450x400.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:49:\"magnettopia-facteur-agression-interne-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:49:\"magnettopia-facteur-agression-interne-370x400.jpg\";s:5:\"width\";i:370;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:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3202,4060,'_wp_attached_file','2019/02/iStock-904643096.jpg'),(3203,4060,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3864;s:6:\"height\";i:2576;s:4:\"file\";s:28:\"2019/02/iStock-904643096.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"iStock-904643096-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:28:\"iStock-904643096-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"iStock-904643096-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"iStock-904643096-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:28:\"iStock-904643096-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:29:\"iStock-904643096-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:28:\"iStock-904643096-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:28:\"iStock-904643096-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:28:\"iStock-904643096-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:81:\"Cosmetologist is a professional with a patient in the office of a medical clinic.\";s:17:\"created_timestamp\";s:10:\"1515148766\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:63:\"Cosmetologist is a professional with a patient in the office of\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3204,4061,'_wp_attached_file','2019/02/iStock-1043634348.jpg'),(3205,4061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2309;s:6:\"height\";i:1299;s:4:\"file\";s:29:\"2019/02/iStock-1043634348.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"iStock-1043634348-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:29:\"iStock-1043634348-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"iStock-1043634348-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"iStock-1043634348-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:29:\"iStock-1043634348-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:30:\"iStock-1043634348-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:29:\"iStock-1043634348-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:29:\"iStock-1043634348-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:29:\"iStock-1043634348-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:156:\"Plastic / Cosmetic Surgeon Examines Beautiful Woman\'s Face, Touches it with Gloved Hands, Inspecting Healed Face after Plastic Surgery with Amazing Results.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:78:\"Gorodenkoff Productions OU (Gorodenkoff Productions OU (Photographer) - [None]\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:156:\"Plastic / Cosmetic Surgeon Examines Beautiful Woman\'s Face, Touches it with Gloved Hands, Inspecting Healed Face after Plastic Surgery with Amazing Results.\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:52:\"ideal,using,face,corrective,screen,attractive,gloves\";}}}'),(3206,4062,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1551275729880{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551275784521{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3207,4063,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1551275729880{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551275784521{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3208,4064,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1551275729880{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551275784521{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3209,4065,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1551275729880{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551278147761{padding-top: 87px !important;}.vc_custom_1551278154776{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3210,4066,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551278636811{padding-top: 87px !important;}.vc_custom_1551278413807{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}'),(3211,4067,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551278636811{padding-top: 87px !important;}.vc_custom_1551278413807{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}'),(3214,4069,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3217,4071,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3218,4072,'_wp_attached_file','2019/02/iStock-466931579.jpg'),(3219,4072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3864;s:6:\"height\";i:2576;s:4:\"file\";s:28:\"2019/02/iStock-466931579.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"iStock-466931579-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:28:\"iStock-466931579-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"iStock-466931579-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"iStock-466931579-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:28:\"iStock-466931579-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:29:\"iStock-466931579-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:28:\"iStock-466931579-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:28:\"iStock-466931579-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:28:\"iStock-466931579-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.5\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:57:\"Three generations of women hugging and looking at camera.\";s:17:\"created_timestamp\";s:10:\"1373035503\";s:9:\"copyright\";s:7:\"svetikd\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:25:\"Three female generations.\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:64:\"20s,50s,70s,Beautiful,Beauty,Blond Hair,Blue Eyes,Care,Caucasian\";}}}'),(3220,4073,'_wpb_shortcodes_custom_css','.vc_custom_1551277407162{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3221,4016,'_wp_old_date','2019-02-27'),(3222,4024,'_wp_old_date','2019-02-27'),(3223,4074,'_wp_attached_file','2019/02/magnettopia-eclat-visage-anti-fatigue-01-1024x623.jpg'),(3224,4074,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:623;s:4:\"file\";s:61:\"2019/02/magnettopia-eclat-visage-anti-fatigue-01-1024x623.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"magnettopia-eclat-visage-anti-fatigue-01-1024x623-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:61:\"magnettopia-eclat-visage-anti-fatigue-01-1024x623-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"magnettopia-eclat-visage-anti-fatigue-01-1024x623-768x467.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"magnettopia-eclat-visage-anti-fatigue-01-1024x623-1024x623.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:623;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:61:\"magnettopia-eclat-visage-anti-fatigue-01-1024x623-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:61:\"magnettopia-eclat-visage-anti-fatigue-01-1024x623-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:61:\"magnettopia-eclat-visage-anti-fatigue-01-1024x623-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:61:\"magnettopia-eclat-visage-anti-fatigue-01-1024x623-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3225,4075,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1551275729880{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551278147761{padding-top: 87px !important;}.vc_custom_1551278154776{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3226,4076,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3227,4077,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452646264{background-color: #eaeaea !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3228,4078,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452646264{background-color: #eaeaea !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3229,4079,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551452646264{background-color: #eaeaea !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3230,4080,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3231,4081,'_wp_attached_file','2019/03/Blisters-comprimes-bleus-et-blancs.jpg'),(3232,4081,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1772;s:6:\"height\";i:1140;s:4:\"file\";s:46:\"2019/03/Blisters-comprimes-bleus-et-blancs.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Blisters-comprimes-bleus-et-blancs-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:46:\"Blisters-comprimes-bleus-et-blancs-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Blisters-comprimes-bleus-et-blancs-768x494.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Blisters-comprimes-bleus-et-blancs-1024x659.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:659;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:46:\"Blisters-comprimes-bleus-et-blancs-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:47:\"Blisters-comprimes-bleus-et-blancs-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:46:\"Blisters-comprimes-bleus-et-blancs-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:46:\"Blisters-comprimes-bleus-et-blancs-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:46:\"Blisters-comprimes-bleus-et-blancs-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3233,4082,'_wp_attached_file','2019/03/AdobeStock_72977021.jpeg'),(3234,4082,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4584;s:6:\"height\";i:3372;s:4:\"file\";s:32:\"2019/03/AdobeStock_72977021.jpeg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"AdobeStock_72977021-150x150.jpeg\";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:32:\"AdobeStock_72977021-300x221.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"AdobeStock_72977021-768x565.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"AdobeStock_72977021-1024x753.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:753;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:32:\"AdobeStock_72977021-335x170.jpeg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:33:\"AdobeStock_72977021-1110x630.jpeg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:32:\"AdobeStock_72977021-450x450.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:32:\"AdobeStock_72977021-348x248.jpeg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:32:\"AdobeStock_72977021-370x450.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:33:\"georgejmclittle - stock.adobe.com\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:64:\"air traffic concept: world connections map over businessman hand\";s:17:\"created_timestamp\";s:10:\"1309466971\";s:9:\"copyright\";s:35:\"©georgejmclittle - stock.adobe.com\";s:12:\"focal_length\";s:2:\"33\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:11:\"air traffic\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:40:{i:0;s:11:\"air traffic\";i:1;s:11:\"connections\";i:2;s:13:\"international\";i:3;s:7:\"network\";i:4;s:5:\"world\";i:5;s:6:\"global\";i:6;s:9:\"logistics\";i:7;s:3:\"net\";i:8;s:8:\"commerce\";i:9;s:3:\"map\";i:10;s:9:\"transport\";i:11;s:11:\"businessman\";i:12;s:4:\"data\";i:13;s:4:\"tool\";i:14;s:6:\"modern\";i:15;s:6:\"finger\";i:16;s:6:\"future\";i:17;s:4:\"male\";i:18;s:10:\"technology\";i:19;s:13:\"communication\";i:20;s:11:\"air traffic\";i:21;s:11:\"connections\";i:22;s:13:\"international\";i:23;s:7:\"network\";i:24;s:5:\"world\";i:25;s:6:\"global\";i:26;s:9:\"logistics\";i:27;s:3:\"net\";i:28;s:8:\"commerce\";i:29;s:3:\"map\";i:30;s:9:\"transport\";i:31;s:11:\"businessman\";i:32;s:4:\"data\";i:33;s:4:\"tool\";i:34;s:6:\"modern\";i:35;s:6:\"finger\";i:36;s:6:\"future\";i:37;s:4:\"male\";i:38;s:10:\"technology\";i:39;s:13:\"communication\";}}}'),(3235,4083,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551453529127{padding-top: 87px !important;}.vc_custom_1551278413807{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}'),(3237,4084,'_wp_attached_file','2019/03/chronomag_cannes_3.jpg'),(3238,4084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1680;s:6:\"height\";i:1050;s:4:\"file\";s:30:\"2019/03/chronomag_cannes_3.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"chronomag_cannes_3-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:30:\"chronomag_cannes_3-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"chronomag_cannes_3-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"chronomag_cannes_3-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:30:\"chronomag_cannes_3-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:31:\"chronomag_cannes_3-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:30:\"chronomag_cannes_3-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:30:\"chronomag_cannes_3-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:30:\"chronomag_cannes_3-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3239,4085,'_wpb_shortcodes_custom_css','.vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}.vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1551454660955{margin-top: 100px !important;}.vc_custom_1494841337773{margin-bottom: 23px !important;}.vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}.vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1551042532554{margin-bottom: 0px !important;}.vc_custom_1551042892503{margin-bottom: 36px !important;}'),(3240,4086,'_wpb_shortcodes_custom_css','.vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}.vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1493272247743{margin-bottom: 66px !important;}.vc_custom_1494841337773{margin-bottom: 23px !important;}.vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}.vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1551042532554{margin-bottom: 0px !important;}.vc_custom_1551042892503{margin-bottom: 36px !important;}'),(3241,4087,'_wpb_shortcodes_custom_css','.vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}.vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1551454580927{margin-top: 100px !important;}.vc_custom_1494841337773{margin-bottom: 23px !important;}.vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}.vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1551042532554{margin-bottom: 0px !important;}.vc_custom_1551042892503{margin-bottom: 36px !important;}'),(3242,4088,'_wpb_shortcodes_custom_css','.vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}.vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1551454660955{margin-top: 100px !important;}.vc_custom_1494841337773{margin-bottom: 23px !important;}.vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}.vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}.vc_custom_1551042532554{margin-bottom: 0px !important;}.vc_custom_1551042892503{margin-bottom: 36px !important;}'),(3244,4090,'_wpb_shortcodes_custom_css','.vc_custom_1551277285434{padding-top: 200px !important;}.vc_custom_1551455219858{margin-top: 87px !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3245,4091,'_wp_attached_file','2019/02/CHRONOMAG-GC-ANG.jpg'),(3246,4091,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2362;s:6:\"height\";i:2362;s:4:\"file\";s:28:\"2019/02/CHRONOMAG-GC-ANG.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"CHRONOMAG-GC-ANG-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:28:\"CHRONOMAG-GC-ANG-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"CHRONOMAG-GC-ANG-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"CHRONOMAG-GC-ANG-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:28:\"CHRONOMAG-GC-ANG-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:29:\"CHRONOMAG-GC-ANG-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:28:\"CHRONOMAG-GC-ANG-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:28:\"CHRONOMAG-GC-ANG-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:28:\"CHRONOMAG-GC-ANG-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3247,4092,'_wpb_shortcodes_custom_css','.vc_custom_1551277259806{padding-top: 200px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3248,4093,'_wpb_shortcodes_custom_css','.vc_custom_1551277259806{padding-top: 200px !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3249,4094,'_wpb_shortcodes_custom_css','.vc_custom_1551277259806{padding-top: 200px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3250,4095,'_wp_attached_file','2019/02/iStock-159151422.jpg'),(3251,4095,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3864;s:6:\"height\";i:2576;s:4:\"file\";s:28:\"2019/02/iStock-159151422.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"iStock-159151422-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:28:\"iStock-159151422-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"iStock-159151422-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"iStock-159151422-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:28:\"iStock-159151422-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:29:\"iStock-159151422-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:28:\"iStock-159151422-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:28:\"iStock-159151422-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:28:\"iStock-159151422-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:86:\"Smiling young woman isolated on white while taking a pill and holding a glass of water\";s:17:\"created_timestamp\";s:10:\"1331139075\";s:9:\"copyright\";s:18:\"Jacob Wackerhausen\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:25:\"Taking her daily vitamins\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:64:\"20s,Adult,Beautiful,Brown Hair,Caucasian,Close-up,Enjoyment,Fema\";}}}'),(3252,4096,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1551275729880{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551278147761{padding-top: 87px !important;}.vc_custom_1551278154776{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3253,4097,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1551275729880{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551278147761{padding-top: 87px !important;}.vc_custom_1551455830174{padding-top: 40px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3254,4098,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1551275729880{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551278147761{padding-top: 87px !important;}.vc_custom_1551455830174{padding-top: 40px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3255,4099,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1551275729880{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551278147761{padding-top: 87px !important;}.vc_custom_1551455830174{padding-top: 40px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3256,4100,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1551275729880{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551278147761{padding-top: 87px !important;}.vc_custom_1551455830174{padding-top: 40px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3257,4101,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1551275729880{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551278147761{padding-top: 87px !important;}.vc_custom_1551455830174{padding-top: 40px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3258,4102,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1551275729880{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551278147761{padding-top: 87px !important;}.vc_custom_1551455830174{padding-top: 40px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3259,4103,'_wpb_shortcodes_custom_css','.vc_custom_1551277259806{padding-top: 200px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3260,4104,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3261,4105,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551458846567{border-radius: 2px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3262,4106,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551458885683{border-radius: 2px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3263,4107,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551458933621{border-radius: 2px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3264,4108,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551458933621{border-radius: 2px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3265,4109,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551459197992{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3266,4110,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551459197992{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3267,4111,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1551459395582{margin-top: 87px !important;}.vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551459197992{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3268,4112,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1551459395582{margin-top: 87px !important;}.vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551459197992{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3269,4113,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1551459395582{margin-top: 87px !important;}.vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551459540914{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551459197992{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3270,4114,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1551459395582{margin-top: 87px !important;}.vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551459540914{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551459197992{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3271,4115,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1551459395582{margin-top: 87px !important;}.vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551459540914{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551459197992{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3272,4116,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1551459395582{margin-top: 87px !important;}.vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551459540914{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551459197992{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3273,4117,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551453529127{padding-top: 87px !important;}.vc_custom_1551278413807{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}'),(3274,4118,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551267242704{margin-bottom: 40px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(3275,4119,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551267242704{margin-bottom: 40px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(3276,4120,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551267242704{margin-bottom: 40px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(3277,4121,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551267242704{margin-bottom: 40px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(3278,4122,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551267242704{margin-bottom: 40px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(3279,4123,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551267242704{margin-bottom: 40px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(3280,4124,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551267242704{margin-bottom: 40px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(3281,4125,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551267242704{margin-bottom: 40px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(3282,4126,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551267242704{margin-bottom: 40px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(3283,4127,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551458933621{border-radius: 2px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3303,4145,'_wp_attached_file','2019/03/Logo-FJ-RD.png'),(3304,4145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:641;s:6:\"height\";i:287;s:4:\"file\";s:22:\"2019/03/Logo-FJ-RD.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Logo-FJ-RD-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:22:\"Logo-FJ-RD-300x134.png\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:22:\"Logo-FJ-RD-335x170.png\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:22:\"Logo-FJ-RD-450x287.png\";s:5:\"width\";i:450;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:22:\"Logo-FJ-RD-348x248.png\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:22:\"Logo-FJ-RD-370x287.png\";s:5:\"width\";i:370;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3305,4146,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1551459395582{margin-top: 87px !important;}.vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551459540914{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551459197992{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3306,4147,'_wpb_shortcodes_custom_css','.vc_custom_1551277285434{padding-top: 200px !important;}.vc_custom_1551455219858{margin-top: 87px !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3307,4148,'_wpb_shortcodes_custom_css','.vc_custom_1551277285434{padding-top: 200px !important;}.vc_custom_1551455219858{margin-top: 87px !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3308,4149,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551458933621{border-radius: 2px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3309,4150,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551453529127{padding-top: 87px !important;}.vc_custom_1551278413807{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}'),(3310,4151,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551267242704{margin-bottom: 40px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(3311,4152,'_wpb_shortcodes_custom_css','.vc_custom_1551277407162{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3313,4154,'_wpb_shortcodes_custom_css','.vc_custom_1551277314011{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551622902294{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3314,4155,'_wpb_shortcodes_custom_css','.vc_custom_1551277285434{padding-top: 200px !important;}.vc_custom_1551455219858{margin-top: 87px !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3315,4156,'_wpb_shortcodes_custom_css','.vc_custom_1551277285434{padding-top: 200px !important;}.vc_custom_1551455219858{margin-top: 87px !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3316,4157,'_wpb_shortcodes_custom_css','.vc_custom_1551277259806{padding-top: 200px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3317,4158,'_wpb_shortcodes_custom_css','.vc_custom_1551277259806{padding-top: 200px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3318,4159,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551278147761{padding-top: 87px !important;}.vc_custom_1551455830174{padding-top: 40px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3319,4160,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551278147761{padding-top: 87px !important;}.vc_custom_1551455830174{padding-top: 40px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3320,4161,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551278147761{padding-top: 87px !important;}.vc_custom_1551455830174{padding-top: 40px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3321,4163,'_wp_attached_file','2019/02/CHRONOMAG-3Ds-family.jpg'),(3322,4163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2362;s:6:\"height\";i:2362;s:4:\"file\";s:32:\"2019/02/CHRONOMAG-3Ds-family.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-family-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:32:\"CHRONOMAG-3Ds-family-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-family-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"CHRONOMAG-3Ds-family-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-family-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:33:\"CHRONOMAG-3Ds-family-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-family-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-family-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-family-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3323,4164,'_wpb_shortcodes_custom_css','.vc_custom_1551277370273{padding-top: 200px !important;}.vc_custom_1552931176117{padding-top: 40px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931286619{padding-top: 5% !important;}'),(3324,4165,'_wpb_shortcodes_custom_css','.vc_custom_1551277370273{padding-top: 200px !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3325,4166,'_wp_attached_file','2019/02/CHRONOMAG-3Ds-senior.jpg'),(3326,4166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2362;s:6:\"height\";i:2362;s:4:\"file\";s:32:\"2019/02/CHRONOMAG-3Ds-senior.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-senior-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:32:\"CHRONOMAG-3Ds-senior-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-senior-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"CHRONOMAG-3Ds-senior-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-senior-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:33:\"CHRONOMAG-3Ds-senior-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-senior-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-senior-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-senior-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3327,4167,'_wpb_shortcodes_custom_css','.vc_custom_1551277314011{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551622902294{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3328,4168,'_wp_attached_file','2019/02/CHRONOMAG-3Ds-sport1.jpg'),(3329,4168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2362;s:6:\"height\";i:2362;s:4:\"file\";s:32:\"2019/02/CHRONOMAG-3Ds-sport1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport1-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:32:\"CHRONOMAG-3Ds-sport1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"CHRONOMAG-3Ds-sport1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport1-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:33:\"CHRONOMAG-3Ds-sport1-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport1-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport1-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3330,4169,'_wp_attached_file','2019/02/CHRONOMAG-3Ds-sport2.jpg'),(3331,4169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2362;s:6:\"height\";i:2362;s:4:\"file\";s:32:\"2019/02/CHRONOMAG-3Ds-sport2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport2-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:32:\"CHRONOMAG-3Ds-sport2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"CHRONOMAG-3Ds-sport2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport2-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:33:\"CHRONOMAG-3Ds-sport2-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport2-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport2-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport2-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3332,4170,'_wp_attached_file','2019/02/CHRONOMAG-3Ds-sport3.jpg'),(3333,4170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2362;s:6:\"height\";i:2362;s:4:\"file\";s:32:\"2019/02/CHRONOMAG-3Ds-sport3.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport3-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:32:\"CHRONOMAG-3Ds-sport3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"CHRONOMAG-3Ds-sport3-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport3-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:33:\"CHRONOMAG-3Ds-sport3-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport3-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport3-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport3-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3334,4171,'_wp_attached_file','2019/02/CHRONOMAG-3Ds-sport4.jpg'),(3335,4171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2362;s:6:\"height\";i:2362;s:4:\"file\";s:32:\"2019/02/CHRONOMAG-3Ds-sport4.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport4-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:32:\"CHRONOMAG-3Ds-sport4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"CHRONOMAG-3Ds-sport4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport4-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:33:\"CHRONOMAG-3Ds-sport4-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport4-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport4-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:32:\"CHRONOMAG-3Ds-sport4-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3336,4172,'_wpb_shortcodes_custom_css','.vc_custom_1551277285434{padding-top: 200px !important;}.vc_custom_1551455219858{margin-top: 87px !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3337,4173,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1551459395582{margin-top: 87px !important;}.vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551459540914{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551459197992{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3338,2163,'stm_post_views','47'),(3339,2163,'stm_day_5','4'),(3340,2163,'stm_month_03','6'),(3341,4174,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3342,4175,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1551459395582{margin-top: 87px !important;}.vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551459540914{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551961193645{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3343,4176,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551278147761{padding-top: 87px !important;}.vc_custom_1551455830174{padding-top: 40px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3344,4177,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551971369360{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3345,4178,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551971406459{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3346,4179,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551976394992{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3347,4180,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551976394992{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3348,4181,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551976482853{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3349,4182,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551976525029{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3350,4183,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551976805937{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3351,4184,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551976805937{padding-top: 118px !important;padding-bottom: 82px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3352,4185,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551976906482{padding-top: 60px !important;padding-bottom: 40px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3353,4186,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551976948351{padding-top: 30px !important;padding-bottom: 20px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3354,4187,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551976990234{padding-top: 15px !important;padding-bottom: 10px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3355,4188,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3356,4189,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551977281322{margin-bottom: 40px !important;padding-top: 60px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3357,4190,'_wp_attached_file','2019/03/AdobeStock_180372219.jpeg'),(3358,4190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4800;s:6:\"height\";i:3600;s:4:\"file\";s:33:\"2019/03/AdobeStock_180372219.jpeg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"AdobeStock_180372219-150x150.jpeg\";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:\"AdobeStock_180372219-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"AdobeStock_180372219-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"AdobeStock_180372219-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:33:\"AdobeStock_180372219-335x170.jpeg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:34:\"AdobeStock_180372219-1110x630.jpeg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:33:\"AdobeStock_180372219-450x450.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:33:\"AdobeStock_180372219-348x248.jpeg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:33:\"AdobeStock_180372219-370x450.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:27:\"concept w - stock.adobe.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1510431663\";s:9:\"copyright\";s:29:\"©concept w - stock.adobe.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:88:\"Magnesium element from the periodic table. Metallic icon 3D rendered on white background\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:19:{i:0;s:9:\"magnesium\";i:1;s:14:\"periodic table\";i:2;s:9:\"chemistry\";i:3;s:4:\"sign\";i:4;s:10:\"laboratory\";i:5;s:6:\"symbol\";i:6;s:9:\"substance\";i:7;s:8:\"chemical\";i:8;s:7:\"element\";i:9;s:6:\"object\";i:10;s:5:\"shiny\";i:11;s:9:\"realistic\";i:12;s:7:\"physics\";i:13;s:7:\"science\";i:14;s:9:\"education\";i:15;s:5:\"metal\";i:16;s:14:\"rounded square\";i:17;s:13:\"metallic icon\";i:18;s:16:\"white background\";}}}'),(3359,4191,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551977281322{margin-bottom: 40px !important;padding-top: 60px !important;}.vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}.vc_custom_1551259689241{margin-bottom: 40px !important;}.vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}.vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}.vc_custom_1551014809492{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592154059{margin-bottom: 54px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494677939744{margin-bottom: 30px !important;}.vc_custom_1494677950147{margin-bottom: 30px !important;}.vc_custom_1494677959450{margin-bottom: 30px !important;}.vc_custom_1494677968011{margin-bottom: 30px !important;}.vc_custom_1551026427167{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551026436982{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3360,4192,'_wpb_shortcodes_custom_css','.vc_custom_1551260929992{margin-top: 0px !important;}.vc_custom_1551459395582{margin-top: 87px !important;}.vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}.vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}.vc_custom_1551261481879{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551459540914{margin-bottom: 40px !important;}.vc_custom_1551261444925{margin-bottom: 40px !important;}.vc_custom_1551260675327{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551260722080{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551961193645{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1551261014556{margin-bottom: 24px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}'),(3361,4194,'_wp_attached_file','2019/03/plaquette-chronomag.png'),(3362,4194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:362;s:4:\"file\";s:31:\"2019/03/plaquette-chronomag.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"plaquette-chronomag-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:31:\"plaquette-chronomag-166x300.png\";s:5:\"width\";i:166;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:31:\"plaquette-chronomag-200x170.png\";s:5:\"width\";i:200;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:31:\"plaquette-chronomag-200x248.png\";s:5:\"width\";i:200;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3363,4195,'_wpb_shortcodes_custom_css','.vc_custom_1551277407162{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3364,4196,'_wpb_shortcodes_custom_css','.vc_custom_1551277407162{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3365,4197,'_wpb_shortcodes_custom_css','.vc_custom_1551277407162{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3366,4198,'_wpb_shortcodes_custom_css','.vc_custom_1551277407162{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551270906678{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552927618509{padding-top: 5% !important;}'),(3367,4199,'_wpb_shortcodes_custom_css','.vc_custom_1551277407162{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552927618509{padding-top: 5% !important;}'),(3368,4200,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(3369,4201,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(3370,4202,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1552930475548{margin-top: 40px !important;}.vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}.vc_custom_1494592041063{margin-top: 87px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(3371,4203,'_wpb_shortcodes_custom_css','.vc_custom_1505735318733{margin-top: -31px !important;}.vc_custom_1552930475548{margin-top: 40px !important;}.vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}.vc_custom_1552930628092{margin-top: 40px !important;}.vc_custom_1551264055427{margin-bottom: 20px !important;}.vc_custom_1505711608143{border-radius: 2px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}.vc_custom_1494592684973{margin-bottom: 62px !important;}.vc_custom_1492161912718{margin-bottom: 50px !important;}'),(3372,4204,'_wpb_shortcodes_custom_css','.vc_custom_1551277370273{padding-top: 200px !important;}.vc_custom_1552931176117{padding-top: 40px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931286619{padding-top: 5% !important;}'),(3373,4205,'_wpb_shortcodes_custom_css','.vc_custom_1551277314011{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931762765{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931688097{padding-top: 5% !important;}'),(3374,4206,'_wpb_shortcodes_custom_css','.vc_custom_1551277285434{padding-top: 200px !important;}.vc_custom_1552981356614{padding-top: 40px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552981159772{padding-top: 5% !important;}'),(3375,4207,'_wpb_shortcodes_custom_css','.vc_custom_1551277285434{padding-top: 200px !important;}.vc_custom_1552981356614{padding-top: 40px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552981159772{padding-top: 5% !important;}'),(3376,4208,'_wpb_shortcodes_custom_css','.vc_custom_1551277217072{padding-top: 200px !important;}.vc_custom_1551275569549{padding-top: 87px !important;}.vc_custom_1552991381799{padding-top: 40px !important;}.vc_custom_1552991417457{padding-top: 40px !important;}.vc_custom_1552991408247{padding-top: 40px !important;}.vc_custom_1551275585889{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552991297278{padding-top: 15% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552991556935{padding-top: 15% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}'),(3377,4209,'_wp_attached_file','2019/03/CHRONOMAG-3Ds-A.jpg'),(3378,4209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2362;s:6:\"height\";i:2362;s:4:\"file\";s:27:\"2019/03/CHRONOMAG-3Ds-A.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-A-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:27:\"CHRONOMAG-3Ds-A-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-A-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"CHRONOMAG-3Ds-A-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-A-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:28:\"CHRONOMAG-3Ds-A-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-A-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-A-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-A-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3379,4210,'_wp_attached_file','2019/03/CHRONOMAG-3Ds-B.jpg'),(3380,4210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2362;s:6:\"height\";i:2362;s:4:\"file\";s:27:\"2019/03/CHRONOMAG-3Ds-B.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-B-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:27:\"CHRONOMAG-3Ds-B-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-B-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"CHRONOMAG-3Ds-B-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-B-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:28:\"CHRONOMAG-3Ds-B-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-B-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-B-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-B-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3381,4211,'_wp_attached_file','2019/03/CHRONOMAG-3Ds-C.jpg'),(3382,4211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2362;s:6:\"height\";i:2362;s:4:\"file\";s:27:\"2019/03/CHRONOMAG-3Ds-C.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-C-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:27:\"CHRONOMAG-3Ds-C-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-C-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"CHRONOMAG-3Ds-C-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-C-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:28:\"CHRONOMAG-3Ds-C-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-C-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-C-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-C-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3383,4212,'_wp_attached_file','2019/03/CHRONOMAG-3Ds-D.jpg'),(3384,4212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2362;s:6:\"height\";i:2362;s:4:\"file\";s:27:\"2019/03/CHRONOMAG-3Ds-D.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-D-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:27:\"CHRONOMAG-3Ds-D-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-D-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"CHRONOMAG-3Ds-D-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-D-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:28:\"CHRONOMAG-3Ds-D-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-D-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-D-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-D-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3385,4213,'_wp_attached_file','2019/03/CHRONOMAG-3Ds-E.jpg'),(3386,4213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2362;s:6:\"height\";i:2362;s:4:\"file\";s:27:\"2019/03/CHRONOMAG-3Ds-E.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-E-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:27:\"CHRONOMAG-3Ds-E-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-E-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"CHRONOMAG-3Ds-E-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-E-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:28:\"CHRONOMAG-3Ds-E-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-E-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-E-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-E-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3387,4214,'_wp_attached_file','2019/03/CHRONOMAG-3Ds-F.jpg'),(3388,4214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2362;s:6:\"height\";i:2362;s:4:\"file\";s:27:\"2019/03/CHRONOMAG-3Ds-F.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-F-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:27:\"CHRONOMAG-3Ds-F-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-F-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"CHRONOMAG-3Ds-F-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-F-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:28:\"CHRONOMAG-3Ds-F-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-F-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-F-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-F-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3389,4215,'_wp_attached_file','2019/03/CHRONOMAG-3Ds-G.jpg'),(3390,4215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2362;s:6:\"height\";i:2362;s:4:\"file\";s:27:\"2019/03/CHRONOMAG-3Ds-G.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-G-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:27:\"CHRONOMAG-3Ds-G-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-G-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"CHRONOMAG-3Ds-G-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-G-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:28:\"CHRONOMAG-3Ds-G-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-G-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-G-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-G-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3391,4216,'_wp_attached_file','2019/03/CHRONOMAG-3Ds-H.jpg'),(3392,4216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2362;s:6:\"height\";i:2362;s:4:\"file\";s:27:\"2019/03/CHRONOMAG-3Ds-H.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-H-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:27:\"CHRONOMAG-3Ds-H-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-H-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"CHRONOMAG-3Ds-H-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-H-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:28:\"CHRONOMAG-3Ds-H-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-H-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-H-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-H-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3393,4217,'_wp_attached_file','2019/03/CHRONOMAG-3Ds-I.jpg'),(3394,4217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2362;s:6:\"height\";i:2362;s:4:\"file\";s:27:\"2019/03/CHRONOMAG-3Ds-I.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-I-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:27:\"CHRONOMAG-3Ds-I-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-I-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"CHRONOMAG-3Ds-I-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-335-170\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-I-335x170.jpg\";s:5:\"width\";i:335;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"pearl-img-1110-630\";a:4:{s:4:\"file\";s:28:\"CHRONOMAG-3Ds-I-1110x630.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"pearl-img-1000-1000\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-I-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"pearl-img-348-248\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-I-348x248.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"pearl-img-80-80\";a:4:{s:4:\"file\";s:27:\"CHRONOMAG-3Ds-I-370x450.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:450;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:{}}}'),(3395,4218,'_wpb_shortcodes_custom_css','.vc_custom_1551277314011{padding-top: 200px !important;}.vc_custom_1551270403592{background-color: #eaeaea !important;}.vc_custom_1551270890681{padding-top: 87px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931762765{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931688097{padding-top: 5% !important;}'),(3396,4219,'_wpb_shortcodes_custom_css','.vc_custom_1551277285434{padding-top: 200px !important;}.vc_custom_1552981356614{padding-top: 40px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552981159772{padding-top: 5% !important;}'),(3397,4220,'_wpb_shortcodes_custom_css','.vc_custom_1551277370273{padding-top: 200px !important;}.vc_custom_1552931176117{padding-top: 40px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1551017747141{border-radius: 2px !important;}.vc_custom_1552931286619{padding-top: 5% !important;}'),(3398,1,'stm_post_views','150'),(3399,1,'stm_day_30','7'),(3400,1,'stm_month_03','19'),(3401,2171,'stm_post_views','46'),(3402,2171,'stm_day_30','6'),(3403,2171,'stm_month_03','1'),(3404,2194,'stm_post_views','54'),(3405,2194,'stm_day_30','6'),(3406,2194,'stm_month_03','4'),(3407,2163,'stm_day_30','5'),(3408,2146,'stm_post_views','96'),(3409,2146,'stm_day_30','6'),(3410,2146,'stm_month_03','24'),(3411,3728,'stm_post_views','47'),(3412,3728,'stm_day_30','5'),(3413,3728,'stm_month_03','3'),(3414,2184,'stm_post_views','51'),(3415,1851,'stm_post_views','51'),(3416,2184,'stm_day_30','7'),(3417,1851,'stm_day_30','8'),(3418,2184,'stm_month_03','4'),(3419,1851,'stm_month_03','4'),(3420,2160,'stm_post_views','42'),(3421,1859,'stm_post_views','42'),(3422,2160,'stm_day_30','6'),(3423,2160,'stm_month_03','2'),(3424,1859,'stm_day_30','6'),(3425,1859,'stm_month_03','1'),(3426,1,'stm_day_31','8'),(3427,2184,'stm_day_31','3'),(3428,1851,'stm_day_31','1'),(3429,3728,'stm_day_31','2'),(3430,2146,'stm_day_31','23'),(3431,2160,'stm_day_31','1'),(3432,2163,'stm_day_31','2'),(3433,2194,'stm_day_31','2'),(3434,2156,'stm_post_views','47'),(3435,2156,'stm_day_31','1'),(3436,2156,'stm_month_03','1'),(3437,2146,'stm_day_1','28'),(3438,2146,'stm_month_04','35'),(3439,2163,'stm_day_1','7'),(3440,2163,'stm_month_04','13'),(3441,2194,'stm_day_1','7'),(3442,2194,'stm_month_04','20'),(3443,3728,'stm_day_1','7'),(3444,3728,'stm_month_04','16'),(3445,2184,'stm_day_1','9'),(3446,2184,'stm_month_04','16'),(3447,1,'stm_day_1','5'),(3448,1,'stm_month_04','22'),(3449,1,'stm_day_2','18'),(3450,3728,'stm_day_2','9'),(3451,2194,'stm_day_2','13'),(3452,2184,'stm_day_2','8'),(3453,1851,'stm_day_2','7'),(3454,1851,'stm_month_04','11'),(3455,2160,'stm_day_2','7'),(3456,2160,'stm_month_04','11'),(3457,2171,'stm_day_2','8'),(3458,2171,'stm_month_04','12'),(3459,1859,'stm_day_2','7'),(3460,1859,'stm_month_04','11'),(3461,2146,'stm_day_3','1'),(3462,1,'stm_day_12','4'),(3463,2184,'stm_day_13','2'),(3464,2146,'stm_day_13','3'),(3465,1859,'stm_day_13','2'),(3466,1851,'stm_day_13','2'),(3467,3728,'stm_day_13','2'),(3468,2163,'stm_day_13','3'),(3469,2194,'stm_day_13','2'),(3470,2160,'stm_day_13','2'),(3471,2171,'stm_day_13','2'),(3472,2188,'stm_post_views','35'),(3473,2188,'stm_day_13','2'),(3474,2188,'stm_month_04','10'),(3475,2191,'stm_post_views','35'),(3476,2191,'stm_day_13','2'),(3477,2191,'stm_month_04','10'),(3478,2166,'stm_post_views','35'),(3479,2166,'stm_day_13','2'),(3480,2166,'stm_month_04','10'),(3481,2181,'stm_post_views','35'),(3482,2181,'stm_day_13','2'),(3483,2181,'stm_month_04','10'),(3484,2144,'stm_post_views','34'),(3485,2144,'stm_day_13','2'),(3486,2144,'stm_month_04','10'),(3487,2156,'stm_day_13','4'),(3488,2156,'stm_month_04','10'),(3489,2142,'stm_post_views','37'),(3490,2142,'stm_day_13','2'),(3491,2142,'stm_month_04','10'),(3492,1,'stm_month_05','14'),(3493,2160,'stm_day_1','4'),(3494,2160,'stm_month_05','7'),(3495,2146,'stm_month_05','7'),(3496,2163,'stm_month_05','7'),(3497,1851,'stm_day_1','5'),(3498,1851,'stm_month_05','7'),(3499,2184,'stm_month_05','7'),(3500,2194,'stm_month_05','7'),(3501,3728,'stm_month_05','7'),(3502,1859,'stm_day_1','4'),(3503,1859,'stm_month_05','7'),(3504,2171,'stm_day_1','4'),(3505,2171,'stm_month_05','7'),(3506,2142,'stm_day_1','4'),(3507,2142,'stm_month_05','7'),(3508,2156,'stm_day_1','3'),(3509,2156,'stm_month_05','6'),(3510,2144,'stm_day_1','3'),(3511,2144,'stm_month_05','6'),(3512,2181,'stm_day_1','3'),(3513,2181,'stm_month_05','6'),(3514,2166,'stm_day_1','3'),(3515,2166,'stm_month_05','6'),(3516,2191,'stm_day_1','3'),(3517,2191,'stm_month_05','6'),(3518,2188,'stm_day_1','3'),(3519,2188,'stm_month_05','6'),(3520,2156,'stm_day_11','3'),(3521,2156,'stm_month_08','13'),(3522,2156,'stm_day_14','8'),(3523,2184,'stm_month_09','6'),(3524,1,'stm_day_6','2'),(3525,1,'stm_month_09','18'),(3526,2156,'stm_day_20','1'),(3527,2156,'stm_month_09','5'),(3528,1,'stm_day_25','5'),(3529,1,'stm_day_26','6'),(3530,2160,'stm_month_09','5'),(3531,2146,'stm_month_09','5'),(3532,2163,'stm_month_09','5'),(3533,1851,'stm_month_09','5'),(3534,2194,'stm_month_09','5'),(3535,3728,'stm_month_09','5'),(3536,1859,'stm_month_09','5'),(3537,2171,'stm_month_09','5'),(3538,2142,'stm_day_30','5'),(3539,2142,'stm_month_09','5'),(3540,2156,'stm_day_30','3'),(3541,2144,'stm_day_30','4'),(3542,2144,'stm_month_09','4'),(3543,2181,'stm_day_30','4'),(3544,2181,'stm_month_09','4'),(3545,2166,'stm_day_30','3'),(3546,2166,'stm_month_09','4'),(3547,2191,'stm_day_30','5'),(3548,2191,'stm_month_09','4'),(3549,2188,'stm_day_30','4'),(3550,2188,'stm_month_09','4'),(3551,2163,'stm_day_10','2'),(3552,2163,'stm_month_10','3'),(3553,2146,'stm_month_10','4'),(3554,2194,'stm_day_23','1'),(3555,2194,'stm_month_10','3'),(3556,3854,'_yoast_wpseo_focuskw','Magnesium supplementation'),(3557,3854,'_yoast_wpseo_title','FJ Life Sciences %%sep%% Magnesium supplementation dedicated to health and beauty'),(3558,3854,'_yoast_wpseo_metadesc','Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions. Discover our solutions.'),(3559,3854,'_yoast_wpseo_linkdex','58'),(3560,3854,'_yoast_wpseo_content_score','60'),(3561,2146,'stm_day_23','1'),(3562,2194,'stm_day_7','3'),(3563,2194,'stm_month_11','3'),(3564,2171,'stm_day_7','3'),(3565,2171,'stm_month_11','4'),(3566,2160,'stm_day_7','3'),(3567,2160,'stm_month_11','3'),(3568,2146,'stm_day_7','3'),(3569,2146,'stm_month_11','6'),(3570,1851,'stm_day_7','3'),(3571,1851,'stm_month_11','5'),(3572,1851,'stm_day_26','3'),(3573,1859,'stm_day_26','1'),(3574,1859,'stm_month_11','2'),(3575,2146,'stm_day_26','3'),(3576,1851,'stm_month_12','5'),(3577,1,'stm_day_13','5'),(3578,1,'stm_month_12','3'),(3579,1851,'stm_day_20','1'),(3580,2160,'stm_day_20','1'),(3581,2160,'stm_month_12','3'),(3582,2146,'stm_month_12','3'),(3583,2171,'stm_day_26','1'),(3584,2171,'stm_month_12','3'),(3585,2184,'stm_day_26','1'),(3586,2184,'stm_month_12','3'),(3587,1,'stm_day_4','2'),(3588,1,'stm_month_01','53'),(3589,1,'stm_day_17','1'),(3590,2184,'stm_day_17','1'),(3591,2184,'stm_month_01','5'),(3592,2146,'stm_day_17','1'),(3593,2146,'stm_month_01','3'),(3594,1859,'stm_day_17','1'),(3595,1859,'stm_month_01','4'),(3596,1851,'stm_day_17','1'),(3597,1851,'stm_month_01','4'),(3598,3728,'stm_day_17','1'),(3599,3728,'stm_month_01','3'),(3600,2163,'stm_day_17','1'),(3601,2163,'stm_month_01','3'),(3602,2194,'stm_day_17','1'),(3603,2194,'stm_month_01','3'),(3604,2160,'stm_day_17','1'),(3605,2160,'stm_month_01','3'),(3606,2171,'stm_day_17','1'),(3607,2171,'stm_month_01','3'),(3608,2188,'stm_day_17','1'),(3609,2188,'stm_month_01','3'),(3610,2191,'stm_day_17','1'),(3611,2191,'stm_month_01','4'),(3612,2166,'stm_day_17','1'),(3613,2166,'stm_month_01','3'),(3614,2181,'stm_day_17','1'),(3615,2181,'stm_month_01','3'),(3616,2144,'stm_day_17','1'),(3617,2144,'stm_month_01','3'),(3618,2156,'stm_day_17','1'),(3619,2156,'stm_month_01','3'),(3620,2142,'stm_day_17','1'),(3621,2142,'stm_month_01','3'),(3622,1,'stm_day_22','18'),(3623,1,'stm_day_23','27'),(3624,1,'stm_day_9','5'),(3625,1,'stm_month_02','7'),(3626,2146,'stm_day_15','1'),(3627,2146,'stm_month_02','3'),(3628,1859,'stm_day_15','1'),(3629,1859,'stm_month_02','2'),(3630,1851,'stm_day_15','1'),(3631,1851,'stm_month_02','2'),(3632,1,'stm_day_29','3'),(3633,2194,'stm_day_29','1'),(3634,2194,'stm_month_02','1'),(3635,2188,'stm_day_29','1'),(3636,2188,'stm_month_02','1'),(3637,3728,'stm_day_29','2'),(3638,3728,'stm_month_02','1'),(3639,2146,'stm_day_29','1'),(3640,2156,'stm_day_29','2'),(3641,2156,'stm_month_02','1'),(3642,2171,'stm_day_29','1'),(3643,2171,'stm_month_02','1'),(3644,1851,'stm_day_9','1'),(3645,2194,'stm_day_11','2'),(3646,1,'stm_day_14','4'),(3647,1,'stm_day_3','3'),(3648,1,'stm_day_11','13'),(3649,2184,'stm_day_11','2'),(3650,2184,'stm_month_11','2'),(3651,2146,'stm_day_11','2'),(3652,1657,'_edit_lock','1605089307:1'),(3653,4222,'_edit_last','1'),(3654,4222,'_edit_lock','1605089378:1'),(3655,4222,'_wp_page_template','default'),(3656,4222,'slide_template','default'),(3657,4222,'_wpb_vc_js_status','false'),(3658,4222,'_yoast_wpseo_content_score','30'),(3659,4222,'page_title_box','true'),(3660,4222,'page_title_box_align','center'),(3661,4222,'page_title_box_title_size','h1'),(3662,4222,'page_title_box_bg_color','rgb(255, 255, 255)'),(3663,4222,'page_title_box_bg_image','1716'),(3664,4222,'page_title_box_text_color','#ffffff'),(3665,4222,'page_title_box_line_color','#ffffff'),(3666,4222,'page_title_box_subtitle_color','#ffffff'),(3667,4222,'page_title_button_text','Button'),(3668,4222,'page_title_button_url','#'),(3669,4222,'page_bc','true'),(3670,4222,'stm_sidebar_position','left'),(3671,4224,'_edit_last','1'),(3672,4224,'_wp_page_template','default'),(3673,4224,'slide_template','default'),(3674,4224,'_wpb_vc_js_status','false'),(3675,4224,'_yoast_wpseo_content_score','30'),(3676,4224,'page_title_box','true'),(3677,4224,'page_title_box_align','center'),(3678,4224,'page_title_box_title_size','h1'),(3679,4224,'page_title_box_bg_color','rgb(255, 255, 255)'),(3680,4224,'page_title_box_bg_image','1716'),(3681,4224,'page_title_box_text_color','#ffffff'),(3682,4224,'page_title_box_line_color','#ffffff'),(3683,4224,'page_title_box_subtitle_color','#ffffff'),(3684,4224,'page_title_button_text','Button'),(3685,4224,'page_title_button_url','#'),(3686,4224,'page_bc','true'),(3687,4224,'stm_sidebar_position','left'),(3688,4224,'_edit_lock','1605102287:1'),(3689,2142,'stm_day_2','6'),(3690,2156,'stm_day_2','6'),(3691,2144,'stm_day_2','6'),(3692,2181,'stm_day_2','6'),(3693,2166,'stm_day_2','6'),(3694,2191,'stm_day_2','6'),(3695,2188,'stm_day_2','6'),(3696,2163,'stm_day_2','6'),(3697,2146,'stm_day_2','6'),(3698,1,'stm_day_20','1'),(3699,1,'stm_month_08','4'),(3700,1,'stm_day_7','2'),(3701,3728,'stm_day_18','1'),(3702,3728,'stm_month_11','2'),(3703,2171,'stm_day_22','4'),(3704,2181,'stm_day_6','1'),(3705,2181,'stm_month_02','1'),(3706,2166,'stm_day_6','1'),(3707,2166,'stm_month_02','1'),(3708,2142,'stm_day_6','1'),(3709,2142,'stm_month_02','1'),(3710,1859,'stm_day_6','1'),(3711,2163,'stm_day_6','1'),(3712,2163,'stm_month_02','1'),(3713,1851,'stm_day_6','1'),(3714,2146,'stm_day_6','1'),(3715,1,'stm_day_10','3'),(3716,1,'stm_month_10','6'),(3717,1,'_edit_lock','1711612462:1'),(3718,2142,'stm_day_7','1'),(3719,2156,'stm_day_7','1'),(3720,2144,'stm_day_7','1'),(3721,2181,'stm_day_7','1'),(3722,2166,'stm_day_7','1'),(3723,2191,'stm_day_7','1'),(3724,2188,'stm_day_7','1'),(3725,2163,'stm_day_7','1'),(3726,3728,'stm_day_7','1'),(3727,1859,'stm_day_7','1'),(3728,2184,'stm_day_7','1'),(3729,1859,'stm_day_9','1'),(3730,2166,'stm_day_9','1'),(3731,2146,'stm_day_9','1'),(3732,2194,'stm_day_9','1'),(3733,2191,'stm_day_9','1'),(3734,2188,'stm_day_9','1'),(3735,2184,'stm_day_9','1'),(3736,2156,'stm_day_9','1'),(3737,3728,'stm_day_9','1'),(3738,2144,'stm_day_9','1'),(3739,2163,'stm_day_9','1'),(3740,2181,'stm_day_9','1'),(3741,2160,'stm_day_9','1'),(3742,2171,'stm_day_10','2'),(3743,2142,'stm_day_10','2'),(3744,2156,'stm_day_10','1'),(3745,2144,'stm_day_10','1'),(3746,2181,'stm_day_10','1'),(3747,2166,'stm_day_10','1'),(3748,2191,'stm_day_10','1'),(3749,2188,'stm_day_10','1'),(3750,2160,'stm_day_10','1'),(3751,2194,'stm_day_10','1'),(3752,3728,'stm_day_10','1'),(3753,1851,'stm_day_10','2'),(3754,1859,'stm_day_10','1'),(3755,2146,'stm_day_10','1'),(3756,2184,'stm_day_10','1'),(3757,2142,'stm_day_5','2'),(3758,2156,'stm_day_5','1'),(3759,2144,'stm_day_5','1'),(3760,2181,'stm_day_5','1'),(3761,2166,'stm_day_5','2'),(3762,2191,'stm_day_5','2'),(3763,2188,'stm_day_5','1'),(3764,2171,'stm_day_5','2'),(3765,2160,'stm_day_5','1'),(3766,2194,'stm_day_5','2'),(3767,3728,'stm_day_5','1'),(3768,1851,'stm_day_5','2'),(3769,1859,'stm_day_5','2'),(3770,2146,'stm_day_5','2'),(3771,2184,'stm_day_5','1'),(3772,1,'stm_day_5','2'),(3773,1859,'stm_day_29','1'),(3774,2166,'stm_day_29','1'),(3775,2163,'stm_day_29','1'),(3776,2184,'stm_day_29','1'),(3777,2142,'stm_day_4','2'),(3778,2142,'stm_month_06','1'),(3779,2156,'stm_day_4','3'),(3780,2156,'stm_month_06','1'),(3781,2144,'stm_day_4','3'),(3782,2144,'stm_month_06','1'),(3783,2181,'stm_day_4','3'),(3784,2181,'stm_month_06','1'),(3785,2166,'stm_day_4','2'),(3786,2166,'stm_month_06','1'),(3787,2191,'stm_day_4','2'),(3788,2191,'stm_month_06','1'),(3789,2188,'stm_day_4','3'),(3790,2188,'stm_month_06','1'),(3791,2171,'stm_day_4','3'),(3792,2171,'stm_month_06','1'),(3793,2160,'stm_day_4','2'),(3794,2160,'stm_month_06','1'),(3795,2194,'stm_day_4','2'),(3796,2194,'stm_month_06','1'),(3797,2163,'stm_day_4','3'),(3798,2163,'stm_month_06','1'),(3799,3728,'stm_day_4','2'),(3800,3728,'stm_month_06','1'),(3801,1851,'stm_day_4','2'),(3802,1851,'stm_month_06','1'),(3803,1859,'stm_day_4','2'),(3804,1859,'stm_month_06','1'),(3805,2146,'stm_day_4','2'),(3806,2146,'stm_month_06','1'),(3807,2184,'stm_day_4','3'),(3808,2184,'stm_month_06','1'),(3809,1,'stm_month_06','1'),(3810,2160,'stm_day_3','1'),(3811,2160,'stm_month_07','2'),(3812,2171,'stm_day_3','1'),(3813,2171,'stm_month_07','2'),(3814,3728,'stm_day_3','1'),(3815,3728,'stm_month_07','2'),(3816,1,'stm_month_07','2'),(3817,1851,'stm_month_07','2'),(3818,2184,'stm_month_07','2'),(3819,2144,'stm_month_07','2'),(3820,2194,'stm_month_07','2'),(3821,2181,'stm_month_07','2'),(3822,2156,'stm_month_07','2'),(3823,1859,'stm_month_07','2'),(3824,2166,'stm_month_07','2'),(3825,2188,'stm_month_07','2'),(3826,2146,'stm_month_07','2'),(3827,2191,'stm_month_07','2'),(3828,2163,'stm_month_07','2'),(3829,2142,'stm_month_07','2'),(3830,2142,'stm_day_14','2'),(3831,2144,'stm_day_14','2'),(3832,2181,'stm_day_14','2'),(3833,2166,'stm_day_14','2'),(3834,2191,'stm_day_14','2'),(3835,2188,'stm_day_14','2'),(3836,2171,'stm_day_14','2'),(3837,2160,'stm_day_14','2'),(3838,2194,'stm_day_14','2'),(3839,2163,'stm_day_14','2'),(3840,3728,'stm_day_14','2'),(3841,1851,'stm_day_14','2'),(3842,1859,'stm_day_14','2'),(3843,2146,'stm_day_14','2'),(3844,2184,'stm_day_14','2'),(3845,3728,'stm_month_08','3'),(3846,2188,'stm_month_08','3'),(3847,2163,'stm_month_08','3'),(3848,2160,'stm_month_08','3'),(3849,2144,'stm_month_08','3'),(3850,2171,'stm_month_08','3'),(3851,2184,'stm_month_08','3'),(3852,2181,'stm_month_08','3'),(3853,2191,'stm_month_08','3'),(3854,1851,'stm_month_08','3'),(3855,2142,'stm_month_08','3'),(3856,2194,'stm_month_08','3'),(3857,2146,'stm_month_08','3'),(3858,1859,'stm_month_08','3'),(3859,2166,'stm_month_08','3'),(3860,2142,'stm_day_8','1'),(3861,2156,'stm_day_8','1'),(3862,2144,'stm_day_8','1'),(3863,2181,'stm_day_8','1'),(3864,2166,'stm_day_8','1'),(3865,2191,'stm_day_8','1'),(3866,2188,'stm_day_8','1'),(3867,2171,'stm_day_8','1'),(3868,2160,'stm_day_8','1'),(3869,2194,'stm_day_8','1'),(3870,2163,'stm_day_8','1'),(3871,3728,'stm_day_8','1'),(3872,1851,'stm_day_8','1'),(3873,1859,'stm_day_8','1'),(3874,2146,'stm_day_8','1'),(3875,2184,'stm_day_8','1'),(3876,1,'stm_day_8','1'),(3877,2142,'stm_day_21','3'),(3878,2156,'stm_day_21','2'),(3879,2144,'stm_day_21','2'),(3880,2181,'stm_day_21','2'),(3881,2166,'stm_day_21','4'),(3882,2191,'stm_day_21','4'),(3883,2188,'stm_day_21','4'),(3884,2171,'stm_day_21','2'),(3885,2160,'stm_day_21','4'),(3886,2194,'stm_day_21','3'),(3887,2163,'stm_day_21','2'),(3888,3728,'stm_day_21','3'),(3889,1851,'stm_day_21','2'),(3890,1859,'stm_day_21','4'),(3891,2146,'stm_day_21','4'),(3892,2184,'stm_day_21','3'),(3893,1,'stm_day_21','3'),(3894,2163,'stm_day_11','1'),(3895,2144,'stm_day_11','1'),(3896,2188,'stm_day_11','1'),(3897,2166,'stm_day_11','1'),(3898,1859,'stm_day_11','1'),(3899,2181,'stm_day_11','1'),(3900,2142,'stm_day_11','1'),(3901,2171,'stm_day_11','1'),(3902,1851,'stm_day_11','1'),(3903,3728,'stm_day_11','1'),(3904,2160,'stm_day_11','1'),(3905,2191,'stm_day_11','1'),(3906,2171,'stm_month_10','4'),(3907,2188,'stm_month_10','2'),(3908,2144,'stm_month_10','2'),(3909,2181,'stm_month_10','2'),(3910,2156,'stm_month_10','2'),(3911,2191,'stm_month_10','2'),(3912,2184,'stm_month_10','2'),(3913,1851,'stm_month_10','2'),(3914,2142,'stm_month_10','2'),(3915,3728,'stm_month_10','2'),(3916,2166,'stm_month_10','2'),(3917,1859,'stm_month_10','2'),(3918,2160,'stm_month_10','2'),(3919,2142,'stm_day_27','1'),(3920,2156,'stm_day_27','1'),(3921,2144,'stm_day_27','1'),(3922,2181,'stm_day_27','1'),(3923,2166,'stm_day_27','1'),(3924,2191,'stm_day_27','1'),(3925,2188,'stm_day_27','1'),(3926,2171,'stm_day_27','1'),(3927,2160,'stm_day_27','1'),(3928,2194,'stm_day_27','1'),(3929,2163,'stm_day_27','1'),(3930,3728,'stm_day_27','1'),(3931,1851,'stm_day_27','1'),(3932,1859,'stm_day_27','1'),(3933,2146,'stm_day_27','1'),(3934,2184,'stm_day_27','1'),(3935,1,'stm_day_27','1'),(3936,2163,'stm_day_16','2'),(3937,2163,'stm_month_11','1'),(3938,2142,'stm_month_11','1'),(3939,2166,'stm_month_11','1'),(3940,2188,'stm_month_11','1'),(3941,2191,'stm_month_11','1'),(3942,2194,'stm_day_22','2'),(3943,2156,'stm_day_22','3'),(3944,2156,'stm_month_11','1'),(3945,1851,'stm_day_22','3'),(3946,2181,'stm_day_22','3'),(3947,2181,'stm_month_11','1'),(3948,1,'stm_month_11','1'),(3949,2144,'stm_day_22','3'),(3950,2144,'stm_month_11','1'),(3951,2163,'stm_month_12','2'),(3952,1859,'stm_month_12','2'),(3953,2166,'stm_month_12','2'),(3954,2188,'stm_month_12','2'),(3955,2191,'stm_month_12','2'),(3956,2194,'stm_month_12','2'),(3957,2144,'stm_month_12','2'),(3958,2156,'stm_month_12','2'),(3959,2184,'stm_day_22','2'),(3960,3728,'stm_day_22','2'),(3961,3728,'stm_month_12','2'),(3962,2181,'stm_month_12','2'),(3963,2142,'stm_day_22','2'),(3964,2142,'stm_month_12','2'),(3965,2166,'stm_day_22','1'),(3966,2191,'stm_day_22','1'),(3967,2188,'stm_day_22','1'),(3968,2160,'stm_day_22','1'),(3969,2163,'stm_day_22','1'),(3970,1859,'stm_day_22','1'),(3971,2146,'stm_day_22','1'),(3972,1,'stm_day_19','1'),(3973,2194,'stm_day_19','1'),(3974,2142,'stm_day_19','1'),(3975,2156,'stm_day_19','1'),(3976,2160,'stm_day_19','1'),(3977,1851,'stm_day_19','1'),(3978,2181,'stm_day_19','1'),(3979,2188,'stm_day_19','1'),(3980,2146,'stm_day_19','1'),(3981,1859,'stm_day_19','1'),(3982,2166,'stm_day_19','1'),(3983,2184,'stm_day_19','1'),(3984,3728,'stm_day_19','1'),(3985,2171,'stm_day_19','1'),(3986,2144,'stm_day_19','1'),(3987,2191,'stm_day_19','1'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_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`) ) ENGINE=InnoDB AUTO_INCREMENT=4227 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2019-02-23 17:07:22','2019-02-23 16:07:22','\n

Bienvenue sur WordPress. Ceci est votre premier article. Modifiez où supprimez-le, puis commencez à écrire !

\n','Bonjour tout le monde !','','publish','open','open','','bonjour-tout-le-monde','','','2019-02-23 17:07:22','2019-02-23 16:07:22','',0,'http://fj-lifesciences.com/?p=1',0,'post','',1),(2,1,'2019-02-23 17:07:22','2019-02-23 16:07:22','\n

Ceci est une page d’exemple. C’est différent d’un article de blog parce qu’elle restera au même endroit et apparaîtra dans la navigation de votre site (dans la plupart des thèmes). La plupart des gens commencent par une page « À propos » qui les présente aux visiteurs du site. Cela pourrait ressembler à quelque chose comme cela :

\n\n\n\n

Bonjour ! Je suis un mécanicien qui aspire à devenir acteur, et voici mon site. J’habite à Bordeaux, j’ai un super chien baptisé Russell, et j’aime la vodka-ananas (ainsi qu’être surpris par la pluie soudaine lors de longues balades sur la plage au coucher du soleil).

\n\n\n\n

... ou quelque chose comme cela :

\n\n\n\n

La société 123 Machin Truc a été créée en 1971, et n’a cessé de proposer au public des machins-trucs de qualité depuis lors. Située à Saint-Remy-en-Bouzemont-Saint-Genest-et-Isson, 123 Machin Truc emploie 2 000 personnes, et fabrique toutes sortes de bidules super pour la communauté bouzemontoise.

\n\n\n\n

En tant que nouvel·le utilisateur ou utilisatrice de WordPress, vous devriez vous rendre sur votre tableau de bord pour supprimer cette page et créer de nouvelles pages pour votre contenu. Amusez-vous bien !

\n','Page d’exemple','','publish','closed','open','','page-d-exemple','','','2019-02-23 17:07:22','2019-02-23 16:07:22','',0,'http://fj-lifesciences.com/?page_id=2',0,'page','',0),(3,1,'2019-02-23 17:07:22','2019-02-23 16:07:22','

Qui sommes-nous ?

L’adresse de notre site Web est : http://fj-lifesciences.com.

Utilisation des données personnelles collectées

Commentaires

Quand vous laissez un commentaire sur notre site web, les données inscrites dans le formulaire de commentaire, mais aussi votre adresse IP et l’agent utilisateur de votre navigateur sont collectés pour nous aider à la détection des commentaires indésirables.

Une chaîne anonymisée créée à partir de votre adresse de messagerie (également appelée hash) peut être envoyée au service Gravatar pour vérifier si vous utilisez ce dernier. Les clauses de confidentialité du service Gravatar sont disponibles ici : https://automattic.com/privacy/. Après validation de votre commentaire, votre photo de profil sera visible publiquement à coté de votre commentaire.

Médias

Si vous êtes un utilisateur ou une utilisatrice enregistré·e et que vous téléversez des images sur le site web, nous vous conseillons d’éviter de téléverser des images contenant des données EXIF de coordonnées GPS. Les visiteurs de votre site web peuvent télécharger et extraire des données de localisation depuis ces images.

Formulaires de contact

Cookies

Si vous déposez un commentaire sur notre site, il vous sera proposé d’enregistrer votre nom, adresse de messagerie et site web dans des cookies. C’est uniquement pour votre confort afin de ne pas avoir à saisir ces informations si vous déposez un autre commentaire plus tard. Ces cookies expirent au bout d’un an.

Si vous avez un compte et que vous vous connectez sur ce site, un cookie temporaire sera créé afin de déterminer si votre navigateur accepte les cookies. Il ne contient pas de données personnelles et sera supprimé automatiquement à la fermeture de votre navigateur.

Lorsque vous vous connecterez, nous mettrons en place un certain nombre de cookies pour enregistrer vos informations de connexion et vos préférences d’écran. La durée de vie d’un cookie de connexion est de deux jours, celle d’un cookie d’option d’écran est d’un an. Si vous cochez « Se souvenir de moi », votre cookie de connexion sera conservé pendant deux semaines. Si vous vous déconnectez de votre compte, le cookie de connexion sera effacé.

En modifiant ou en publiant une publication, un cookie supplémentaire sera enregistré dans votre navigateur. Ce cookie ne comprend aucune donnée personnelle. Il indique simplement l’ID de la publication que vous venez de modifier. Il expire au bout d’un jour.

Contenu embarqué depuis d’autres sites

Les articles de ce site peuvent inclure des contenus intégrés (par exemple des vidéos, images, articles…). Le contenu intégré depuis d’autres sites se comporte de la même manière que si le visiteur se rendait sur cet autre site.

Ces sites web pourraient collecter des données sur vous, utiliser des cookies, embarquer des outils de suivis tiers, suivre vos interactions avec ces contenus embarqués si vous disposez d’un compte connecté sur leur site web.

Statistiques et mesures d’audience

Utilisation et transmission de vos données personnelles

Durées de stockage de vos données

Si vous laissez un commentaire, le commentaire et ses métadonnées sont conservés indéfiniment. Cela permet de reconnaître et approuver automatiquement les commentaires suivants au lieu de les laisser dans la file de modération.

Pour les utilisateurs et utilisatrices qui s’enregistrent sur notre site (si cela est possible), nous stockons également les données personnelles indiquées dans leur profil. Tous les utilisateurs et utilisatrices peuvent voir, modifier ou supprimer leurs informations personnelles à tout moment (à l’exception de leur nom d’utilisateur·ice). Les gestionnaires du site peuvent aussi voir et modifier ces informations.

Les droits que vous avez sur vos données

Si vous avez un compte ou si vous avez laissé des commentaires sur le site, vous pouvez demander à recevoir un fichier contenant toutes les données personnelles que nous possédons à votre sujet, incluant celles que vous nous avez fournies. Vous pouvez également demander la suppression des données personnelles vous concernant. Cela ne prend pas en compte les données stockées à des fins administratives, légales ou pour des raisons de sécurité.

Transmission de vos données personnelles

Les commentaires des visiteurs peuvent être vérifiés à l’aide d’un service automatisé de détection des commentaires indésirables.

Informations de contact

Informations supplémentaires

Comment nous protégeons vos données

Procédures mises en œuvre en cas de fuite de données

Les services tiers qui nous transmettent des données

Opérations de marketing automatisé et/ou de profilage réalisées à l’aide des données personnelles

Affichage des informations liées aux secteurs soumis à des régulations spécifiques

','Politique de confidentialité','','draft','closed','open','','politique-de-confidentialite','','','2019-02-23 17:07:22','2019-02-23 16:07:22','',0,'http://fj-lifesciences.com/?page_id=3',0,'page','',0),(6,1,'2019-02-24 11:38:17','2019-02-24 10:38:17','\n\n\n\n\n\n\n\n[submit \"Envoyer\"]\nFJ Life Sciences \"[your-subject]\"\nFJ Life Sciences \nDe : [your-name] <[your-email]>\nObjet : [your-subject]\n\nCorps du message :\n[your-message]\n\n-- \nCet e-mail a été envoyé via le formulaire de contact de FJ Life Sciences (http://fj-lifesciences.com) \ncontact@couleurvelvet.com\nReply-To: [your-email]\n\n0\n0\n\nFJ Life Sciences \"[your-subject]\"\nFJ Life Sciences \nCorps du message :\n[your-message]\n\n-- \nCet e-mail a été envoyé via le formulaire de contact de FJ Life Sciences (http://fj-lifesciences.com) \n[your-email]\nReply-To: contact@couleurvelvet.com\n\n0\n0\nMerci pour votre message. Il a été envoyé.\nUne erreur s’est produite lors de l’envoi de votre message. Veuillez essayer à nouveau plus tard.\nUn ou plusieurs champs contiennent une erreur. Veuillez vérifier et essayer à nouveau.\nUne erreur s’est produite lors de l’envoi de votre message. Veuillez essayer à nouveau plus tard.\nVous devez accepter les termes et conditions avant d’envoyer votre message.\nCe champ est obligatoire.\nLe champ est trop long.\nLe champ est trop court.','Formulaire de contact 1','','publish','closed','closed','','formulaire-de-contact-1','','','2019-02-24 11:38:17','2019-02-24 10:38:17','',0,'http://fj-lifesciences.com/?post_type=wpcf7_contact_form&p=6',0,'wpcf7_contact_form','',0),(7,1,'2017-09-20 05:47:55','2017-09-20 05:47:55','\n\n\n\n\n\n\n\n[submit \"Send\"]\nSuper Site! \"[your-subject]\"\n[your-name] \nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Super Site! (http://unittest.loc)\ntimur@stylemix.net\nReply-To: [your-email]\n\n0\n0\n\nSuper Site! \"[your-subject]\"\nSuper Site! \nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Super Site! (http://unittest.loc)\n[your-email]\nReply-To: timur@stylemix.net\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2017-09-20 05:47:55','2017-09-20 05:47:55','',0,'http://unittest.loc/?post_type=wpcf7_contact_form&p=7',0,'wpcf7_contact_form','',0),(1570,1,'2016-12-30 08:40:40','2016-12-30 08:40:40','body.page-two-column:not(.archive) #primary .entry-content {width:100%}\n.site-navigation-fixed.navigation-top {z-index:9999}\n.stm-login-register-form .stm-login-form form .form-group.form-checker span {color:#fff;}','twentyseventeen','','publish','closed','closed','','twentyseventeen','','','2016-12-30 08:40:40','2016-12-30 08:40:40','',0,'http://motorswp.stm/plugin/2016/12/30/twentyseventeen/',0,'custom_css','',0),(1657,1,'2017-01-02 07:05:36','2017-01-02 07:05:36','[stm_add_login_page]','Login page','','publish','closed','closed','','login-page','','','2017-01-02 07:05:36','2017-01-02 07:05:36','',0,'http://plugin.loc/?page_id=1657',0,'page','',0),(1713,1,'2017-04-13 07:28:20','2017-04-13 07:28:20','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Discover the world of Business\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505712340288{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"We consider all the drivers of change from the ground up and we’ll motivate you to make the change.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\n

About Company

\n17 years of experience helping people to find the best solutions.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\n

Our Mission

\nReducing risk and enhancing housing finance market liquidity.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=gPgMltxn-N4\" css=\".vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.8)\"][vc_column][vc_custom_heading text=\"ATTRIBUTION\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505712745624{margin-top: 33px !important;margin-bottom: 78px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505712745622{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494677731771{margin-bottom: 111px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162251965{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-bulb_b\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"CREATE NEW BUSINESS\" flip_content=\"Generate new products with higher potential and lower risks of failure. We build services for you from initial sketches to the final production.\"]\n
UNIQUE IDEAS & SOLUTIONS
\nExperience in all the major geographies, meaning we understand all underlying drivers.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162256127{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-darts\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"BRAND NEW STARTUP\" flip_content=\"Experience in all the major geographies, meaning we understand all underlying drivers. We build services for you from initial sketches to the final production.\"]\n
TARGETING & POSITIONING
\nGenerate new products with higher potential and lower risks of failure.\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492170545778{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-hands\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"62\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"24/7 SUPPORT\" flip_content=\"Generate new products with higher potential and lower risks of failure. Experience in all the major geographies, meaning we understand all underlying drivers.\"]\n
FRIENDLY CUSTOMER SERVICE
\nWe build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"OUR SERVICES\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494654282573{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494654313703{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"We allow you to start without having to worry about making a mistake, as we use our outstanding experience.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"17\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\n\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','Front page','','publish','closed','closed','','front-page','','','2017-04-13 07:28:20','2017-04-13 07:28:20','',0,'http://pearl.stylemixthemes.com/?page_id=1713',0,'page','',0),(1840,1,'2017-04-20 10:35:05','2017-04-20 10:35:05','
\n
[text* your-name placeholder \"Name*\"]
\n
[email* your-email placeholder \"Email*\"]
\n
\n
\n
[tel your-tel placeholder \"Phone\"]
\n
[select country \"Country\" \"USA\" \"France\" \"Germany\"]
\n
\n
[textarea your-message placeholder \"Your Message\"]
\n\n[submit class:btn class:btn_primary class:btn_outline class:btn_lg class:wtc \"Submit\"]\n1\nbot@stylemixthemes.com\nbot@stylemixthemes.com\nbot@stylemixthemes.com\nbot@stylemixthemes.com\n\n\n\n\n\n\n\n\n\n\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Request a callback','','publish','closed','closed','','untitled','','','2017-04-20 10:35:05','2017-04-20 10:35:05','',0,'http://pearl.stylemixthemes.com/?post_type=wpcf7_contact_form&p=1840',0,'wpcf7_contact_form','',0),(1851,1,'2010-04-21 11:38:03','2010-04-21 11:38:03','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
  • \n
\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
  • \n
\n[/vc_column_text][/vc_column][/vc_row]','Retail banks wake up to digital lending','','publish','open','open','','retail-banks-wake-up-to-digital-lending','','','2010-04-21 11:38:03','2010-04-21 11:38:03','',0,'http://pearl.stylemixthemes.com/blog/2017/04/21/companies-in-nj-launched-a-joint-project-on-three-tower-hall/',0,'post','',0),(1859,1,'2015-04-21 12:58:03','2015-04-21 12:58:03','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
  • \n
\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
  • \n
\n[/vc_column_text][/vc_column][/vc_row]','Three quarters of construction workers victim of large-scale','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc iaculis purus at lectus viverra rutrum ut vel eros. ','publish','open','open','','three-quarters-of-construction-workers-victim-of-large-scale','','','2015-04-21 12:58:03','2015-04-21 12:58:03','',0,'http://pearl.stylemixthemes.com/blog/2017/04/21/retail-banks-wake-up-to-digital-lending-2/',0,'post','',0),(1895,1,'2017-04-24 13:11:53','2017-04-24 13:11:53','[vc_row css=\".vc_custom_1494667726640{margin-bottom: 38px !important;}\"][vc_column css=\".vc_custom_1494840796298{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"Society where there is understanding \" font_container=\"tag:h2|font_size:34|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1501570837435{margin-bottom: 54px !important;}\"][vc_column_text]Founded in 1988, Putnam Associates has been serving global biopharmaceutical, diagnostics, and medical device clients, along with private equity and venture capital clients, providing world class strategic advice based on sophisticated, robust analytics. Our focus enables us to provide customized, actionable recommendations that draw on robust problem framing, cutting-edge methodologies, deep therapeutic area knowledge, extensive global networks of health care stakeholders, and expert synthesis across scientific, clinical, and business disciplines.\n\nOur consultants have similar professional and educational backgrounds to those at generalist strategy consulting firms but with a significant advantage: 100% of Putnam’s work is dedicated to maximizing the value of the pharmaceutical, biotechnology, diagnostic and device products. We serve clients who market many of the world’s best-known biopharmaceuticals, and who are leveraging the genomics and “big data” revolutions month by month with new breakthrough therapies and higher quality patient care.[/vc_column_text][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-12 vc_col-md-12\"][vc_single_image image=\"3814\" img_size=\"350x203\" onclick=\"link_image\" css=\".vc_custom_1501839912866{margin-top: 4px !important;margin-bottom: 33px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-12 vc_col-md-12\"][vc_single_image image=\"3812\" img_size=\"350x203\" onclick=\"link_image\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1501744183900{margin-bottom: 85px !important;padding-top: 99px !important;padding-bottom: 40px !important;background-color: #eceff2 !important;}\"][vc_column css=\".vc_custom_1501744195707{margin-bottom: 33px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_icontext font_size=\"26\" line_height=\"35\" font_family=\"stm_mf\" icon_size=\"58\" icon_margin=\"23\" icon_class=\"mtc\" text=\"MORE THAN 25 YEARS OF EXPERIENCE\" icon=\"stmicon-diagramm_svg\" css=\".vc_custom_1494667777920{margin-bottom: 16px !important;}\"][vc_column_text css=\".vc_custom_1494667798929{margin-bottom: 29px !important;}\"]Our consultants have similar professional and educational backgrounds to those at generalist strategy consulting firms but with a significant advantage: 100% of Putnam’s work is dedicated to maximizing the value of the pharmaceutical, biotechnology, diagnostic and device products.[/vc_column_text][stm_button button_style=\"outline\" button_size=\"lg\" button_pos=\"left\" link=\"url:%2Fhistory|title:Our%20History||\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_progress_bar values=\"%5B%7B%22label%22%3A%22Integrity%22%2C%22value%22%3A%2285%22%2C%22color%22%3A%22custom%22%2C%22customcolor%22%3A%22%233c98ff%22%2C%22customtxtcolor%22%3A%22%23222222%22%7D%5D\" bgcolor=\"white\" css=\".vc_custom_1494668387228{margin-bottom: 58px !important;}\"][vc_progress_bar values=\"%5B%7B%22label%22%3A%22OPERATIONAL%20EXCELLENCE%22%2C%22value%22%3A%2250%22%2C%22color%22%3A%22custom%22%2C%22customcolor%22%3A%22%233c98ff%22%2C%22customtxtcolor%22%3A%22%23222222%22%7D%5D\" bgcolor=\"white\" css=\".vc_custom_1494668392313{margin-bottom: 58px !important;}\"][vc_progress_bar values=\"%5B%7B%22label%22%3A%22INNOVATION%22%2C%22value%22%3A%2260%22%2C%22color%22%3A%22custom%22%2C%22customcolor%22%3A%22%233c98ff%22%2C%22customtxtcolor%22%3A%22%23222222%22%7D%5D\" bgcolor=\"white\" css=\".vc_custom_1494668397972{margin-bottom: 58px !important;}\"][vc_progress_bar values=\"%5B%7B%22label%22%3A%22CONTINUOUS%20IMPROVEMENT%22%2C%22value%22%3A%2278%22%2C%22color%22%3A%22custom%22%2C%22customcolor%22%3A%22%233c98ff%22%2C%22customtxtcolor%22%3A%22%23222222%22%7D%5D\" bgcolor=\"white\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493116352369{margin-bottom: 90px !important;}\"][vc_column][vc_custom_heading text=\"Bringing quality and safety to life.\n\n\" font_container=\"tag:h3|font_size:35|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_custom_heading text=\"Watch our presentation video\" font_container=\"tag:h5|font_size:20|text_align:center|color:%2395959d|line_height:24px\" use_theme_fonts=\"yes\" css=\".vc_custom_1494668557781{margin-bottom: 62px !important;}\" el_class=\"fwn\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=JIG6nhdsxbo\" image=\"3813\" height=\"575\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1501839879845{margin-bottom: 100px !important;}\" gradient_animation=\"#EE7752,#E73C7E,#23A6D5,#23D5AB\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%23|title:Get%20in%20touch||\"]\n
Just send us your questions and we will give you the help you need.
\n[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1493123147364{margin-bottom: 30px !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1493120834872{margin-bottom: 30px !important;}\"][vc_single_image image=\"3813\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Our focus enables us to provide customized, actionable recommendations that draw.\" font_container=\"tag:h3|font_size:30|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" css=\".vc_custom_1493117061966{margin-bottom: 25px !important;}\"][vc_column_text]\n
Our focus enables us to provide customized, actionable recommendations that draw on robust problem framing, cutting-edge methodologies, deep therapeutic area knowledge, extensive global networks of health care stakeholders, and expert synthesis across scientific, clinical, and business disciplines.
\n[/vc_column_text][vc_column_text css=\".vc_custom_1493118554084{margin-bottom: 64px !important;}\"]Putnam’s work is dedicated to maximizing the value of the pharmaceutical, biotechnology, diagnostic and device products. We serve clients who market many of the world’s best-known biopharmaceuticals, and who are leveraging the genomics and “big data” revolutions month by month with new breakthrough therapies and higher quality patient care.[/vc_column_text][vc_column_text el_class=\"pull-left\"]\n

Bernie Clinton

\nFOUNDER[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1494661064903{border-top-width: 1px !important;padding-top: 50px !important;border-top-color: #dddddd !important;border-top-style: solid !important;}\"][vc_column][stm_partners partners=\"%5B%7B%22logo%22%3A%223815%22%2C%22url%22%3A%22%23%22%2C%22title%22%3A%22ARAMIZ%22%2C%22description%22%3A%22Wonderful%20Partner%20in%20the%20sphere%20of%20advances%20in%20technology%2C%20sustainability%2C%20lean%20practices%2C%20and%20field%20operations%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%7D%5D\" image_size=\"120x50\" grayscale=\"stm_partners_grayscale\" style=\"style_3\"][/vc_column][/vc_row]','About Company','','publish','closed','closed','','about-us','','','2017-04-24 13:11:53','2017-04-24 13:11:53','',0,'http://pearl.stylemixthemes.com/?page_id=1895',0,'page','',0),(1974,1,'2017-04-26 04:54:57','2017-04-26 04:54:57','[vc_row][vc_column][vc_column_text][booked-calendar style=\"list\"][/vc_column_text][/vc_column][/vc_row]','Appointments','','publish','closed','closed','','appointments','','','2017-04-26 04:54:57','2017-04-26 04:54:57','',0,'http://pearl.stylemixthemes.com/?page_id=1974',0,'page','',0),(1977,1,'2017-05-01 00:00:00','2017-05-01 00:00:00','','May 4, 2017 @ 12:00 am (User: 2)','','publish','closed','closed','','may-4-2017-1200-am-user-2','','','2017-05-01 00:00:00','2017-05-01 00:00:00','',0,'http://pearl.stylemixthemes.com/?post_type=booked_appointments&p=1977',0,'booked_appointments','',0),(1979,1,'2017-04-01 00:00:00','2017-04-01 00:00:00','','April 27, 2017 @ 12:00 am (User: 3)','','publish','closed','closed','','april-27-2017-1200-am-user-3','','','2017-04-01 00:00:00','2017-04-01 00:00:00','',0,'http://pearl.stylemixthemes.com/?post_type=booked_appointments&p=1979',0,'booked_appointments','',0),(1985,1,'2017-04-26 10:36:46','2017-04-26 10:36:46','[vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"We work on the forefront\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494669983201{margin-bottom: 37px !important;}\"][vc_custom_heading text=\"To learn more about our service offerings and industry expertise or to have an Consulting professional contact you directly, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][vc_column css=\".vc_custom_1494841354209{margin-top: 9px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][stm_contact style=\"style_2\" name=\"Sarah Milovsky\" image=\"3813\" image_size=\"80x80\" job=\"Head of communications\" phone=\"(33) 745 128 9714\" css=\".vc_custom_1494670272519{margin-bottom: 37px !important;}\"][stm_contact style=\"style_2\" name=\"Johnson Doe\" image=\"3814\" image_size=\"80x80\" job=\"Head of communications\" phone=\"(33) 745 128 9715\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column css=\".vc_custom_1494670211434{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #3c98ff !important;}\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"ADDRESS\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"6122 Collins Street West Victoria\n8007 Australia\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-contact_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"CONTACT US\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Telephone: (33) 745 128 9714\nFAX: (33) 745 128 9715\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1493210054916{padding-top: 5px !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@consulting.com\n\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3Ainfo%40consulting.com|||\" css=\".vc_custom_1493210006464{margin-bottom: 0px !important;}\"][vc_custom_heading text=\"brandon@consulting.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3Abrandon%40consulting.com|||\" css=\".vc_custom_1493210016939{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1493266864861{margin-top: -109px !important;margin-bottom: 100px !important;}\"][vc_column][stm_google_map map_height=\"542px\" map_zoom=\"18\" disable_carousel=\"disable\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJhZG1pbmlzdHJhdGl2ZSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIybGFiZWxzLnRleHQuZmlsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJjb2xvciUyMiUzQSUyMCUyMiUyMzQ0NDQ0NCUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU1RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmZlYXR1cmVUeXBlJTIyJTNBJTIwJTIyYWRtaW5pc3RyYXRpdmUubG9jYWxpdHklMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmdlb21ldHJ5JTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnZpc2liaWxpdHklMjIlM0ElMjAlMjJzaW1wbGlmaWVkJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyY29sb3IlMjIlM0ElMjAlMjIlMjMwM2U2ZWMlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMmxhbmRzY2FwZSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIyYWxsJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmNvbG9yJTIyJTNBJTIwJTIyJTIzZjJmMmYyJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJwb2klMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmFsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ2aXNpYmlsaXR5JTIyJTNBJTIwJTIyb2ZmJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJyb2FkJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZWxlbWVudFR5cGUlMjIlM0ElMjAlMjJhbGwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJzdHlsZXJzJTIyJTNBJTIwJTVCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc2F0dXJhdGlvbiUyMiUzQSUyMC0xMDAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJsaWdodG5lc3MlMjIlM0ElMjA0NSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU1RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmZlYXR1cmVUeXBlJTIyJTNBJTIwJTIycm9hZC5oaWdod2F5JTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZWxlbWVudFR5cGUlMjIlM0ElMjAlMjJhbGwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJzdHlsZXJzJTIyJTNBJTIwJTVCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydmlzaWJpbGl0eSUyMiUzQSUyMCUyMnNpbXBsaWZpZWQlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMnJvYWQuYXJ0ZXJpYWwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmxhYmVscy5pY29uJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnZpc2liaWxpdHklMjIlM0ElMjAlMjJvZmYlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMnRyYW5zaXQlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmFsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ2aXNpYmlsaXR5JTIyJTNBJTIwJTIyb2ZmJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJ3YXRlciUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIyYWxsJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmNvbG9yJTIyJTNBJTIwJTIyJTIzNDZiY2VjJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydmlzaWJpbGl0eSUyMiUzQSUyMCUyMm9uJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTBBJTVE\"][stm_google_map_address title=\"Brooklyn\" lat=\"40.678178\" lng=\"-73.944158\"][/stm_google_map][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"FEEDBACK FORM\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1494670373967{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"2035\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','Contacts','','publish','closed','closed','','contacts','','','2017-04-26 10:36:46','2017-04-26 10:36:46','',0,'http://pearl.stylemixthemes.com/?page_id=1985',0,'page','',0),(2035,1,'2017-04-27 05:38:38','2017-04-27 05:38:38','
\n
[text* your-name placeholder \"Name*\"]
\n
[email* your-email placeholder \"Email\"]
\n
\n
\n
[select inquiry \"Type of inquiry\" \"Consultation\" \"Meeting\" \"Credit\"]
\n
[textarea your-message placeholder \"Your Message\"]
\n
\n
\n[submit class:btn class:btn_lg class:btn_primary class:btn_solid class:btn_lg \"Send Inquiry\"]\n
\n1\nbot@stylemixthemes.com\nbot@stylemixthemes.com\nbot@stylemixthemes.com\nbot@stylemixthemes.com\n\n\n\n\n\n\n\n\n\n\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact us','','publish','closed','closed','','contact-us','','','2017-04-27 05:38:38','2017-04-27 05:38:38','',0,'http://pearl.stylemixthemes.com/?post_type=wpcf7_contact_form&p=2035',0,'wpcf7_contact_form','',0),(2041,1,'2017-04-27 06:37:32','2017-04-27 06:37:32','[vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"We have high standards and take pride in all we do.\" font_container=\"tag:h2|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1502194800384{margin-bottom: 70px !important;}\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493277705762{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1493277700179{margin-bottom: 30px !important;}\"][vc_column_text css=\".vc_custom_1502194936338{margin-bottom: 26px !important;}\"]With the cannabis industry ever expanding, customers have a myriad of options of where to buy their products which in turn raises the bar for competing dispensaries to earn their business. Since the cannabis industry is as of yet quite unregulated as far as quality assurance of product and cannabis training, the responsibility to ensure customer service and product quality is on the business.[/vc_column_text][stm_iconlist icon=\"stmicon-thumbs-up\" iconsize=\"19\" margins=\"13\" line_height=\"25\"]\n
    \n
  • This value remains continuous in our thoughts, a defined intention across.
  • \n
  • Everyone deserves respect, transparency, and honesty - the three pillars
  • \n
\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_column_text]We will save your dispensary money by identifying and eliminating any compliance issues (such as proper packaging, proper IDing, budtender to customer ratio, etc.), which in turn eliminates penalty and code violation fees and ensures repeat customer business and word of mouth recommendations that you will earn based upon the tested/proven quality of your products. Not only do we keep compliance/regulations issues in check and ensure quality control of the product, we also keep management informed of employee product knowledge and customer service. All of this equates more profit for the business. High Standards has two primary goals: to set the standards for customer service and experience.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" el_class=\"mbc\" css=\".vc_custom_1494660155114{margin-bottom: 104px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1501824008946{padding-right: 25% !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\" el_class=\"stm_default_paddings\"][stm_spacer height=\"98\" height_tablet=\"60\" height_mobile=\"50\" height_tablet_landscape=\"40\"][vc_custom_heading text=\"We are true to ourselves, and commit to always perform at our best.\" font_container=\"tag:h4|font_size:26|text_align:left|color:%23ffffff|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1501824510986{margin-bottom: 0px !important;}\"][stm_spacer height=\"42\" height_tablet=\"42\" height_mobile=\"30\" height_tablet_landscape=\"20\"][vc_column_text]We believe that we are outstanding. Not because we say it, but because we work hard at it. We are dedicated, committed and focused. We believe that every person will reach their personal best and overcome any challenge through a shared culture and ethos.[/vc_column_text][stm_spacer height=\"75\" height_tablet=\"30\" height_mobile=\"25\" height_tablet_landscape=\"0\"][/vc_column][vc_column stretch=\"right\" css=\".vc_custom_1501822927639{padding-top: 400px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/2&cs=tinysrgb&crop=?id=2060) !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494660238714{margin-bottom: 53px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1493292901073{margin-bottom: 30px !important;padding-right: 30px !important;}\"][vc_custom_heading text=\"OUR VISION\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:30px\" use_theme_fonts=\"yes\" css=\".vc_custom_1493286312092{margin-bottom: 40px !important;}\"][stm_icon_box icon=\"stmicon-eye_b\" icon_size=\"51\" icon_width=\"60\" style=\"style_3\" css=\".vc_custom_1493287005441{margin-bottom: 9px !important;}\"]\n
REAL MULTIPURPOSE THEME
\nWe provide outstanding service through teamwork, accountability and innovation of which is reflected in the quality of our results.[/stm_icon_box][stm_icon_box icon=\"stmicon-coin\" icon_size=\"46\" icon_width=\"60\" style=\"style_3\" css=\".vc_custom_1501744312363{margin-bottom: 6px !important;}\"]\n
ECO MONEY
\nWith up to 10 currency accounts with 45 currencies supported, you can instantly receive and send money to almost anyone anywhere in the world, anytime.[/stm_icon_box][stm_icon_box icon=\"stmicon-atom\" icon_size=\"51\" icon_width=\"60\" style=\"style_3\"]\n
FULLY CUSTOMIZABLE
\nTeamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"WHY WE EXIST\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:30px\" use_theme_fonts=\"yes\" css=\".vc_custom_1494660186116{margin-bottom: 35px !important;}\"][vc_column_text]Most of our clients come to us after working with another consultant or not getting the results they were expecting from implementing Tabs3 or PracticeMaster on their own. Regardless of your circumstances, chances are we can help you in reaching your objectives and provide a clear cost/time savings benefit analysis before you make the commitment.\n\nThis is the cornerstone of everything we do. We care about your law firm, your people, your specific needs, and results that you can use and measure immediately.\n\nOur clients entrust us to solve difficult problems in a manner that is secure and confidential from our first contact with them. Trust is the first attribute our clients recognize when we discuss solutions rather than problems.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1494498544236{margin-bottom: 100px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/2&cs=tinysrgb&crop=?id=2088) !important;}\" stm_transparent_bg=\"rgba(0,0,0,0.5)\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][vc_custom_heading text=\"We are true to ourselves, and commit to always perform at our best.\" font_container=\"tag:h2|text_align:center|color:%23ffffff|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494660277535{padding-top: 110px !important;padding-right: 20px !important;padding-bottom: 80px !important;padding-left: 20px !important;}\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row equal_height=\"yes\"][vc_column width=\"2/3\" css=\".vc_custom_1493295440318{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h4|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494660326912{margin-top: -7px !important;margin-bottom: 48px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1493293487425-2092e5a5-cbc1\"][vc_column_text]\n
\n\nShaping culture has been our sole focus since we were founded 40 years ago. We have worked in more than 50 countries around the world and are able to deliver our work in ten languages.\n\n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493293537066-c50ab8fb-1e6f\"][vc_column_text]Value engineering is based on a methodology developed by Lawrence Mines, who worked for the General Nizer Company in the USA during the Second World War. Because of the war, there were shortages of materials and certain finished products.\n\nHowever, manufacturing was running at maximum capacity, and ideas were needed to expand production.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493293536404-6bf98bd8-607f\"][vc_column_text]\n\nWe support CEOs, CFOs, controllers and treasurers to optimise the structure of their finance functions to improve their contribution to the business. We structure our support to ensure that finance addresses the challenges of achieving appropriate standards of control, efficient back office opportunities and support to the business through insight and challenge.\n\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493293535707-9add18a4-46a2\"][vc_column_text]We can also provide consultancy services to design and deliver development programs for business analysts at any level. We can help define the knowledge and key skills required for new or existing roles, assessing current or required competency levels and putting in place development programs.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1493295137464{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_row_inner][vc_column_inner css=\".vc_custom_1494660390212{padding-top: 101px !important;padding-bottom: 62px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/2&cs=tinysrgb&crop=?id=2095) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"96\" icon=\"stmicon-notebook_b\" icon_custom_color=\"#ffffff\" css=\".vc_custom_1493295381402{margin-bottom: 32px !important;}\"][vc_custom_heading text=\"OPERATIONAL EXCELLENCE\" font_container=\"tag:h4|font_size:26|text_align:center|color:%23ffffff|line_height:35px\" use_theme_fonts=\"yes\" css=\".vc_custom_1493295457849{margin-bottom: 38px !important;padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_text css=\".vc_custom_1493295625340{padding-right: 30px !important;padding-left: 30px !important;}\"]\n

We provide the best value to our customers by continuously refining our processes and cost structure.

\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Mission','','publish','closed','closed','','mission','','','2017-04-27 06:37:32','2017-04-27 06:37:32','',0,'http://pearl.stylemixthemes.com/?page_id=2041',0,'page','',0),(2109,1,'2017-04-27 12:25:13','2017-04-27 12:25:13','[vc_row][vc_column][stm_staff_container style=\"style_3\"][stm_staff name=\"Bernie clinton\" image_size=\"255x277\" job=\"Senior Advisor\" description=\"Bernie Clinton is a dedicated water professional who combines analytic and organizational skills for project work and support to network development around irrigation, water, sanitation and hygiene in urban and rural areas.\" full_description=\"Bernie Clinton is a dedicated water professional who combines analytic and organizational skills for project work and support to network development around irrigation, water, sanitation and hygiene in urban and rural areas.\" image=\"3814\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" gplus=\"#\" email=\"timur@stylemix.net\" phone=\"345345435\" skype=\"skype\"][stm_staff name=\"Ashley hardy\" image_size=\"255x277\" job=\"VP Sales and Marketing\" description=\"Ashley Hardy is Managing Director of Skat Foundation and Senior Knowledge Management Specialist. She has more than 20 years of working experience in International Cooperation. Her key competencies are in supporting and facilitating participatory processes, organizational learning, and strategic planning. Bertha is passionate about embracing dialogue, learning and co-creation processes in her work.\n\n\" full_description=\"Ashley Hardy is Managing Director of Skat Foundation and Senior Knowledge Management Specialist. She has more than 20 years of working experience in International Cooperation. Her key competencies are in supporting and facilitating participatory processes, organizational learning, and strategic planning. Bertha is passionate about embracing dialogue, learning and co-creation processes in her work.\" image=\"3813\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" gplus=\"#\"][stm_staff name=\"Gina Kennedy\" image_size=\"255x277\" job=\"Chief Marketing Officer\" description=\"Gina Kennedy likes to laugh a lot whenever possible. She has worked to improve access to drinking water in developing countries for 18 years, particularly in relation to groundwater and borehole drilling and service sustainability. She is a skilled researcher and facilitators, with extensive experience of leading international and interdisciplinary teams.\n\n\" full_description=\"Gina Kennedy likes to laugh a lot whenever possible. She has worked to improve access to drinking water in developing countries for 18 years, particularly in relation to groundwater and borehole drilling and service sustainability. She is a skilled researcher and facilitators, with extensive experience of leading international and interdisciplinary teams.\" image=\"3813\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" gplus=\"#\"][stm_staff name=\"Dennis Norrist\" image_size=\"255x277\" job=\"Chief Marketing Officer\" description=\"Dennis Norrisе has complemented experience in all aspects of architectural design, planning, general building construction and facility management in large public works projects for housing schemes, education and health facilities, including basic education infrastructure, community colleges, universities as well as hospitals and dispensaries.\n\n\" image=\"3814\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" gplus=\"#\" full_description=\"Dennis Norris has complemented experience in all aspects of architectural design, planning, general building construction and facility management in large public works projects for housing schemes, education and health facilities, including basic education infrastructure, community colleges, universities as well as hospitals and dispensaries.\n\"][stm_staff name=\"Fernando Torres\" image_size=\"255x277\" job=\"Administrator\" description=\"Fernando Torres is an experienced water and environmental sanitation specialist who combines technical expertise, backstopping proficiency and strategic reasoning for challenges in water supply, sanitation, water governance and rural infrastructure.\n\n\" full_description=\"Fernando Torres is an experienced water and environmental sanitation specialist who combines technical expertise, backstopping proficiency and strategic reasoning for challenges in water supply, sanitation, water governance and rural infrastructure.\n\n\" image=\"3813\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" gplus=\"#\"][/stm_staff_container][/vc_column][/vc_row]','Our team','','publish','closed','closed','','our-team','','','2017-04-27 12:25:13','2017-04-27 12:25:13','',0,'http://pearl.stylemixthemes.com/?page_id=2109',0,'page','',0),(2114,1,'2017-04-27 12:46:00','2017-04-27 12:46:00','[vc_row][vc_column][stm_post_type_list post_type=\"stm_projects\" title=\"Featured Cases\" num=\"3\" size=\"58x58\"][stm_button button_pos=\"fullwidth\" button_icon_pos=\"left\" button_icon=\"fa fa-file-text-o\" button_icon_class=\"custom\" button_icon_color=\"#ffffff\" button_icon_size=\"20\" button_divider=\"divider\" link=\"url:%2Fwp-content%2Fuploads%2F2017%2F05%2FENERGY-STAR.pdf|title:Download%20Brochure|target:%20_blank|\" css=\".vc_custom_1505818771236{margin-bottom: 40px !important;}\"][stm_testimonials number_row=\"1\" crop=\"130\" bullets=\"false\" img_size=\"52x52\" style=\"style_4\" number=\"3\" css=\".vc_custom_1505818879539{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}\"][stm_media_gallery post_type=\"stm_services\" title=\"See our gallery\" num=\"6\" size=\"75x75\"][/vc_column][/vc_row]','Page sidebar','','publish','closed','closed','','page-sidebar','','','2017-04-27 12:46:00','2017-04-27 12:46:00','',0,'http://pearl.stylemixthemes.com/?post_type=stm_sidebars&p=2114',0,'stm_sidebars','',0),(2132,1,'2017-05-01 04:23:33','2017-05-01 04:23:33','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"More than 50 years experience\" font_container=\"tag:h2|text_align:center|color:%23222222|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1493700386282{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Company was founded in 2005 in St. Louis, Missouri, as a manufacturer of electric motors and fans. Over the past 10-plus years, we have grown from a regional company into a global technology solutions powerhouse.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\" css=\".vc_custom_1493701149153{margin-bottom: 60px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][stm_posttimeline length=\"35\" year=\"true\" title=\"true\" categories=\"54\"][/vc_column][/vc_row]','Our history','','publish','closed','closed','','our-history','','','2017-05-01 04:23:33','2017-05-01 04:23:33','',0,'http://pearl.stylemixthemes.com/?page_id=2132',0,'page','',0),(2142,1,'1965-05-01 05:13:41','1965-05-01 05:13:41','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
  • \n
\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
  • \n
\n[/vc_column_text][/vc_column][/vc_row]','First company introducing and opening','Two Scotland-born brothers, Charles and Alexander Meston, see a tremendous business opportunity in developing a reliable electric motor. ','publish','open','open','','first-opening','','','1965-05-01 05:13:41','1965-05-01 05:13:41','',0,'http://pearl.stylemixthemes.com/?p=2142',0,'post','',0),(2144,1,'1968-05-01 05:15:16','1968-05-01 05:15:16','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
  • \n
\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
  • \n
\n[/vc_column_text][/vc_column][/vc_row]','Fierce Competition develop from companies','Emerson introduces the Parker scalloped blade design, moving air more quietly and efficiently. A design breakthrough upgrades Emerson.\n','publish','open','open','','fierce-competition-develops','','','1968-05-01 05:15:16','1968-05-01 05:15:16','',0,'http://pearl.stylemixthemes.com/?p=2144',0,'post','',0),(2146,1,'2017-05-01 05:16:07','2017-05-01 00:16:07','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1502167026073{margin-bottom: 30px !important;}\"][vc_column_text]As online marketing strategies continue to evolve, the development of microsites has proven to be highly effective. Microsites are an auxiliary to your company\'s primary website, with the main distinction being that microsites are often focused on a specific product or content theme.\n\nWhether functioning as an independent website or as a subdomain, microsites can be utilized to further a range of strategic objectives during a product launch. In addition to supporting sales efforts, microsites help to open distributor channels, generate industry awareness, boost search engine optimization efforts, and sculpt a unique, ownable brand image.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1502166992219{margin-bottom: 30px !important;}\"][vc_column_text]Effective integrated campaigns use direct mail, email, and brochure/sell sheets (among other tactics) to drive prospects to a microsite where they can view product specifications or informational videos. Give users the tools to download PDFs, order online, contact your company for more information, or find a nearby retailer where they can purchase your products. Both traditional and online PR can be used in the same fashion. By publicizing the launch of the product where your target audience spends time online, you can drive valuable traffic and interested users to the microsite. Furthermore, PR can notify industry publications of your product, where you might garner a review.[/vc_column_text][vc_column_text]\n
Microsites realize their full potential when used to complement other multi-channel marketing efforts by presenting relevant and in-depth information about a particular product. Ideally, your agency partner should develop a campaign that aligns strategy and messaging both online and off.
\n[/vc_column_text][vc_column_text]Remember that the greatest feature of a microsite is its infinite \"trackability.\" You can measure the metrics that matter while gleaning valuable customer insight from user behavior data, search terms, and content engagement. The track, measure and analyze the data provided by your web analytics tools to determine how to maximize the results of your product launch.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • GROWTH THROUGH INNOVATION/CREATIVITY:Rather than be constrained by ideas for the new products, new services, and new markets coming from just a few people.
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Increased profits:The corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
  • \n
\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Higher business values:The link between profits and business value means that the moment a corporation creates a new sustainable level of profit.
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Lower staff turnover:This, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
  • \n
\n[/vc_column_text][/vc_column][/vc_row]','Paves the way for an eventual merger','Emerson sales reach $17.1 billion, an 11 percent increase over the prior year. Emerson airs its first-ever TV commercials to spotlight.\n','publish','open','open','','paves-the-way-for-an-eventual-merger','','','2017-05-01 05:16:07','2017-05-01 00:16:07','',0,'http://pearl.stylemixthemes.com/?p=2146',0,'post','',0),(2156,1,'1967-05-01 10:46:21','1967-05-01 10:46:21','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
  • \n
\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
  • \n
\n[/vc_column_text][/vc_column][/vc_row]','First product is introduced to the world','The fledgling company builds its business around AC motors and manufactures the first electric fans sold in North America.\n\n','publish','open','open','','1967-product-is-introduced','','','1967-05-01 10:46:21','1967-05-01 10:46:21','',0,'http://pearl.stylemixthemes.com/blog/2017/05/01/first-opening-2/',0,'post','',0),(2160,1,'1990-05-01 10:49:11','1990-05-01 10:49:11','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
  • \n
\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
  • \n
\n[/vc_column_text][/vc_column][/vc_row]','Parker scalloped blade design','Joseph Newman is named the president and sets out to stabilize the company’s balance sheet. He moves the company to mass production.','publish','open','open','','parker-scalloped-blade-design','','','1990-05-01 10:49:11','1990-05-01 10:49:11','',0,'http://pearl.stylemixthemes.com/blog/2017/05/01/1971-product-is-introduced-2/',0,'post','',0),(2163,1,'2000-05-01 10:50:08','2000-05-01 10:50:08','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
  • \n
\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
  • \n
\n[/vc_column_text][/vc_column][/vc_row]','Design breakthrough upgrades product','Emerson introduces the Parker scalloped blade design, moving air more quietly and efficiently. Which are then used to power countless.','publish','open','open','','a-design-breakthrough-upgrades-product','','','2000-05-01 10:50:08','2000-05-01 10:50:08','',0,'http://pearl.stylemixthemes.com/blog/2017/05/01/1971-product-is-introduced-2/',0,'post','',0),(2166,1,'1980-05-01 12:24:31','1980-05-01 12:24:31','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
  • \n
\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
  • \n
\n[/vc_column_text][/vc_column][/vc_row]','Company expands into eight story factory-building','In St. Louis, Emerson displays its product line in the dazzling Palace of Electricity as the nationwide demand for electricity continues to soar.','publish','open','open','','%d1%81ompany-expands-into-a-new-eight-story-factory-building-in-st-louis','','','1980-05-01 12:24:31','1980-05-01 12:24:31','',0,'http://pearl.stylemixthemes.com/blog/2017/05/01/a-design-breakthrough-upgrades-product-2/',0,'post','',0),(2171,1,'1985-05-01 12:35:20','1985-05-01 12:35:20','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
  • \n
\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
  • \n
\n[/vc_column_text][/vc_column][/vc_row]','Joseph Newman is named president','Herbert I. Finch becomes president during the ‘Roaring Twenties’ of general prosperity. But by the end of his tenure, the company.\n','publish','open','open','','joseph-newman-is-named-president-and-sets-out-to-stabilize-the-companys-balance-sheet','','','1985-05-01 12:35:20','1985-05-01 12:35:20','',0,'http://pearl.stylemixthemes.com/blog/2017/05/01/company-expands-into-a-new-eight-story-factory-building-in-st-louis/',0,'post','',0),(2181,1,'1974-05-02 04:24:03','1974-05-02 04:24:03','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
  • \n
\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
  • \n
\n[/vc_column_text][/vc_column][/vc_row]','Company announces range of security products.','Design breakthrough upgrades Emerson Motors to a more useful horsepower, which is then used to power countless time and effort-saving','publish','open','open','','company-announces-a-range-of-advanced-security-products-and-solutions','','','1974-05-02 04:24:03','1974-05-02 04:24:03','',0,'http://pearl.stylemixthemes.com/blog/2017/05/02/first-opening-2/',0,'post','',0),(2184,1,'2017-05-02 04:27:13','2017-05-01 23:27:13','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1502167026073{margin-bottom: 30px !important;}\"][vc_column_text]As online marketing strategies continue to evolve, the development of microsites has proven to be highly effective. Microsites are an auxiliary to your company\'s primary website, with the main distinction being that microsites are often focused on a specific product or content theme.\n\nWhether functioning as an independent website or as a subdomain, microsites can be utilized to further a range of strategic objectives during a product launch. In addition to supporting sales efforts, microsites help to open distributor channels, generate industry awareness, boost search engine optimization efforts, and sculpt a unique, ownable brand image.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1502166992219{margin-bottom: 30px !important;}\"][vc_column_text]Effective integrated campaigns use direct mail, email, and brochure/sell sheets (among other tactics) to drive prospects to a microsite where they can view product specifications or informational videos. Give users the tools to download PDFs, order online, contact your company for more information, or find a nearby retailer where they can purchase your products. Both traditional and online PR can be used in the same fashion. By publicizing the launch of the product where your target audience spends time online, you can drive valuable traffic and interested users to the microsite. Furthermore, PR can notify industry publications of your product, where you might garner a review.[/vc_column_text][vc_column_text]\n
Microsites realize their full potential when used to complement other multi-channel marketing efforts by presenting relevant and in-depth information about a particular product. Ideally, your agency partner should develop a campaign that aligns strategy and messaging both online and off.
\n[/vc_column_text][vc_column_text]Remember that the greatest feature of a microsite is its infinite \"trackability.\" You can measure the metrics that matter while gleaning valuable customer insight from user behavior data, search terms, and content engagement. The track, measure and analyze the data provided by your web analytics tools to determine how to maximize the results of your product launch.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • GROWTH THROUGH INNOVATION/CREATIVITY:\nRather than be constrained by ideas for the new products, new services, and new markets coming from just a few people.
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
  • \n
\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit.
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
  • \n
\n[/vc_column_text][/vc_column][/vc_row]','Company launches new software channel','Emerson acquires Aperture, a leading provider of data center management software. Emerson reported 140,700 employees worldwide that year.\n','publish','open','open','','company-launches-new-software-channel-reseller-program','','','2017-05-02 04:27:13','2017-05-01 23:27:13','',0,'http://pearl.stylemixthemes.com/blog/2017/05/02/paves-the-way-for-an-eventual-merger-2/',0,'post','',0),(2188,1,'1983-05-02 04:27:58','1983-05-02 04:27:58','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
  • \n
\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
  • \n
\n[/vc_column_text][/vc_column][/vc_row]','Company Newman is named president and sets','Under the leadership of Thomas Meston, the company expands into a new, eight-story factory building in St. Louis. Becomes president.\n','publish','open','open','','company-newman-is-named-president-and-sets-out-to-stabilize-the-companys-balance-sheet-2','','','1983-05-02 04:27:58','1983-05-02 04:27:58','',0,'http://pearl.stylemixthemes.com/blog/2017/05/02/joseph-newman-is-named-president-and-sets-out-to-stabilize-the-companys-balance-sheet-2/',0,'post','',0),(2191,1,'1982-05-02 04:42:47','1982-05-02 04:42:47','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
  • \n
\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
  • \n
\n[/vc_column_text][/vc_column][/vc_row]','Company completes security certification','By the end of World War I, Emerson’s annual sales approach $3 million dollars. Under the leadership, the company expands into a new.\n\n','publish','open','open','','company-completes-security-certification-for-multi-client-outsourcing-centers','','','1982-05-02 04:42:47','1982-05-02 04:42:47','',0,'http://pearl.stylemixthemes.com/blog/2017/05/02/company-announces-new-focused-strategy-building-on-the-companys-strengths/',0,'post','',0),(2194,1,'1990-05-02 04:44:14','1990-05-02 04:44:14','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n\nGrowth through innovation/creativity:\n\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees\n\n[/vc_column_text][vc_column_text]\n\nIncreased profits:\n\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.\n\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n\nHigher business values:\n\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.\n\n[/vc_column_text][vc_column_text]\n\nLower staff turnover:\n\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.\n\n[/vc_column_text][/vc_column][/vc_row]','Company opens green design data center','The company shortens its name to “Emerson” and launches a new brand strategy with a new corporate logo to reflect technology leadership.','publish','open','open','','company-opens-a-data-center-with-innovative-green-design','','','1990-05-02 04:44:14','1990-05-02 04:44:14','',0,'http://pearl.stylemixthemes.com/blog/2017/05/02/a-design-breakthrough-upgrades-product-2/',0,'post','',0),(2200,1,'2017-05-02 05:37:34','2017-05-02 05:37:34','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','Executive Retreats and Programs','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency;','publish','closed','closed','','executive-retreats-and-incentive-programs','','','2017-05-02 05:37:34','2017-05-02 05:37:34','',0,'http://pearl.stylemixthemes.com/?post_type=stm_events&p=2200',0,'stm_events','',0),(2221,1,'2017-05-02 11:16:26','2017-05-02 11:16:26','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Our experiences define our identity\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_custom_heading text=\"From a regional company into a global technology solutions powerhouse\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\" css=\".vc_custom_1501493783465{margin-bottom: 60px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][stm_events_list per_row=\"\" posts_per_page=\"10\"][/vc_column][/vc_row]','Events','','publish','closed','closed','','events-list','','','2017-05-02 11:16:26','2017-05-02 11:16:26','',0,'http://pearl.stylemixthemes.com/?page_id=2221',0,'page','',0),(2234,1,'2017-05-03 04:47:38','2017-05-03 04:47:38','[vc_row][vc_column][vc_wp_search][stm_post_type_list post_type=\"stm_projects\" title=\"Featured Cases\" num=\"3\" size=\"58x58\"][stm_button button_pos=\"fullwidth\" button_icon_pos=\"left\" button_icon=\"fa fa-file-text-o\" button_icon_class=\"custom\" button_icon_color=\"#ffffff\" button_icon_size=\"20\" button_divider=\"divider\" link=\"url:%2Fwp-content%2Fuploads%2F2017%2F05%2FENERGY-STAR.pdf|title:Download%20Brochure|target:%20_blank|\" css=\".vc_custom_1505818361378{margin-bottom: 40px !important;}\"][stm_testimonials crop=\"130\" bullets=\"false\" img_size=\"52x52\" style=\"style_4\" number=\"3\" css=\".vc_custom_1493377761793{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}\"][stm_media_gallery post_type=\"stm_services\" title=\"See our gallery\" num=\"6\" size=\"75x75\"][vc_row_inner css=\".vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner css=\".vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/2&cs=tinysrgb&crop=?id=2258) !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"85\" icon=\"stmicon-buddy\" icon_custom_color=\"#ffffff\" css=\".vc_custom_1493986709016{margin-bottom: 20px !important;}\"][vc_custom_heading text=\"how can we help you?\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text css=\".vc_custom_1493986758202{margin-bottom: 25px !important;}\"]\n

We provide the best value to our customers by continuously refining our

\n[/vc_column_text][stm_button button_style=\"outline\" button_pos=\"center\" button_color=\"white\" link=\"url:%2Fcontacts|title:Contact%20us||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Event sidebar','','publish','closed','closed','','event-sidebar','','','2017-05-03 04:47:38','2017-05-03 04:47:38','',0,'http://pearl.stylemixthemes.com/sidebars/page-sidebar-2/',0,'stm_sidebars','',0),(2250,1,'2017-05-04 17:43:01','2017-05-04 12:43:01','','Amanda Seyfried','','publish','closed','closed','','amanda-seyfried','','','2017-05-04 17:43:01','2017-05-04 12:43:01','',0,'http://pearl.stylemixthemes.com/?post_type=stm_speakers&p=2250',0,'stm_speakers','',0),(2251,1,'2017-05-04 17:43:34','2017-05-04 12:43:34','','Bernard Lesser','','publish','closed','closed','','bernard-lesser','','','2017-05-04 17:43:34','2017-05-04 12:43:34','',0,'http://pearl.stylemixthemes.com/?post_type=stm_speakers&p=2251',0,'stm_speakers','',0),(2252,1,'2017-05-05 10:06:59','2017-05-05 05:06:59','','Adam Buschemi','','publish','closed','closed','','adam-buschemi','','','2017-05-05 10:06:59','2017-05-05 05:06:59','',0,'http://pearl.stylemixthemes.com/?post_type=stm_speakers&p=2252',0,'stm_speakers','',0),(2253,1,'2017-05-05 10:07:30','2017-05-05 05:07:30','','Bianca Hammound','','publish','closed','closed','','bianca-hammound','','','2017-05-05 10:07:30','2017-05-05 05:07:30','',0,'http://pearl.stylemixthemes.com/?post_type=stm_speakers&p=2253',0,'stm_speakers','',0),(2254,1,'2017-05-05 10:08:31','2017-05-05 05:08:31','','Christian Marcil','','publish','closed','closed','','christian-marcil','','','2017-05-05 10:08:31','2017-05-05 05:08:31','',0,'http://pearl.stylemixthemes.com/?post_type=stm_speakers&p=2254',0,'stm_speakers','',0),(2270,1,'2017-05-08 09:44:13','2017-05-08 04:44:13','[vc_row][vc_column][vc_custom_heading text=\"We have high standards in all we do.\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1501582835468{margin-bottom: 30px !important;}\"][vc_column_text]Our people have decades of experience addressing our client’s most pressing business problems. A full-service consulting firm, we solve our client’s problems in an agile manner that reduces complexity and leads to early successes. This allows our clients to focus on their future knowing that their present is secure. Our solution offerings work together to provide our clients everything they need to transform into an effective, digital organization.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][stm_services style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row]','Our Services','','publish','closed','closed','','our-services','','','2017-05-08 09:44:13','2017-05-08 04:44:13','',0,'http://pearl.stylemixthemes.com/?page_id=2270',0,'page','',0),(2286,1,'2017-05-08 11:59:28','2017-05-08 06:59:28','[vc_row][vc_column][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]Simple Business Solutions has generated thousands of dollars in annual cost savings for businesses. Simple\'s comprehensive cost reduction analysis is performed on contingency, which means Simple is compensated only if cost savings are identified for your business. Cut costs and imagine what you could do with all that money added to your bottom line...[/vc_column_text][vc_single_image source=\"featured_image\" img_size=\"820x400\"][vc_column_text]\n
Want to Increase Sales in a Down Economy?
\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Business planning & strategy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234020661{margin-bottom: 26px !important;}\"][vc_column_text css=\".vc_custom_1494235286024{margin-bottom: 34px !important;}\"]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:[/vc_column_text][vc_column_text]\n\nWork fewer hours — and make more money\nAttract and retain quality, high-paying customers\nManage your time so you’ll get more done in less time\nHone sharp leadership skills to manage your team\nAutomate your business, so you can leave for days,\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234318457{margin-bottom: 24px !important;}\"][vc_round_chart stroke_width=\"2\" values=\"%5B%7B%22title%22%3A%22Option%201%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22turquoise%22%7D%2C%7B%22title%22%3A%22Option%202%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22pink%22%7D%2C%7B%22title%22%3A%22Option%203%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22mulled-wine%22%7D%5D\" el_class=\"small_chart\" css=\".vc_custom_1494234342834{margin-bottom: 2px !important;}\"][vc_column_text el_class=\"stm-effects_opacity\"]You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494240191005{margin-bottom: 60px !important;}\"][vc_column][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1494235408945-11809e1e-ed7b\"][vc_column_text]Simple\'s strategic marketing methodology has helped local businesses and others across the western U.S. achieve record growth during one of the worst economic periods in U.S. history. How? By auditing the effectiveness of current marketing efforts, developing and executing the right marketing strategy, then measuring and maximizing results to increase sales.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1494235463242-c72de02e-e1c7\"][vc_column_text]Simple Business Solutions helps businesses differentiate from competitors and make a lasting impression on prospects and customers. Simple dissects the ‘decision journey’ and gains insight into customer perceptions about your business and your competitors. Armed with this insight, Simple builds a powerful, memorable brand to establish your identity in a crowded marketplace.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240021552{margin-bottom: 31px !important;}\"][stm_charts design=\"bar\" x_values=\"JAN; FEB; MAR; APR; MAY; JUN;\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%20%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2035%3B%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"400\" height=\"320\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240095242{margin-bottom: 36px !important;}\"][vc_column_text css=\".vc_custom_1494240118978{margin-bottom: 30px !important;}\"]\n\nA strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:\n\n[/vc_column_text][vc_column_text]\n\nDon James/Semplice – Article and News research\nHighVoltageBusiness – Company Research\nGoovers – Company and Industry Research\nIRISpace – Industry Research\nLexos-Nexos – Company, Industry, Market Research\nPronounce – market analysis report “slices”\n[/vc_column_text][/vc_column][/vc_row]','Investment planning & strategy','Investment planning & strategy Maecenas cursus mauris libero, a imperdiet enim pellentesque id. Aliquam erat volutpat. Suspendisse sit amet sapien at risus efficitur sagittis.','publish','closed','closed','','investment-planning-strategy','','','2017-05-08 11:59:28','2017-05-08 06:59:28','',0,'http://pearl.stylemixthemes.com/?post_type=stm_services&p=2286',0,'stm_services','',0),(2291,1,'2017-05-08 15:44:06','2017-05-08 10:44:06','[vc_row css=\".vc_custom_1494240569197{margin-top: 6px !important;}\"][vc_column][stm_post_type_list post_type=\"stm_services\" style=\"style_2\" title=\"Our Services\" num=\"-1\" size=\"58x58\" css=\".vc_custom_1505819029784{border-top-width: 3px !important;border-bottom-width: 0px !important;padding-top: 25px !important;padding-bottom: 0px !important;border-top-color: #ea3a60 !important;border-top-style: solid !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}\"][vc_wp_search][stm_testimonials crop=\"130\" bullets=\"false\" img_size=\"52x52\" style=\"style_4\" number=\"3\" css=\".vc_custom_1493377761793{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}\"][stm_media_gallery post_type=\"stm_services\" title=\"See our gallery\" num=\"6\" size=\"75x75\"][vc_row_inner css=\".vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner css=\".vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2258) !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"85\" icon=\"stmicon-buddy\" icon_custom_color=\"#ffffff\" css=\".vc_custom_1493986709016{margin-bottom: 20px !important;}\"][vc_custom_heading text=\"how can we help you?\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text css=\".vc_custom_1493986758202{margin-bottom: 25px !important;}\"]\n

We provide the best value to our customers by continuously refining our

\n[/vc_column_text][stm_button button_style=\"outline\" button_pos=\"center\" button_color=\"white\" link=\"url:%2Fcontacts|title:Contact%20us||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Service sidebar','','publish','closed','closed','','service-sidebar','','','2017-05-08 15:44:06','2017-05-08 10:44:06','',0,'http://pearl.stylemixthemes.com/sidebars/event-sidebar-2/',0,'stm_sidebars','',0),(2292,1,'2017-05-08 16:08:41','2017-05-08 11:08:41','[vc_row][vc_column][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]Simple Business Solutions has generated thousands of dollars in annual cost savings for businesses. Simple\'s comprehensive cost reduction analysis is performed on contingency, which means Simple is compensated only if cost savings are identified for your business. Cut costs and imagine what you could do with all that money added to your bottom line...[/vc_column_text][vc_single_image source=\"featured_image\" img_size=\"820x400\"][vc_column_text]\n
Want to Increase Sales in a Down Economy?
\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Business planning & strategy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234020661{margin-bottom: 26px !important;}\"][vc_column_text css=\".vc_custom_1494235286024{margin-bottom: 34px !important;}\"]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:[/vc_column_text][vc_column_text]\n\nWork fewer hours — and make more money\nAttract and retain quality, high-paying customers\nManage your time so you’ll get more done in less time\nHone sharp leadership skills to manage your team\nAutomate your business, so you can leave for days,\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234318457{margin-bottom: 24px !important;}\"][vc_round_chart stroke_width=\"2\" values=\"%5B%7B%22title%22%3A%22Option%201%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22turquoise%22%7D%2C%7B%22title%22%3A%22Option%202%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22pink%22%7D%2C%7B%22title%22%3A%22Option%203%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22mulled-wine%22%7D%5D\" el_class=\"small_chart\" css=\".vc_custom_1494234342834{margin-bottom: 2px !important;}\"][vc_column_text el_class=\"stm-effects_opacity\"]You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494240191005{margin-bottom: 60px !important;}\"][vc_column][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1494235408945-11809e1e-ed7b\"][vc_column_text]Simple\'s strategic marketing methodology has helped local businesses and others across the western U.S. achieve record growth during one of the worst economic periods in U.S. history. How? By auditing the effectiveness of current marketing efforts, developing and executing the right marketing strategy, then measuring and maximizing results to increase sales.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1494235463242-c72de02e-e1c7\"][vc_column_text]Simple Business Solutions helps businesses differentiate from competitors and make a lasting impression on prospects and customers. Simple dissects the ‘decision journey’ and gains insight into customer perceptions about your business and your competitors. Armed with this insight, Simple builds a powerful, memorable brand to establish your identity in a crowded marketplace.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240021552{margin-bottom: 31px !important;}\"][stm_charts design=\"bar\" x_values=\"JAN; FEB; MAR; APR; MAY; JUN;\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%20%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2035%3B%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"400\" height=\"320\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240095242{margin-bottom: 36px !important;}\"][vc_column_text css=\".vc_custom_1494240118978{margin-bottom: 30px !important;}\"]\n\nA strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:\n\n[/vc_column_text][vc_column_text]\n\nDon James/Semplice – Article and News research\nHighVoltageBusiness – Company Research\nGoovers – Company and Industry Research\nIRISpace – Industry Research\nLexos-Nexos – Company, Industry, Market Research\nPronounce – market analysis report “slices”\n[/vc_column_text][/vc_column][/vc_row]','Strategic & commercial approach','Investment planning & strategy Maecenas cursus mauris libero, a imperdiet enim pellentesque id. Aliquam erat volutpat. Suspendisse sit amet sapien at risus efficitur sagittis.','publish','closed','closed','','investment-planning-strategy-2','','','2017-05-08 16:08:41','2017-05-08 11:08:41','',0,'http://pearl.stylemixthemes.com/services/investment-planning-strategy-2/',0,'stm_services','',0),(2293,1,'2017-05-08 16:09:17','2017-05-08 11:09:17','[vc_row][vc_column][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]Simple Business Solutions has generated thousands of dollars in annual cost savings for businesses. Simple\'s comprehensive cost reduction analysis is performed on contingency, which means Simple is compensated only if cost savings are identified for your business. Cut costs and imagine what you could do with all that money added to your bottom line...[/vc_column_text][vc_single_image source=\"featured_image\" img_size=\"820x400\"][vc_column_text]\n
Want to Increase Sales in a Down Economy?
\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Business planning & strategy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234020661{margin-bottom: 26px !important;}\"][vc_column_text css=\".vc_custom_1494235286024{margin-bottom: 34px !important;}\"]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:[/vc_column_text][vc_column_text]\n\nWork fewer hours — and make more money\nAttract and retain quality, high-paying customers\nManage your time so you’ll get more done in less time\nHone sharp leadership skills to manage your team\nAutomate your business, so you can leave for days,\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234318457{margin-bottom: 24px !important;}\"][vc_round_chart stroke_width=\"2\" values=\"%5B%7B%22title%22%3A%22Option%201%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22turquoise%22%7D%2C%7B%22title%22%3A%22Option%202%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22pink%22%7D%2C%7B%22title%22%3A%22Option%203%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22mulled-wine%22%7D%5D\" el_class=\"small_chart\" css=\".vc_custom_1494234342834{margin-bottom: 2px !important;}\"][vc_column_text el_class=\"stm-effects_opacity\"]You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494240191005{margin-bottom: 60px !important;}\"][vc_column][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1494235408945-11809e1e-ed7b\"][vc_column_text]Simple\'s strategic marketing methodology has helped local businesses and others across the western U.S. achieve record growth during one of the worst economic periods in U.S. history. How? By auditing the effectiveness of current marketing efforts, developing and executing the right marketing strategy, then measuring and maximizing results to increase sales.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1494235463242-c72de02e-e1c7\"][vc_column_text]Simple Business Solutions helps businesses differentiate from competitors and make a lasting impression on prospects and customers. Simple dissects the ‘decision journey’ and gains insight into customer perceptions about your business and your competitors. Armed with this insight, Simple builds a powerful, memorable brand to establish your identity in a crowded marketplace.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240021552{margin-bottom: 31px !important;}\"][stm_charts design=\"bar\" x_values=\"JAN; FEB; MAR; APR; MAY; JUN;\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%20%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2035%3B%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"400\" height=\"320\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240095242{margin-bottom: 36px !important;}\"][vc_column_text css=\".vc_custom_1494240118978{margin-bottom: 30px !important;}\"]\n\nA strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:\n\n[/vc_column_text][vc_column_text]\n\nDon James/Semplice – Article and News research\nHighVoltageBusiness – Company Research\nGoovers – Company and Industry Research\nIRISpace – Industry Research\nLexos-Nexos – Company, Industry, Market Research\nPronounce – market analysis report “slices”\n[/vc_column_text][/vc_column][/vc_row]','Biopharma and Sciences from our life','Investment planning & strategy Maecenas cursus mauris libero, a imperdiet enim pellentesque id. Aliquam erat volutpat. Suspendisse sit amet sapien at risus efficitur sagittis.','publish','closed','closed','','biopharma-and-life-sciences','','','2017-05-08 16:09:17','2017-05-08 11:09:17','',0,'http://pearl.stylemixthemes.com/services/strategic-commercial-approach/',0,'stm_services','',0),(2294,1,'2017-05-08 16:09:18','2017-05-08 11:09:18','[vc_row][vc_column][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]Simple Business Solutions has generated thousands of dollars in annual cost savings for businesses. Simple\'s comprehensive cost reduction analysis is performed on contingency, which means Simple is compensated only if cost savings are identified for your business. Cut costs and imagine what you could do with all that money added to your bottom line...[/vc_column_text][vc_single_image source=\"featured_image\" img_size=\"820x400\"][vc_column_text]\n
Want to Increase Sales in a Down Economy?
\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Business planning & strategy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234020661{margin-bottom: 26px !important;}\"][vc_column_text css=\".vc_custom_1494235286024{margin-bottom: 34px !important;}\"]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:[/vc_column_text][vc_column_text]\n\nWork fewer hours — and make more money\nAttract and retain quality, high-paying customers\nManage your time so you’ll get more done in less time\nHone sharp leadership skills to manage your team\nAutomate your business, so you can leave for days,\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234318457{margin-bottom: 24px !important;}\"][vc_round_chart stroke_width=\"2\" values=\"%5B%7B%22title%22%3A%22Option%201%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22turquoise%22%7D%2C%7B%22title%22%3A%22Option%202%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22pink%22%7D%2C%7B%22title%22%3A%22Option%203%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22mulled-wine%22%7D%5D\" el_class=\"small_chart\" css=\".vc_custom_1494234342834{margin-bottom: 2px !important;}\"][vc_column_text el_class=\"stm-effects_opacity\"]You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494240191005{margin-bottom: 60px !important;}\"][vc_column][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1494235408945-11809e1e-ed7b\"][vc_column_text]Simple\'s strategic marketing methodology has helped local businesses and others across the western U.S. achieve record growth during one of the worst economic periods in U.S. history. How? By auditing the effectiveness of current marketing efforts, developing and executing the right marketing strategy, then measuring and maximizing results to increase sales.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1494235463242-c72de02e-e1c7\"][vc_column_text]Simple Business Solutions helps businesses differentiate from competitors and make a lasting impression on prospects and customers. Simple dissects the ‘decision journey’ and gains insight into customer perceptions about your business and your competitors. Armed with this insight, Simple builds a powerful, memorable brand to establish your identity in a crowded marketplace.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240021552{margin-bottom: 31px !important;}\"][stm_charts design=\"bar\" x_values=\"JAN; FEB; MAR; APR; MAY; JUN;\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%20%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2035%3B%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"400\" height=\"320\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240095242{margin-bottom: 36px !important;}\"][vc_column_text css=\".vc_custom_1494240118978{margin-bottom: 30px !important;}\"]\n\nA strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:\n\n[/vc_column_text][vc_column_text]\n\nDon James/Semplice – Article and News research\nHighVoltageBusiness – Company Research\nGoovers – Company and Industry Research\nIRISpace – Industry Research\nLexos-Nexos – Company, Industry, Market Research\nPronounce – market analysis report “slices”\n[/vc_column_text][/vc_column][/vc_row]','International Business Opportunities','Investment planning & strategy Maecenas cursus mauris libero, a imperdiet enim pellentesque id. Aliquam erat volutpat. Suspendisse sit amet sapien at risus efficitur sagittis.','publish','closed','closed','','international-business-opportunities','','','2017-05-08 16:09:18','2017-05-08 11:09:18','',0,'http://pearl.stylemixthemes.com/services/strategic-commercial-approach/',0,'stm_services','',0),(2295,1,'2017-05-08 16:12:21','2017-05-08 11:12:21','[vc_row][vc_column][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]Simple Business Solutions has generated thousands of dollars in annual cost savings for businesses. Simple\'s comprehensive cost reduction analysis is performed on contingency, which means Simple is compensated only if cost savings are identified for your business. Cut costs and imagine what you could do with all that money added to your bottom line...[/vc_column_text][vc_single_image source=\"featured_image\" img_size=\"820x400\"][vc_column_text]\n
Want to Increase Sales in a Down Economy?
\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Business planning & strategy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234020661{margin-bottom: 26px !important;}\"][vc_column_text css=\".vc_custom_1494235286024{margin-bottom: 34px !important;}\"]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:[/vc_column_text][vc_column_text]\n\nWork fewer hours — and make more money\nAttract and retain quality, high-paying customers\nManage your time so you’ll get more done in less time\nHone sharp leadership skills to manage your team\nAutomate your business, so you can leave for days,\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234318457{margin-bottom: 24px !important;}\"][vc_round_chart stroke_width=\"2\" values=\"%5B%7B%22title%22%3A%22Option%201%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22turquoise%22%7D%2C%7B%22title%22%3A%22Option%202%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22pink%22%7D%2C%7B%22title%22%3A%22Option%203%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22mulled-wine%22%7D%5D\" el_class=\"small_chart\" css=\".vc_custom_1494234342834{margin-bottom: 2px !important;}\"][vc_column_text el_class=\"stm-effects_opacity\"]You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494240191005{margin-bottom: 60px !important;}\"][vc_column][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1494235408945-11809e1e-ed7b\"][vc_column_text]Simple\'s strategic marketing methodology has helped local businesses and others across the western U.S. achieve record growth during one of the worst economic periods in U.S. history. How? By auditing the effectiveness of current marketing efforts, developing and executing the right marketing strategy, then measuring and maximizing results to increase sales.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1494235463242-c72de02e-e1c7\"][vc_column_text]Simple Business Solutions helps businesses differentiate from competitors and make a lasting impression on prospects and customers. Simple dissects the ‘decision journey’ and gains insight into customer perceptions about your business and your competitors. Armed with this insight, Simple builds a powerful, memorable brand to establish your identity in a crowded marketplace.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240021552{margin-bottom: 31px !important;}\"][stm_charts design=\"bar\" x_values=\"JAN; FEB; MAR; APR; MAY; JUN;\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%20%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2035%3B%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"400\" height=\"320\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240095242{margin-bottom: 36px !important;}\"][vc_column_text css=\".vc_custom_1494240118978{margin-bottom: 30px !important;}\"]\n\nA strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:\n\n[/vc_column_text][vc_column_text]\n\nDon James/Semplice – Article and News research\nHighVoltageBusiness – Company Research\nGoovers – Company and Industry Research\nIRISpace – Industry Research\nLexos-Nexos – Company, Industry, Market Research\nPronounce – market analysis report “slices”\n[/vc_column_text][/vc_column][/vc_row]','Competitive research & Assurance','Investment planning & strategy Maecenas cursus mauris libero, a imperdiet enim pellentesque id. Aliquam erat volutpat. Suspendisse sit amet sapien at risus efficitur sagittis.','publish','closed','closed','','competitive-research-assurance','','','2017-05-08 16:12:21','2017-05-08 11:12:21','',0,'http://pearl.stylemixthemes.com/services/international-business-opportunities-2/',0,'stm_services','',0),(2296,1,'2017-05-08 16:12:54','2017-05-08 11:12:54','[vc_row][vc_column][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]Simple Business Solutions has generated thousands of dollars in annual cost savings for businesses. Simple\'s comprehensive cost reduction analysis is performed on contingency, which means Simple is compensated only if cost savings are identified for your business. Cut costs and imagine what you could do with all that money added to your bottom line...[/vc_column_text][vc_single_image source=\"featured_image\" img_size=\"820x400\"][vc_column_text]\n
Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group.
\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Business planning & strategy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234020661{margin-bottom: 26px !important;}\"][vc_column_text css=\".vc_custom_1494235286024{margin-bottom: 34px !important;}\"]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:[/vc_column_text][vc_column_text]\n
    \n
  • Work fewer hours — and make more money
  • \n
  • Attract and retain quality, high-paying customers
  • \n
  • Manage your time so you’ll get more done in less time
  • \n
  • Hone sharp leadership skills to manage your team
  • \n
  • Automate your business, so you can leave for days
  • \n
\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234318457{margin-bottom: 24px !important;}\"][vc_round_chart stroke_width=\"2\" values=\"%5B%7B%22title%22%3A%22Option%201%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22turquoise%22%7D%2C%7B%22title%22%3A%22Option%202%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22pink%22%7D%2C%7B%22title%22%3A%22Option%203%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22mulled-wine%22%7D%5D\" el_class=\"small_chart\" css=\".vc_custom_1494234342834{margin-bottom: 2px !important;}\"][vc_column_text el_class=\"stm-effects_opacity\"]You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494240191005{margin-bottom: 60px !important;}\"][vc_column][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1494235408945-11809e1e-ed7b\"][vc_column_text]Simple\'s strategic marketing methodology has helped local businesses and others across the western U.S. achieve record growth during one of the worst economic periods in U.S. history. How? By auditing the effectiveness of current marketing efforts, developing and executing the right marketing strategy, then measuring and maximizing results to increase sales.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1494235463242-c72de02e-e1c7\"][vc_column_text]Simple Business Solutions helps businesses differentiate from competitors and make a lasting impression on prospects and customers. Simple dissects the ‘decision journey’ and gains insight into customer perceptions about your business and your competitors. Armed with this insight, Simple builds a powerful, memorable brand to establish your identity in a crowded marketplace.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240021552{margin-bottom: 31px !important;}\"][stm_charts design=\"bar\" x_values=\"JAN; FEB; MAR; APR; MAY; JUN;\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%20%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2035%3B%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"400\" height=\"320\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240095242{margin-bottom: 36px !important;}\"][vc_column_text css=\".vc_custom_1494240118978{margin-bottom: 30px !important;}\"]\n\nA strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:\n\n[/vc_column_text][vc_column_text]\n
    \n
  • Don James/Semplice – Article and News research
  • \n
  • HighVoltageBusiness – Company Research
  • \n
  • Goovers – Company and Industry Research
  • \n
  • IRISpace – Industry Research
  • \n
  • Lexos-Nexos – Company, Industry, Market Research
  • \n
  • Pronounce – market analysis report “slices”
  • \n
\n[/vc_column_text][/vc_column][/vc_row]','Simple business answers and solutions','Investment planning & strategy Maecenas cursus mauris libero, a imperdiet enim pellentesque id. Aliquam erat volutpat. Suspendisse sit amet sapien at risus efficitur sagittis.','publish','closed','closed','','simple-business-solutions','','','2017-05-08 16:12:54','2017-05-08 11:12:54','',0,'http://pearl.stylemixthemes.com/services/competitive-research-assurance-2/',0,'stm_services','',0),(2299,1,'2017-05-08 16:30:32','2017-05-08 11:30:32','','News','','publish','closed','closed','','news','','','2017-05-08 16:30:32','2017-05-08 11:30:32','',0,'http://pearl.stylemixthemes.com/?page_id=2299',0,'page','',0),(2317,1,'2017-05-10 16:18:41','2017-05-10 11:18:41','[vc_row][vc_column][vc_wp_search][stm_post_type_list style=\"style_2\" title=\"Categories\" num=\"5\" size=\"58x58\"][stm_media_gallery post_type=\"stm_services\" title=\"See our gallery\" num=\"6\" size=\"75x75\"][/vc_column][/vc_row][vc_row_inner css=\".vc_custom_1494424986136{margin-bottom: 40px !important;padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner el_class=\"mbc\" css=\".vc_custom_1494422959754{padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"85\" icon=\"stmicon-envelope_b\" icon_custom_color=\"#ffffff\" css=\".vc_custom_1494422769704{margin-bottom: 20px !important;}\"][vc_custom_heading text=\"SUBSCRIBE\" font_container=\"tag:h4|font_size:26|text_align:center|color:%23ffffff|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494423570989{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"TO OUR NEWSLETTER\" font_container=\"tag:h4|font_size:15|text_align:center|color:%23ffffff|line_height:15px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text css=\".vc_custom_1494423508512{margin-bottom: 9px !important;}\"][mc4wp_form id=\"2320\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row][vc_column][stm_testimonials number_row=\"1\" crop=\"130\" bullets=\"false\" img_size=\"52x52\" style=\"style_4\" number=\"3\" css=\".vc_custom_1505819566323{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}\"][vc_wp_tagcloud title=\"Tags widget\" taxonomy=\"category\" el_class=\"no_border\"][stm_button button_pos=\"fullwidth\" button_icon_pos=\"left\" button_icon=\"fa fa-file-text-o\" button_icon_class=\"custom\" button_icon_color=\"#ffffff\" button_icon_size=\"20\" button_divider=\"divider\" link=\"url:%2Fwp-content%2Fuploads%2F2017%2F05%2FENERGY-STAR.pdf|title:Download%20Brochure|target:%20_blank|\" css=\".vc_custom_1505819552624{margin-bottom: 40px !important;border-bottom-width: 3px !important;padding-bottom: 35px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}\"][stm_post_type_list post_type=\"stm_projects\" css=\".vc_custom_1494417930830{margin-bottom: 15px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][/vc_column][/vc_row]','Blog sidebar','','publish','closed','closed','','blog-sidebar','','','2017-05-10 16:18:41','2017-05-10 11:18:41','',0,'http://pearl.stylemixthemes.com/sidebars/page-sidebar-2/',0,'stm_sidebars','',0),(2320,1,'2017-05-10 18:42:26','2017-05-10 13:42:26','

\n \n

\n\n','Subscribe','','publish','closed','closed','','subscribe','','','2017-05-10 18:42:26','2017-05-10 13:42:26','',0,'http://pearl.stylemixthemes.com/mc4wp-form/subscribe/',0,'mc4wp-form','',0),(2322,1,'2017-05-11 09:15:44','2017-05-11 04:15:44','[vc_row][vc_column offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"Our people are our greatest assets\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Our people make us different — energetic about supporting and challenging our clients in equal measure. We’re passionate about making a measurable impact in all we do. Our unique culture and approach deliver enduring results, true to each client’s specific situation. We’ll always do the right thing by our clients, our people and our communities.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\" css=\".vc_custom_1494674071436{margin-bottom: 35px !important;}\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1494476238894-624c1335-ab7d\"][vc_column_text]Company has a key role to play in unlocking the continent’s potential. The talent recruited and developed by businesses will play a major role in achieving economic independence. As a partner connecting top employers with exceptional people, you will lead the talent agenda with Global Career Company.\n\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1494476238924-391ec7d6-16aa\"][vc_column_text]In an entrepreneurial environment, you take the lead in your own career, choosing to make an impact in one or more of our teams, and also across the wider business. Your work will make a difference you can see, to our candidates, clients, products and beyond.\n\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1494476321000-b46ecee2-9cc5\"][vc_column_text]As well as the satisfaction of taking part in the African talent agenda, we offer competitive salaries, quick promotion pathways, and career development. We have a brilliant, international and multi-cultural team – see what they think about working with us.\n\n[/vc_column_text][/vc_tta_section][/vc_tta_accordion][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=dQ-62uOrTXE\" image=\"3814\" height=\"438\" css=\".vc_custom_1501830464724{margin-bottom: 60px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494477245885{margin-bottom: 25px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1494477240970{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Benefits and rewards\" font_container=\"tag:h4|font_size:26|text_align:left|line_height:30px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494477983606{margin-top: -4px !important;margin-bottom: 16px !important;}\"][vc_column_text css=\".vc_custom_1494478072819{margin-bottom: 24px !important;}\"]\n

We care for our clients\' business as our business. We think and act like business partners, not academic advisors. We share our clients\' aspirations, work to understand their reality, and align our incentives with their objectives — so they know we\'re in this together.

\n[/vc_column_text][vc_column_text]\n

Personal impact, mentoring, and teamwork are just a few of share our clients’ aspirations, work to understand their reality, and align our incentives with their objectives — so they know we’re in this together.

\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3812\" img_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Open Positions\" font_container=\"tag:h4|font_size:26|text_align:left|line_height:30px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494478301708{margin-bottom: 35px !important;}\"][stm_vacancies show_department=\"hide\" show_date=\"hide\" style=\"style_2\" text=\"8\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Benefits and rewards\" font_container=\"tag:h4|font_size:26|text_align:left|line_height:30px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494477983606{margin-top: -4px !important;margin-bottom: 16px !important;}\"][vc_column_text css=\".vc_custom_1501581751923{margin-bottom: 15px !important;}\"]\n

Employees respond to appreciation at work, especially when it’s expressed through recognition of their efforts because it confirms their work is valued. A simple thank you goes a long way and will not only make your employees feel good, but will actually benefit your business in the process. Here’s how:

\n[/vc_column_text][vc_column_text]It’s well-known that engaged staff are significantly more productive, working efficiently and proactively in order to do a good job. If efforts are likely to be praised and rewarded, then it makes sense that a member of staff will work harder to receive such employee recognition\n\nRecognizing an employee’s efforts demonstrates that the job they’re doing is valuable to the business. It sends the message that their hard work is worth rewarding and therefore must be important. This, in turn, makes the individual feel that they are making a difference.\n\n[/vc_column_text][/vc_column][/vc_row]','Careers','','publish','closed','closed','','careers','','','2017-05-11 09:15:44','2017-05-11 04:15:44','',0,'http://pearl.stylemixthemes.com/?page_id=2322',0,'page','',0),(2340,1,'2017-05-11 09:50:55','2017-05-11 04:50:55','[vc_row][vc_column][vc_custom_heading text=\"Responsibilities Include:\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494504781359{margin-bottom: 35px !important;}\"][vc_column_text css=\".vc_custom_1501837782438{margin-bottom: 30px !important;}\" el_class=\"main_font\"]\n
    \n
  • Collaborating closely with Investor Relations, operations.\nEach month the program is extended out for the further 24th month and strategies are set for the newly identified issues. The vacancy control program should be a forward looking program that focuses on the next period of 24 months in the shopping center.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1501837817460{margin-bottom: 30px !important;}\"]\n
    \n
  • Poorly matched tenant mix initiatives within the property to optimize retail sales opportunities.\nFacing the facts of a property vacancy and dealing with them professionally in a timely way, will usually minimize the vacancy downtime. You can then keep the income and outgoings following for the landlord at reasonable levels.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1501837826459{margin-bottom: 30px !important;}\"]\n
    \n
  • The development of a larger property in the same location that attracts tenants away from your property.\nFor this very reason, it pays to have a Vacancy Control Programme (VCP) in your retail property. The vacancy control program should be a forward looking program that focuses on the next period of 24 months in the shopping center.
  • \n
\n[/vc_column_text][vc_custom_heading text=\"Qualifications\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501838661201{margin-bottom: 35px !important;padding-top: 15px !important;}\"][stm_iconlist icon=\"fa fa-long-arrow-right\" margins=\"15\"]\n\nBachelor’s or Master’s Degree from a top university, CFA or equivalent credentials are a plus.\nExperience articulating complex systematic investment strategies in a straightforward, comprehensible manner.\nVerifying compliance of critical networking equipment with policies and requirements.\nExperience working with sophisticated institutional investors and managing day to day relationships.\nProviding requirements and guidance for internal network separation/segmentation and access control;\n[/stm_iconlist][/vc_column][/vc_row]','PORTFOLIO RESEARCH ANALYST','Like it or not you will get vacancies in your shopping center. As a shopping center or leasing manager in the property, it is essential that you minimize the impact of any vacancy and the frequency of vacancies within the property.','publish','closed','closed','','portfolio-research-analyst','','','2017-05-11 09:50:55','2017-05-11 04:50:55','',0,'http://pearl.stylemixthemes.com/?post_type=stm_vacancies&p=2340',0,'stm_vacancies','',0),(2360,1,'2017-05-11 17:41:25','2017-05-11 12:41:25','[vc_row][vc_column][vc_custom_heading text=\"Responsibilities Include:\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494504781359{margin-bottom: 35px !important;}\"][vc_column_text css=\".vc_custom_1501837782438{margin-bottom: 30px !important;}\" el_class=\"main_font\"]\n
    \n
  • Collaborating closely with Investor Relations, operations.\nEach month the program is extended out for the further 24th month and strategies are set for the newly identified issues. The vacancy control program should be a forward looking program that focuses on the next period of 24 months in the shopping center.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1501837817460{margin-bottom: 30px !important;}\"]\n
    \n
  • Poorly matched tenant mix initiatives within the property to optimize retail sales opportunities.\nFacing the facts of a property vacancy and dealing with them professionally in a timely way, will usually minimize the vacancy downtime. You can then keep the income and outgoings following for the landlord at reasonable levels.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1501837826459{margin-bottom: 30px !important;}\"]\n
    \n
  • The development of a larger property in the same location that attracts tenants away from your property.\nFor this very reason, it pays to have a Vacancy Control Programme (VCP) in your retail property. The vacancy control program should be a forward looking program that focuses on the next period of 24 months in the shopping center.
  • \n
\n[/vc_column_text][vc_custom_heading text=\"Qualifications\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501838661201{margin-bottom: 35px !important;padding-top: 15px !important;}\"][stm_iconlist icon=\"fa fa-long-arrow-right\" margins=\"15\"]\n\nBachelor’s or Master’s Degree from a top university, CFA or equivalent credentials are a plus.\nExperience articulating complex systematic investment strategies in a straightforward, comprehensible manner.\nVerifying compliance of critical networking equipment with policies and requirements.\nExperience working with sophisticated institutional investors and managing day to day relationships.\nProviding requirements and guidance for internal network separation/segmentation and access control;\n[/stm_iconlist][/vc_column][/vc_row]','BUSINESS ANALYST ALPHA CAPTURE','These simple processes set the rules for a vacancy control and minimisation. Every retail shopping centre should have a vacancy control programme incorporating these and other factors of decision. In this way the property can be allowed to perform effectively whilst under the pressure of a vacant area.','publish','closed','closed','','business-analyst-alpha-capture','','','2017-05-11 17:41:25','2017-05-11 12:41:25','',0,'http://pearl.stylemixthemes.com/vacancies/investor-relations-associate-2/',0,'stm_vacancies','',0),(2361,1,'2017-05-11 17:41:26','2017-05-11 12:41:26','[vc_row][vc_column][vc_custom_heading text=\"Responsibilities Include:\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494504781359{margin-bottom: 35px !important;}\"][vc_column_text css=\".vc_custom_1501837782438{margin-bottom: 30px !important;}\" el_class=\"main_font\"]\n
    \n
  • Collaborating closely with Investor Relations, operations.\nEach month the program is extended out for the further 24th month and strategies are set for the newly identified issues. The vacancy control program should be a forward looking program that focuses on the next period of 24 months in the shopping center.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1501837817460{margin-bottom: 30px !important;}\"]\n
    \n
  • Poorly matched tenant mix initiatives within the property to optimize retail sales opportunities.\nFacing the facts of a property vacancy and dealing with them professionally in a timely way, will usually minimize the vacancy downtime. You can then keep the income and outgoings following for the landlord at reasonable levels.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1501837826459{margin-bottom: 30px !important;}\"]\n
    \n
  • The development of a larger property in the same location that attracts tenants away from your property.\nFor this very reason, it pays to have a Vacancy Control Programme (VCP) in your retail property. The vacancy control program should be a forward looking program that focuses on the next period of 24 months in the shopping center.
  • \n
\n[/vc_column_text][vc_custom_heading text=\"Qualifications\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501838661201{margin-bottom: 35px !important;padding-top: 15px !important;}\"][stm_iconlist icon=\"fa fa-long-arrow-right\" margins=\"15\"]\n\nBachelor’s or Master’s Degree from a top university, CFA or equivalent credentials are a plus.\nExperience articulating complex systematic investment strategies in a straightforward, comprehensible manner.\nVerifying compliance of critical networking equipment with policies and requirements.\nExperience working with sophisticated institutional investors and managing day to day relationships.\nProviding requirements and guidance for internal network separation/segmentation and access control;\n[/stm_iconlist][/vc_column][/vc_row]','MARKET IMPACT ANALYST','These simple processes set the rules for a vacancy control and minimisation. Every retail shopping centre should have a vacancy control programme incorporating these and other factors of decision. In this way the property can be allowed to perform effectively whilst under the pressure of a vacant area.','publish','closed','closed','','market-impact-quantitative-analyst','','','2017-05-11 17:41:26','2017-05-11 12:41:26','',0,'http://pearl.stylemixthemes.com/vacancies/investor-relations-associate-3/',0,'stm_vacancies','',0),(2366,1,'2017-05-11 17:53:35','2017-05-11 12:53:35','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Our experiences define our identity\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494507412025{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Over the past 10-plus years, we have grown from a regional company into a global technology solutions powerhouse.\" font_container=\"tag:h4|text_align:center|color:%23a6a6a6\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\" css=\".vc_custom_1505820957383{margin-bottom: 48px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][stm_gallery post_type=\"stm_projects\" number=\"9\" img_size=\"390x235\" style=\"style_2\"][/vc_column][/vc_row]','Cases','','publish','closed','closed','','our-cases','','','2017-05-11 17:53:35','2017-05-11 12:53:35','',0,'http://pearl.stylemixthemes.com/?page_id=2366',0,'page','',0),(2383,1,'2017-05-12 09:41:09','2017-05-12 04:41:09','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3813\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Improve sales and operations and production planning:
    \nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Gadgets that inspire you and production planning:
    \nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    International Partners production operations :
    \nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1505825466164-cf3d7329-f2ba\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    International Partners production operations :
    \nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Gadgets that inspire you and production planning:
    \nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Improve sales and operations and production planning:
    \nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1505825465246-136dc403-6ec6\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Gadgets that inspire you and production planning:
    \nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Improve sales and operations and production planning:
    \nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    International Partners production operations :
    \nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
  • \n
\n[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','How to collect all ideas in a single project','The effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables','publish','closed','closed','','how-to-collect-all-ideas-in-one-project','','','2017-05-12 09:41:09','2017-05-12 04:41:09','',0,'http://pearl.stylemixthemes.com/case/pricing-games-technology-company-boast/',0,'stm_projects','',0),(2393,1,'2017-05-12 10:47:37','2017-05-12 05:47:37','[vc_row][vc_column][stm_post_type_list post_type=\"stm_projects\" title=\"Featured Cases\" num=\"3\" size=\"58x58\" css=\".vc_custom_1494571068327{margin-bottom: 30px !important;border-bottom-width: 3px !important;padding-top: 0px !important;padding-bottom: 30px !important;border-bottom-color: #3c98ff !important;border-bottom-style: solid !important;}\"][stm_button button_pos=\"fullwidth\" button_icon_pos=\"left\" button_icon=\"fa fa-file-text-o\" button_icon_class=\"custom\" button_icon_color=\"#ffffff\" button_icon_size=\"20\" button_divider=\"divider\" link=\"url:%2Fwp-content%2Fuploads%2F2017%2F05%2FENERGY-STAR.pdf|title:Download%20Brochure|target:%20_blank|\" css=\".vc_custom_1505825376509{margin-bottom: 40px !important;}\"][stm_testimonials number_row=\"1\" crop=\"130\" bullets=\"false\" img_size=\"52x52\" style=\"style_4\" number=\"3\" css=\".vc_custom_1505825365694{border-bottom-width: 3px !important;padding-bottom: 40px !important;border-bottom-color: #ea3a60 !important;border-bottom-style: solid !important;}\"][stm_media_gallery post_type=\"stm_services\" title=\"See our gallery\" num=\"6\" size=\"75x75\"][vc_row_inner css=\".vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner css=\".vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2258) !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"85\" icon=\"stmicon-buddy\" icon_custom_color=\"#ffffff\" css=\".vc_custom_1493986709016{margin-bottom: 20px !important;}\"][vc_custom_heading text=\"how can we help you?\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text css=\".vc_custom_1493986758202{margin-bottom: 25px !important;}\"]\n

We provide the best value to our customers by continuously refining our

\n[/vc_column_text][stm_button button_style=\"outline\" button_pos=\"center\" button_color=\"white\" link=\"url:%2Fcontacts|title:Contact%20Us||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Cases sidebar','','publish','closed','closed','','cases-sidebar','','','2017-05-12 10:47:37','2017-05-12 05:47:37','',0,'http://pearl.stylemixthemes.com/sidebars/service-sidebar-2/',0,'stm_sidebars','',0),(2436,1,'2017-05-15 14:49:43','2017-05-15 09:49:43','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3812\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Improve sales and operations and production planning:
    \nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Gadgets that inspire you and production planning:
    \nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    International Partners production operations :
    \nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Problems Vs Solutions
    \nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Developing a strategy and roadmap for clients','Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart','publish','closed','closed','','developing-a-strategy-and-roadmap-for-clients-2','','','2017-05-15 14:49:43','2017-05-15 09:49:43','',0,'http://pearl.stylemixthemes.com/cases/how-to-collect-all-ideas-in-a-single-project/',0,'stm_projects','',0),(2437,1,'2017-05-15 14:49:46','2017-05-15 09:49:46','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3814\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Improve sales and operations and production planning:
    \nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Gadgets that inspire you and production planning:
    \nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    International Partners production operations :
    \nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Problems Vs Solutions
    \nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Management of generation changes in businesses',' For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution.','publish','closed','closed','','management-of-generation-changes-in-businesses-2','','','2017-05-15 14:49:46','2017-05-15 09:49:46','',0,'http://pearl.stylemixthemes.com/cases/how-to-collect-all-ideas-in-a-single-project/',0,'stm_projects','',0),(2438,1,'2017-05-15 14:49:49','2017-05-15 09:49:49','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3815\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Improve sales and operations and production planning:
    \nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Gadgets that inspire you and production planning:
    \nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    International Partners production operations :
    \nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Problems Vs Solutions
    \nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Business Planning, Strategy & Execution','In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability','publish','closed','closed','','business-planning-strategy-execution-2','','','2017-05-15 14:49:49','2017-05-15 09:49:49','',0,'http://pearl.stylemixthemes.com/cases/how-to-collect-all-ideas-in-a-single-project/',0,'stm_projects','',0),(2439,1,'2017-05-15 14:49:52','2017-05-15 09:49:52','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Consulting WP to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3813\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501846037808{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Improve sales and operations and production planning:
    \nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1501754887744{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Gadgets that inspire you and production planning:
    \nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.\n\n 
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1501755024962{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    International Partners production operations :
    \nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1501755099149{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Problems Vs Solutions
    \nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Constructing the best-in-class global assets',' Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace.','publish','closed','closed','','constructing-the-best-in-class-global-assets','','','2017-05-15 14:49:52','2017-05-15 09:49:52','',0,'http://pearl.stylemixthemes.com/cases/how-to-collect-all-ideas-in-a-single-project/',0,'stm_projects','',0),(2440,1,'2017-05-15 14:49:55','2017-05-15 09:49:55','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Consulting WP to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3814\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501846037808{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Improve sales and operations and production planning:
    \nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1501754887744{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Gadgets that inspire you and production planning:
    \nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.\n\n 
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1501755024962{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    International Partners production operations :
    \nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1501755099149{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Problems Vs Solutions
    \nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Transformation sparks financial income for all',' Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace.','publish','closed','closed','','transformation-sparks-financial-income-for-all','','','2017-05-15 14:49:55','2017-05-15 09:49:55','',0,'http://pearl.stylemixthemes.com/cases/how-to-collect-all-ideas-in-a-single-project/',0,'stm_projects','',0),(2441,1,'2017-05-15 14:50:01','2017-05-15 09:50:01','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Consulting WP to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3815\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501846037808{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Improve sales and operations and production planning:
    \nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1501754887744{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Gadgets that inspire you and production planning:
    \nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.\n\n 
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1501755024962{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    International Partners production operations :
    \nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1501755099149{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Problems Vs Solutions
    \nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Developing a strategy and roadmap for clients','The teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.','publish','closed','closed','','developing-a-strategy-and-roadmap-for-clients','','','2017-05-15 14:50:01','2017-05-15 09:50:01','',0,'http://pearl.stylemixthemes.com/cases/how-to-collect-all-ideas-in-a-single-project/',0,'stm_projects','',0),(2442,1,'2017-05-15 14:50:04','2017-05-15 09:50:04','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3812\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Improve sales and operations and production planning:
    \nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Gadgets that inspire you and production planning:
    \nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    International Partners production operations :
    \nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Problems Vs Solutions
    \nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Business Planning, Strategy & Execution','You look at the problem from all sides until you think you know that problem, but it still blocks your path.','publish','closed','closed','','business-planning-strategy-execution','','','2017-05-15 14:50:04','2017-05-15 09:50:04','',0,'http://pearl.stylemixthemes.com/cases/how-to-collect-all-ideas-in-a-single-project/',0,'stm_projects','',0),(2443,1,'2017-05-15 14:50:07','2017-05-15 09:50:07','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3814\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Improve sales and operations and production planning:
    \nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Gadgets that inspire you and production planning:
    \nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    International Partners production operations :
    \nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Problems Vs Solutions
    \nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Management of generation changes in businesses','The teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure.','publish','closed','closed','','management-of-generation-changes-in-businesses','','','2017-05-15 14:50:07','2017-05-15 09:50:07','',0,'http://pearl.stylemixthemes.com/cases/how-to-collect-all-ideas-in-a-single-project/',0,'stm_projects','',0),(2444,1,'2017-05-15 14:52:50','2017-05-15 09:52:50','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3812\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Improve sales and operations and production planning:
    \nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Gadgets that inspire you and production planning:
    \nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    International Partners production operations :
    \nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Problems Vs Solutions
    \nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Business Planning, Strategy & Execution','When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.','publish','closed','closed','','business-planning-strategy-execution-3','','','2017-05-15 14:52:50','2017-05-15 09:52:50','',0,'http://pearl.stylemixthemes.com/cases/business-planning-strategy-execution-3/',0,'stm_projects','',0),(2445,1,'2017-05-15 14:52:54','2017-05-15 09:52:54','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3815\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Improve sales and operations and production planning:
    \nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Gadgets that inspire you and production planning:
    \nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    International Partners production operations :
    \nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Problems Vs Solutions
    \nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Developing a strategy and roadmap for clients','The work addressed three critical issues for Pharm Ltd.:','publish','closed','closed','','developing-a-strategy-and-roadmap-for-clients-3','','','2017-05-15 14:52:54','2017-05-15 09:52:54','',0,'http://pearl.stylemixthemes.com/cases/developing-a-strategy-and-roadmap-for-clients-3/',0,'stm_projects','',0),(2446,1,'2017-05-15 14:53:08','2017-05-15 09:53:08','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3814\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Improve sales and operations and production planning:
    \nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Gadgets that inspire you and production planning:
    \nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    International Partners production operations :
    \nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Problems Vs Solutions
    \nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Management of generation changes in businesses','The world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today.','publish','closed','closed','','management-of-generation-changes-in-businesses-3','','','2017-05-15 14:53:08','2017-05-15 09:53:08','',0,'http://pearl.stylemixthemes.com/cases/management-of-generation-changes-in-businesses-3/',0,'stm_projects','',0),(2447,1,'2017-05-15 14:53:19','2017-05-15 09:53:19','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3815\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Improve sales and operations and production planning:
    \nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Gadgets that inspire you and production planning:
    \nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    International Partners production operations :
    \nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Problems Vs Solutions
    \nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Developing a strategy and roadmap for clients','Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.','publish','closed','closed','','developing-a-strategy-and-roadmap-for-clients-3-2','','','2017-05-15 14:53:19','2017-05-15 09:53:19','',0,'http://pearl.stylemixthemes.com/cases/developing-a-strategy-and-roadmap-for-clients-4/',0,'stm_projects','',0),(2448,1,'2017-05-15 14:53:21','2017-05-15 09:53:21','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\n\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3814\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Improve sales and operations and production planning:
    \nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Gadgets that inspire you and production planning:
    \nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
  • \n
\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    International Partners production operations :
    \nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\n
    \n
  • \n
    Problems Vs Solutions
    \nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
  • \n
\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Business Planning, Strategy & Execution','The teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process','publish','closed','closed','','business-planning-strategy-execution-3-2','','','2017-05-15 14:53:21','2017-05-15 09:53:21','',0,'http://pearl.stylemixthemes.com/cases/business-planning-strategy-execution-4/',0,'stm_projects','',0),(2449,1,'2023-05-15 15:05:46','2023-05-15 10:05:46','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','PlanIt Earth (For a global Event Planner)','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','planit-earth-for-a-global-event-planner','','','2023-05-15 15:05:46','2023-05-15 10:05:46','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2450,1,'2022-06-15 15:05:49','2022-06-15 10:05:49','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','Business name ideas for event','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','business-name-ideas-for-event','','','2022-06-15 15:05:49','2022-06-15 10:05:49','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2451,1,'2019-05-24 15:05:51','2019-05-24 10:05:51','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','A clever business name suggests creativity','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','a-clever-business-name-suggests-creativity','','','2019-05-24 15:05:51','2019-05-24 10:05:51','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2452,1,'2022-08-15 15:05:53','2022-08-15 10:05:53','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','A good name is easy to remember','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','a-good-name-is-easy-to-remember','','','2022-08-15 15:05:53','2022-08-15 10:05:53','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2453,1,'2022-07-22 15:05:55','2022-07-22 10:05:55','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','Your business name is a key part','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','your-business-name-is-a-key-part','','','2022-07-22 15:05:55','2022-07-22 10:05:55','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2454,1,'2021-07-18 15:05:57','2021-07-18 10:05:57','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','Monumental Event Planning','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','monumental-event-planning','','','2021-07-18 15:05:57','2021-07-18 10:05:57','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2455,1,'2020-06-15 15:05:59','2020-06-15 10:05:59','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','Phenomenal Event Planning','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','phenomenal-event-planning','','','2020-06-15 15:05:59','2020-06-15 10:05:59','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2456,1,'2017-07-15 15:06:02','2017-07-15 10:06:02','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','Wonder Works Event Planning','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','wonder-works-event-planning','','','2017-07-15 15:06:02','2017-07-15 10:06:02','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2457,1,'2020-08-03 15:06:03','2020-08-03 10:06:03','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','Affairs to Remember','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','affairs-to-remember','','','2020-08-03 15:06:03','2020-08-03 10:06:03','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2458,1,'2018-10-24 15:06:05','2018-10-24 10:06:05','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','Thought Processes and see what Happen','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','thought-processes-and-see-what-happen','','','2018-10-24 15:06:05','2018-10-24 10:06:05','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2459,1,'2019-05-15 15:06:07','2019-05-15 10:06:07','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','If You do all those things Effectively, You can’t miss','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','if-you-do-all-those-things-effectively-you-cant-miss','','','2019-05-15 15:06:07','2019-05-15 10:06:07','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2460,1,'2019-07-15 15:06:10','2019-07-15 10:06:10','[vc_row][vc_column][vc_column_text]The beginning is a critical time in event marketing. We are motivated and moved to make something happen from bringing people together for brand awareness and lead generation. Without question, this is the time to put together a few major pieces that will make the event process move smoothly. If done quickly, it can make the event better or more realistic for the hosts.[/vc_column_text][stm_schedule][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%2C%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%5D\" stm_event_lesson_title=\"Day 1\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 2\" datepicker=\"5/6/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2209%3A30%20AM%22%2C%22timepicker_end%22%3A%2210%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%20%22%2C%22title%22%3A%22The%20Campaign%20for%20Daylight%20Saving%20Time%22%2C%22description%22%3A%22The%20teams%20focused%20their%20efforts%20on%20a%20few%20of%20the%20highest-value%20S%26OP%20levers%20in%20order%20to%20review%20the%20current%20planning%20process%2C%20identify%20gaps%20in%20the%20planning%20infrastructure%20and%20analytically%20understand%20demand%20and%20supply%20variability.%22%2C%22lesson_speakers%22%3A%222250%2C%202251%2C%202252%22%7D%2C%7B%22timepicker_start%22%3A%2211%3A00%20AM%22%2C%22timepicker_end%22%3A%2212%3A00%20AM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20B%22%2C%22title%22%3A%22ButterMochi%20for%20the%20Soul%22%2C%22description%22%3A%22Using%20a%20mean%20absolute%20percentage%20analysis%20(MAPE)%2C%20the%20teams%20defined%20appropriate%20levels%20for%20raw%20materials%20and%20finished%20products%20by%20mapping%20actual%20versus%20forecasted%20sales%20on%20the%20most%20important%20SKUs.%22%2C%22lesson_speakers%22%3A%222254%2C%202253%22%7D%5D\" stm_event_lesson_title=\"Day 3\" datepicker=\"5/7/17\"][stm_schedule_item heading=\"%5B%7B%22timepicker_start%22%3A%2210%3A00%20AM%22%2C%22timepicker_end%22%3A%2211%3A30%20PM%22%2C%22location%22%3A%22Charlie%20Plaza%2C%20side%20A%22%2C%22title%22%3A%22How%20to%20stay%20calm%20under%20pressure%22%2C%22description%22%3A%22Accuracy%20is%20critical%20when%20trying%20to%20finesse%20a%20title%20because%20it%20sets%20clear%20expectations%20for%20your%20readers.%20While%20I\'m%20sure%20lots%20of%20people%20would%20love%20to%20click%20into%20a%20post%20that%20said%20%5C%2210%20B2B%20Companies%20Killing%20Facebook%20So%20Freaking%20Hard%20They%20Don\'t%20Need%20Any%20Other%20Marketing%20Channel%5C%22%22%2C%22lesson_speakers%22%3A%222254%2C%202252%2C%202251%22%7D%2C%7B%22timepicker_start%22%3A%2201%3A30%20AM%22%2C%22timepicker_end%22%3A%2202%3A30%20AM%22%2C%22location%22%3A%22Grand%20Hotel%2C%20Sector%20B%22%2C%22title%22%3A%22Do%20you%20want%20this%20post%20to%20rank%20really%20well%20in%20search%3F%22%2C%22description%22%3A%22Let\'s%20say%20I%20was%20writing%20this%20blog%20post%3A%20%5C%22Think%20Social%20Media%20Is%20Just%20for%20Kids%3F%20Here%20Are%2010%20Statistics%20Guaranteed%20to%20Prove%20You%20Wrong.%5C%22%20To%20shorten%20it%2C%20I%20would%20simply%20try%20to%20rephrase%20it%20and%20cut%20out%20extraneous%20words.%20%22%2C%22lesson_speakers%22%3A%222252%2C%202253%2C%202251%22%7D%5D\" stm_event_lesson_title=\"Day 4\" datepicker=\"5/8/17\"][/stm_schedule][/vc_column][/vc_row]','Executive Retreats and Programs','He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.','publish','closed','closed','','executive-retreats-and-incentive-programs-13','','','2019-07-15 15:06:10','2019-07-15 10:06:10','',0,'http://pearl.stylemixthemes.com/events/executive-retreats-and-programs/',0,'stm_events','',0),(2461,1,'2017-05-15 15:28:03','2017-05-15 10:28:03','[vc_row][vc_column][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]Simple Business Solutions has generated thousands of dollars in annual cost savings for businesses. Simple\'s comprehensive cost reduction analysis is performed on contingency, which means Simple is compensated only if cost savings are identified for your business. Cut costs and imagine what you could do with all that money added to your bottom line...[/vc_column_text][vc_single_image source=\"featured_image\" img_size=\"820x400\"][vc_column_text]\n
Want to Increase Sales in a Down Economy?
\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Business planning & strategy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234020661{margin-bottom: 26px !important;}\"][vc_column_text css=\".vc_custom_1494235286024{margin-bottom: 34px !important;}\"]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:[/vc_column_text][vc_column_text]\n\nWork fewer hours — and make more money\nAttract and retain quality, high-paying customers\nManage your time so you’ll get more done in less time\nHone sharp leadership skills to manage your team\nAutomate your business, so you can leave for days,\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234318457{margin-bottom: 24px !important;}\"][vc_round_chart stroke_width=\"2\" values=\"%5B%7B%22title%22%3A%22Option%201%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22turquoise%22%7D%2C%7B%22title%22%3A%22Option%202%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22pink%22%7D%2C%7B%22title%22%3A%22Option%203%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22mulled-wine%22%7D%5D\" el_class=\"small_chart\" css=\".vc_custom_1494234342834{margin-bottom: 2px !important;}\"][vc_column_text el_class=\"stm-effects_opacity\"]You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494240191005{margin-bottom: 60px !important;}\"][vc_column][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1494235408945-11809e1e-ed7b\"][vc_column_text]Simple\'s strategic marketing methodology has helped local businesses and others across the western U.S. achieve record growth during one of the worst economic periods in U.S. history. How? By auditing the effectiveness of current marketing efforts, developing and executing the right marketing strategy, then measuring and maximizing results to increase sales.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1494235463242-c72de02e-e1c7\"][vc_column_text]Simple Business Solutions helps businesses differentiate from competitors and make a lasting impression on prospects and customers. Simple dissects the ‘decision journey’ and gains insight into customer perceptions about your business and your competitors. Armed with this insight, Simple builds a powerful, memorable brand to establish your identity in a crowded marketplace.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240021552{margin-bottom: 31px !important;}\"][stm_charts design=\"bar\" x_values=\"JAN; FEB; MAR; APR; MAY; JUN;\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%20%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2035%3B%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"400\" height=\"320\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240095242{margin-bottom: 36px !important;}\"][vc_column_text css=\".vc_custom_1494240118978{margin-bottom: 30px !important;}\"]\n\nA strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:\n\n[/vc_column_text][vc_column_text]\n\nDon James/Semplice – Article and News research\nHighVoltageBusiness – Company Research\nGoovers – Company and Industry Research\nIRISpace – Industry Research\nLexos-Nexos – Company, Industry, Market Research\nPronounce – market analysis report “slices”\n[/vc_column_text][/vc_column][/vc_row]','Strategic & commercial approach','Investment planning & strategy Maecenas cursus mauris libero, a imperdiet enim pellentesque id. Aliquam erat volutpat. Suspendisse sit amet sapien at risus efficitur sagittis.','publish','closed','closed','','investment-planning-strategy-2-2','','','2017-05-15 15:28:03','2017-05-15 10:28:03','',0,'http://pearl.stylemixthemes.com/services/strategic-commercial-approach/',0,'stm_services','',0),(2462,1,'2017-05-15 15:28:05','2017-05-15 10:28:05','[vc_row][vc_column][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]Simple Business Solutions has generated thousands of dollars in annual cost savings for businesses. Simple\'s comprehensive cost reduction analysis is performed on contingency, which means Simple is compensated only if cost savings are identified for your business. Cut costs and imagine what you could do with all that money added to your bottom line...[/vc_column_text][vc_single_image source=\"featured_image\" img_size=\"820x400\"][vc_column_text]\n
Want to Increase Sales in a Down Economy?
\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Business planning & strategy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234020661{margin-bottom: 26px !important;}\"][vc_column_text css=\".vc_custom_1494235286024{margin-bottom: 34px !important;}\"]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:[/vc_column_text][vc_column_text]\n\nWork fewer hours — and make more money\nAttract and retain quality, high-paying customers\nManage your time so you’ll get more done in less time\nHone sharp leadership skills to manage your team\nAutomate your business, so you can leave for days,\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234318457{margin-bottom: 24px !important;}\"][vc_round_chart stroke_width=\"2\" values=\"%5B%7B%22title%22%3A%22Option%201%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22turquoise%22%7D%2C%7B%22title%22%3A%22Option%202%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22pink%22%7D%2C%7B%22title%22%3A%22Option%203%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22mulled-wine%22%7D%5D\" el_class=\"small_chart\" css=\".vc_custom_1494234342834{margin-bottom: 2px !important;}\"][vc_column_text el_class=\"stm-effects_opacity\"]You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494240191005{margin-bottom: 60px !important;}\"][vc_column][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1494235408945-11809e1e-ed7b\"][vc_column_text]Simple\'s strategic marketing methodology has helped local businesses and others across the western U.S. achieve record growth during one of the worst economic periods in U.S. history. How? By auditing the effectiveness of current marketing efforts, developing and executing the right marketing strategy, then measuring and maximizing results to increase sales.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1494235463242-c72de02e-e1c7\"][vc_column_text]Simple Business Solutions helps businesses differentiate from competitors and make a lasting impression on prospects and customers. Simple dissects the ‘decision journey’ and gains insight into customer perceptions about your business and your competitors. Armed with this insight, Simple builds a powerful, memorable brand to establish your identity in a crowded marketplace.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240021552{margin-bottom: 31px !important;}\"][stm_charts design=\"bar\" x_values=\"JAN; FEB; MAR; APR; MAY; JUN;\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%20%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2035%3B%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"400\" height=\"320\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240095242{margin-bottom: 36px !important;}\"][vc_column_text css=\".vc_custom_1494240118978{margin-bottom: 30px !important;}\"]\n\nA strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:\n\n[/vc_column_text][vc_column_text]\n\nDon James/Semplice – Article and News research\nHighVoltageBusiness – Company Research\nGoovers – Company and Industry Research\nIRISpace – Industry Research\nLexos-Nexos – Company, Industry, Market Research\nPronounce – market analysis report “slices”\n[/vc_column_text][/vc_column][/vc_row]','International Business Opportunities','Investment planning & strategy Maecenas cursus mauris libero, a imperdiet enim pellentesque id. Aliquam erat volutpat. Suspendisse sit amet sapien at risus efficitur sagittis.','publish','closed','closed','','international-business-opportunities-2','','','2017-05-15 15:28:05','2017-05-15 10:28:05','',0,'http://pearl.stylemixthemes.com/services/international-business-opportunities-2/',0,'stm_services','',0),(2463,1,'2017-05-15 15:28:08','2017-05-15 10:28:08','[vc_row][vc_column][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]Simple Business Solutions has generated thousands of dollars in annual cost savings for businesses. Simple\'s comprehensive cost reduction analysis is performed on contingency, which means Simple is compensated only if cost savings are identified for your business. Cut costs and imagine what you could do with all that money added to your bottom line...[/vc_column_text][vc_single_image source=\"featured_image\" img_size=\"820x400\"][vc_column_text]\n
Want to Increase Sales in a Down Economy?
\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Business planning & strategy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234020661{margin-bottom: 26px !important;}\"][vc_column_text css=\".vc_custom_1494235286024{margin-bottom: 34px !important;}\"]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:[/vc_column_text][vc_column_text]\n\nWork fewer hours — and make more money\nAttract and retain quality, high-paying customers\nManage your time so you’ll get more done in less time\nHone sharp leadership skills to manage your team\nAutomate your business, so you can leave for days,\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234318457{margin-bottom: 24px !important;}\"][vc_round_chart stroke_width=\"2\" values=\"%5B%7B%22title%22%3A%22Option%201%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22turquoise%22%7D%2C%7B%22title%22%3A%22Option%202%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22pink%22%7D%2C%7B%22title%22%3A%22Option%203%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22mulled-wine%22%7D%5D\" el_class=\"small_chart\" css=\".vc_custom_1494234342834{margin-bottom: 2px !important;}\"][vc_column_text el_class=\"stm-effects_opacity\"]You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494240191005{margin-bottom: 60px !important;}\"][vc_column][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1494235408945-11809e1e-ed7b\"][vc_column_text]Simple\'s strategic marketing methodology has helped local businesses and others across the western U.S. achieve record growth during one of the worst economic periods in U.S. history. How? By auditing the effectiveness of current marketing efforts, developing and executing the right marketing strategy, then measuring and maximizing results to increase sales.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1494235463242-c72de02e-e1c7\"][vc_column_text]Simple Business Solutions helps businesses differentiate from competitors and make a lasting impression on prospects and customers. Simple dissects the ‘decision journey’ and gains insight into customer perceptions about your business and your competitors. Armed with this insight, Simple builds a powerful, memorable brand to establish your identity in a crowded marketplace.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240021552{margin-bottom: 31px !important;}\"][stm_charts design=\"bar\" x_values=\"JAN; FEB; MAR; APR; MAY; JUN;\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%20%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2035%3B%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"400\" height=\"320\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240095242{margin-bottom: 36px !important;}\"][vc_column_text css=\".vc_custom_1494240118978{margin-bottom: 30px !important;}\"]\n\nA strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:\n\n[/vc_column_text][vc_column_text]\n\nDon James/Semplice – Article and News research\nHighVoltageBusiness – Company Research\nGoovers – Company and Industry Research\nIRISpace – Industry Research\nLexos-Nexos – Company, Industry, Market Research\nPronounce – market analysis report “slices”\n[/vc_column_text][/vc_column][/vc_row]','Investment planning & strategy','Investment planning & strategy Maecenas cursus mauris libero, a imperdiet enim pellentesque id. Aliquam erat volutpat. Suspendisse sit amet sapien at risus efficitur sagittis.','publish','closed','closed','','investment-planning-strategy-3','','','2017-05-15 15:28:08','2017-05-15 10:28:08','',0,'http://pearl.stylemixthemes.com/services/investment-planning-strategy-3/',0,'stm_services','',0),(2614,1,'2017-09-11 15:54:04','0000-00-00 00:00:00','','Main slider','','draft','closed','closed','','','','','2017-09-11 15:54:04','0000-00-00 00:00:00','',0,'http://pearl.stylemixthemes.com/?post_type=stm_slider&p=2614',0,'stm_slider','',0),(2639,1,'2017-09-11 15:54:06','2017-09-11 10:54:06','','Slide 3','','publish','closed','closed','','2639-2','','','2017-09-11 15:54:06','2017-09-11 10:54:06','',2614,'http://pearl.stylemixthemes.com/stm_slider/2639-2/',3,'stm_slider','',0),(2641,1,'2017-09-11 15:54:06','2017-09-11 10:54:06','','Slide 1','','publish','closed','closed','','2641-2','','','2017-09-11 15:54:06','2017-09-11 10:54:06','',2614,'http://pearl.stylemixthemes.com/stm_slider/2641-2/',1,'stm_slider','',0),(2646,1,'2017-09-11 15:54:06','2017-09-11 10:54:06','','Slide 2','','publish','closed','closed','','2646-2','','','2017-09-11 15:54:06','2017-09-11 10:54:06','',2614,'http://pearl.stylemixthemes.com/stm_slider/2646-2/',2,'stm_slider','',0),(2675,1,'2017-06-29 17:01:17','2017-06-29 12:01:17','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"More than 50 years experience\" font_container=\"tag:h2|text_align:center|color:%23222222|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1493700386282{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Company was founded in 2005 in St. Louis, Missouri, as a manufacturer of electric motors and fans. Over the past 10-plus years, we have grown from a regional company into a global technology solutions powerhouse.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\" css=\".vc_custom_1493701149153{margin-bottom: 60px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1498737663704{padding-top: 60px !important;padding-bottom: 40px !important;background-color: #e5e6ea !important;}\"][vc_column][stm_posttimeline length=\"35\" image_size=\"455x255\" style=\"style_2\" year=\"true\" title=\"true\" categories=\"54\"][/vc_column][/vc_row]','Our history 2','','publish','closed','closed','','our-history-2','','','2017-06-29 17:01:17','2017-06-29 12:01:17','',0,'http://pearl.stylemixthemes.com/?page_id=2675',0,'page','',0),(2680,1,'2017-07-07 10:20:05','2017-07-07 05:20:05','','Timmy','','publish','closed','closed','','timmy','','','2017-07-07 10:20:05','2017-07-07 05:20:05','',0,'http://pearl.stylemixthemes.com/stm_participants/timmy/',0,'stm_participants','',0),(2686,1,'2017-07-10 16:49:40','2017-07-10 11:49:40','[woocommerce_checkout]','Checkout','','publish','closed','closed','','checkout','','','2017-07-10 16:49:40','2017-07-10 11:49:40','',0,'http://pearl.stylemixthemes.com/cart-2/',0,'page','',0),(2691,1,'2017-07-11 14:01:24','2017-07-11 09:01:24','[vc_row][vc_column][vc_wp_search][vc_widget_sidebar sidebar_id=\"shop_sidebar\"][vc_row_inner css=\".vc_custom_1493984193415{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column_inner css=\".vc_custom_1493985789752{padding-right: 40px !important;padding-bottom: 46px !important;padding-left: 40px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2258) !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"85\" icon=\"stmicon-buddy\" icon_custom_color=\"#ffffff\" css=\".vc_custom_1493986709016{margin-bottom: 20px !important;}\"][vc_custom_heading text=\"how can we help you?\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text css=\".vc_custom_1493986758202{margin-bottom: 25px !important;}\"]\n

We provide the best value to our customers by continuously refining our

\n[/vc_column_text][stm_button button_style=\"outline\" button_pos=\"center\" button_color=\"white\" link=\"url:%2Fcontacts|title:Contact%20Us||\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Shop sidebar','','publish','closed','closed','','shop-sidebar','','','2017-07-11 14:01:24','2017-07-11 09:01:24','',0,'http://pearl.stylemixthemes.com/sidebars/cases-sidebar-2/',0,'stm_sidebars','',0),(2818,1,'2017-07-25 15:26:06','2017-07-25 10:26:06','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1500972939005{margin-bottom: 15px !important;}\"][vc_custom_heading text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc iaculis purus at lectus viverra rutrum ut vel eros. \" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\" css=\".vc_custom_1495000377079{margin-bottom: 50px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1500981008460{margin-bottom: 90px !important;}\"][vc_column][stm_services_carousel posts_per_page=\"4\" loop=\"yes\" style=\"\"]\n

Carousel

\nGlobally known for our ability to handle every last detail of our customers’ particular logistics and forwarding needs, TransCargo’s Special Services team takes care of all your logistics.[/stm_services_carousel][/vc_column][/vc_row][vc_row css=\".vc_custom_1500981025937{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading text=\"Services grid 1\" font_container=\"tag:h2|text_align:center|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501049490562{margin-bottom: 50px !important;}\"][stm_services number=\"3\" pagination=\"off\" per_row=\"3\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1500981033521{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading text=\"Services grid 2\" font_container=\"tag:h2|text_align:center|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501049557833{margin-bottom: 50px !important;}\"][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x255\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1500979269986{margin-bottom: 70px !important;}\"][vc_column][vc_custom_heading text=\"Services grid 3\" font_container=\"tag:h2|text_align:center|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501049549385{margin-bottom: 50px !important;}\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_3\" img_size=\"540x340\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1500981209716{margin-bottom: 70px !important;}\"][vc_column][vc_custom_heading text=\"Services grid 4\" font_container=\"tag:h2|text_align:center|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501049542920{margin-bottom: 50px !important;}\"][stm_services number=\"6\" pagination=\"off\" per_row=\"3\" style=\"style_4\" img_size=\"255x255\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1500981033521{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading text=\"Services grid 5\" font_container=\"tag:h2|text_align:center|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501049537532{margin-bottom: 50px !important;}\"][stm_services number=\"3\" pagination=\"off\" per_row=\"3\" style=\"style_5\" img_size=\"350x250\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1500981033521{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading text=\"Services grid 6\" font_container=\"tag:h2|text_align:center|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501049532630{margin-bottom: 50px !important;}\"][stm_services number=\"3\" pagination=\"off\" per_row=\"3\" style=\"style_6\" img_size=\"360x250\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1500981033521{margin-bottom: 30px !important;}\"][vc_column][vc_custom_heading text=\"Services grid 7\" font_container=\"tag:h2|text_align:center|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501049519622{margin-bottom: 50px !important;}\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_7\" img_size=\"360x250\"][/vc_column][/vc_row]','Services','','publish','closed','closed','','services-element','','','2017-07-25 15:26:06','2017-07-25 10:26:06','',0,'http://pearl.stylemixthemes.com/?page_id=2818',0,'page','',0),(2983,1,'2017-07-26 15:53:43','2017-07-26 10:53:43','[vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Business planning & strategy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494234020661{margin-bottom: 26px !important;}\"][vc_column_text css=\".vc_custom_1494235286024{margin-bottom: 34px !important;}\"]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:[/vc_column_text][vc_column_text]\n
    \n
  • Work fewer hours — and make more money
  • \n
  • Attract and retain quality, high-paying customers
  • \n
  • Manage your time so you’ll get more done in less time
  • \n
  • Hone sharp leadership skills to manage your team
  • \n
  • Automate your business, so you can leave for days,
  • \n
\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Round chart\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1501066666641{margin-bottom: 24px !important;}\"][vc_round_chart stroke_width=\"2\" values=\"%5B%7B%22title%22%3A%22Option%201%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22turquoise%22%7D%2C%7B%22title%22%3A%22Option%202%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22pink%22%7D%2C%7B%22title%22%3A%22Option%203%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22mulled-wine%22%7D%5D\" el_class=\"small_chart\" css=\".vc_custom_1494234342834{margin-bottom: 2px !important;}\"][vc_column_text el_class=\"stm-effects_opacity\"]You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" css=\".vc_custom_1494235812995{margin-bottom: 25px !important;}\"][vc_custom_heading text=\"Graphic chart\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1501066676584{margin-bottom: 31px !important;}\"][stm_charts design=\"bar\" x_values=\"JAN; FEB; MAR; APR; MAY; JUN;\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%20%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2035%3B%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"400\" height=\"320\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Safety net & build wealth\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494240095242{margin-bottom: 36px !important;}\"][vc_column_text css=\".vc_custom_1494240118978{margin-bottom: 30px !important;}\"]\n\nA strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:\n\n[/vc_column_text][vc_column_text]\n
    \n
  • Don James/Semplice – Article and News research
  • \n
  • HighVoltageBusiness – Company Research
  • \n
  • Goovers – Company and Industry Research
  • \n
  • IRISpace – Industry Research
  • \n
  • Lexos-Nexos – Company, Industry, Market Research
  • \n
  • Pronounce – market analysis report “slices”
  • \n
\n[/vc_column_text][/vc_column][/vc_row]','Progress','','publish','closed','closed','','progress-elements','','','2017-07-26 15:53:43','2017-07-26 10:53:43','',0,'http://pearl.stylemixthemes.com/?page_id=2983',0,'page','',0),(3002,1,'2017-07-26 16:16:29','2017-07-26 11:16:29','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1501067279189{margin-bottom: 70px !important;}\"][vc_column][vc_custom_heading text=\"Partners 1\" font_container=\"tag:h2|text_align:left|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501067912940{margin-bottom: 30px !important;}\"][stm_partners partners=\"%5B%7B%22logo%22%3A%223013%22%2C%22url%22%3A%22%23partner1%22%7D%2C%7B%22logo%22%3A%223012%22%2C%22url%22%3A%22%23partner2%22%7D%2C%7B%22logo%22%3A%223011%22%2C%22url%22%3A%22%23partner3%22%7D%2C%7B%22logo%22%3A%223010%22%2C%22url%22%3A%22%23partner4%22%7D%2C%7B%22logo%22%3A%223009%22%2C%22url%22%3A%22%23partner5%22%7D%2C%7B%22logo%22%3A%223013%22%2C%22url%22%3A%22%23partner6%22%7D%5D\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1501067279189{margin-bottom: 70px !important;}\"][vc_column][vc_custom_heading text=\"Partners 1 Grayscale\" font_container=\"tag:h2|text_align:left|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501068924802{margin-bottom: 30px !important;}\"][stm_partners partners=\"%5B%7B%22logo%22%3A%223013%22%2C%22url%22%3A%22%23partner1%22%7D%2C%7B%22logo%22%3A%223012%22%2C%22url%22%3A%22%23partner2%22%7D%2C%7B%22logo%22%3A%223011%22%2C%22url%22%3A%22%23partner3%22%7D%2C%7B%22logo%22%3A%223010%22%2C%22url%22%3A%22%23partner4%22%7D%2C%7B%22logo%22%3A%223009%22%2C%22url%22%3A%22%23partner5%22%7D%2C%7B%22logo%22%3A%223013%22%2C%22url%22%3A%22%23partner6%22%7D%5D\" grayscale=\"stm_partners_grayscale\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1501067279189{margin-bottom: 70px !important;}\"][vc_column][vc_custom_heading text=\"Partners 2\" font_container=\"tag:h2|text_align:left|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501067920924{margin-bottom: 30px !important;}\"][stm_partners partners=\"%5B%7B%22logo%22%3A%223013%22%2C%22url%22%3A%22%23partner1%22%2C%22title%22%3A%22MASTERSTUDY%22%2C%22description%22%3A%22Wonderful%20Partner%20in%20the%20sphere%20of%20advances%20in%20technology%2C%20sustainability%2C%20lean%20practices%2C%20building%20information%20modeling%2C%20learning%20and%20development%2C%20and%20field%20operations%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%7D%2C%7B%22logo%22%3A%223012%22%2C%22url%22%3A%22%23partner2%22%2C%22title%22%3A%22MOTORS%22%2C%22description%22%3A%22Amazing%20Contractor%20that%20can%20be%20trusted%20and%20relied%20on%20and%20whose%20work%20quality%20can%20be%20guaranteed%20without%20any%20hesitation.%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%7D%2C%7B%22logo%22%3A%223011%22%2C%22url%22%3A%22%23partner3%22%2C%22title%22%3A%22CONSULTING%22%2C%22description%22%3A%22Wonderful%20Partner%20in%20the%20sphere%20of%20advances%20in%20technology%2C%20sustainability%2C%20lean%20practices%2C%20building%20information%20modeling%2C%20learning%20and%20development.%22%7D%2C%7B%22logo%22%3A%223010%22%2C%22url%22%3A%22%23partner4%22%2C%22title%22%3A%22HAPPYCHILD%22%2C%22description%22%3A%22Amazing%20Contractor%20that%20can%20be%20trusted%20and%20relied%20on%20and%20whose%20work%20quality%20can%20be%20guaranteed%20without%20any%20hesitation.%22%7D%2C%7B%22logo%22%3A%223009%22%2C%22url%22%3A%22%23partner5%22%2C%22title%22%3A%22SMARTY%20UNIVERSITY%22%2C%22description%22%3A%22Wonderful%20Partner%20in%20the%20sphere%20of%20advances%20in%20technology%2C%20sustainability%2C%20lean%20practices%2C%20building%20information%20modeling%2C%20learning%20and%20development%2C%20and%20field%20operations%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%7D%5D\" style=\"style_2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1501067279189{margin-bottom: 70px !important;}\"][vc_column][vc_custom_heading text=\"Partners 3\" font_container=\"tag:h2|text_align:left|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501068808222{margin-bottom: 30px !important;}\"][stm_partners partners=\"%5B%7B%22logo%22%3A%223012%22%2C%22url%22%3A%22%23partner2%22%2C%22title%22%3A%22MOTORS%22%2C%22description%22%3A%22Amazing%20Contractor%20that%20can%20be%20trusted%20and%20relied%20on%20and%20whose%20work%20quality%20can%20be%20guaranteed%20without%20any%20hesitation.%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%7D%2C%7B%22logo%22%3A%223011%22%2C%22url%22%3A%22%23partner3%22%2C%22title%22%3A%22CONSULTING%22%2C%22description%22%3A%22Wonderful%20Partner%20in%20the%20sphere%20of%20advances%20in%20technology%2C%20sustainability%2C%20lean%20practices%2C%20building%20information%20modeling%2C%20learning%20and%20development.%22%7D%2C%7B%22logo%22%3A%223010%22%2C%22url%22%3A%22%23partner4%22%2C%22title%22%3A%22HAPPYCHILD%22%2C%22description%22%3A%22Amazing%20Contractor%20that%20can%20be%20trusted%20and%20relied%20on%20and%20whose%20work%20quality%20can%20be%20guaranteed%20without%20any%20hesitation.%22%7D%2C%7B%22logo%22%3A%223009%22%2C%22url%22%3A%22%23partner5%22%2C%22title%22%3A%22SMARTY%20UNIVERSITY%22%2C%22description%22%3A%22Wonderful%20Partner%20in%20the%20sphere%20of%20advances%20in%20technology%2C%20sustainability%2C%20lean%20practices%2C%20building%20information%20modeling%2C%20learning%20and%20development%2C%20and%20field%20operations%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%7D%5D\" style=\"style_3\"][/vc_column][/vc_row]','Partners','','publish','closed','closed','','partners-element','','','2017-07-26 16:16:29','2017-07-26 11:16:29','',0,'http://pearl.stylemixthemes.com/?page_id=3002',0,'page','',0),(3081,1,'2017-07-27 11:19:36','2017-07-27 06:19:36','[vc_row css=\".vc_custom_1501136938193{margin-bottom: 40px !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Post timeline 1\" font_container=\"tag:h2|text_align:center|color:%23222222|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1501134659315{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Company was founded in 2005 in St. Louis, Missouri, as a manufacturer of electric motors and fans. Over the past 10-plus years, we have grown from a regional company into a global technology solutions powerhouse.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\" css=\".vc_custom_1493701149153{margin-bottom: 60px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501136946682{margin-bottom: 70px !important;}\"][vc_column][stm_posttimeline length=\"35\" year=\"true\" title=\"true\" categories=\"54\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501136951350{margin-bottom: 40px !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"Post timeline 2\" font_container=\"tag:h2|text_align:center|color:%23222222|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1501136843379{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Company was founded in 2005 in St. Louis, Missouri, as a manufacturer of electric motors and fans. Over the past 10-plus years, we have grown from a regional company into a global technology solutions powerhouse.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\" css=\".vc_custom_1493701149153{margin-bottom: 60px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1501137553420{margin-bottom: -60px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-color: #e5e6ea !important;}\"][vc_column][stm_posttimeline length=\"35\" image_size=\"455x255\" style=\"style_2\" year=\"true\" title=\"true\" categories=\"54\"][/vc_column][/vc_row]','Post timeline','','publish','closed','closed','','post-timeline','','','2017-07-27 11:19:36','2017-07-27 06:19:36','',0,'http://pearl.stylemixthemes.com/?page_id=3081',0,'page','',0),(3096,1,'2017-07-27 12:08:21','2017-07-27 07:08:21','[vc_row css=\".vc_custom_1501136938193{margin-bottom: 40px !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:center|color:%23222222|line_height:40px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1501137781404{margin-bottom: 30px !important;}\"][vc_custom_heading text=\"Company was founded in 2005 in St. Louis, Missouri, as a manufacturer of electric motors and fans. Over the past 10-plus years, we have grown from a regional company into a global technology solutions powerhouse.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\" css=\".vc_custom_1493701149153{margin-bottom: 60px !important;}\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][stm_separator color=\"custom\" custom_color=\"#80deea\" sep_width=\"100%\" sep_height=\"5px\" css=\".vc_custom_1501147106464{margin-bottom: 50px !important;}\"][vc_text_separator title=\"SEPARATOR WITH TEXT LEFT\" title_align=\"separator_align_left\" color=\"custom\" border_width=\"2\" title_color=\"custom\" title_custom_color=\"#80deea\" title_size=\"18\" line_height=\"24\" accent_color=\"#80deea\" css=\".vc_custom_1501147117523{margin-bottom: 50px !important;}\"][vc_text_separator title=\"SEPARATOR WITH TEXT\" color=\"custom\" border_width=\"2\" title_color=\"custom\" title_custom_color=\"#00897b\" title_size=\"18\" line_height=\"24\" accent_color=\"#00897b\" css=\".vc_custom_1501147122957{margin-bottom: 50px !important;}\"][vc_text_separator title=\"SEPARATOR WITH TEXT LEFT\" title_align=\"separator_align_right\" color=\"custom\" border_width=\"2\" title_color=\"custom\" title_custom_color=\"#0277bd\" title_size=\"18\" line_height=\"24\" accent_color=\"#0277bd\" css=\".vc_custom_1501147129088{margin-bottom: 50px !important;}\"][stm_separator color=\"custom\" custom_color=\"#1a237e\" sep_width=\"100%\" sep_height=\"5px\" css=\".vc_custom_1501147133496{margin-bottom: 50px !important;}\"][vc_text_separator title=\"SEPARATOR WITH ICON LEFT\" i_icon_fontawesome=\"stmicon-camera2\" i_color=\"custom\" title_align=\"separator_align_left\" color=\"custom\" border_width=\"2\" title_color=\"custom\" title_custom_color=\"#7cb342\" add_icon=\"true\" i_custom_color=\"#7cb342\" accent_color=\"#7cb342\" title_size=\"18\" line_height=\"24\" css=\".vc_custom_1501147143713{margin-bottom: 50px !important;}\"][vc_text_separator title=\"SEPARATOR WITH ICON\" i_icon_fontawesome=\"stmicon-archive\" i_color=\"custom\" color=\"custom\" border_width=\"2\" title_color=\"custom\" title_custom_color=\"#e64a19\" add_icon=\"true\" i_custom_color=\"#e64a19\" accent_color=\"#e64a19\" title_size=\"18\" line_height=\"24\" css=\".vc_custom_1501147149146{margin-bottom: 50px !important;}\"][vc_text_separator title=\"SEPARATOR WITH ICON RIGHT\" i_icon_fontawesome=\"stmicon-heart3\" i_color=\"custom\" title_align=\"separator_align_right\" color=\"custom\" border_width=\"2\" title_color=\"custom\" title_custom_color=\"#9c27b0\" add_icon=\"true\" i_custom_color=\"#9c27b0\" accent_color=\"#9c27b0\" title_size=\"18\" line_height=\"24\" css=\".vc_custom_1501147183789{margin-bottom: 50px !important;}\"][stm_separator color=\"custom\" custom_color=\"#7cb342\" sep_width=\"100%\" sep_height=\"5px\" css=\".vc_custom_1501147189086{margin-bottom: 50px !important;}\"][vc_text_separator title=\"\" i_icon_fontawesome=\"stmicon-drop\" i_color=\"custom\" title_align=\"separator_align_left\" color=\"custom\" border_width=\"2\" title_color=\"custom\" title_custom_color=\"#e64a19\" add_icon=\"true\" i_custom_color=\"#d81b60\" accent_color=\"#d81b60\" title_size=\"18\" line_height=\"24\" css=\".vc_custom_1501147194059{margin-bottom: 50px !important;}\"][vc_text_separator title=\"\" i_icon_fontawesome=\"stmicon-moon2\" i_color=\"custom\" color=\"custom\" border_width=\"2\" title_color=\"custom\" title_custom_color=\"#e64a19\" add_icon=\"true\" i_custom_color=\"#ffc107\" accent_color=\"#ffc107\" title_size=\"18\" line_height=\"24\" css=\".vc_custom_1501147199761{margin-bottom: 50px !important;}\"][vc_text_separator title=\"\" i_icon_fontawesome=\"stmicon-star\" i_color=\"custom\" title_align=\"separator_align_right\" color=\"custom\" border_width=\"2\" title_color=\"custom\" title_custom_color=\"#e64a19\" add_icon=\"true\" i_custom_color=\"#7cb342\" accent_color=\"#7cb342\" title_size=\"18\" line_height=\"24\" css=\".vc_custom_1501147229181{margin-bottom: 70px !important;}\"][stm_separator color=\"custom\" custom_color=\"#c62828\" sep_width=\"100%\" sep_height=\"5px\" css=\".vc_custom_1501147031875{margin-bottom: 27px !important;}\"][/vc_column][/vc_row]','Separator','','publish','closed','closed','','separator','','','2017-07-27 12:08:21','2017-07-27 07:08:21','',0,'http://pearl.stylemixthemes.com/?page_id=3096',0,'page','',0),(3327,1,'2017-07-28 15:29:21','2017-07-28 10:29:21','[vc_row css=\".vc_custom_1501233737274{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Vacancies style 1\" font_container=\"tag:h2|text_align:left|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501238075731{margin-bottom: 40px !important;}\"][stm_vacancies][/vc_column][/vc_row][vc_row css=\".vc_custom_1501233737274{margin-bottom: 80px !important;}\"][vc_column][vc_custom_heading text=\"Vacancies style 2\" font_container=\"tag:h2|text_align:left|color:%23293742\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1501238081611{margin-bottom: 40px !important;}\"][stm_vacancies style=\"style_2\"][/vc_column][/vc_row]','Vacancies','','publish','closed','closed','','vacancies-element','','','2017-07-28 15:29:21','2017-07-28 10:29:21','',0,'http://pearl.stylemixthemes.com/?page_id=3327',0,'page','',0),(3375,1,'2017-07-31 16:41:23','2017-07-31 11:41:23','','TEST TEST','','publish','closed','closed','','test-test','','','2017-07-31 16:41:23','2017-07-31 11:41:23','',0,'http://pearl.stylemixthemes.com/stm_participants/test-test/',0,'stm_participants','',0),(3376,1,'2017-07-31 17:07:17','2017-07-31 12:07:17','','Stylemix','','publish','closed','closed','','stylemix','','','2017-07-31 17:07:17','2017-07-31 12:07:17','',0,'http://pearl.stylemixthemes.com/stm_participants/stylemix/',0,'stm_participants','',0),(3381,1,'2017-08-01 00:00:00','0000-00-00 00:00:00','','August 1, 2017 @ 4:00 pm (User: 1)','','draft','closed','closed','','','','','2017-08-01 00:00:00','0000-00-00 00:00:00','',0,'http://pearl.stylemixthemes.com/?post_type=booked_appointments&p=3381',0,'booked_appointments','',0),(3384,1,'2017-08-01 00:00:00','0000-00-00 00:00:00','','August 1, 2017 @ 12:00 pm (User: 1)','','draft','closed','closed','','','','','2017-08-01 00:00:00','0000-00-00 00:00:00','',0,'http://pearl.stylemixthemes.com/?post_type=booked_appointments&p=3384',0,'booked_appointments','',0),(3568,1,'2017-08-01 00:00:00','0000-00-00 00:00:00','','August 10, 2017 @ 9:00 am (User: Guest)','','draft','closed','closed','','','','','2017-08-01 00:00:00','0000-00-00 00:00:00','',0,'http://pearl.stylemixthemes.com/?post_type=booked_appointments&p=3568',0,'booked_appointments','',0),(3616,1,'2017-08-09 12:20:22','2017-08-09 07:20:22','','Dmitriy Dmitriy','','publish','closed','closed','','dmitriy-dmitriy','','','2017-08-09 12:20:22','2017-08-09 07:20:22','',0,'http://pearl.stylemixthemes.com/stm_participants/dmitriy-dmitriy/',0,'stm_participants','',0),(3618,1,'2017-08-10 10:51:39','2017-08-10 05:51:39','','ВШьф','','publish','closed','closed','','%d0%b2%d1%88%d1%8c%d1%84','','','2017-08-10 10:51:39','2017-08-10 05:51:39','',0,'http://pearl.stylemixthemes.com/stm_participants/%d0%b2%d1%88%d1%8c%d1%84/',0,'stm_participants','',0),(3630,1,'2017-08-01 00:00:00','0000-00-00 00:00:00','','August 30, 2017 @ 2:00 pm (User: 1)','','draft','closed','closed','','','','','2017-08-01 00:00:00','0000-00-00 00:00:00','',0,'http://pearl.stylemixthemes.com/?post_type=booked_appointments&p=3630',0,'booked_appointments','',0),(3632,1,'2017-08-01 00:00:00','0000-00-00 00:00:00','','August 31, 2017 @ 2:00 pm (User: Guest)','','draft','closed','closed','','','','','2017-08-01 00:00:00','0000-00-00 00:00:00','',0,'http://pearl.stylemixthemes.com/?post_type=booked_appointments&p=3632',0,'booked_appointments','',0),(3635,1,'2017-09-01 00:00:00','0000-00-00 00:00:00','','September 5, 2017 @ 9:00 am (User: Guest)','','draft','closed','closed','','','','','2017-09-01 00:00:00','0000-00-00 00:00:00','',0,'http://pearl.stylemixthemes.com/?post_type=booked_appointments&p=3635',0,'booked_appointments','',0),(3636,1,'2019-02-24 11:38:45','2019-02-24 10:38:45','','Pages','','publish','closed','closed','','pages','','','2019-02-24 11:38:45','2019-02-24 10:38:45','',0,'http://fj-lifesciences.com/2019/02/24/pages/',2,'nav_menu_item','',0),(3728,1,'2005-02-08 12:48:28','2005-02-08 12:48:28','[vc_row][vc_column][vc_custom_heading text=\"Opening\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]We are excited about each new challenge. With our innovative ideas we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.\n\nWe do not just create performant devices; we create a connection between people and the world. We are resourceful and creative. We love to innovate.We believe that imagination has no limits. We are always a step forward in the development of new technologies.[/vc_column_text][vc_custom_heading text=\"What client say\" font_container=\"tag:h3|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][vc_column_text]He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][vc_column_text]\n\nIn 2011 and 2013 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for its research and development activity in the past 5, respectively 7 years. In 2011 Allview received first place in Top Romanian Business. In 2012 Allview was nominated for the Most Promising Romanian brand and in 2013 Wall-Street recognized Allview as the most active company on the foreign market. In 2014 Allview received the excellence diploma by the Chamber of Commerce and Industry from Brasov for Trademark protection and Export activity.\n\n \n\n[/vc_column_text][vc_column_text]Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Growth through innovation/creativity:\nRather than be constrained by ideas for new products, services and new markets coming from just a few people, a Thinking Corporation can tap into the employees
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Increased profits:\nThe corporation will experience an increase in profits due to savings in operating costs as well as sales from new products, services and ventures.
  • \n
\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n
    \n
  • Higher business values:\nThe link between profits and business value means that the moment a corporation creates a new sustainable level of profit, the business value is adjusted accordingly.
  • \n
\n[/vc_column_text][vc_column_text]\n
    \n
  • Lower staff turnover:\nThis, combined with the culture that must exist for innovation and creativity to flourish, means that new employees will be attracted to the organization.
  • \n
\n[/vc_column_text][/vc_column][/vc_row]','Companies in NJ launched a joint project on three-tower hall','','publish','open','open','','companies-in-nj-launched-a-joint-project-on-three-tower-hall','','','2005-02-08 12:48:28','2005-02-08 12:48:28','',0,'http://pearl.stylemixthemes.com/?p=1',0,'post','',0),(3812,1,'2017-09-20 09:20:19','2017-09-20 09:20:19','','1','','inherit','open','closed','','1-3','','','2017-09-20 09:20:19','2017-09-20 09:20:19','',0,'http://fj-lifesciences.com/wp-content/uploads/2017/09/1.jpeg',0,'attachment','image/jpeg',0),(3813,1,'2017-09-20 09:20:20','2017-09-20 09:20:20','','2','','inherit','open','closed','','2-3','','','2017-09-20 09:20:20','2017-09-20 09:20:20','',0,'http://fj-lifesciences.com/wp-content/uploads/2017/09/2.jpeg',0,'attachment','image/jpeg',0),(3814,1,'2017-09-20 09:20:22','2017-09-20 09:20:22','','3','','inherit','open','closed','','3-3','','','2017-09-20 09:20:22','2017-09-20 09:20:22','',0,'http://fj-lifesciences.com/wp-content/uploads/2017/09/3.jpeg',0,'attachment','image/jpeg',0),(3815,1,'2017-09-20 09:20:24','2017-09-20 09:20:24','','4','','inherit','open','closed','','4-3','','','2017-09-20 09:20:24','2017-09-20 09:20:24','',0,'http://fj-lifesciences.com/wp-content/uploads/2017/09/4.jpeg',0,'attachment','image/jpeg',0),(3816,1,'2019-02-24 11:38:50','2019-02-24 10:38:50','','Home','','publish','closed','closed','','home','','','2019-02-24 11:38:50','2019-02-24 10:38:50','',0,'http://fj-lifesciences.com/2019/02/24/home/',1,'nav_menu_item','',0),(3817,1,'2019-02-24 11:38:50','2019-02-24 10:38:50','','About','','publish','closed','closed','','about','','','2019-02-24 11:38:50','2019-02-24 10:38:50','',0,'http://fj-lifesciences.com/2019/02/24/about/',6,'nav_menu_item','',0),(3818,1,'2019-02-24 11:38:50','2019-02-24 10:38:50',' ','','','publish','closed','closed','','3818','','','2019-02-24 11:38:50','2019-02-24 10:38:50','',0,'http://fj-lifesciences.com/2019/02/24/3818/',3,'nav_menu_item','',0),(3819,1,'2019-02-24 11:38:50','2019-02-24 10:38:50',' ','','','publish','closed','closed','','3819','','','2019-02-24 11:38:50','2019-02-24 10:38:50','',0,'http://fj-lifesciences.com/2019/02/24/3819/',22,'nav_menu_item','',0),(3820,1,'2019-02-24 11:38:50','2019-02-24 10:38:50',' ','','','publish','closed','closed','','3820','','','2019-02-24 11:38:50','2019-02-24 10:38:50','',0,'http://fj-lifesciences.com/2019/02/24/3820/',8,'nav_menu_item','',0),(3821,1,'2019-02-24 11:38:51','2019-02-24 10:38:51',' ','','','publish','closed','closed','','3821','','','2019-02-24 11:38:51','2019-02-24 10:38:51','',0,'http://fj-lifesciences.com/2019/02/24/3821/',7,'nav_menu_item','',0),(3822,1,'2019-02-24 11:38:51','2019-02-24 10:38:51',' ','','','publish','closed','closed','','3822','','','2019-02-24 11:38:51','2019-02-24 10:38:51','',0,'http://fj-lifesciences.com/2019/02/24/3822/',9,'nav_menu_item','',0),(3823,1,'2019-02-24 11:38:51','2019-02-24 10:38:51',' ','','','publish','closed','closed','','3823','','','2019-02-24 11:38:51','2019-02-24 10:38:51','',0,'http://fj-lifesciences.com/2019/02/24/3823/',10,'nav_menu_item','',0),(3824,1,'2019-02-24 11:38:51','2019-02-24 10:38:51','','Services','','publish','closed','closed','','services','','','2019-02-24 11:38:51','2019-02-24 10:38:51','',0,'http://fj-lifesciences.com/2019/02/24/services/',13,'nav_menu_item','',0),(3825,1,'2019-02-24 11:38:51','2019-02-24 10:38:51','','Single Service','','publish','closed','closed','','single-service','','','2019-02-24 11:38:51','2019-02-24 10:38:51','',0,'http://fj-lifesciences.com/2019/02/24/single-service/',15,'nav_menu_item','',0),(3826,1,'2019-02-24 11:38:51','2019-02-24 10:38:51',' ','','','publish','closed','closed','','3826','','','2019-02-24 11:38:51','2019-02-24 10:38:51','',0,'http://fj-lifesciences.com/2019/02/24/3826/',16,'nav_menu_item','',0),(3827,1,'2019-02-24 11:38:51','2019-02-24 10:38:51','','Single Event','','publish','closed','closed','','single-event','','','2019-02-24 11:38:51','2019-02-24 10:38:51','',0,'http://fj-lifesciences.com/2019/02/24/single-event/',12,'nav_menu_item','',0),(3828,1,'2019-02-24 11:38:51','2019-02-24 10:38:51','','Single Post','','publish','closed','closed','','single-post','','','2019-02-24 11:38:51','2019-02-24 10:38:51','',0,'http://fj-lifesciences.com/2019/02/24/single-post/',18,'nav_menu_item','',0),(3829,1,'2019-02-24 11:38:51','2019-02-24 10:38:51',' ','','','publish','closed','closed','','3829','','','2019-02-24 11:38:51','2019-02-24 10:38:51','',0,'http://fj-lifesciences.com/2019/02/24/3829/',4,'nav_menu_item','',0),(3830,1,'2019-02-24 11:38:51','2019-02-24 10:38:51','','Single Vacancy','','publish','closed','closed','','single-vacancy','','','2019-02-24 11:38:51','2019-02-24 10:38:51','',0,'http://fj-lifesciences.com/2019/02/24/single-vacancy/',5,'nav_menu_item','',0),(3831,1,'2019-02-24 11:38:51','2019-02-24 10:38:51',' ','','','publish','closed','closed','','3831','','','2019-02-24 11:38:51','2019-02-24 10:38:51','',0,'http://fj-lifesciences.com/2019/02/24/3831/',19,'nav_menu_item','',0),(3832,1,'2019-02-24 11:38:51','2019-02-24 10:38:51','','Single Case','','publish','closed','closed','','single-case','','','2019-02-24 11:38:51','2019-02-24 10:38:51','',0,'http://fj-lifesciences.com/2019/02/24/single-case/',21,'nav_menu_item','',0),(3833,1,'2019-02-24 11:38:51','2019-02-24 10:38:51','','Events List','','publish','closed','closed','','events-list','','','2019-02-24 11:38:51','2019-02-24 10:38:51','',0,'http://fj-lifesciences.com/2019/02/24/events-list/',11,'nav_menu_item','',0),(3834,1,'2019-02-24 11:38:51','2019-02-24 10:38:51','','Services Grid','','publish','closed','closed','','services-grid','','','2019-02-24 11:38:51','2019-02-24 10:38:51','',0,'http://fj-lifesciences.com/2019/02/24/services-grid/',14,'nav_menu_item','',0),(3835,1,'2019-02-24 11:38:51','2019-02-24 10:38:51','','News List','','publish','closed','closed','','news-list','','','2019-02-24 11:38:51','2019-02-24 10:38:51','',0,'http://fj-lifesciences.com/2019/02/24/news-list/',17,'nav_menu_item','',0),(3836,1,'2019-02-24 11:38:51','2019-02-24 10:38:51','','Cases Grid','','publish','closed','closed','','cases-grid','','','2019-02-24 11:38:51','2019-02-24 10:38:51','',0,'http://fj-lifesciences.com/2019/02/24/cases-grid/',20,'nav_menu_item','',0),(3837,1,'2019-02-24 11:38:51','2019-02-24 11:38:51','','revslide1.jpg','','inherit','closed','closed','','revslide1-jpg','','','2019-02-24 11:38:51','2019-02-24 11:38:51','',0,'http://fj-lifesciences.com/wp-content/uploads/revslider/homeslider/revslide1.jpg',0,'attachment','image/jpeg',0),(3838,1,'2019-02-24 11:38:52','2019-02-24 11:38:52','','revslide2.jpg','','inherit','closed','closed','','revslide2-jpg','','','2019-02-24 11:38:52','2019-02-24 11:38:52','',0,'http://fj-lifesciences.com/wp-content/uploads/revslider/homeslider/revslide2.jpg',0,'attachment','image/jpeg',0),(3839,1,'2019-02-24 11:38:54','2019-02-24 11:38:54','','man-1.jpg','','inherit','closed','closed','','man-1-jpg','','','2019-02-24 11:38:54','2019-02-24 11:38:54','',0,'http://fj-lifesciences.com/wp-content/uploads/revslider/homeslider/man-1.jpg',0,'attachment','image/jpeg',0),(3840,1,'2019-02-24 13:31:28','2019-02-24 12:31:28','[vc_row][vc_column][stm_spacer height=\"200\"][vc_column_text]\r\n

Website under development.

\r\n[/vc_column_text][/vc_column][/vc_row]','En construction','','publish','closed','closed','','en-construction','','','2019-02-24 22:33:02','2019-02-24 21:33:02','',0,'http://fj-lifesciences.com/?page_id=3840',0,'page','',0),(3841,1,'2019-02-24 13:30:15','2019-02-24 12:30:15','','FJLS bleu','','inherit','open','closed','','fjls-bleu','','','2019-02-24 13:30:15','2019-02-24 12:30:15','',3840,'http://fj-lifesciences.com/wp-content/uploads/2019/02/FJLS-bleu.png',0,'attachment','image/png',0),(3842,1,'2019-02-24 13:30:56','2019-02-24 12:30:56','[vc_row][vc_column][vc_single_image image=\"3841\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Site en construction

\r\n[/vc_column_text][/vc_column][/vc_row]','En construction','','inherit','closed','closed','','3840-revision-v1','','','2019-02-24 13:30:56','2019-02-24 12:30:56','',3840,'http://fj-lifesciences.com/2019/02/24/3840-revision-v1/',0,'revision','',0),(3844,1,'2019-02-24 13:40:25','2019-02-24 12:40:25','','favicon_fjls','','inherit','closed','closed','','favicon_fjls','','','2019-02-24 13:40:25','2019-02-24 12:40:25','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/02/favicon_fjls.jpg',0,'attachment','image/jpeg',0),(3845,1,'2019-02-24 13:40:34','2019-02-24 12:40:34','http://fj-lifesciences.com/wp-content/uploads/2019/02/cropped-favicon_fjls.jpg','cropped-favicon_fjls.jpg','','inherit','closed','closed','','cropped-favicon_fjls-jpg','','','2019-02-24 13:40:34','2019-02-24 12:40:34','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/02/cropped-favicon_fjls.jpg',0,'attachment','image/jpeg',0),(3851,1,'2019-02-24 14:00:21','2019-02-24 13:00:21','','logo_fjls_bleu','','inherit','closed','closed','','logo_fjls_bleu','','','2019-02-24 14:00:21','2019-02-24 13:00:21','',3840,'http://fj-lifesciences.com/wp-content/uploads/2019/02/logo_fjls_bleu.png',0,'attachment','image/png',0),(3852,1,'2019-02-24 14:00:31','2019-02-24 13:00:31','[vc_row][vc_column][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Website under development.

\r\n[/vc_column_text][/vc_column][/vc_row]','En construction','','inherit','closed','closed','','3840-autosave-v1','','','2019-02-24 14:00:31','2019-02-24 13:00:31','',3840,'http://fj-lifesciences.com/2019/02/24/3840-autosave-v1/',0,'revision','',0),(3853,1,'2019-02-24 14:00:44','2019-02-24 13:00:44','[vc_row][vc_column][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Website under development.

\r\n[/vc_column_text][/vc_column][/vc_row]','En construction','','inherit','closed','closed','','3840-revision-v1','','','2019-02-24 14:00:44','2019-02-24 13:00:44','',3840,'http://fj-lifesciences.com/2019/02/24/3840-revision-v1/',0,'revision','',0),(3854,1,'2019-02-24 14:22:33','2019-02-24 13:22:33','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4035\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4190\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551977281322{margin-bottom: 40px !important;padding-top: 60px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','publish','closed','closed','','welcome','','','2019-10-23 09:04:22','2019-10-23 07:04:22','',0,'http://fj-lifesciences.com/?page_id=3854',0,'page','',0),(3855,1,'2019-02-24 14:22:33','2019-02-24 13:22:33','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Discover the world of Business\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505712340288{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"We consider all the drivers of change from the ground up and we’ll motivate you to make the change.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\n17 years of experience helping people to find the best solutions.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Mission

\r\nReducing risk and enhancing housing finance market liquidity.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=gPgMltxn-N4\" css=\".vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.8)\"][vc_column][vc_custom_heading text=\"ATTRIBUTION\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505712745624{margin-top: 33px !important;margin-bottom: 78px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505712745622{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494677731771{margin-bottom: 111px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162251965{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-bulb_b\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"CREATE NEW BUSINESS\" flip_content=\"Generate new products with higher potential and lower risks of failure. We build services for you from initial sketches to the final production.\"]\r\n
UNIQUE IDEAS & SOLUTIONS
\r\nExperience in all the major geographies, meaning we understand all underlying drivers.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162256127{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-darts\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"BRAND NEW STARTUP\" flip_content=\"Experience in all the major geographies, meaning we understand all underlying drivers. We build services for you from initial sketches to the final production.\"]\r\n
TARGETING & POSITIONING
\r\nGenerate new products with higher potential and lower risks of failure.\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492170545778{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-hands\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"62\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"24/7 SUPPORT\" flip_content=\"Generate new products with higher potential and lower risks of failure. Experience in all the major geographies, meaning we understand all underlying drivers.\"]\r\n
FRIENDLY CUSTOMER SERVICE
\r\nWe build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"OUR SERVICES\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494654282573{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494654313703{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"We allow you to start without having to worry about making a mistake, as we use our outstanding experience.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"17\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:22:33','2019-02-24 13:22:33','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3856,1,'2019-03-11 12:16:59','2019-03-11 11:16:59','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4035\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4190\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551977281322{margin-bottom: 40px !important;padding-top: 60px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-autosave-v1','','','2019-03-11 12:16:59','2019-03-11 11:16:59','',3854,'http://fj-lifesciences.com/2019/02/24/3854-autosave-v1/',0,'revision','',0),(3857,1,'2019-02-24 14:31:47','2019-02-24 13:31:47','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION \" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders.\r\n\r\nLong-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_iconlist icon=\"stmicon-check3\"]Menstrual cycle disorders[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\n17 years of experience helping people to find the best solutions.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Mission

\r\nReducing risk and enhancing housing finance market liquidity.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=gPgMltxn-N4\" css=\".vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.8)\"][vc_column][vc_custom_heading text=\"ATTRIBUTION\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505712745624{margin-top: 33px !important;margin-bottom: 78px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505712745622{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494677731771{margin-bottom: 111px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162251965{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-bulb_b\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"CREATE NEW BUSINESS\" flip_content=\"Generate new products with higher potential and lower risks of failure. We build services for you from initial sketches to the final production.\"]\r\n
UNIQUE IDEAS & SOLUTIONS
\r\nExperience in all the major geographies, meaning we understand all underlying drivers.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162256127{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-darts\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"BRAND NEW STARTUP\" flip_content=\"Experience in all the major geographies, meaning we understand all underlying drivers. We build services for you from initial sketches to the final production.\"]\r\n
TARGETING & POSITIONING
\r\nGenerate new products with higher potential and lower risks of failure.\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492170545778{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-hands\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"62\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"24/7 SUPPORT\" flip_content=\"Generate new products with higher potential and lower risks of failure. Experience in all the major geographies, meaning we understand all underlying drivers.\"]\r\n
FRIENDLY CUSTOMER SERVICE
\r\nWe build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"OUR SERVICES\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494654282573{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494654313703{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"We allow you to start without having to worry about making a mistake, as we use our outstanding experience.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:31:47','2019-02-24 13:31:47','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3858,1,'2019-02-24 14:33:28','2019-02-24 13:33:28','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_iconlist icon_color=\"ttc\" icon=\"stmicon-check3\"]Menstrual cycle disorders[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\n17 years of experience helping people to find the best solutions.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Mission

\r\nReducing risk and enhancing housing finance market liquidity.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=gPgMltxn-N4\" css=\".vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.8)\"][vc_column][vc_custom_heading text=\"ATTRIBUTION\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505712745624{margin-top: 33px !important;margin-bottom: 78px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505712745622{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494677731771{margin-bottom: 111px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162251965{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-bulb_b\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"CREATE NEW BUSINESS\" flip_content=\"Generate new products with higher potential and lower risks of failure. We build services for you from initial sketches to the final production.\"]\r\n
UNIQUE IDEAS & SOLUTIONS
\r\nExperience in all the major geographies, meaning we understand all underlying drivers.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162256127{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-darts\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"BRAND NEW STARTUP\" flip_content=\"Experience in all the major geographies, meaning we understand all underlying drivers. We build services for you from initial sketches to the final production.\"]\r\n
TARGETING & POSITIONING
\r\nGenerate new products with higher potential and lower risks of failure.\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492170545778{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-hands\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"62\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"24/7 SUPPORT\" flip_content=\"Generate new products with higher potential and lower risks of failure. Experience in all the major geographies, meaning we understand all underlying drivers.\"]\r\n
FRIENDLY CUSTOMER SERVICE
\r\nWe build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"OUR SERVICES\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494654282573{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494654313703{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"We allow you to start without having to worry about making a mistake, as we use our outstanding experience.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:33:28','2019-02-24 13:33:28','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3859,1,'2019-02-24 14:34:40','2019-02-24 13:34:40','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_iconlist icon_color=\"ttc\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\n17 years of experience helping people to find the best solutions.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Mission

\r\nReducing risk and enhancing housing finance market liquidity.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=gPgMltxn-N4\" css=\".vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.8)\"][vc_column][vc_custom_heading text=\"ATTRIBUTION\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505712745624{margin-top: 33px !important;margin-bottom: 78px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505712745622{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494677731771{margin-bottom: 111px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162251965{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-bulb_b\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"CREATE NEW BUSINESS\" flip_content=\"Generate new products with higher potential and lower risks of failure. We build services for you from initial sketches to the final production.\"]\r\n
UNIQUE IDEAS & SOLUTIONS
\r\nExperience in all the major geographies, meaning we understand all underlying drivers.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162256127{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-darts\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"BRAND NEW STARTUP\" flip_content=\"Experience in all the major geographies, meaning we understand all underlying drivers. We build services for you from initial sketches to the final production.\"]\r\n
TARGETING & POSITIONING
\r\nGenerate new products with higher potential and lower risks of failure.\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492170545778{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-hands\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"62\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"24/7 SUPPORT\" flip_content=\"Generate new products with higher potential and lower risks of failure. Experience in all the major geographies, meaning we understand all underlying drivers.\"]\r\n
FRIENDLY CUSTOMER SERVICE
\r\nWe build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"OUR SERVICES\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494654282573{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494654313703{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"We allow you to start without having to worry about making a mistake, as we use our outstanding experience.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:34:40','2019-02-24 13:34:40','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3860,1,'2019-02-24 14:36:19','2019-02-24 13:36:19','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
\r\n[/stm_iconlist][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
\r\n[/stm_iconlist][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\n17 years of experience helping people to find the best solutions.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Mission

\r\nReducing risk and enhancing housing finance market liquidity.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=gPgMltxn-N4\" css=\".vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.8)\"][vc_column][vc_custom_heading text=\"ATTRIBUTION\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505712745624{margin-top: 33px !important;margin-bottom: 78px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505712745622{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494677731771{margin-bottom: 111px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162251965{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-bulb_b\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"CREATE NEW BUSINESS\" flip_content=\"Generate new products with higher potential and lower risks of failure. We build services for you from initial sketches to the final production.\"]\r\n
UNIQUE IDEAS & SOLUTIONS
\r\nExperience in all the major geographies, meaning we understand all underlying drivers.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162256127{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-darts\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"BRAND NEW STARTUP\" flip_content=\"Experience in all the major geographies, meaning we understand all underlying drivers. We build services for you from initial sketches to the final production.\"]\r\n
TARGETING & POSITIONING
\r\nGenerate new products with higher potential and lower risks of failure.\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492170545778{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-hands\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"62\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"24/7 SUPPORT\" flip_content=\"Generate new products with higher potential and lower risks of failure. Experience in all the major geographies, meaning we understand all underlying drivers.\"]\r\n
FRIENDLY CUSTOMER SERVICE
\r\nWe build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"OUR SERVICES\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494654282573{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494654313703{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"We allow you to start without having to worry about making a mistake, as we use our outstanding experience.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:36:19','2019-02-24 13:36:19','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3861,1,'2019-02-24 14:41:16','2019-02-24 13:41:16','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\n17 years of experience helping people to find the best solutions.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Mission

\r\nReducing risk and enhancing housing finance market liquidity.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=gPgMltxn-N4\" css=\".vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.8)\"][vc_column][vc_custom_heading text=\"ATTRIBUTION\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505712745624{margin-top: 33px !important;margin-bottom: 78px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505712745622{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494677731771{margin-bottom: 111px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162251965{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-bulb_b\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"CREATE NEW BUSINESS\" flip_content=\"Generate new products with higher potential and lower risks of failure. We build services for you from initial sketches to the final production.\"]\r\n
UNIQUE IDEAS & SOLUTIONS
\r\nExperience in all the major geographies, meaning we understand all underlying drivers.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162256127{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-darts\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"BRAND NEW STARTUP\" flip_content=\"Experience in all the major geographies, meaning we understand all underlying drivers. We build services for you from initial sketches to the final production.\"]\r\n
TARGETING & POSITIONING
\r\nGenerate new products with higher potential and lower risks of failure.\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492170545778{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-hands\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"62\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"24/7 SUPPORT\" flip_content=\"Generate new products with higher potential and lower risks of failure. Experience in all the major geographies, meaning we understand all underlying drivers.\"]\r\n
FRIENDLY CUSTOMER SERVICE
\r\nWe build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"OUR SERVICES\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494654282573{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494654313703{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"We allow you to start without having to worry about making a mistake, as we use our outstanding experience.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:41:16','2019-02-24 13:41:16','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3862,1,'2019-02-24 14:41:53','2019-02-24 13:41:53','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\n17 years of experience helping people to find the best solutions.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Mission

\r\nReducing risk and enhancing housing finance market liquidity.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=gPgMltxn-N4\" css=\".vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.8)\"][vc_column][vc_custom_heading text=\"ATTRIBUTION\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505712745624{margin-top: 33px !important;margin-bottom: 78px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505712745622{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494677731771{margin-bottom: 111px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162251965{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-bulb_b\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"CREATE NEW BUSINESS\" flip_content=\"Generate new products with higher potential and lower risks of failure. We build services for you from initial sketches to the final production.\"]\r\n
UNIQUE IDEAS & SOLUTIONS
\r\nExperience in all the major geographies, meaning we understand all underlying drivers.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162256127{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-darts\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"BRAND NEW STARTUP\" flip_content=\"Experience in all the major geographies, meaning we understand all underlying drivers. We build services for you from initial sketches to the final production.\"]\r\n
TARGETING & POSITIONING
\r\nGenerate new products with higher potential and lower risks of failure.\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492170545778{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-hands\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"62\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"24/7 SUPPORT\" flip_content=\"Generate new products with higher potential and lower risks of failure. Experience in all the major geographies, meaning we understand all underlying drivers.\"]\r\n
FRIENDLY CUSTOMER SERVICE
\r\nWe build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"OUR SERVICES\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494654282573{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494654313703{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"We allow you to start without having to worry about making a mistake, as we use our outstanding experience.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:41:53','2019-02-24 13:41:53','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3863,1,'2019-02-24 14:46:20','2019-02-24 13:46:20','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=gPgMltxn-N4\" css=\".vc_custom_1501842853766{padding-top: 75px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=2650) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.8)\"][vc_column][vc_custom_heading text=\"ATTRIBUTION\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505712745624{margin-top: 33px !important;margin-bottom: 78px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505712745622{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494677731771{margin-bottom: 111px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162251965{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-bulb_b\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"CREATE NEW BUSINESS\" flip_content=\"Generate new products with higher potential and lower risks of failure. We build services for you from initial sketches to the final production.\"]\r\n
UNIQUE IDEAS & SOLUTIONS
\r\nExperience in all the major geographies, meaning we understand all underlying drivers.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492162256127{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-darts\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"66\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"BRAND NEW STARTUP\" flip_content=\"Experience in all the major geographies, meaning we understand all underlying drivers. We build services for you from initial sketches to the final production.\"]\r\n
TARGETING & POSITIONING
\r\nGenerate new products with higher potential and lower risks of failure.\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492170545778{margin-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-hands\" content_pos=\"center\" icon_pos=\"top\" icon_class=\"custom\" icon_color=\"#ffffff\" icon_size=\"62\" flip=\"enable\" flip_title_color=\"#ffffff\" flip_content_color=\"#ffffff\" flip_title=\"24/7 SUPPORT\" flip_content=\"Generate new products with higher potential and lower risks of failure. Experience in all the major geographies, meaning we understand all underlying drivers.\"]\r\n
FRIENDLY CUSTOMER SERVICE
\r\nWe build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"OUR SERVICES\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494654282573{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494654313703{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"We allow you to start without having to worry about making a mistake, as we use our outstanding experience.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:46:20','2019-02-24 13:46:20','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3864,1,'2019-02-24 14:50:04','2019-02-24 13:50:04','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:50:04','2019-02-24 13:50:04','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3865,1,'2019-02-24 14:52:28','2019-02-24 13:52:28','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:52:28','2019-02-24 13:52:28','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3866,1,'2019-02-24 14:53:03','2019-02-24 13:53:03','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_3\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:53:03','2019-02-24 13:53:03','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3867,1,'2019-02-24 14:54:28','2019-02-24 13:54:28','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_11\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:54:28','2019-02-24 13:54:28','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3868,1,'2019-02-24 14:55:03','2019-02-24 13:55:03','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"5\" style=\"style_5\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:55:03','2019-02-24 13:55:03','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3869,1,'2019-02-24 14:55:42','2019-02-24 13:55:42','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"5\" style=\"style_2\" img_size=\"255x253\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 14:55:42','2019-02-24 13:55:42','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3872,1,'2019-02-24 15:00:13','2019-02-24 14:00:13','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"5\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 15:00:13','2019-02-24 14:00:13','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3874,1,'2019-02-24 15:08:59','2019-02-24 14:08:59','','CHRONOMAG-PREGNANCY-ANG','','inherit','closed','closed','','chronomag-pregnancy-ang','','','2019-02-24 15:08:59','2019-02-24 14:08:59','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-PREGNANCY-ANG.jpg',0,'attachment','image/jpeg',0),(3875,1,'2019-02-24 15:09:03','2019-02-24 14:09:03','','CHRONOMAG-MOOD-ANG','','inherit','closed','closed','','chronomag-mood-ang','','','2019-02-24 15:09:03','2019-02-24 14:09:03','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-MOOD-ANG.jpg',0,'attachment','image/jpeg',0),(3876,1,'2019-02-24 15:09:07','2019-02-24 14:09:07','','CHRONOMAG-MENSTRUAL-ANG','','inherit','closed','closed','','chronomag-menstrual-ang','','','2019-02-24 15:09:07','2019-02-24 14:09:07','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-MENSTRUAL-ANG.jpg',0,'attachment','image/jpeg',0),(3877,1,'2019-02-24 15:09:14','2019-02-24 14:09:14','','CHRONOMAG-MENOPAUSE-ANG','','inherit','closed','closed','','chronomag-menopause-ang','','','2019-02-24 15:09:14','2019-02-24 14:09:14','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-MENOPAUSE-ANG.jpg',0,'attachment','image/jpeg',0),(3878,1,'2019-02-24 15:09:18','2019-02-24 14:09:18','','CHRONOMAG-DAILY-BALANCE-ANG','','inherit','closed','closed','','chronomag-daily-balance-ang','','','2019-02-24 15:09:18','2019-02-24 14:09:18','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-DAILY-BALANCE-ANG.jpg',0,'attachment','image/jpeg',0),(3879,1,'2019-02-24 15:09:24','2019-02-24 14:09:24','','CHRONOMAG-CARDIO+ANG','','inherit','closed','closed','','chronomag-cardioang','','','2019-02-24 15:09:24','2019-02-24 14:09:24','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-CARDIOANG.jpg',0,'attachment','image/jpeg',0),(3880,1,'2019-02-24 15:09:29','2019-02-24 14:09:29','','CHRONOMAG-BONES+ANG','','inherit','closed','closed','','chronomag-bonesang','','','2019-02-24 15:09:29','2019-02-24 14:09:29','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-BONESANG.jpg',0,'attachment','image/jpeg',0),(3884,1,'2019-02-24 15:25:25','2019-02-24 14:25:25','[vc_row][vc_column][vc_single_image source=\"featured_image\" img_size=\"820x450\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:left|line_height:40px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571793243{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Pharm Ltd. leadership turned to Pear Business to help ensure that the core elements of their supply chain were robust and agile enough to support, rather than hinder, their continued growth.\r\n\r\nThe effort vastly improved the company\'s planning and execution functions, created and implemented a new stock policy that accounted for specific SKUs and key variables, streamlined the order preparation process and reduced distribution transport times.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_video style=\"style_2\" url=\"https://www.youtube.com/watch?v=G0dzLanYW1E\" image=\"3814\" height=\"244\" css=\".vc_custom_1494839775538{margin-bottom: 35px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Case details\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494571844520{margin-bottom: 30px !important;}\"][stm_project_details style=\"style_4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845868949{margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"What client say\" font_container=\"tag:h4|font_size:20|text_align:left|line_height:24px\" use_theme_fonts=\"yes\" text_transform=\"text-transform\" css=\".vc_custom_1494839851971{margin-bottom: 30px !important;}\"][stm_testimonials autoscroll=\"true\" crop=\"325\" bullets=\"false\" img_size=\"177x175\" style=\"style_2\" number=\"2\"][/vc_column][/vc_row][vc_row][vc_column][vc_tta_tabs active_section=\"1\" css=\".vc_custom_1494580958445{margin-bottom: 0px !important;}\"][vc_tta_section title=\"Challenge\" tab_id=\"1494574155789-3d4e616a-e673\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1494579821652{margin-bottom: 25px !important;}\"]\r\n
    \r\n
  • \r\n
    Improve sales and operations and production planning:
    \r\nThe teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process, identify gaps in the planning infrastructure and analytically understand demand and supply variability.
  • \r\n
\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167932387{margin-bottom: 25px !important;}\"]\r\n
    \r\n
  • \r\n
    Gadgets that inspire you and production planning:
    \r\nThe world is always changing and we are all part of it. Yesterday’s unimaginable things are possible today. And what is impossible today can be realized tomorrow. We have the important task of bringing the future closer. And the future belongs to the creative, resourceful and dynamic people.
  • \r\n
\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1502167944417{margin-bottom: 25px !important;}\"]\r\n
    \r\n
  • \r\n
    International Partners production operations :
    \r\nWe are excited about each new challenge. With our innovative ideas, we contribute to the future of technology. When we develop a new product, we first think about our customers. We anticipate their needs, respect their ideas and create a better tomorrow together with them.
  • \r\n
\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solution\" tab_id=\"1494580902947-cc8cddc8-c5cf\"][vc_column_text css=\".vc_custom_1502167968391{margin-bottom: 25px !important;}\"]\r\n
    \r\n
  • \r\n
    Problems Vs Solutions
    \r\nHow many times have you been stopped in your tracks by a problem? You look at the problem from all sides until you think you know that problem, but it still blocks your path. For centuries people have told us that a problem cannot exist without its solution existing at the same time, but the key is looking beyond the problem so that you can see the solution. When your focus is preventing you from seeing anything but the problem, meditations which relax your mind and guide you to finding solutions change from being a luxury to being a necessity.
  • \r\n
\r\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Result\" tab_id=\"1494580901898-a7e8c48c-b292\"][vc_column_text]Supported by a robust sales force and tight cost controls, Pharm Ltd. experienced sustained double-digit growth over a number of years, only to find that their supply chain struggled to keep pace. In particular, the initial state of the company\'s sales and operations planning capabilities limited their ability to account for demand variability or raw material lead times in production and distribution. The work addressed three critical issues for Pharm Ltd.:[/vc_column_text][vc_column_text css=\".vc_custom_1501755148081{margin-bottom: 25px !important;}\"]Here\'s the key to super sales results in your coaching business. Stop selling \"coaching\" and find what makes your prospects jump into your shopping cart begging you for your rare coaching time slot.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row]','Business Planning, Strategy & Execution','The teams focused their efforts on a few of the highest-value S&OP levers in order to review the current planning process','inherit','closed','closed','','2448-autosave-v1','','','2019-02-24 15:25:25','2019-02-24 14:25:25','',2448,'http://fj-lifesciences.com/2019/02/24/2448-autosave-v1/',0,'revision','',0),(3885,1,'2019-02-24 15:39:09','2019-02-24 14:39:09','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"5\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][stm_products number=\"5\" load_more=\"false\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 15:39:09','2019-02-24 14:39:09','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3886,1,'2019-02-24 15:39:35','0000-00-00 00:00:00','','Women','','draft','closed','closed','','','','','2019-02-24 15:39:35','2019-02-24 14:39:35','',0,'http://fj-lifesciences.com/?post_type=stm_products&p=3886',0,'stm_products','',0),(3887,1,'2019-02-24 15:40:35','2019-02-24 14:40:35','','Pearl Page import placeholder','','inherit','closed','closed','','pearl-page-import-placeholder','','','2019-02-24 15:40:35','2019-02-24 14:40:35','',1,'http://fj-lifesciences.com/wp-content/uploads/2019/02/pearl_pli_placeholder.png',0,'attachment','image/png',0),(3888,1,'2019-02-24 15:47:02','2019-02-24 14:47:02','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"5\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" images_qty=\"4\" images=\"3812,3813,3814,3815,3837\"][vc_images_carousel][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 15:47:02','2019-02-24 14:47:02','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3889,1,'2019-02-24 15:49:39','2019-02-24 14:49:39','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"5\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 15:49:39','2019-02-24 14:49:39','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3894,1,'2019-03-01 14:31:52','2019-03-01 13:31:52','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277407162{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n

Menstrual cycle disorders

\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n

Pregnancy

\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n

Menopausal disorders

\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n

Mood disorders

\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
    \r\n
  • Providing additional well-being, physical and/or hormonal benefits.
  • \r\n
  • Enhancing the positive impact of magnesium on physical and emotional imbalances.
  • \r\n
\r\n[/stm_infobox][/vc_column][vc_column width=\"1/5\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552927618509{padding-top: 5% !important;}\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row]','Women’s Health','','publish','closed','closed','','women','','','2019-03-18 18:48:41','2019-03-18 17:48:41','',0,'http://fj-lifesciences.com/?post_type=stm_services&p=3894',0,'stm_services','',0),(3895,1,'2019-02-24 16:31:52','2019-02-24 15:31:52','[vc_row][vc_column][vc_custom_heading text=\"Women\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages.  At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter :\r\n\r\nMenstrual cycle disorders\r\n\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explain menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period\r\n\r\nPregnancy\r\n\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, a magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage , impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n\r\nMenopausal disorders\r\n\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n\r\nMood disorders\r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows is helpful for mood and bipolar disorder, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.\r\n\r\nMagnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\r\n\r\nThe wide range of Women’s Health & Well-being product based on CHRONOMAG® Technology for a safe and better tolerated supplementation \r\n\r\nThe products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect. [/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Women','','inherit','closed','closed','','3894-revision-v1','','','2019-02-24 16:31:52','2019-02-24 15:31:52','',3894,'http://fj-lifesciences.com/2019/02/24/3894-revision-v1/',0,'revision','',0),(3906,1,'2019-02-24 16:40:27','2019-02-24 15:40:27','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"6\" pagination=\"off\" per_row=\"5\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 16:40:27','2019-02-24 15:40:27','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3909,1,'2019-02-24 16:46:59','2019-02-24 15:46:59','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 16:46:59','2019-02-24 15:46:59','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3910,1,'2019-02-24 16:51:07','2019-02-24 15:51:07','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 16:51:07','2019-02-24 15:51:07','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3911,1,'2019-02-24 16:52:01','2019-02-24 15:52:01','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551023518837{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 16:52:01','2019-02-24 15:52:01','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3915,1,'2019-02-24 17:02:59','2019-02-24 16:02:59','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024177307{margin-bottom: 40px !important;padding-top: -30px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:02:59','2019-02-24 16:02:59','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3916,1,'2019-02-24 17:03:35','2019-02-24 16:03:35','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024213028{margin-top: -30px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:03:35','2019-02-24 16:03:35','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3917,1,'2019-02-24 17:04:03','2019-02-24 16:04:03','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024240026{margin-top: -45px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for a first-class business consultant?[/stm_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1501845139892{margin-top: 85px !important;margin-bottom: 50px !important;}\"][vc_column][vc_custom_heading text=\"WHY CHOOSE US\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505725616337{margin-top: 33px !important;margin-bottom: 52px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505725616336{border-radius: 2px !important;}\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844764733{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-case3\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"OPERATIONAL EXCELLENCE\"]Company  provide outstanding service through teamwork, accountability and innovation of which is reflected.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844770167{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-blank2\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CONTINUOUS IMPROVEMENT\"]Teamwork, experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844775902{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-grow\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"INNOVATIVE SOLUTIONS\"]Experience, accountability and innovation – all of which is reflected in the quality of our results.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" css=\".vc_custom_1492665954956{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844781358{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-diploma\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"CERTIFIED EXPERTS\"]We work buy-side and sell-side - give our clients hard-hitting answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844785858{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-targeting\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"TARGETING AND POSITIONING\"]Before we talk destination, we shine a spotlight across your organization to fully understand its people and technology.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1501844790842{padding-bottom: 50px !important;}\"][stm_icon_box icon=\"stmicon-chair\" icon_size=\"53\" icon_width=\"76\" style=\"style_2\" title=\"PERSONAL APPROACH\"]We help entrepreneurs get their act together before they talk to investors. Personal approach is a key in our consultation service.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:04:03','2019-02-24 16:04:03','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3918,1,'2019-02-24 17:14:08','2019-02-24 16:14:08','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\" validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:14:08','2019-02-24 16:14:08','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3919,1,'2019-02-24 17:15:10','2019-02-24 16:15:10','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024907710{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner][stm_testimonials img_size=\"177x174\" style=\"style_2\" number=\"3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505815618129{padding-top: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_carousel_gallery images_effect=\"grayscale\" lightgallery=\"disable\" images_qty=\"5\" images_margin=\"\" navigation=\"disable\" thumbnails=\"disable\" description=\"disable\" pagination=\"disable\" images=\"3814,3814,3814,3814\" image_size=\"222x93\" css=\".vc_custom_1505797915290{margin-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:15:10','2019-02-24 16:15:10','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3920,1,'2019-02-24 17:16:44','2019-02-24 16:16:44','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024907710{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494658232558{margin-bottom: 27px !important;}\"][vc_column css=\".vc_custom_1501740365649{margin-bottom: 30px !important;padding-right: 35px !important;}\" offset=\"vc_col-lg-5 vc_col-md-5\"][stm_recent_posts show_date=\"1\" show_image=\"1\" css=\".vc_custom_1493616060839{margin-bottom: 6px !important;}\" title=\"Recent news\" number=\"3\"][stm_button button_size=\"sm\" button_pos=\"left\" link=\"url:%2Fnews|title:View%20more||\" css=\".vc_custom_1505798572612{margin-top: 9px !important;}\"][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-7\"][vc_custom_heading text=\"Frequently asked questions\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724380801{margin-bottom: 45px !important;}\"][vc_tta_accordion c_icon=\"triangle\" active_section=\"1\" ac_style=\"style_2\"][vc_tta_section title=\"Project scheduling and management\" tab_id=\"1492781839191-dca8b635-22bf\"][vc_column_text]We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Perform value engineering\" tab_id=\"1493016786130-76bf7045-3e87\"][vc_column_text]Whether you\'re just starting out or already running a successful business, having the right business account can make day-to-day banking easier and more cost-effective. We can help you find the best package to meet your business transaction needs. We offer you greater choice with the below suite of products.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Which finance consulting services you provide?\" tab_id=\"1493016797127-c914f7d5-7097\"][vc_column_text]We believe that quality employment is the foundation of human dignity, economic stability, and community self-sufficiency. With strong support from our government partners, we implement our mission to prepare and match work-ready job seekers with quality employers, so Chicagoland remains a great place to live and work. [/vc_column_text][/vc_tta_section][vc_tta_section title=\"Fundamental analysis services\" tab_id=\"1493016809441-bb65bd7e-a893\"][vc_column_text]We achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1505816851726{margin-bottom: -60px !important;}\"][vc_column][stm_google_map map_height=\"690px\" map_zoom=\"18\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTdCJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnNhdHVyYXRpb24lMjIlM0EtMTAwJTdEJTJDJTdCJTIyZ2FtbWElMjIlM0ExJTdEJTVEJTdEJTJDJTdCJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pLmJ1c2luZXNzJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kuYnVzaW5lc3MlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy5pY29uJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvZmYlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnBvaS5wbGFjZV9vZl93b3JzaGlwJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGxhY2Vfb2Zfd29yc2hpcCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E1MCU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBMCU3RCUyQyU3QiUyMmh1ZSUyMiUzQSUyMiUyMzUwYTVkMSUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUubmVpZ2hib3Job29kJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dC5maWxsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzMzMzMzMzJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMudGV4dCUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ3ZWlnaHQlMjIlM0EwLjUlN0QlMkMlN0IlMjJjb2xvciUyMiUzQSUyMiUyMzMzMzMzMyUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdC5zdGF0aW9uJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJsYWJlbHMuaWNvbiUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJnYW1tYSUyMiUzQTElN0QlMkMlN0IlMjJzYXR1cmF0aW9uJTIyJTNBNTAlN0QlNUQlN0QlNUQ=\"][stm_google_map_address title=\"Satellite office\" lat=\"51.5452942\" lng=\"-0.0790272\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\"][stm_google_map_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_google_map_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@transportation.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_google_map_address title=\"United States - Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@transportation.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_google_map_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@transportation.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_google_map_address title=\"Warehouse\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"warehouse@transportation.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_google_map][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:16:44','2019-02-24 16:16:44','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3921,1,'2019-02-24 17:17:56','2019-02-24 16:17:56','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024907710{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494656224348{padding-top: 103px !important;padding-bottom: 59px !important;}\"][vc_column][vc_custom_heading text=\"WHAT PEOPLE SAY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1505724348488{margin-bottom: 20px !important;}\"][vc_row_inner css=\".vc_custom_1494655907129{margin-bottom: 47px !important;}\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_custom_heading text=\"Find out why people love working with Pearl Business LLC\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" bg_pos=\"50% 0\" css=\".vc_custom_1501842721207{margin-bottom: 80px !important;padding-top: 103px !important;padding-bottom: 80px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1844) !important;}\" stm_transparent_bg=\"rgba(41,55,66,0.5)\"][vc_column][vc_custom_heading text=\"REQUEST A CALL BACK\" font_container=\"tag:h2|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494656609939{margin-bottom: 27px !important;}\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-6 vc_col-md-6\"][contact-form-7 id=\"1840\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:17:56','2019-02-24 16:17:56','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (3922,1,'2019-02-24 17:20:57','2019-02-24 16:20:57','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024907710{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:20:57','2019-02-24 16:20:57','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3923,1,'2019-02-24 17:22:08','2019-02-24 16:22:08','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024907710{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:22:08','2019-02-24 16:22:08','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3924,1,'2019-02-24 17:23:45','2019-02-24 16:23:45','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024907710{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"1/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:23:45','2019-02-24 16:23:45','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3925,1,'2019-02-24 17:24:29','2019-02-24 16:24:29','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025466470{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:24:29','2019-02-24 16:24:29','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3926,1,'2019-02-24 17:25:24','2019-02-24 16:25:24','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025521422{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:25:24','2019-02-24 16:25:24','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3927,1,'2019-02-24 17:26:01','2019-02-24 16:26:01','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:26:01','2019-02-24 16:26:01','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3928,1,'2019-02-24 17:34:18','2019-02-24 16:34:18','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1494654511639{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:34:18','2019-02-24 16:34:18','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3929,1,'2019-02-24 17:37:05','2019-02-24 16:37:05','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026220790{margin-bottom: 40px !important;padding-top: 87px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/revslider/homeslider/man-1.jpg?id=3839) !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" css=\".vc_custom_1505725763707{padding-top: 118px !important;padding-bottom: 82px !important;background-image: url(http://fj-lifesciences.com/wp-content/uploads/2017/09/1&cs=tinysrgb&crop=?id=1817) !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:37:05','2019-02-24 16:37:05','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3930,1,'2019-02-24 17:38:59','2019-02-24 16:38:59','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026337018{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551016155591{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551024774797{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:38:59','2019-02-24 16:38:59','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3931,1,'2019-02-24 17:41:12','2019-02-24 16:41:12','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026469684{padding-top: 118px !important;padding-bottom: 82px !important;background-color: #8224e3 !important;}\" stm_transparent_bg=\"rgba(234,58,96,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:41:12','2019-02-24 16:41:12','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3932,1,'2019-02-24 17:42:32','2019-02-24 16:42:32','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026547594{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"rgba(129,194,232,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:42:32','2019-02-24 16:42:32','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3933,1,'2019-02-24 17:43:31','2019-02-24 16:43:31','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026608682{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"rgba(216,39,145,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:43:31','2019-02-24 16:43:31','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3934,1,'2019-02-24 17:44:31','2019-02-24 16:44:31','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026668937{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"rgba(191,82,174,0.9)\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:44:31','2019-02-24 16:44:31','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3935,1,'2019-02-24 17:46:19','2019-02-24 16:46:19','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026776428{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#db2e75\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:46:19','2019-02-24 16:46:19','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3938,1,'2019-02-24 17:54:00','2019-02-24 16:54:00','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1505794887127{background-color: #fe004e !important;}\" gradient_animation=\"#3657d9,#5452c5,#744daf,#a8458c,#d03e71\"][vc_column][stm_cta button_color=\"white\" button_icon_pos=\"right\" button_icon=\"stmicon-chevron-right\" style=\"style_2\" link=\"url:%2Fcontacts|title:Get%20in%20touch||\"]Looking for contact us?[/stm_cta][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:54:00','2019-02-24 16:54:00','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3939,1,'2019-02-24 17:54:55','2019-02-24 16:54:55','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 17:54:55','2019-02-24 16:54:55','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3940,1,'2019-02-24 18:06:50','2019-02-24 17:06:50','','home-banner-fj-life-sciences','','inherit','closed','closed','','home-banner-fj-life-sciences','','','2019-02-24 18:06:50','2019-02-24 17:06:50','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/02/home-banner-fj-life-sciences.jpg',0,'attachment','image/jpeg',0),(3941,1,'2019-02-24 18:12:59','2019-02-24 17:12:59','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"home banner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 18:12:59','2019-02-24 17:12:59','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3942,1,'2019-02-24 18:15:19','2019-02-24 17:15:19','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homeslider\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 18:15:19','2019-02-24 17:15:19','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3943,1,'2019-02-24 18:16:12','2019-02-24 17:16:12','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551025930917{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 18:16:12','2019-02-24 17:16:12','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3944,1,'2019-02-24 18:17:05','2019-02-24 17:17:05','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 18:17:05','2019-02-24 17:17:05','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3947,1,'2019-02-24 18:30:26','2019-02-24 17:30:26','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 18:30:26','2019-02-24 17:30:26','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3948,1,'2019-02-24 18:31:19','2019-02-24 17:31:19','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 18:31:19','2019-02-24 17:31:19','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3949,1,'2019-02-24 18:32:31','2019-02-24 17:32:31','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 18:32:31','2019-02-24 17:32:31','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3950,1,'2019-02-24 18:33:28','2019-02-24 17:33:28','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x400\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 18:33:28','2019-02-24 17:33:28','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3951,1,'2019-02-24 18:34:45','2019-02-24 17:34:45','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x150\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 18:34:45','2019-02-24 17:34:45','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3952,1,'2019-02-24 18:35:13','2019-02-24 17:35:13','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 18:35:13','2019-02-24 17:35:13','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3953,1,'2019-02-24 18:40:25','2019-02-24 17:40:25','','home-banner-fj-life-sciences-2','','inherit','closed','closed','','home-banner-fj-life-sciences-2','','','2019-02-24 18:40:25','2019-02-24 17:40:25','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/02/home-banner-fj-life-sciences-2.jpg',0,'attachment','image/jpeg',0),(3956,1,'2019-02-24 18:56:20','2019-02-24 17:56:20','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"For more information about these product ranges, the opportunity to distribute it, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"4084\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column][stm_spacer height=\"600\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551454660955{margin-top: 100px !important;}\"][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"3981\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','publish','closed','closed','','contact-us','','','2019-03-01 16:37:58','2019-03-01 15:37:58','',0,'http://fj-lifesciences.com/?page_id=3956',0,'page','',0),(3957,1,'2019-02-24 18:56:20','2019-02-24 17:56:20','[vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"We work on the forefront\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494669983201{margin-bottom: 37px !important;}\"][vc_custom_heading text=\"To learn more about our service offerings and industry expertise or to have an Consulting professional contact you directly, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][vc_column css=\".vc_custom_1494841354209{margin-top: 9px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][stm_contact style=\"style_2\" name=\"Sarah Milovsky\" image=\"3813\" image_size=\"80x80\" job=\"Head of communications\" phone=\"(33) 745 128 9714\" css=\".vc_custom_1494670272519{margin-bottom: 37px !important;}\"][stm_contact style=\"style_2\" name=\"Johnson Doe\" image=\"3814\" image_size=\"80x80\" job=\"Head of communications\" phone=\"(33) 745 128 9715\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column css=\".vc_custom_1494670211434{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #3c98ff !important;}\"][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"ADDRESS\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"6122 Collins Street West Victoria\r\n8007 Australia\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-contact_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"CONTACT US\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Telephone: (33) 745 128 9714\r\nFAX: (33) 745 128 9715\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1493210054916{padding-top: 5px !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@consulting.com\r\n\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3Ainfo%40consulting.com|||\" css=\".vc_custom_1493210006464{margin-bottom: 0px !important;}\"][vc_custom_heading text=\"brandon@consulting.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3Abrandon%40consulting.com|||\" css=\".vc_custom_1493210016939{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1493266864861{margin-top: -109px !important;margin-bottom: 100px !important;}\"][vc_column][stm_google_map map_height=\"542px\" map_zoom=\"18\" disable_carousel=\"disable\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJhZG1pbmlzdHJhdGl2ZSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIybGFiZWxzLnRleHQuZmlsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJjb2xvciUyMiUzQSUyMCUyMiUyMzQ0NDQ0NCUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU1RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmZlYXR1cmVUeXBlJTIyJTNBJTIwJTIyYWRtaW5pc3RyYXRpdmUubG9jYWxpdHklMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmdlb21ldHJ5JTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnZpc2liaWxpdHklMjIlM0ElMjAlMjJzaW1wbGlmaWVkJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyY29sb3IlMjIlM0ElMjAlMjIlMjMwM2U2ZWMlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMmxhbmRzY2FwZSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIyYWxsJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmNvbG9yJTIyJTNBJTIwJTIyJTIzZjJmMmYyJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJwb2klMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmFsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ2aXNpYmlsaXR5JTIyJTNBJTIwJTIyb2ZmJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJyb2FkJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZWxlbWVudFR5cGUlMjIlM0ElMjAlMjJhbGwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJzdHlsZXJzJTIyJTNBJTIwJTVCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc2F0dXJhdGlvbiUyMiUzQSUyMC0xMDAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJsaWdodG5lc3MlMjIlM0ElMjA0NSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU1RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmZlYXR1cmVUeXBlJTIyJTNBJTIwJTIycm9hZC5oaWdod2F5JTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZWxlbWVudFR5cGUlMjIlM0ElMjAlMjJhbGwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJzdHlsZXJzJTIyJTNBJTIwJTVCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydmlzaWJpbGl0eSUyMiUzQSUyMCUyMnNpbXBsaWZpZWQlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMnJvYWQuYXJ0ZXJpYWwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmxhYmVscy5pY29uJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnZpc2liaWxpdHklMjIlM0ElMjAlMjJvZmYlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMnRyYW5zaXQlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmFsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ2aXNpYmlsaXR5JTIyJTNBJTIwJTIyb2ZmJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJ3YXRlciUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIyYWxsJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmNvbG9yJTIyJTNBJTIwJTIyJTIzNDZiY2VjJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydmlzaWJpbGl0eSUyMiUzQSUyMCUyMm9uJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTBBJTVE\"][stm_google_map_address title=\"Brooklyn\" lat=\"40.678178\" lng=\"-73.944158\"][/stm_google_map][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"FEEDBACK FORM\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1494670373967{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"2035\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-02-24 18:56:20','2019-02-24 17:56:20','',3956,'http://fj-lifesciences.com/2019/02/24/3956-revision-v1/',0,'revision','',0),(3959,1,'2019-02-24 19:13:30','2019-02-24 18:13:30','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Our commitment\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551961193645{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]\"Prolonged magnesium deficiencies can be associated with aggravation of physical and/or emotional disorders inducing metabolic changes and chronic pathologies including women’s health issues, muscle and skeletal disorders, type 2 diabetes and cardiovascular disease. It occurs in various life stages or health conditions and even when using certain drugs over a long period of time. Existing solutions were not adequate, therefore we invented the “Bioprogrammable” CHRONOMAG® Technology. An unique and innovative form of magnesium specifically designed for long-term use without risk of gastrointestinal disorders.\r\n\r\nCHRONOMAG® aims to compensate from minor to severe chronic magnesium deficiencies in various health conditions.\r\n\r\nDuring this research we also discovered new applications of magnesium in cosmetology.\r\n\r\nAs such, FJ LIFE SCIENCES has developed a wide range of products combining the CHRONOMAG® Technology with active ingredients (natural origin) in various applications for sportspeople, women and the elderly as well as for certain chronic patients\".\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n

Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology

\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Fabienne JOANNY, Pharm. D, is the CEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT, a research organization approved by the French Ministry of Research.\r\n\r\nAs a pharmaceutical and clinical researcher on magnesium since 1993, she wrote - in partnership with INSERM (The French National Institute of Health and Medical Research) - technological and clinic reference studies and authored a pharmaceutical and medical resource book on magnesium. She discovered and developed CHRONOMAG®, an innovative technology of Bioprogrammable magnesium\r\n\r\nPrior to embracing her entrepreneurial life, she served as advisor (Innovation and development advisor, R&D advisor) for major companies, including Sanofi-Aventis, Merck Medication Familial, Merck Schering, Boehringer Ingelheim, L’Oréal,  Horphag,  Innéov, Yves Rocher, Lise Watier and Marcelle.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551459540914{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n

A dedicated team in the field of: 

\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]\r\n
    \r\n
  • Business development
  • \r\n
  • Regulatory
  • \r\n
  • Financial
  • \r\n
  • Legal
  • \r\n
  • Intellectual properties
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4049\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n

 FJ RECHERCHE & DEVELOPPEMENT

\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text] A research organization approved by the French Research Ministry.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4145\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','publish','closed','closed','','our-company','','','2019-03-11 12:19:06','2019-03-11 11:19:06','',0,'http://fj-lifesciences.com/?page_id=3959',0,'page','',0),(3960,1,'2019-02-24 19:13:30','2019-02-24 18:13:30','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-02-24 19:13:30','2019-02-24 18:13:30','',3959,'http://fj-lifesciences.com/2019/02/24/3959-revision-v1/',0,'revision','',0),(3961,1,'2019-02-24 19:19:58','2019-02-24 18:19:58','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"250\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552930475548{margin-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"\" image=\"4003\"]\r\n

Active ingredients Complex

\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][stm_infobox image_size=\"200x362\" image=\"4194\"]\r\n

CHRONOMAG® Technology

\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552930628092{margin-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product\r\nfor a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n

Inside\r\nMAGNETTOPIA® Smart tablet

\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4008\"]\r\n

Outside\r\nMAGNETTOPIA® Face Serum

\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','publish','closed','closed','','our-innovation','','','2019-03-18 18:37:11','2019-03-18 17:37:11','',0,'http://fj-lifesciences.com/?page_id=3961',0,'page','',0),(3962,1,'2019-02-24 19:19:58','2019-02-24 18:19:58','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-02-24 19:19:58','2019-02-24 18:19:58','',3961,'http://fj-lifesciences.com/2019/02/24/3961-revision-v1/',0,'revision','',0),(3963,1,'2019-02-24 19:23:46','2019-02-24 18:23:46','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Our offer\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551278413807{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"FJ LIFE SCIENCES offers innovative formulations in a collaborative and\r\nmodular mode\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_column_text]\r\n

OFFER OF PATENTED PRODUCTS

\r\nWith an original approach that takes into account the strategy of the Company as well as its positioning, budget, planning and marketing targets.[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Innovative products available with Patent and Brand name, considering scientific, technical and marketing  environments on an international basis.
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4081\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453529127{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n

MARKETING OF PRODUCTS ON INTERNATIONAL MARKETS

\r\nWith the proposal for multi-modal licenses   [/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Patent
  • \r\n
  • Brand name
  • \r\n
  • Distribution
  • \r\n
  • Conformity of formulas with the local regulations
  • \r\n
  • Manufacturing, quality control and batches release in coordination with the manufacturers
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4082\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our offer','','publish','closed','closed','','our-offer','','','2019-03-03 15:09:38','2019-03-03 14:09:38','',0,'http://fj-lifesciences.com/?page_id=3963',0,'page','',0),(3964,1,'2019-02-24 19:23:46','2019-02-24 18:23:46','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/about-us\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/mission\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Our offer','','inherit','closed','closed','','3963-revision-v1','','','2019-02-24 19:23:46','2019-02-24 18:23:46','',3963,'http://fj-lifesciences.com/2019/02/24/3963-revision-v1/',0,'revision','',0),(3965,1,'2019-02-24 19:29:28','2019-02-24 18:29:28','','Our offer','','publish','closed','closed','','3965','','','2019-03-04 13:24:33','2019-03-04 12:24:33','',0,'http://fj-lifesciences.com/?p=3965',2,'nav_menu_item','',0),(3966,1,'2019-02-24 19:29:28','2019-02-24 18:29:28','','Our innovation','','publish','closed','closed','','3966','','','2019-03-04 13:24:33','2019-03-04 12:24:33','',0,'http://fj-lifesciences.com/?p=3966',3,'nav_menu_item','',0),(3967,1,'2019-02-24 19:29:28','2019-02-24 18:29:28','','Our company','','publish','closed','closed','','3967','','','2019-03-04 13:24:33','2019-03-04 12:24:33','',0,'http://fj-lifesciences.com/?p=3967',1,'nav_menu_item','',0),(3968,1,'2019-02-24 19:29:28','2019-02-24 18:29:28','','Contact us','','publish','closed','closed','','3968','','','2019-03-04 13:24:33','2019-03-04 12:24:33','',0,'http://fj-lifesciences.com/?p=3968',4,'nav_menu_item','',0),(3969,1,'2019-02-24 19:28:45','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2019-02-24 19:28:45','0000-00-00 00:00:00','',0,'http://fj-lifesciences.com/?p=3969',1,'nav_menu_item','',0),(3970,1,'2019-02-24 19:36:50','2019-02-24 18:36:50','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/our-company\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][vc_btn title=\"Go to Chronomag website\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 19:36:50','2019-02-24 18:36:50','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3971,1,'2019-02-24 19:38:02','2019-02-24 18:38:02','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/our-company\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 19:38:02','2019-02-24 18:38:02','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3972,1,'2019-02-24 19:39:35','2019-02-24 18:39:35','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/our-company\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"50\"][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 19:39:35','2019-02-24 18:39:35','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3973,1,'2019-02-24 19:40:03','2019-02-24 18:40:03','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation preventive measures represent a prime concern for everyone in daily life and chronic patients conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/our-company\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative health care products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-24 19:40:03','2019-02-24 18:40:03','',3854,'http://fj-lifesciences.com/2019/02/24/3854-revision-v1/',0,'revision','',0),(3975,1,'2019-02-24 22:15:27','2019-02-24 21:15:27','[vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"We work on the forefront\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494669983201{margin-bottom: 37px !important;}\"][vc_custom_heading text=\"To learn more about our service offerings and industry expertise or to have an Consulting professional contact you directly, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1493266864861{margin-top: -109px !important;margin-bottom: 100px !important;}\"][vc_column][stm_google_map map_height=\"542px\" map_zoom=\"18\" disable_carousel=\"disable\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJhZG1pbmlzdHJhdGl2ZSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIybGFiZWxzLnRleHQuZmlsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJjb2xvciUyMiUzQSUyMCUyMiUyMzQ0NDQ0NCUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU1RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmZlYXR1cmVUeXBlJTIyJTNBJTIwJTIyYWRtaW5pc3RyYXRpdmUubG9jYWxpdHklMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmdlb21ldHJ5JTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnZpc2liaWxpdHklMjIlM0ElMjAlMjJzaW1wbGlmaWVkJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyY29sb3IlMjIlM0ElMjAlMjIlMjMwM2U2ZWMlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMmxhbmRzY2FwZSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIyYWxsJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmNvbG9yJTIyJTNBJTIwJTIyJTIzZjJmMmYyJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJwb2klMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmFsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ2aXNpYmlsaXR5JTIyJTNBJTIwJTIyb2ZmJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJyb2FkJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZWxlbWVudFR5cGUlMjIlM0ElMjAlMjJhbGwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJzdHlsZXJzJTIyJTNBJTIwJTVCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc2F0dXJhdGlvbiUyMiUzQSUyMC0xMDAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJsaWdodG5lc3MlMjIlM0ElMjA0NSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU1RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmZlYXR1cmVUeXBlJTIyJTNBJTIwJTIycm9hZC5oaWdod2F5JTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZWxlbWVudFR5cGUlMjIlM0ElMjAlMjJhbGwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJzdHlsZXJzJTIyJTNBJTIwJTVCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydmlzaWJpbGl0eSUyMiUzQSUyMCUyMnNpbXBsaWZpZWQlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMnJvYWQuYXJ0ZXJpYWwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmxhYmVscy5pY29uJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnZpc2liaWxpdHklMjIlM0ElMjAlMjJvZmYlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMnRyYW5zaXQlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmFsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ2aXNpYmlsaXR5JTIyJTNBJTIwJTIyb2ZmJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJ3YXRlciUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIyYWxsJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmNvbG9yJTIyJTNBJTIwJTIyJTIzNDZiY2VjJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydmlzaWJpbGl0eSUyMiUzQSUyMCUyMm9uJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTBBJTVE\"][stm_google_map_address title=\"Cannes\" lat=\"43.5537929\" lng=\"7.00828219999994\"][/stm_google_map][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"2035\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-02-24 22:15:27','2019-02-24 21:15:27','',3956,'http://fj-lifesciences.com/2019/02/24/3956-revision-v1/',0,'revision','',0),(3976,1,'2019-02-24 22:17:47','2019-02-24 21:17:47','[vc_row][vc_column][stm_spacer height=\"100\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"We work on the forefront\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494669983201{margin-bottom: 37px !important;}\"][vc_custom_heading text=\"To learn more about our service offerings and industry expertise or to have an Consulting professional contact you directly, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1493266864861{margin-top: -109px !important;margin-bottom: 100px !important;}\"][vc_column][stm_google_map map_height=\"542px\" map_zoom=\"18\" disable_carousel=\"disable\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJhZG1pbmlzdHJhdGl2ZSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIybGFiZWxzLnRleHQuZmlsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJjb2xvciUyMiUzQSUyMCUyMiUyMzQ0NDQ0NCUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU1RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmZlYXR1cmVUeXBlJTIyJTNBJTIwJTIyYWRtaW5pc3RyYXRpdmUubG9jYWxpdHklMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmdlb21ldHJ5JTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnZpc2liaWxpdHklMjIlM0ElMjAlMjJzaW1wbGlmaWVkJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyY29sb3IlMjIlM0ElMjAlMjIlMjMwM2U2ZWMlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMmxhbmRzY2FwZSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIyYWxsJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmNvbG9yJTIyJTNBJTIwJTIyJTIzZjJmMmYyJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJwb2klMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmFsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ2aXNpYmlsaXR5JTIyJTNBJTIwJTIyb2ZmJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJyb2FkJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZWxlbWVudFR5cGUlMjIlM0ElMjAlMjJhbGwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJzdHlsZXJzJTIyJTNBJTIwJTVCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc2F0dXJhdGlvbiUyMiUzQSUyMC0xMDAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJsaWdodG5lc3MlMjIlM0ElMjA0NSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU1RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmZlYXR1cmVUeXBlJTIyJTNBJTIwJTIycm9hZC5oaWdod2F5JTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZWxlbWVudFR5cGUlMjIlM0ElMjAlMjJhbGwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJzdHlsZXJzJTIyJTNBJTIwJTVCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydmlzaWJpbGl0eSUyMiUzQSUyMCUyMnNpbXBsaWZpZWQlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMnJvYWQuYXJ0ZXJpYWwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmxhYmVscy5pY29uJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnZpc2liaWxpdHklMjIlM0ElMjAlMjJvZmYlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMnRyYW5zaXQlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmFsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ2aXNpYmlsaXR5JTIyJTNBJTIwJTIyb2ZmJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJ3YXRlciUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIyYWxsJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmNvbG9yJTIyJTNBJTIwJTIyJTIzNDZiY2VjJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydmlzaWJpbGl0eSUyMiUzQSUyMCUyMm9uJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTBBJTVE\"][stm_google_map_address title=\"Cannes\" lat=\"43.5537929\" lng=\"7.00828219999994\"][/stm_google_map][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"2035\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-02-24 22:17:47','2019-02-24 21:17:47','',3956,'http://fj-lifesciences.com/2019/02/24/3956-revision-v1/',0,'revision','',0),(3977,1,'2019-02-24 22:18:06','2019-02-24 21:18:06','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"We work on the forefront\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494669983201{margin-bottom: 37px !important;}\"][vc_custom_heading text=\"To learn more about our service offerings and industry expertise or to have an Consulting professional contact you directly, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1493266864861{margin-top: -109px !important;margin-bottom: 100px !important;}\"][vc_column][stm_google_map map_height=\"542px\" map_zoom=\"18\" disable_carousel=\"disable\" disable_mouse_whell=\"disable\" map_custom_style=\"JTVCJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJhZG1pbmlzdHJhdGl2ZSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIybGFiZWxzLnRleHQuZmlsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJjb2xvciUyMiUzQSUyMCUyMiUyMzQ0NDQ0NCUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU1RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmZlYXR1cmVUeXBlJTIyJTNBJTIwJTIyYWRtaW5pc3RyYXRpdmUubG9jYWxpdHklMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmdlb21ldHJ5JTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnZpc2liaWxpdHklMjIlM0ElMjAlMjJzaW1wbGlmaWVkJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyY29sb3IlMjIlM0ElMjAlMjIlMjMwM2U2ZWMlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMmxhbmRzY2FwZSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIyYWxsJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmNvbG9yJTIyJTNBJTIwJTIyJTIzZjJmMmYyJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJwb2klMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmFsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ2aXNpYmlsaXR5JTIyJTNBJTIwJTIyb2ZmJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJyb2FkJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZWxlbWVudFR5cGUlMjIlM0ElMjAlMjJhbGwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJzdHlsZXJzJTIyJTNBJTIwJTVCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc2F0dXJhdGlvbiUyMiUzQSUyMC0xMDAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJsaWdodG5lc3MlMjIlM0ElMjA0NSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU1RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmZlYXR1cmVUeXBlJTIyJTNBJTIwJTIycm9hZC5oaWdod2F5JTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZWxlbWVudFR5cGUlMjIlM0ElMjAlMjJhbGwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJzdHlsZXJzJTIyJTNBJTIwJTVCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydmlzaWJpbGl0eSUyMiUzQSUyMCUyMnNpbXBsaWZpZWQlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMnJvYWQuYXJ0ZXJpYWwlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmxhYmVscy5pY29uJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnZpc2liaWxpdHklMjIlM0ElMjAlMjJvZmYlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlNUQlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMCUyMnRyYW5zaXQlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJlbGVtZW50VHlwZSUyMiUzQSUyMCUyMmFsbCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnN0eWxlcnMlMjIlM0ElMjAlNUIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ2aXNpYmlsaXR5JTIyJTNBJTIwJTIyb2ZmJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjAlMjJ3YXRlciUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmVsZW1lbnRUeXBlJTIyJTNBJTIwJTIyYWxsJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyc3R5bGVycyUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMmNvbG9yJTIyJTNBJTIwJTIyJTIzNDZiY2VjJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydmlzaWJpbGl0eSUyMiUzQSUyMCUyMm9uJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTVEJTBBJTIwJTIwJTIwJTIwJTdEJTBBJTVE\"][stm_google_map_address title=\"Cannes\" lat=\"43.5537929\" lng=\"7.00828219999994\"][/stm_google_map][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"2035\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-02-24 22:18:06','2019-02-24 21:18:06','',3956,'http://fj-lifesciences.com/2019/02/24/3956-revision-v1/',0,'revision','',0),(3978,1,'2019-02-24 22:19:08','2019-02-24 21:19:08','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"We work on the forefront\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494669983201{margin-bottom: 37px !important;}\"][vc_custom_heading text=\"To learn more about our service offerings and industry expertise or to have an Consulting professional contact you directly, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"2035\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-02-24 22:19:08','2019-02-24 21:19:08','',3956,'http://fj-lifesciences.com/2019/02/24/3956-revision-v1/',0,'revision','',0),(3979,1,'2019-02-24 22:19:45','2019-02-24 21:19:45','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"We work on the forefront\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494669983201{margin-bottom: 37px !important;}\"][vc_custom_heading text=\"To learn more about our service offerings and industry expertise or to have an Consulting professional contact you directly, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][stm_spacer height=\"30\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"2035\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-02-24 22:19:45','2019-02-24 21:19:45','',3956,'http://fj-lifesciences.com/2019/02/24/3956-revision-v1/',0,'revision','',0),(3980,1,'2019-02-24 22:20:06','2019-02-24 21:20:06','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"We work on the forefront\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494669983201{margin-bottom: 37px !important;}\"][vc_custom_heading text=\"To learn more about our service offerings and industry expertise or to have an Consulting professional contact you directly, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][stm_spacer height=\"50\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"2035\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-02-24 22:20:06','2019-02-24 21:20:06','',3956,'http://fj-lifesciences.com/2019/02/24/3956-revision-v1/',0,'revision','',0),(3981,1,'2019-02-24 22:20:57','2019-02-24 21:20:57','
\r\n
[text* your-name placeholder \"Name*\"]
\r\n
[text* your-company placeholder \"Company*\"]
\r\n
\r\n
\r\n
[text* your-position placeholder \"Position*\"]
\r\n
[text* your-phone placeholder \"Phone*\"]
\r\n
\r\n\r\n
\r\n
[email* your-email placeholder \"Email*\"]
\r\n
[textarea your-message placeholder \"Your Message*\"]
\r\n
\r\n
\r\n[submit class:btn class:btn_lg class:btn_primary class:btn_solid class:btn_lg \"Send Inquiry\"]\r\n
\n1\nContact form website FJ Life Sciences\ncontact@fj-lifesciences.com\nfabienne.joanny@fj-lifesciences.com\nNom du contact : [your-name]\r\nNom de la société : [your-company]\r\nRôle du contact : [your-position]\r\nAdresse email du contact : [your-email]\r\nTéléphone du contact : [your-phone]\r\n\r\n\r\nMessage : [your-message]\n\n\n\n\n\n\n\n\n\n\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact us_FJ','','publish','closed','closed','','contact-us_copy','','','2020-01-13 18:37:33','2020-01-13 17:37:33','',0,'http://fj-lifesciences.com/?post_type=wpcf7_contact_form&p=3981',0,'wpcf7_contact_form','',0),(3982,1,'2019-02-24 22:28:08','2019-02-24 21:28:08','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"We work on the forefront\" font_container=\"tag:h3|font_size:26|text_align:left|line_height:35px\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1494669983201{margin-bottom: 37px !important;}\"][vc_custom_heading text=\"To learn more about our service offerings and industry expertise or to have an Consulting professional contact you directly, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][stm_spacer height=\"50\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"3981\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-02-24 22:28:08','2019-02-24 21:28:08','',3956,'http://fj-lifesciences.com/2019/02/24/3956-revision-v1/',0,'revision','',0),(3983,1,'2019-02-24 22:33:02','2019-02-24 21:33:02','[vc_row][vc_column][stm_spacer height=\"200\"][vc_column_text]\r\n

Website under development.

\r\n[/vc_column_text][/vc_column][/vc_row]','En construction','','inherit','closed','closed','','3840-revision-v1','','','2019-02-24 22:33:02','2019-02-24 21:33:02','',3840,'http://fj-lifesciences.com/2019/02/24/3840-revision-v1/',0,'revision','',0),(3984,1,'2019-02-27 10:20:10','2019-02-27 09:20:10','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/our-company\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"X\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-27 10:20:10','2019-02-27 09:20:10','',3854,'http://fj-lifesciences.com/2019/02/27/3854-revision-v1/',0,'revision','',0),(3985,1,'2019-02-27 10:22:37','2019-02-27 09:22:37','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/our-company\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"X\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ Life Sciences proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-27 10:22:37','2019-02-27 09:22:37','',3854,'http://fj-lifesciences.com/2019/02/27/3854-revision-v1/',0,'revision','',0),(3986,1,'2019-02-27 10:29:24','2019-02-27 09:29:24','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/our-company\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"X\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ Life Sciences proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259757199{margin-bottom: 40px !important;padding-top: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-27 10:29:24','2019-02-27 09:29:24','',3854,'http://fj-lifesciences.com/2019/02/27/3854-revision-v1/',0,'revision','',0),(3987,1,'2019-02-27 10:32:16','2019-02-27 09:32:16','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/our-company\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"X\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ Life Sciences proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259757199{margin-bottom: 40px !important;padding-top: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-27 10:32:16','2019-02-27 09:32:16','',3854,'http://fj-lifesciences.com/2019/02/27/3854-revision-v1/',0,'revision','',0),(3988,1,'2019-02-27 10:33:35','2019-02-27 09:33:35','','Article scientifique','','inherit','closed','closed','','article-scientifique','','','2019-02-27 10:33:35','2019-02-27 09:33:35','',3854,'http://fj-lifesciences.com/wp-content/uploads/2019/02/Article-scientifique.png',0,'attachment','image/png',0),(3989,1,'2019-02-27 10:37:07','2019-02-27 09:37:07','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"3814\" url=\"/our-company\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"3812\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"X\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14+\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ Life Sciences proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-27 10:37:07','2019-02-27 09:37:07','',3854,'http://fj-lifesciences.com/2019/02/27/3854-revision-v1/',0,'revision','',0),(3991,1,'2019-03-07 13:22:17','2019-03-07 12:22:17','

[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. 

\n

FJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Our commitment\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551961193645{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]\"Prolonged magnesium deficiencies can be associated with aggravation of physical and/or emotional disorders inducing metabolic changes and chronic pathologies including women’s health issues, muscle and skeletal disorders, type 2 diabetes and cardiovascular disease. It occurs in various life stages or health conditions and even when using certain drugs over a long period of time. Existing solutions are not adequate, therefore we invented the “Bioprogrammable” CHRONOMAG® Technology. An unique and innovative form of magnesium specifically designed for long-term use without risk of gastrointestinal disorders.

\n

CHRONOMAG® aims to compensate from minor to severe chronic magnesium deficiencies in various health conditions.

\n

During this research we also discovered new applications of magnesium in cosmetology.

\n

As such, FJ LIFE SCIENCES has developed a wide range of products combining the CHRONOMAG® Technology with active ingredients (natural origin) in various applications for sportspeople, women and the elderly as well as for certain chronic patients\".

\n

Fabienne JOANNY
\n
CEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,
\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]

\n

Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology

\n

[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Fabienne JOANNY, Pharm. D, is the CEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT, a research organization approved by the French Ministry of Research.

\n

As a pharmaceutical and clinical researcher on magnesium since 1993, she wrote - in partnership with INSERM (The French National Institute of Health and Medical Research) - technological and clinic reference studies and authored a pharmaceutical and medical resource book on magnesium. She discovered and developed CHRONOMAG®, an innovative technology of Bioprogrammable magnesium

\n

Prior to embracing her entrepreneurial life, she served as advisor (Innovation and development advisor, R&D advisor) for major companies, including Sanofi-Aventis, Merck Medication Familial, Merck Schering, Boehringer Ingelheim, L’Oréal,  Horphag,  Innéov, Yves Rocher, Lise Watier and Marcelle.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551459540914{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]

\n

A dedicated team in the field of: 

\n

[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]

\n
    \n
  • Business development
  • \n
  • Regulatory
  • \n
  • Financial
  • \n
  • Legal
  • \n
  • Intellectual properties
  • \n
\n

[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4049\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]

\n

 FJ RECHERCHE & DEVELOPPEMENT

\n

[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text] A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4145\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]

\n','FJ Life Sciences Our company','','inherit','closed','closed','','3959-autosave-v1','','','2019-03-07 13:22:17','2019-03-07 12:22:17','',3959,'http://fj-lifesciences.com/2019/02/27/3959-autosave-v1/',0,'revision','',0),(3992,1,'2019-02-27 10:47:01','2019-02-27 09:47:01','','molÇcule et microscope bleu et vert','','inherit','closed','closed','','molccule-et-microscope-bleu-et-vert','','','2019-02-27 10:47:01','2019-02-27 09:47:01','',3959,'http://fj-lifesciences.com/wp-content/uploads/2019/02/molÇcule-et-microscope-bleu-et-vert.jpg',0,'attachment','image/jpeg',0),(3993,1,'2019-02-27 10:48:55','2019-02-27 09:48:55','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-02-27 10:48:55','2019-02-27 09:48:55','',3959,'http://fj-lifesciences.com/2019/02/27/3959-revision-v1/',0,'revision','',0),(3994,1,'2019-02-27 10:53:09','2019-02-27 09:53:09','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-02-27 10:53:09','2019-02-27 09:53:09','',3959,'http://fj-lifesciences.com/2019/02/27/3959-revision-v1/',0,'revision','',0),(3995,1,'2019-02-27 10:55:12','2019-02-27 09:55:12','','Le_magnesium_aujourd_hui_et_demain-751x1024','','inherit','closed','closed','','le_magnesium_aujourd_hui_et_demain-751x1024','','','2019-02-27 10:55:12','2019-02-27 09:55:12','',3959,'http://fj-lifesciences.com/wp-content/uploads/2019/02/Le_magnesium_aujourd_hui_et_demain-751x1024.jpg',0,'attachment','image/jpeg',0),(3996,1,'2019-02-27 10:58:08','2019-02-27 09:58:08','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text] Doctor of pharmacy and industrial pharmacy.\r\n\r\nCEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.\r\n\r\nPharmaceutical and clinical researcher on magnesium since 1993.\r\n\r\nDeveloper of the innovative CHRONOMAG® technology of bio-programmable magnesium.\r\n\r\nScientist owner of international patents technology.\r\n\r\nInnovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.\r\n\r\nStrategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.\r\n\r\nWriter of technological and clinic reference studies.\r\n\r\nWriter of a pharmaceutical and medical resource book on magnesium (in partnership with INSERM).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-02-27 10:58:08','2019-02-27 09:58:08','',3959,'http://fj-lifesciences.com/2019/02/27/3959-revision-v1/',0,'revision','',0),(3997,1,'2019-02-27 11:00:31','2019-02-27 10:00:31','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text] Doctor of pharmacy and industrial pharmacy.\r\n\r\nCEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.\r\n\r\nPharmaceutical and clinical researcher on magnesium since 1993.\r\n\r\nDeveloper of the innovative CHRONOMAG® technology of bio-programmable magnesium.\r\n\r\nScientist owner of international patents technology.\r\n\r\nInnovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.\r\n\r\nStrategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.\r\n\r\nWriter of technological and clinic reference studies.\r\n\r\nWriter of a pharmaceutical and medical resource book on magnesium (in partnership with INSERM).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • A dedicated team of consultants in the field of: 
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]\r\n
    \r\n
  • Business development
  • \r\n
  • Regulatory
  • \r\n
  • Financial
  • \r\n
  • Legal
  • \r\n
  • Intellectual properties
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-02-27 11:00:31','2019-02-27 10:00:31','',3959,'http://fj-lifesciences.com/2019/02/27/3959-revision-v1/',0,'revision','',0),(3998,1,'2019-02-27 11:04:55','2019-02-27 10:04:55','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text] Doctor of pharmacy and industrial pharmacy.\r\n\r\nCEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.\r\n\r\nPharmaceutical and clinical researcher on magnesium since 1993.\r\n\r\nDeveloper of the innovative CHRONOMAG® technology of bio-programmable magnesium.\r\n\r\nScientist owner of international patents technology.\r\n\r\nInnovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.\r\n\r\nStrategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.\r\n\r\nWriter of technological and clinic reference studies.\r\n\r\nWriter of a pharmaceutical and medical resource book on magnesium (in partnership with INSERM).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • A dedicated team of consultants in the field of: 
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]\r\n
    \r\n
  • Business development
  • \r\n
  • Regulatory
  • \r\n
  • Financial
  • \r\n
  • Legal
  • \r\n
  • Intellectual properties
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  •  FJ RECHERCHE & DEVELOPPEMENT, 
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text] A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-02-27 11:04:55','2019-02-27 10:04:55','',3959,'http://fj-lifesciences.com/2019/02/27/3959-revision-v1/',0,'revision','',0),(3999,1,'2019-02-27 11:05:45','2019-02-27 10:05:45','','Fabienne-Joanny','','inherit','closed','closed','','fabienne-joanny','','','2019-02-27 11:05:45','2019-02-27 10:05:45','',3959,'http://fj-lifesciences.com/wp-content/uploads/2019/02/Fabienne-Joanny.jpg',0,'attachment','image/jpeg',0),(4000,1,'2019-02-27 11:27:21','2019-02-27 10:27:21','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text] Doctor of pharmacy and industrial pharmacy.\r\n\r\nCEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.\r\n\r\nPharmaceutical and clinical researcher on magnesium since 1993.\r\n\r\nDeveloper of the innovative CHRONOMAG® technology of bio-programmable magnesium.\r\n\r\nScientist owner of international patents technology.\r\n\r\nInnovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.\r\n\r\nStrategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.\r\n\r\nWriter of technological and clinic reference studies.\r\n\r\nWriter of a pharmaceutical and medical resource book on magnesium (in partnership with INSERM).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • A dedicated team of consultants in the field of: 
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]\r\n
    \r\n
  • Business development
  • \r\n
  • Regulatory
  • \r\n
  • Financial
  • \r\n
  • Legal
  • \r\n
  • Intellectual properties
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  •  FJ RECHERCHE & DEVELOPPEMENT, 
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text] A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text] « Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-02-27 11:27:21','2019-02-27 10:27:21','',3959,'http://fj-lifesciences.com/2019/02/27/3959-revision-v1/',0,'revision','',0),(4001,1,'2019-02-27 11:28:47','2019-02-27 10:28:47','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Doctor of pharmacy and industrial pharmacy.\r\nCEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.\r\nPharmaceutical and clinical researcher on magnesium since 1993.\r\nDeveloper of the innovative CHRONOMAG® technology of bio-programmable magnesium.\r\nScientist owner of international patents technology.\r\nInnovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.\r\nStrategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.\r\nWriter of technological and clinic reference studies.\r\nWriter of a pharmaceutical and medical resource book on magnesium (in partnership with INSERM).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • A dedicated team of consultants in the field of: 
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]\r\n
    \r\n
  • Business development
  • \r\n
  • Regulatory
  • \r\n
  • Financial
  • \r\n
  • Legal
  • \r\n
  • Intellectual properties
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  •  FJ RECHERCHE & DEVELOPPEMENT, 
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text] A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text] « Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-02-27 11:28:47','2019-02-27 10:28:47','',3959,'http://fj-lifesciences.com/2019/02/27/3959-revision-v1/',0,'revision','',0),(4002,1,'2019-03-18 18:34:40','2019-03-18 17:34:40','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"250\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552930475548{margin-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"\" image=\"4003\"]\r\n

Active ingredients Complex

\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][stm_infobox image_size=\"200x362\" image=\"4194\"]\r\n

CHRONOMAG® Technology

\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product\r\nfor a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n

Inside\r\nMAGNETTOPIA® Smart tablet

\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4008\"]\r\n

Outside\r\nMAGNETTOPIA® Face Serum

\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-autosave-v1','','','2019-03-18 18:34:40','2019-03-18 17:34:40','',3961,'http://fj-lifesciences.com/2019/02/27/3961-autosave-v1/',0,'revision','',0),(4003,1,'2019-02-27 11:45:56','2019-02-27 10:45:56','','chronomag-technology_active-ingredients-complex_blister','','inherit','closed','closed','','chronomag-technology_active-ingredients-complex_blister','','','2019-02-27 11:45:56','2019-02-27 10:45:56','',3961,'http://fj-lifesciences.com/wp-content/uploads/2019/02/chronomag-technology_active-ingredients-complex_blister.png',0,'attachment','image/png',0),(4004,1,'2019-02-27 11:45:57','2019-02-27 10:45:57','','chronomag-techonology_blister','','inherit','closed','closed','','chronomag-techonology_blister','','','2019-02-27 11:45:57','2019-02-27 10:45:57','',3961,'http://fj-lifesciences.com/wp-content/uploads/2019/02/chronomag-techonology_blister.png',0,'attachment','image/png',0),(4005,1,'2019-02-27 11:52:34','2019-02-27 10:52:34','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based on patented CHRONOMAG® Technology\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][vc_single_image image=\"4003\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Active ingredients Complex

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"150\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"4004\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

CHRONOMAG® Technology

\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-02-27 11:52:34','2019-02-27 10:52:34','',3961,'http://fj-lifesciences.com/2019/02/27/3961-revision-v1/',0,'revision','',0),(4006,1,'2019-02-27 12:01:28','2019-02-27 11:01:28','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based on patented CHRONOMAG® Technology\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][vc_single_image image=\"4003\" img_size=\"100x173\" alignment=\"center\"][vc_column_text]\r\n

Active ingredients Complex

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"4004\" img_size=\"100x173\" alignment=\"center\"][vc_column_text]\r\n

CHRONOMAG® Technology

\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"26\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"1267\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Satisfied customers\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"278\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Finished projects\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"350\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Employees worldwide\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-02-27 12:01:28','2019-02-27 11:01:28','',3961,'http://fj-lifesciences.com/2019/02/27/3961-revision-v1/',0,'revision','',0),(4007,1,'2019-02-27 12:36:08','2019-02-27 11:36:08','','magnettopia-COMPRIME','','inherit','closed','closed','','magnettopia-comprime','','','2019-02-27 12:36:08','2019-02-27 11:36:08','',3961,'http://fj-lifesciences.com/wp-content/uploads/2019/02/magnettopia-COMPRIME.png',0,'attachment','image/png',0),(4008,1,'2019-02-27 12:36:14','2019-02-27 11:36:14','','magnettopia-GOUTTE','','inherit','closed','closed','','magnettopia-goutte','','','2019-02-27 12:36:14','2019-02-27 11:36:14','',3961,'http://fj-lifesciences.com/wp-content/uploads/2019/02/magnettopia-GOUTTE.png',0,'attachment','image/png',0),(4009,1,'2019-02-27 12:40:16','2019-02-27 11:40:16','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based on patented CHRONOMAG® Technology\" font_container=\"tag:h4|font_size:30px|text_align:center|color:%23a6a6a7|line_height:32px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n

Active ingredients Complex

\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4004\"]\r\n

CHRONOMAG® Technology

\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product for a synergistic effect on the skin based on CHRONOMAG® Technology\" font_container=\"tag:h4|font_size:30px|text_align:center|color:%23a6a6a7|line_height:32px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\n\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x200\" style=\"style_11\" image=\"4007\"]\r\n

Inside\r\nMAGNETTOPIA® Smart tablet

\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4008\"]\r\n

Outside\r\nMAGNETTOPIA® Face Serum

\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJLS proposes Health Care products dedicated to these specific health conditions requiring nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in cas of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551025556738{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][vc_single_image image=\"3839\" img_size=\"400x200\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_custom_heading text=\"International scientific publication\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551028622928{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]The unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element[/vc_column_text][vc_btn title=\"Read\" link=\"url:https%3A%2F%2Flink.springer.com%2Farticle%2F10.1007%252Fs12011-018-1277-2|title:Read||\"][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-02-27 12:40:16','2019-02-27 11:40:16','',3961,'http://fj-lifesciences.com/2019/02/27/3961-revision-v1/',0,'revision','',0),(4010,1,'2019-02-27 12:40:40','2019-02-27 11:40:40','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based on patented CHRONOMAG® Technology\" font_container=\"tag:h4|font_size:30px|text_align:center|color:%23a6a6a7|line_height:32px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n

Active ingredients Complex

\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4004\"]\r\n

CHRONOMAG® Technology

\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product for a synergistic effect on the skin based on CHRONOMAG® Technology\" font_container=\"tag:h4|font_size:30px|text_align:center|color:%23a6a6a7|line_height:32px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\n\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x200\" style=\"style_11\" image=\"4007\"]\r\n

Inside\r\nMAGNETTOPIA® Smart tablet

\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4008\"]\r\n

Outside\r\nMAGNETTOPIA® Face Serum

\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-02-27 12:40:40','2019-02-27 11:40:40','',3961,'http://fj-lifesciences.com/2019/02/27/3961-revision-v1/',0,'revision','',0),(4011,1,'2019-02-27 12:42:32','2019-02-27 11:42:32','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"For more information about these product ranges, the opportunity to distribute it, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][stm_spacer height=\"50\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"3981\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-02-27 12:42:32','2019-02-27 11:42:32','',3956,'http://fj-lifesciences.com/2019/02/27/3956-revision-v1/',0,'revision','',0),(4012,1,'2019-03-18 18:24:16','2019-03-18 17:24:16','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277407162{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n

Menstrual cycle disorders

\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n

Pregnancy

\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n

Menopausal disorders

\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n

Mood disorders

\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
    \r\n
  • Providing additional well-being, physical and/or hormonal benefits.
  • \r\n
  • Enhancing the positive impact of magnesium on physical and emotional imbalances.
  • \r\n
\r\n[/stm_infobox][/vc_column][vc_column width=\"1/5\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552927618509{padding-top: 5% !important;}\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row]','Women’s Health','','inherit','closed','closed','','3894-autosave-v1','','','2019-03-18 18:24:16','2019-03-18 17:24:16','',3894,'http://fj-lifesciences.com/2019/02/27/3894-autosave-v1/',0,'revision','',0),(4013,1,'2019-02-27 13:22:40','2019-02-27 12:22:40','','Female manager discussing business','Group of people on a business meeting','inherit','closed','closed','','female-manager-discussing-business','','','2019-02-27 13:22:40','2019-02-27 12:22:40','',3894,'http://fj-lifesciences.com/wp-content/uploads/2019/02/iStock-915741300.jpg',0,'attachment','image/jpeg',0),(4014,1,'2019-02-27 13:24:10','2019-02-27 12:24:10','[vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages.  At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter :[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4013\" img_size=\"medium\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Menstrual cycle disorders\r\n\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explain menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period\r\n\r\nPregnancy\r\n\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, a magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage , impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n\r\nMenopausal disorders\r\n\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n\r\nMood disorders\r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows is helpful for mood and bipolar disorder, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.\r\n\r\nMagnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\r\n\r\nThe wide range of Women’s Health & Well-being product based on CHRONOMAG® Technology for a safe and better tolerated supplementation \r\n\r\nThe products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect. [/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Women’s Health','','inherit','closed','closed','','3894-revision-v1','','','2019-02-27 13:24:10','2019-02-27 12:24:10','',3894,'http://fj-lifesciences.com/2019/02/27/3894-revision-v1/',0,'revision','',0),(4015,1,'2019-02-27 13:36:10','2019-02-27 12:36:10','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4013\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_column_text]Menstrual cycle disorders\r\n\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n\r\nPregnancy\r\n\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n\r\nMenopausal disorders\r\n\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n\r\nMood disorders\r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional well-being, physical and/or hormonal benefits.
    • \r\n
    • Enhancing the positive impact of magnesium on physical and emotional imbalances.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Women’s Health','','inherit','closed','closed','','3894-revision-v1','','','2019-02-27 13:36:10','2019-02-27 12:36:10','',3894,'http://fj-lifesciences.com/2019/02/27/3894-revision-v1/',0,'revision','',0),(4016,1,'2019-02-28 13:46:48','2019-02-28 12:46:48','

[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277370273{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"FAMILY’S HEALTH\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4017\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The cumulative long-term effects of chronic stress and sleep deprivation have been associated with serious health conditions, including increased risk of stroke, hypertension, diabetes, depression, and obesity. In comparison to men, women are twice as likely to experience this problem.

\r\n

These conditions are leading families to search for products designed to help them every day get restful and restorative sleep, particularly as they become aware of the risks.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4215\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4214\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]

\r\n

Mood disorders

\r\n

Modern lifestyle and Western industrial diet enhance the reduction of magnesium in our food which directly contributes to marginal or absolute magnesium deficiency. Moreover, magnesium deficiency can be secondary to another disease or a therapeutic agent; hence, features of a primary disease may mask or complicate magnesium deficiency. 

\r\n

Magnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows to: relieves muscle spasms (cramps), is helpful for mood and bipolar disorders (anxiety, irritability, depression), promotes proper nervous system function, contributes to a normal energy production and controls psychological functions. A link between magnesium deficiency and stress is also well established. Moreover, both stress and magnesium deficit can depress the immune system and reduce resistance to infection.

\r\n

Sleep disorders

\r\n

Fatigue is a state of overtiredness, and sometimes does not disappear even after sleep or rest. The causes of fatigue are innumerable and, much of the time, they work together. Causes include lack of sleep, medical conditions, stress, and hormonal imbalances. Fatigue is debilitating and can affect everyday life; in some of the severest cases, a person might not even be able to get out of bed. 

\r\n

A decline in magnesium status is associated with various symptoms such as nausea, muscular weakness, irritability, fatigue or insomnia. 

\r\n

An adequate and long-term magnesium supplementation is essential for optimal circulating levels of oxygen and energy use by the body to contribute to a reduction of tiredness and fatigue.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552931176117{padding-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"The Family\'s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.

\r\n

These products range dedicated to the Family aims to improve emotional and sleep disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex

\r\n
    \r\n
  • Providing additional emotional and/or physical benefits.
  • \r\n
  • Enhancing the positive impact of magnesium on well-being and emotional imbalances.
  • \r\n
\r\n

[/stm_infobox][/vc_column][vc_column width=\"1/5\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552931286619{padding-top: 5% !important;}\"][vc_column_text]

\r\n

+

\r\n

[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row]

\r\n','Family’s Health','','publish','closed','closed','','family','','','2019-03-25 14:18:50','2019-03-25 13:18:50','',0,'http://fj-lifesciences.com/?post_type=stm_services&p=4016',0,'stm_services','',0),(4017,1,'2019-02-27 13:42:22','2019-02-27 12:42:22','','chronomag_family_dog','','inherit','closed','closed','','chronomag_family_dog','','','2019-02-27 13:42:22','2019-02-27 12:42:22','',4016,'http://fj-lifesciences.com/wp-content/uploads/2019/02/chronomag_family_dog.jpg',0,'attachment','image/jpeg',0),(4018,1,'2019-02-27 13:46:48','2019-02-27 12:46:48','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"FAMILY’S HEALTH\r\n\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4017\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The cumulative long-term effects of chronic stress and sleep deprivation have been associated with serious health conditions, including increased risk of stroke, hypertension, diabetes, depression, and obesity. In comparison to men, women are twice as likely to experience this problem.\r\n\r\nThese conditions are leading families to search for products designed to help them every day get restful and restorative sleep, particularly as they become aware of the risks.[/vc_column_text][vc_column_text]Mood disorders\r\n\r\nModern lifestyle and Western industrial diet enhance the reduction of magnesium in our food which directly contributes to marginal or absolute magnesium deficiency. Moreover, magnesium deficiency can be secondary to another disease or a therapeutic agent; hence, features of a primary disease may mask or complicate magnesium deficiency. \r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows to: relieves muscle spasms (cramps), is helpful for mood and bipolar disorders (anxiety, irritability, depression), promotes proper nervous system function, contributes to a normal energy production and controls psychological functions. A link between magnesium deficiency and stress is also well established. Moreover, both stress and magnesium deficit can depress the immune system and reduce resistance to infection.\r\n\r\nSleep disorders\r\n\r\nFatigue is a state of overtiredness, and sometimes does not disappear even after sleep or rest. The causes of fatigue are innumerable and, much of the time, they work together. Causes include lack of sleep, medical conditions, stress, and hormonal imbalances. Fatigue is debilitating and can affect everyday life; in some of the severest cases, a person might not even be able to get out of bed. \r\n\r\nA decline in magnesium status is associated with various symptoms such as nausea, muscular weakness, irritability, fatigue or insomnia. \r\n\r\nAn adequate and long-term magnesium supplementation is essential for optimal circulating levels of oxygen and energy use by the body to contribute to a reduction of tiredness and fatigue.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range dedicated to the Family aims to improve emotional and sleep disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional emotional and/or physical benefits.
    • \r\n
    • Enhancing the positive impact of magnesium on well-being and emotional imbalances.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3878\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Family’s Health','','inherit','closed','closed','','4016-revision-v1','','','2019-02-27 13:46:48','2019-02-27 12:46:48','',4016,'http://fj-lifesciences.com/2019/02/27/4016-revision-v1/',0,'revision','',0),(4020,1,'2019-02-27 13:52:21','2019-02-27 12:52:21','

[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277314011{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Seniors\' Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4021\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The Seniors’ Health products range responds daily to specific deficiencies in nutrients, particularly magnesium, which occur with increasing age and with cellular and metabolic disorders.

\r\n

In particular, long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at this crucial life stage.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4216\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4213\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, is associated in the long run with aggravation of physical and / or cognitive disorders such as: [/vc_column_text][vc_column_text]

\r\n

Bone and joint health alteration 

\r\n

After a peak in early adulthood, muscle mass tends to decline with increasing age, and this can be associated with decline in strength and musculoskeletal function. Ageing is also associated with significant changes in bones and joints. With age, bone mass or density tends to fall, particularly among postmenopausal women.

\r\n

This can progress to a point where the risk of fracture is significantly increased (a condition known as osteoporosis) which has serious implications for disability, reduced quality of life and mortality. Articular cartilage undergoes significant structural, molecular, cellular and mechanical changes with age, increasing the vulnerability of the tissue to degeneration. These and other age-related declines ultimately impact on broader musculoskeletal function and movement.

\r\n

As being a major storage site of body, magnesium is an important element for bone tissue. Although, bone mineral content is lost and osteoporosis develops during magnesium-deficient states, it can easily be replaced by a proper magnesium supplementation which may have a restorative effect on bone and joint tissues.

\r\n

Neurological and cognitive disorders

\r\n

Many cognitive functions begin to decrease at a relatively young age, with different functions decreasing at different rates. Some deterioration in memory and the speed of information processing is common, and complaints about it are frequently reported by older people.

\r\n

Physiological concentrations of magnesium are essential for synaptic conduction, and required for normal functioning of the nervous system. It has various effects at different concentrations on intellectual and neuronal functions through several signaling pathways that have important roles in chronic neuronal degeneration and subsequent development of dementia.

\r\n

Magnesium has long been known as a key nutrient for optimal brain function more specifically in learning and memory as a result of its beneficial effect on synaptic plasticity and density.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Ageing represents a major risk factor for magnesium deficit. Total body magnesium content tends to decrease with age, with bone being the main storage compartment of body magnesium.
\r\nAlterations of magnesium metabolism in the elderly include a reduction of magnesium intake, a decrease of intestinal absorption, and an increase of urinary and fecal magnesium excretion, all these changes indicating a tendency to a magnesium deficit with ageing. An external intake by food supplements guaranteeing long-term supplementation without gastro-intestinal side effects could thus be necessary in this vulnerable population.\" font_container=\"tag:h4|font_size:14px|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1552931762765{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Seniors’ Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.

\r\n

These products range aims to improve specific Seniors’ disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex

\r\n
    \r\n
  • Providing additional physical and/or cognitive benefits.
  • \r\n
  • Enhancing the positive impact of magnesium on physical and cognitive disorders.
  • \r\n
\r\n

[/stm_infobox][/vc_column][vc_column width=\"1/5\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552931688097{padding-top: 5% !important;}\"][vc_column_text]

\r\n

+

\r\n

[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row]

\r\n','Senior’s Health','','publish','closed','closed','','seniors','','','2019-03-25 14:14:17','2019-03-25 13:14:17','',0,'http://fj-lifesciences.com/?post_type=stm_services&p=4020',0,'stm_services','',0),(4021,1,'2019-02-27 13:50:12','2019-02-27 12:50:12','','Couple Seeniors','','inherit','closed','closed','','couple-seeniors','','','2019-02-27 13:50:12','2019-02-27 12:50:12','',4020,'http://fj-lifesciences.com/wp-content/uploads/2019/02/Couple-Seeniors.jpg',0,'attachment','image/jpeg',0),(4022,1,'2019-02-27 13:52:21','2019-02-27 12:52:21','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Seniors\' Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4021\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The Seniors’ Health products range responds daily to specific deficiencies in nutrients, particularly magnesium, which occur with increasing age and with cellular and metabolic disorders.\r\n\r\nIn particular, long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at this crucial life stage.\r\n\r\nInternational research has shown that magnesium deficiency, diagnosed too late, is associated in the long run with aggravation of physical and / or cognitive disorders such as: [/vc_column_text][vc_column_text]Bone and joint health alteration \r\n\r\nAfter a peak in early adulthood, muscle mass tends to decline with increasing age, and this can be associated with decline in strength and musculoskeletal function. Ageing is also associated with significant changes in bones and joints. With age, bone mass or density tends to fall, particularly among postmenopausal women.\r\n\r\nThis can progress to a point where the risk of fracture is significantly increased (a condition known as osteoporosis) which has serious implications for disability, reduced quality of life and mortality. Articular cartilage undergoes significant structural, molecular, cellular and mechanical changes with age, increasing the vulnerability of the tissue to degeneration. These and other age-related declines ultimately impact on broader musculoskeletal function and movement.\r\n\r\nAs being a major storage site of body, magnesium is an important element for bone tissue. Although, bone mineral content is lost and osteoporosis develops during magnesium-deficient states, it can easily be replaced by a proper magnesium supplementation which may have a restorative effect on bone and joint tissues.\r\n\r\nNeurological and cognitive disorders\r\n\r\nMany cognitive functions begin to decrease at a relatively young age, with different functions decreasing at different rates. Some deterioration in memory and the speed of information processing is common, and complaints about it are frequently reported by older people.\r\n\r\nPhysiological concentrations of magnesium are essential for synaptic conduction, and required for normal functioning of the nervous system. It has various effects at different concentrations on intellectual and neuronal functions through several signaling pathways that have important roles in chronic neuronal degeneration and subsequent development of dementia.\r\n\r\nMagnesium has long been known as a key nutrient for optimal brain function more specifically in learning and memory as a result of its beneficial effect on synaptic plasticity and density.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Ageing represents a major risk factor for magnesium deficit. Total body magnesium content tends to decrease with age, with bone being the main storage compartment of body magnesium.\r\nAlterations of magnesium metabolism in the elderly include a reduction of magnesium intake, a decrease of intestinal absorption, and an increase of urinary and fecal magnesium excretion, all these changes indicating a tendency to a magnesium deficit with ageing. An external intake by food supplements guaranteeing long-term supplementation without gastro-intestinal side effects could thus be necessary in this vulnerable population.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Seniors’ Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Seniors’ disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional physical and/or cognitive benefits.
    • \r\n
    • Enhancing the positive impact of magnesium on physical and cognitive disorders.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3880\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Senior’s Health','','inherit','closed','closed','','4020-revision-v1','','','2019-02-27 13:52:21','2019-02-27 12:52:21','',4020,'http://fj-lifesciences.com/2019/02/27/4020-revision-v1/',0,'revision','',0),(4023,1,'2019-02-27 13:53:35','2019-02-27 12:53:35','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4013\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_column_text]Menstrual cycle disorders\r\n\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n\r\nPregnancy\r\n\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n\r\nMenopausal disorders\r\n\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n\r\nMood disorders\r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional well-being, physical and/or hormonal benefits.
    • \r\n
    • Enhancing the positive impact of magnesium on physical and emotional imbalances.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Women’s Health','','inherit','closed','closed','','3894-revision-v1','','','2019-02-27 13:53:35','2019-02-27 12:53:35','',3894,'http://fj-lifesciences.com/2019/02/27/3894-revision-v1/',0,'revision','',0),(4024,1,'2019-02-26 13:59:25','2019-02-26 12:59:25','

[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4217\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4212\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4211\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4210\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4209\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][vc_column_text]Magnesium is particularly involved in cardiac and skeletal muscle development and function and participates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.

\r\n

Magnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.

\r\n

The amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:

\r\n
    \r\n
  • Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
  • \r\n
\r\n
    \r\n
  • Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
  • \r\n
\r\n
    \r\n
  • Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
  • \r\n
\r\n

[/vc_column_text][vc_column_text]

\r\n

Roles of magnesium in athletes 

\r\n

[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]

\r\n
    \r\n
  • muscle contraction and heartbeat
  • \r\n
  • cardiac and skeletal muscles function
  • \r\n
  • oxygen uptake
  • \r\n
  • electrolyte balance
  • \r\n
\r\n

[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]

\r\n
    \r\n
  • energy metabolism, particularly ATP
  • \r\n
  • plays a role in exercise performance
  • \r\n
  • reduces muscle cramps
  • \r\n
  • reduces fatigue and anxiety
  • \r\n
\r\n

[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552981356614{padding-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]

\r\n

A wide Sports products range for the preparation of the body to a physical effort and for the recovery phase:

\r\n

[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]

\r\n
    \r\n
  • Mental Concentration
  • \r\n
  • Muscular Growth
  • \r\n
  • Lean Fitness
  • \r\n
  • Recovery
  • \r\n
  • Cardio+
  • \r\n
\r\n

[/stm_iconlist][stm_spacer height=\"25\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.

\r\n

The active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.

\r\n

These products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex

\r\n
    \r\n
  • Providing additional physical and/or cognitive benefits.
  • \r\n
  • Enhancing the global action of magnesium by active ingredients with specific benefits in each phase of physical exercise.
  • \r\n
\r\n

[/stm_infobox][/vc_column][vc_column width=\"1/5\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552981159772{padding-top: 5% !important;}\"][vc_column_text]

\r\n

+

\r\n

[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row]

\r\n','Sportspeople’s Health','','publish','closed','closed','','sports','','','2019-03-25 14:17:07','2019-03-25 13:17:07','',0,'http://fj-lifesciences.com/?post_type=stm_services&p=4024',0,'stm_services','',0),(4025,1,'2019-02-27 13:54:56','2019-02-27 12:54:56','','Sport_2','','inherit','closed','closed','','sport_2','','','2019-02-27 13:54:56','2019-02-27 12:54:56','',4024,'http://fj-lifesciences.com/wp-content/uploads/2019/02/Sport_2.jpg',0,'attachment','image/jpeg',0),(4026,1,'2019-02-27 13:56:33','2019-02-27 12:56:33','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.\r\n\r\nMagnesium is particularly involved in cardiac and skeletal muscle development and function and participates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.\r\n\r\nMagnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.\r\n\r\nThe amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:\r\n
    \r\n
  • Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
  • \r\n
\r\n
    \r\n
  • Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
  • \r\n
\r\n
    \r\n
  • Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
  • \r\n
\r\n

Roles of magnesium in athletes 

\r\n
    \r\n
  • muscle contraction and heartbeat
  • \r\n
  • cardiac and skeletal muscles function
  • \r\n
  • oxygen uptake
  • \r\n
  • electrolyte balance
  • \r\n
  • energy metabolism, particularly ATP
  • \r\n
  • plays a role in exercise performance
  • \r\n
  • reduces muscle cramps
  • \r\n
  • reduces fatigue and anxiety
  • \r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional well-being, physical and/or hormonal benefits.
    • \r\n
    • Enhancing the positive impact of magnesium on physical and emotional imbalances.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Sportspeople’s Health','','inherit','closed','closed','','4024-revision-v1','','','2019-02-27 13:56:33','2019-02-27 12:56:33','',4024,'http://fj-lifesciences.com/2019/02/27/4024-revision-v1/',0,'revision','',0),(4027,1,'2019-02-27 13:58:32','2019-02-27 12:58:32','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.\r\n\r\nMagnesium is particularly involved in cardiac and skeletal muscle development and function and participates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.\r\n\r\nMagnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.\r\n\r\nThe amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:\r\n
    \r\n
  • Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
  • \r\n
\r\n
    \r\n
  • Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
  • \r\n
\r\n
    \r\n
  • Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
  • \r\n
\r\n

\r\n

Roles of magnesium in athletes 

\r\n
    \r\n
  • muscle contraction and heartbeat
  • \r\n
  • cardiac and skeletal muscles function
  • \r\n
  • oxygen uptake
  • \r\n
  • electrolyte balance
  • \r\n
  • energy metabolism, particularly ATP
  • \r\n
  • plays a role in exercise performance
  • \r\n
  • reduces muscle cramps
  • \r\n
  • reduces fatigue and anxiety
  • \r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThe active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.\r\n\r\nThese products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional physical and/or cognitive benefits.
    • \r\n
    • Enhancing the global action of magnesium by active ingredients with specific benefits in each phase of physical exercise.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"3879\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Sportspeople’s Health','','inherit','closed','closed','','4024-revision-v1','','','2019-02-27 13:58:32','2019-02-27 12:58:32','',4024,'http://fj-lifesciences.com/2019/02/27/4024-revision-v1/',0,'revision','',0),(4028,1,'2019-03-25 14:14:13','2019-03-25 13:14:13','

[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277314011{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Seniors\' Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4021\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The Seniors’ Health products range responds daily to specific deficiencies in nutrients, particularly magnesium, which occur with increasing age and with cellular and metabolic disorders.

\n

In particular, long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at this crucial life stage.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4216\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4166\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, is associated in the long run with aggravation of physical and / or cognitive disorders such as: [/vc_column_text][vc_column_text]

\n

Bone and joint health alteration 

\n

After a peak in early adulthood, muscle mass tends to decline with increasing age, and this can be associated with decline in strength and musculoskeletal function. Ageing is also associated with significant changes in bones and joints. With age, bone mass or density tends to fall, particularly among postmenopausal women.

\n

This can progress to a point where the risk of fracture is significantly increased (a condition known as osteoporosis) which has serious implications for disability, reduced quality of life and mortality. Articular cartilage undergoes significant structural, molecular, cellular and mechanical changes with age, increasing the vulnerability of the tissue to degeneration. These and other age-related declines ultimately impact on broader musculoskeletal function and movement.

\n

As being a major storage site of body, magnesium is an important element for bone tissue. Although, bone mineral content is lost and osteoporosis develops during magnesium-deficient states, it can easily be replaced by a proper magnesium supplementation which may have a restorative effect on bone and joint tissues.

\n

Neurological and cognitive disorders

\n

Many cognitive functions begin to decrease at a relatively young age, with different functions decreasing at different rates. Some deterioration in memory and the speed of information processing is common, and complaints about it are frequently reported by older people.

\n

Physiological concentrations of magnesium are essential for synaptic conduction, and required for normal functioning of the nervous system. It has various effects at different concentrations on intellectual and neuronal functions through several signaling pathways that have important roles in chronic neuronal degeneration and subsequent development of dementia.

\n

Magnesium has long been known as a key nutrient for optimal brain function more specifically in learning and memory as a result of its beneficial effect on synaptic plasticity and density.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Ageing represents a major risk factor for magnesium deficit. Total body magnesium content tends to decrease with age, with bone being the main storage compartment of body magnesium.
\nAlterations of magnesium metabolism in the elderly include a reduction of magnesium intake, a decrease of intestinal absorption, and an increase of urinary and fecal magnesium excretion, all these changes indicating a tendency to a magnesium deficit with ageing. An external intake by food supplements guaranteeing long-term supplementation without gastro-intestinal side effects could thus be necessary in this vulnerable population.\" font_container=\"tag:h4|font_size:14px|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1552931762765{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Seniors’ Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.

\n

These products range aims to improve specific Seniors’ disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex

\n
    \n
  • Providing additional physical and/or cognitive benefits.
  • \n
  • Enhancing the positive impact of magnesium on physical and cognitive disorders.
  • \n
\n

[/stm_infobox][/vc_column][vc_column width=\"1/5\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552931688097{padding-top: 5% !important;}\"][vc_column_text]

\n

+

\n

[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row]

\n','Senior’s Health','','inherit','closed','closed','','4020-autosave-v1','','','2019-03-25 14:14:13','2019-03-25 13:14:13','',4020,'http://fj-lifesciences.com/2019/02/27/4020-autosave-v1/',0,'revision','',0),(4029,1,'2019-02-27 14:00:49','2019-02-27 13:00:49','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Seniors\' Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4021\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The Seniors’ Health products range responds daily to specific deficiencies in nutrients, particularly magnesium, which occur with increasing age and with cellular and metabolic disorders.\r\n\r\nIn particular, long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at this crucial life stage.\r\n\r\nInternational research has shown that magnesium deficiency, diagnosed too late, is associated in the long run with aggravation of physical and / or cognitive disorders such as: [/vc_column_text][vc_column_text]\r\n

Bone and joint health alteration 

\r\nAfter a peak in early adulthood, muscle mass tends to decline with increasing age, and this can be associated with decline in strength and musculoskeletal function. Ageing is also associated with significant changes in bones and joints. With age, bone mass or density tends to fall, particularly among postmenopausal women.\r\n\r\nThis can progress to a point where the risk of fracture is significantly increased (a condition known as osteoporosis) which has serious implications for disability, reduced quality of life and mortality. Articular cartilage undergoes significant structural, molecular, cellular and mechanical changes with age, increasing the vulnerability of the tissue to degeneration. These and other age-related declines ultimately impact on broader musculoskeletal function and movement.\r\n\r\nAs being a major storage site of body, magnesium is an important element for bone tissue. Although, bone mineral content is lost and osteoporosis develops during magnesium-deficient states, it can easily be replaced by a proper magnesium supplementation which may have a restorative effect on bone and joint tissues.\r\n

Neurological and cognitive disorders

\r\nMany cognitive functions begin to decrease at a relatively young age, with different functions decreasing at different rates. Some deterioration in memory and the speed of information processing is common, and complaints about it are frequently reported by older people.\r\n\r\nPhysiological concentrations of magnesium are essential for synaptic conduction, and required for normal functioning of the nervous system. It has various effects at different concentrations on intellectual and neuronal functions through several signaling pathways that have important roles in chronic neuronal degeneration and subsequent development of dementia.\r\n\r\nMagnesium has long been known as a key nutrient for optimal brain function more specifically in learning and memory as a result of its beneficial effect on synaptic plasticity and density.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Ageing represents a major risk factor for magnesium deficit. Total body magnesium content tends to decrease with age, with bone being the main storage compartment of body magnesium.\r\nAlterations of magnesium metabolism in the elderly include a reduction of magnesium intake, a decrease of intestinal absorption, and an increase of urinary and fecal magnesium excretion, all these changes indicating a tendency to a magnesium deficit with ageing. An external intake by food supplements guaranteeing long-term supplementation without gastro-intestinal side effects could thus be necessary in this vulnerable population.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Seniors’ Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Seniors’ disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional physical and/or cognitive benefits.
    • \r\n
    • Enhancing the positive impact of magnesium on physical and cognitive disorders.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3880\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Senior’s Health','','inherit','closed','closed','','4020-revision-v1','','','2019-02-27 14:00:49','2019-02-27 13:00:49','',4020,'http://fj-lifesciences.com/2019/02/27/4020-revision-v1/',0,'revision','',0),(4030,1,'2019-02-27 14:01:27','2019-02-27 13:01:27','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"FAMILY’S HEALTH\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4017\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The cumulative long-term effects of chronic stress and sleep deprivation have been associated with serious health conditions, including increased risk of stroke, hypertension, diabetes, depression, and obesity. In comparison to men, women are twice as likely to experience this problem.\r\n\r\nThese conditions are leading families to search for products designed to help them every day get restful and restorative sleep, particularly as they become aware of the risks.[/vc_column_text][vc_column_text]\r\n

Mood disorders

\r\nModern lifestyle and Western industrial diet enhance the reduction of magnesium in our food which directly contributes to marginal or absolute magnesium deficiency. Moreover, magnesium deficiency can be secondary to another disease or a therapeutic agent; hence, features of a primary disease may mask or complicate magnesium deficiency. \r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows to: relieves muscle spasms (cramps), is helpful for mood and bipolar disorders (anxiety, irritability, depression), promotes proper nervous system function, contributes to a normal energy production and controls psychological functions. A link between magnesium deficiency and stress is also well established. Moreover, both stress and magnesium deficit can depress the immune system and reduce resistance to infection.\r\n

Sleep disorders

\r\nFatigue is a state of overtiredness, and sometimes does not disappear even after sleep or rest. The causes of fatigue are innumerable and, much of the time, they work together. Causes include lack of sleep, medical conditions, stress, and hormonal imbalances. Fatigue is debilitating and can affect everyday life; in some of the severest cases, a person might not even be able to get out of bed. \r\n\r\nA decline in magnesium status is associated with various symptoms such as nausea, muscular weakness, irritability, fatigue or insomnia. \r\n\r\nAn adequate and long-term magnesium supplementation is essential for optimal circulating levels of oxygen and energy use by the body to contribute to a reduction of tiredness and fatigue.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range dedicated to the Family aims to improve emotional and sleep disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional emotional and/or physical benefits.
    • \r\n
    • Enhancing the positive impact of magnesium on well-being and emotional imbalances.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3878\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Family’s Health','','inherit','closed','closed','','4016-revision-v1','','','2019-02-27 14:01:27','2019-02-27 13:01:27','',4016,'http://fj-lifesciences.com/2019/02/27/4016-revision-v1/',0,'revision','',0),(4031,1,'2019-02-27 14:02:16','2019-02-27 13:02:16','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4013\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_column_text]\r\n

Menstrual cycle disorders

\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n

Pregnancy

\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n

Menopausal disorders

\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n

Mood disorders

\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional well-being, physical and/or hormonal benefits.
    • \r\n
    • Enhancing the positive impact of magnesium on physical and emotional imbalances.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Women’s Health','','inherit','closed','closed','','3894-revision-v1','','','2019-02-27 14:02:16','2019-02-27 13:02:16','',3894,'http://fj-lifesciences.com/2019/02/27/3894-revision-v1/',0,'revision','',0),(4032,1,'2019-02-27 14:04:12','2019-02-27 13:04:12','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"FAMILY’S HEALTH\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4017\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The cumulative long-term effects of chronic stress and sleep deprivation have been associated with serious health conditions, including increased risk of stroke, hypertension, diabetes, depression, and obesity. In comparison to men, women are twice as likely to experience this problem.\r\n\r\nThese conditions are leading families to search for products designed to help them every day get restful and restorative sleep, particularly as they become aware of the risks.[/vc_column_text][vc_column_text]\r\n

Mood disorders

\r\nModern lifestyle and Western industrial diet enhance the reduction of magnesium in our food which directly contributes to marginal or absolute magnesium deficiency. Moreover, magnesium deficiency can be secondary to another disease or a therapeutic agent; hence, features of a primary disease may mask or complicate magnesium deficiency. \r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows to: relieves muscle spasms (cramps), is helpful for mood and bipolar disorders (anxiety, irritability, depression), promotes proper nervous system function, contributes to a normal energy production and controls psychological functions. A link between magnesium deficiency and stress is also well established. Moreover, both stress and magnesium deficit can depress the immune system and reduce resistance to infection.\r\n

Sleep disorders

\r\nFatigue is a state of overtiredness, and sometimes does not disappear even after sleep or rest. The causes of fatigue are innumerable and, much of the time, they work together. Causes include lack of sleep, medical conditions, stress, and hormonal imbalances. Fatigue is debilitating and can affect everyday life; in some of the severest cases, a person might not even be able to get out of bed. \r\n\r\nA decline in magnesium status is associated with various symptoms such as nausea, muscular weakness, irritability, fatigue or insomnia. \r\n\r\nAn adequate and long-term magnesium supplementation is essential for optimal circulating levels of oxygen and energy use by the body to contribute to a reduction of tiredness and fatigue.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range dedicated to the Family aims to improve emotional and sleep disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional emotional and/or physical benefits.
    • \r\n
    • Enhancing the positive impact of magnesium on well-being and emotional imbalances.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3878\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Family’s Health','','inherit','closed','closed','','4016-revision-v1','','','2019-02-27 14:04:12','2019-02-27 13:04:12','',4016,'http://fj-lifesciences.com/2019/02/27/4016-revision-v1/',0,'revision','',0),(4033,1,'2019-02-27 14:04:43','2019-02-27 13:04:43','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Seniors\' Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4021\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The Seniors’ Health products range responds daily to specific deficiencies in nutrients, particularly magnesium, which occur with increasing age and with cellular and metabolic disorders.\r\n\r\nIn particular, long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at this crucial life stage.\r\n\r\nInternational research has shown that magnesium deficiency, diagnosed too late, is associated in the long run with aggravation of physical and / or cognitive disorders such as: [/vc_column_text][vc_column_text]\r\n

Bone and joint health alteration 

\r\nAfter a peak in early adulthood, muscle mass tends to decline with increasing age, and this can be associated with decline in strength and musculoskeletal function. Ageing is also associated with significant changes in bones and joints. With age, bone mass or density tends to fall, particularly among postmenopausal women.\r\n\r\nThis can progress to a point where the risk of fracture is significantly increased (a condition known as osteoporosis) which has serious implications for disability, reduced quality of life and mortality. Articular cartilage undergoes significant structural, molecular, cellular and mechanical changes with age, increasing the vulnerability of the tissue to degeneration. These and other age-related declines ultimately impact on broader musculoskeletal function and movement.\r\n\r\nAs being a major storage site of body, magnesium is an important element for bone tissue. Although, bone mineral content is lost and osteoporosis develops during magnesium-deficient states, it can easily be replaced by a proper magnesium supplementation which may have a restorative effect on bone and joint tissues.\r\n

Neurological and cognitive disorders

\r\nMany cognitive functions begin to decrease at a relatively young age, with different functions decreasing at different rates. Some deterioration in memory and the speed of information processing is common, and complaints about it are frequently reported by older people.\r\n\r\nPhysiological concentrations of magnesium are essential for synaptic conduction, and required for normal functioning of the nervous system. It has various effects at different concentrations on intellectual and neuronal functions through several signaling pathways that have important roles in chronic neuronal degeneration and subsequent development of dementia.\r\n\r\nMagnesium has long been known as a key nutrient for optimal brain function more specifically in learning and memory as a result of its beneficial effect on synaptic plasticity and density.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Ageing represents a major risk factor for magnesium deficit. Total body magnesium content tends to decrease with age, with bone being the main storage compartment of body magnesium.\r\nAlterations of magnesium metabolism in the elderly include a reduction of magnesium intake, a decrease of intestinal absorption, and an increase of urinary and fecal magnesium excretion, all these changes indicating a tendency to a magnesium deficit with ageing. An external intake by food supplements guaranteeing long-term supplementation without gastro-intestinal side effects could thus be necessary in this vulnerable population.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Seniors’ Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Seniors’ disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional physical and/or cognitive benefits.
    • \r\n
    • Enhancing the positive impact of magnesium on physical and cognitive disorders.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3880\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Senior’s Health','','inherit','closed','closed','','4020-revision-v1','','','2019-02-27 14:04:43','2019-02-27 13:04:43','',4020,'http://fj-lifesciences.com/2019/02/27/4020-revision-v1/',0,'revision','',0),(4034,1,'2019-02-27 14:13:58','2019-02-27 13:13:58','','Business office building in London,','Modern Office Architecture','inherit','closed','closed','','business-office-building-in-london','','','2019-02-27 14:13:58','2019-02-27 13:13:58','',3854,'http://fj-lifesciences.com/wp-content/uploads/2019/02/iStock-911607890.jpg',0,'attachment','image/jpeg',0),(4035,1,'2019-02-27 14:14:28','2019-02-27 13:14:28','','Scientists discussing in the laboratory, using computer','Scientist Working in The Laboratory ++Screenshot is custom made for shooting++','inherit','closed','closed','','scientists-discussing-in-the-laboratory-using-computer','','','2019-02-27 14:14:28','2019-02-27 13:14:28','',3854,'http://fj-lifesciences.com/wp-content/uploads/2019/02/iStock-916075448.jpg',0,'attachment','image/jpeg',0),(4036,1,'2019-02-27 14:15:13','2019-02-27 13:15:13','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"X\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ Life Sciences proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-02-27 14:15:13','2019-02-27 13:15:13','',3854,'http://fj-lifesciences.com/2019/02/27/3854-revision-v1/',0,'revision','',0),(4037,1,'2019-02-27 14:35:11','2019-02-27 13:35:11','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277259806{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"TYPE 2 DIABETES SUPPORTING CARE: CHRONOMAG®GC\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4038\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n

THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES

\r\nAccording to the Office of Dietary Supplement (NIH), people with type 2 diabetes are more likely than others to be at risk of magnesium inadequacy.\r\n\r\nHypomagnesaemia occurs in 13.5 to 47.7% of patients in type 2 diabetes and is mainly induced by a decrease in intestinal magnesium absorption and an increase in urinary excretion of magnesium due to poor renal reabsorption.\r\n\r\nInternational clinicians suggest that magnesium supplementation may delay diabetes worsening and ward off the onset of type 2 diabetes life threatening complications (hypertension, cardiovascular disease, retinopathy, nephropathy, depression).\r\n\r\nChromium is a mineral that might be linked with decrease in fasting plasma glucose level and lowering hemoglobin A1C. Nevertheless, without proper supplementation, blood chromium levels in patients with type 2 diabetes decreased by around 30% compared to healthy subjects.\r\n\r\nOffering an improved solution to address magnesium and chromium inadequacy, CHRONOMAG® GC was conceived to improve quality of life of patients affected by type 2 diabetes and its long-term complications.[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][vc_single_image image=\"4091\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text] CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
    \r\n
  • Bioavailable source of Chromium                        
  • \r\n
  • Magnesium by the patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delays complications of type 2 diabetes.
  • \r\n
  • Delivers “low-dose” magnesium highly absorbed in phase with natural physiological absorption process.
  • \r\n
  • Ensures repletion in magnesium and chromium blood levels.
  • \r\n
  • Acts in compliance with the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance.
  • \r\n
  • Improves glycemic control and quality of life.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row]','Type 2 Diabetes supporting care CHRONOMAG®GC','','publish','closed','closed','','diabetes-2','','','2019-03-03 15:31:54','2019-03-03 14:31:54','',0,'http://fj-lifesciences.com/?post_type=stm_services&p=4037',0,'stm_services','',0),(4038,1,'2019-02-27 14:28:18','2019-02-27 13:28:18','','chronomag_medecin_ordonnance','','inherit','closed','closed','','chronomag_medecin_ordonnance','','','2019-02-27 14:28:18','2019-02-27 13:28:18','',4037,'http://fj-lifesciences.com/wp-content/uploads/2019/02/chronomag_medecin_ordonnance.jpg',0,'attachment','image/jpeg',0),(4039,1,'2019-02-27 14:28:33','2019-02-27 13:28:33','','Patting on some obligatory moisturizer','Shot of an attractive young woman applying moisturizer to her face while looking in the bathroom mirror','inherit','closed','closed','','patting-on-some-obligatory-moisturizer','','','2019-02-27 14:28:33','2019-02-27 13:28:33','',4037,'http://fj-lifesciences.com/wp-content/uploads/2019/02/iStock-809831576.jpg',0,'attachment','image/jpeg',0),(4040,1,'2019-02-27 14:34:20','2019-02-27 13:34:20','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"TYPE 2 DIABETES SUPPORTING CARE: CHRONOMAG®GC\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4038\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n

THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES

\r\nAccording to the Office of Dietary Supplement (NIH), people with type 2 diabetes are more likely than others to be at risk of magnesium inadequacy.\r\n\r\nHypomagnesaemia occurs in 13.5 to 47.7% of patients in type 2 diabetes and is mainly induced by a decrease in intestinal magnesium absorption and an increase in urinary excretion of magnesium due to poor renal reabsorption.\r\n\r\nInternational clinicians suggest that magnesium supplementation may delay diabetes worsening and ward off the onset of type 2 diabetes life threatening complications (hypertension, cardiovascular disease, retinopathy, nephropathy, depression).\r\n\r\nChromium is a mineral that might be linked with decrease in fasting plasma glucose level and lowering hemoglobin A1C. Nevertheless, without proper supplementation, blood chromium levels in patients with type 2 diabetes decreased by around 30% compared to healthy subjects.\r\n\r\nOffering an improved solution to address magnesium and chromium inadequacy, CHRONOMAG® GC was conceived to improve quality of life of patients affected by type 2 diabetes and its long-term complications.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text] CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
    \r\n
  • Bioavailable source of Chromium                        
  • \r\n
  • Magnesium by the patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delays complications of type 2 diabetes.
  • \r\n
  • Delivers “low-dose” magnesium highly absorbed in phase with natural physiological absorption process.
  • \r\n
  • Ensures repletion in magnesium and chromium blood levels.
  • \r\n
  • Acts in compliance with the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance.
  • \r\n
  • Improves glycemic control and quality of life.
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Type 2 Diabetes supporting care - CHRONOMAG®GC','','inherit','closed','closed','','4037-revision-v1','','','2019-02-27 14:34:20','2019-02-27 13:34:20','',4037,'http://fj-lifesciences.com/2019/02/27/4037-revision-v1/',0,'revision','',0),(4041,1,'2019-02-27 14:35:11','2019-02-27 13:35:11','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"TYPE 2 DIABETES SUPPORTING CARE: CHRONOMAG®GC\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4038\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n

THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES

\r\nAccording to the Office of Dietary Supplement (NIH), people with type 2 diabetes are more likely than others to be at risk of magnesium inadequacy.\r\n\r\nHypomagnesaemia occurs in 13.5 to 47.7% of patients in type 2 diabetes and is mainly induced by a decrease in intestinal magnesium absorption and an increase in urinary excretion of magnesium due to poor renal reabsorption.\r\n\r\nInternational clinicians suggest that magnesium supplementation may delay diabetes worsening and ward off the onset of type 2 diabetes life threatening complications (hypertension, cardiovascular disease, retinopathy, nephropathy, depression).\r\n\r\nChromium is a mineral that might be linked with decrease in fasting plasma glucose level and lowering hemoglobin A1C. Nevertheless, without proper supplementation, blood chromium levels in patients with type 2 diabetes decreased by around 30% compared to healthy subjects.\r\n\r\nOffering an improved solution to address magnesium and chromium inadequacy, CHRONOMAG® GC was conceived to improve quality of life of patients affected by type 2 diabetes and its long-term complications.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text] CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
    \r\n
  • Bioavailable source of Chromium                        
  • \r\n
  • Magnesium by the patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delays complications of type 2 diabetes.
  • \r\n
  • Delivers “low-dose” magnesium highly absorbed in phase with natural physiological absorption process.
  • \r\n
  • Ensures repletion in magnesium and chromium blood levels.
  • \r\n
  • Acts in compliance with the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance.
  • \r\n
  • Improves glycemic control and quality of life.
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Type 2 Diabetes supporting care - CHRONOMAG®GC','','inherit','closed','closed','','4037-revision-v1','','','2019-02-27 14:35:11','2019-02-27 13:35:11','',4037,'http://fj-lifesciences.com/2019/02/27/4037-revision-v1/',0,'revision','',0),(4042,1,'2019-02-27 14:44:24','2019-02-27 13:44:24','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277217072{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS\r\nDUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4074\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][vc_single_image image=\"4095\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552991297278{padding-top: 15% !important;}\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552991381799{padding-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"top\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552991417457{padding-top: 40px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4060\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row content_placement=\"top\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552991408247{padding-top: 40px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4059\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Cancer
  • \r\n
  • Type 2 diabetes
  • \r\n
  • Cardiovascular disease
  • \r\n
  • Bone disorders
  • \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552991556935{padding-top: 15% !important;}\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders
inside & outside
DUO MAGNETTOPIA®','','publish','closed','closed','','skin-disorders','','','2019-03-19 11:35:28','2019-03-19 10:35:28','',0,'http://fj-lifesciences.com/?post_type=stm_services&p=4042',0,'stm_services','',0),(4043,1,'2019-02-27 14:39:06','2019-02-27 13:39:06','','logo-matgnettopia-copyright-411','','inherit','closed','closed','','logo-matgnettopia-copyright-411','','','2019-02-27 14:39:06','2019-02-27 13:39:06','',4042,'http://fj-lifesciences.com/wp-content/uploads/2019/02/logo-matgnettopia-copyright-411.png',0,'attachment','image/png',0),(4044,1,'2019-02-27 14:42:55','2019-02-27 13:42:55','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS – DUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets by patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical magnesium application\r\nwith a concentrated [MgTTopia] complex

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text] CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
    \r\n
  • Bioavailable source of Chromium                        
  • \r\n
  • Magnesium by the patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delays complications of type 2 diabetes.
  • \r\n
  • Delivers “low-dose” magnesium highly absorbed in phase with natural physiological absorption process.
  • \r\n
  • Ensures repletion in magnesium and chromium blood levels.
  • \r\n
  • Acts in compliance with the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance.
  • \r\n
  • Improves glycemic control and quality of life.
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Skin Disorders – DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-02-27 14:42:55','2019-02-27 13:42:55','',4042,'http://fj-lifesciences.com/2019/02/27/4042-revision-v1/',0,'revision','',0),(4045,1,'2019-02-27 14:44:24','2019-02-27 13:44:24','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS – DUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text] CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
    \r\n
  • Bioavailable source of Chromium                        
  • \r\n
  • Magnesium by the patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delays complications of type 2 diabetes.
  • \r\n
  • Delivers “low-dose” magnesium highly absorbed in phase with natural physiological absorption process.
  • \r\n
  • Ensures repletion in magnesium and chromium blood levels.
  • \r\n
  • Acts in compliance with the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance.
  • \r\n
  • Improves glycemic control and quality of life.
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Skin Disorders – DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-02-27 14:44:24','2019-02-27 13:44:24','',4042,'http://fj-lifesciences.com/2019/02/27/4042-revision-v1/',0,'revision','',0),(4046,1,'2019-03-19 11:32:25','2019-03-19 10:32:25','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277217072{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS\nDUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4074\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\n

Duo MAGNETTOPIA® is the patented association of:

\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\n

Magnesium Smart Tablets\nby patented\nCHRONOMAG® Technology

\n[/vc_column_text][vc_single_image image=\"4095\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552991297278{padding-top: 15% !important;}\"][vc_column_text]\n

+

\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\n

Innovative topical\nmagnesium application with\na concentrated [MgTTopia] complex

\n[/vc_column_text][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \n\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552991381799{padding-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"top\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552991417457{padding-top: 40px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4060\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\n

Extrinsinc factors

\n[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\n
    \n
  • Sun (UVA, UVB)
  • \n
  • Pollution
  • \n
  • Inter-seasons
  • \n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \n
\n[/stm_iconlist][/vc_column][/vc_row][vc_row content_placement=\"top\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552991408247{padding-top: 40px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4059\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\n

 Intrinsinc factors

\n[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\n
    \n
  • Unhealthy lifestyles
  • \n
  • (unbalanced diet, tobacco, alcohol)
  • \n
  • Hormonal disorders
  • \n
  • Chronic Inflammatory diseases
  • \n
  • (acne, psoriasis, eczema...)
  • \n
  • Medicines
  • \n
  • Stress, physical & emotional fatigue 
  • \n
\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\n\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\n
    \n
  • Cancer
  • \n
  • Type 2 diabetes
  • \n
  • Cardiovascular disease
  • \n
  • Bone disorders
  • \n
  • \n
\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552991522562{padding-top: 10% !important;}\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders
inside & outside
DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-autosave-v1','','','2019-03-19 11:32:25','2019-03-19 10:32:25','',4042,'http://fj-lifesciences.com/2019/02/27/4042-autosave-v1/',0,'revision','',0),(4047,1,'2019-02-27 14:53:19','2019-02-27 13:53:19','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS – DUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][vc_single_image][/vc_column][vc_column width=\"3/4\"][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Skin Disorders – DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-02-27 14:53:19','2019-02-27 13:53:19','',4042,'http://fj-lifesciences.com/2019/02/27/4042-revision-v1/',0,'revision','',0),(4048,1,'2019-02-27 14:56:27','2019-02-27 13:56:27','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS – DUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275729880{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image][/vc_column][vc_column width=\"3/4\"][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275784521{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Cancer
  • \r\n
  • Type 2 diabetes
  • \r\n
  • Cardiovascular disease
  • \r\n
  • Bone disorders
  • \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Skin Disorders – DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-02-27 14:56:27','2019-02-27 13:56:27','',4042,'http://fj-lifesciences.com/2019/02/27/4042-revision-v1/',0,'revision','',0),(4049,1,'2019-02-27 15:11:53','2019-02-27 14:11:53','','Network of business concept.','Network of business concept.','inherit','closed','closed','','network-of-business-concept','','','2019-02-27 15:11:53','2019-02-27 14:11:53','',3959,'http://fj-lifesciences.com/wp-content/uploads/2019/02/iStock-916346734.jpg',0,'attachment','image/jpeg',0),(4050,1,'2019-02-27 15:13:57','2019-02-27 14:13:57','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Doctor of pharmacy and industrial pharmacy.\r\nCEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.\r\nPharmaceutical and clinical researcher on magnesium since 1993.\r\nDeveloper of the innovative CHRONOMAG® technology of bio-programmable magnesium.\r\nScientist owner of international patents technology.\r\nInnovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.\r\nStrategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.\r\nWriter of technological and clinic reference studies.\r\nWriter of a pharmaceutical and medical resource book on magnesium (in partnership with INSERM).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • A dedicated team of consultants in the field of: 
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]\r\n
    \r\n
  • Business development
  • \r\n
  • Regulatory
  • \r\n
  • Financial
  • \r\n
  • Legal
  • \r\n
  • Intellectual properties
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4049\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  •  FJ RECHERCHE & DEVELOPPEMENT, 
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text] A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text] « Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-02-27 15:13:57','2019-02-27 14:13:57','',3959,'http://fj-lifesciences.com/2019/02/27/3959-revision-v1/',0,'revision','',0),(4051,1,'2019-02-27 15:15:36','2019-02-27 14:15:36','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based on patented CHRONOMAG® Technology\" font_container=\"tag:h4|font_size:30px|text_align:center|color:%23a6a6a7|line_height:32px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n

Active ingredients Complex

\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4004\"]\r\n

CHRONOMAG® Technology

\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product for a synergistic effect on the skin based on CHRONOMAG® Technology\" font_container=\"tag:h4|font_size:30px|text_align:center|color:%23a6a6a7|line_height:32px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n

Inside\r\nMAGNETTOPIA® Smart tablet

\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4008\"]\r\n

Outside\r\nMAGNETTOPIA® Face Serum

\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-02-27 15:15:36','2019-02-27 14:15:36','',3961,'http://fj-lifesciences.com/2019/02/27/3961-revision-v1/',0,'revision','',0),(4053,1,'2019-02-27 15:20:20','2019-02-27 14:20:20','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277217072{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS – DUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275729880{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image][/vc_column][vc_column width=\"3/4\"][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275784521{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Cancer
  • \r\n
  • Type 2 diabetes
  • \r\n
  • Cardiovascular disease
  • \r\n
  • Bone disorders
  • \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Skin Disorders – DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-02-27 15:20:20','2019-02-27 14:20:20','',4042,'http://fj-lifesciences.com/2019/02/27/4042-revision-v1/',0,'revision','',0),(4054,1,'2019-02-27 15:21:02','2019-02-27 14:21:02','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277259806{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"TYPE 2 DIABETES SUPPORTING CARE: CHRONOMAG®GC\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4038\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n

THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES

\r\nAccording to the Office of Dietary Supplement (NIH), people with type 2 diabetes are more likely than others to be at risk of magnesium inadequacy.\r\n\r\nHypomagnesaemia occurs in 13.5 to 47.7% of patients in type 2 diabetes and is mainly induced by a decrease in intestinal magnesium absorption and an increase in urinary excretion of magnesium due to poor renal reabsorption.\r\n\r\nInternational clinicians suggest that magnesium supplementation may delay diabetes worsening and ward off the onset of type 2 diabetes life threatening complications (hypertension, cardiovascular disease, retinopathy, nephropathy, depression).\r\n\r\nChromium is a mineral that might be linked with decrease in fasting plasma glucose level and lowering hemoglobin A1C. Nevertheless, without proper supplementation, blood chromium levels in patients with type 2 diabetes decreased by around 30% compared to healthy subjects.\r\n\r\nOffering an improved solution to address magnesium and chromium inadequacy, CHRONOMAG® GC was conceived to improve quality of life of patients affected by type 2 diabetes and its long-term complications.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text] CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
    \r\n
  • Bioavailable source of Chromium                        
  • \r\n
  • Magnesium by the patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delays complications of type 2 diabetes.
  • \r\n
  • Delivers “low-dose” magnesium highly absorbed in phase with natural physiological absorption process.
  • \r\n
  • Ensures repletion in magnesium and chromium blood levels.
  • \r\n
  • Acts in compliance with the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance.
  • \r\n
  • Improves glycemic control and quality of life.
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Type 2 Diabetes supporting care - CHRONOMAG®GC','','inherit','closed','closed','','4037-revision-v1','','','2019-02-27 15:21:02','2019-02-27 14:21:02','',4037,'http://fj-lifesciences.com/2019/02/27/4037-revision-v1/',0,'revision','',0),(4055,1,'2019-02-27 15:21:31','2019-02-27 14:21:31','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.\r\n\r\nMagnesium is particularly involved in cardiac and skeletal muscle development and function and participates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.\r\n\r\nMagnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.\r\n\r\nThe amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:\r\n
    \r\n
  • Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
  • \r\n
\r\n
    \r\n
  • Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
  • \r\n
\r\n
    \r\n
  • Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
  • \r\n
\r\n

\r\n

Roles of magnesium in athletes 

\r\n
    \r\n
  • muscle contraction and heartbeat
  • \r\n
  • cardiac and skeletal muscles function
  • \r\n
  • oxygen uptake
  • \r\n
  • electrolyte balance
  • \r\n
  • energy metabolism, particularly ATP
  • \r\n
  • plays a role in exercise performance
  • \r\n
  • reduces muscle cramps
  • \r\n
  • reduces fatigue and anxiety
  • \r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThe active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.\r\n\r\nThese products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional physical and/or cognitive benefits.
    • \r\n
    • Enhancing the global action of magnesium by active ingredients with specific benefits in each phase of physical exercise.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"3879\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Sportspeople’s Health','','inherit','closed','closed','','4024-revision-v1','','','2019-02-27 15:21:31','2019-02-27 14:21:31','',4024,'http://fj-lifesciences.com/2019/02/27/4024-revision-v1/',0,'revision','',0),(4056,1,'2019-02-27 15:22:08','2019-02-27 14:22:08','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277314011{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Seniors\' Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4021\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The Seniors’ Health products range responds daily to specific deficiencies in nutrients, particularly magnesium, which occur with increasing age and with cellular and metabolic disorders.\r\n\r\nIn particular, long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at this crucial life stage.\r\n\r\nInternational research has shown that magnesium deficiency, diagnosed too late, is associated in the long run with aggravation of physical and / or cognitive disorders such as: [/vc_column_text][vc_column_text]\r\n

Bone and joint health alteration 

\r\nAfter a peak in early adulthood, muscle mass tends to decline with increasing age, and this can be associated with decline in strength and musculoskeletal function. Ageing is also associated with significant changes in bones and joints. With age, bone mass or density tends to fall, particularly among postmenopausal women.\r\n\r\nThis can progress to a point where the risk of fracture is significantly increased (a condition known as osteoporosis) which has serious implications for disability, reduced quality of life and mortality. Articular cartilage undergoes significant structural, molecular, cellular and mechanical changes with age, increasing the vulnerability of the tissue to degeneration. These and other age-related declines ultimately impact on broader musculoskeletal function and movement.\r\n\r\nAs being a major storage site of body, magnesium is an important element for bone tissue. Although, bone mineral content is lost and osteoporosis develops during magnesium-deficient states, it can easily be replaced by a proper magnesium supplementation which may have a restorative effect on bone and joint tissues.\r\n

Neurological and cognitive disorders

\r\nMany cognitive functions begin to decrease at a relatively young age, with different functions decreasing at different rates. Some deterioration in memory and the speed of information processing is common, and complaints about it are frequently reported by older people.\r\n\r\nPhysiological concentrations of magnesium are essential for synaptic conduction, and required for normal functioning of the nervous system. It has various effects at different concentrations on intellectual and neuronal functions through several signaling pathways that have important roles in chronic neuronal degeneration and subsequent development of dementia.\r\n\r\nMagnesium has long been known as a key nutrient for optimal brain function more specifically in learning and memory as a result of its beneficial effect on synaptic plasticity and density.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Ageing represents a major risk factor for magnesium deficit. Total body magnesium content tends to decrease with age, with bone being the main storage compartment of body magnesium.\r\nAlterations of magnesium metabolism in the elderly include a reduction of magnesium intake, a decrease of intestinal absorption, and an increase of urinary and fecal magnesium excretion, all these changes indicating a tendency to a magnesium deficit with ageing. An external intake by food supplements guaranteeing long-term supplementation without gastro-intestinal side effects could thus be necessary in this vulnerable population.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Seniors’ Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Seniors’ disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional physical and/or cognitive benefits.
    • \r\n
    • Enhancing the positive impact of magnesium on physical and cognitive disorders.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3880\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Senior’s Health','','inherit','closed','closed','','4020-revision-v1','','','2019-02-27 15:22:08','2019-02-27 14:22:08','',4020,'http://fj-lifesciences.com/2019/02/27/4020-revision-v1/',0,'revision','',0),(4057,1,'2019-02-27 15:22:59','2019-02-27 14:22:59','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277370273{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"FAMILY’S HEALTH\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4017\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The cumulative long-term effects of chronic stress and sleep deprivation have been associated with serious health conditions, including increased risk of stroke, hypertension, diabetes, depression, and obesity. In comparison to men, women are twice as likely to experience this problem.\r\n\r\nThese conditions are leading families to search for products designed to help them every day get restful and restorative sleep, particularly as they become aware of the risks.[/vc_column_text][vc_column_text]\r\n

Mood disorders

\r\nModern lifestyle and Western industrial diet enhance the reduction of magnesium in our food which directly contributes to marginal or absolute magnesium deficiency. Moreover, magnesium deficiency can be secondary to another disease or a therapeutic agent; hence, features of a primary disease may mask or complicate magnesium deficiency. \r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows to: relieves muscle spasms (cramps), is helpful for mood and bipolar disorders (anxiety, irritability, depression), promotes proper nervous system function, contributes to a normal energy production and controls psychological functions. A link between magnesium deficiency and stress is also well established. Moreover, both stress and magnesium deficit can depress the immune system and reduce resistance to infection.\r\n

Sleep disorders

\r\nFatigue is a state of overtiredness, and sometimes does not disappear even after sleep or rest. The causes of fatigue are innumerable and, much of the time, they work together. Causes include lack of sleep, medical conditions, stress, and hormonal imbalances. Fatigue is debilitating and can affect everyday life; in some of the severest cases, a person might not even be able to get out of bed. \r\n\r\nA decline in magnesium status is associated with various symptoms such as nausea, muscular weakness, irritability, fatigue or insomnia. \r\n\r\nAn adequate and long-term magnesium supplementation is essential for optimal circulating levels of oxygen and energy use by the body to contribute to a reduction of tiredness and fatigue.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range dedicated to the Family aims to improve emotional and sleep disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional emotional and/or physical benefits.
    • \r\n
    • Enhancing the positive impact of magnesium on well-being and emotional imbalances.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3878\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Family’s Health','','inherit','closed','closed','','4016-revision-v1','','','2019-02-27 15:22:59','2019-02-27 14:22:59','',4016,'http://fj-lifesciences.com/2019/02/27/4016-revision-v1/',0,'revision','',0),(4058,1,'2019-02-27 15:23:35','2019-02-27 14:23:35','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277407162{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4013\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_column_text]\r\n

Menstrual cycle disorders

\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n

Pregnancy

\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n

Menopausal disorders

\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n

Mood disorders

\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional well-being, physical and/or hormonal benefits.
    • \r\n
    • Enhancing the positive impact of magnesium on physical and emotional imbalances.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Women’s Health','','inherit','closed','closed','','3894-revision-v1','','','2019-02-27 15:23:35','2019-02-27 14:23:35','',3894,'http://fj-lifesciences.com/2019/02/27/3894-revision-v1/',0,'revision','',0),(4059,1,'2019-02-27 15:27:11','2019-02-27 14:27:11','','magnettopia-facteur-agression-interne','','inherit','closed','closed','','magnettopia-facteur-agression-interne','','','2019-02-27 15:27:11','2019-02-27 14:27:11','',4042,'http://fj-lifesciences.com/wp-content/uploads/2019/02/magnettopia-facteur-agression-interne.jpg',0,'attachment','image/jpeg',0),(4060,1,'2019-02-27 15:30:03','2019-02-27 14:30:03','','Cosmetologist is a professional with a patient in the office of','Cosmetologist is a professional with a patient in the office of a medical clinic.','inherit','closed','closed','','cosmetologist-is-a-professional-with-a-patient-in-the-office-of','','','2019-02-27 15:30:03','2019-02-27 14:30:03','',4042,'http://fj-lifesciences.com/wp-content/uploads/2019/02/iStock-904643096.jpg',0,'attachment','image/jpeg',0),(4061,1,'2019-02-27 15:32:21','2019-02-27 14:32:21','','Plastic / Cosmetic Surgeon Examines Beautiful Woman\'s Face, Touches it with Gloved Hands, Inspecting Healed Face after Plastic Surgery with Amazing Results.','Plastic / Cosmetic Surgeon Examines Beautiful Woman\'s Face, Touches it with Gloved Hands, Inspecting Healed Face after Plastic Surgery with Amazing Results.','inherit','closed','closed','','plastic-cosmetic-surgeon-examines-beautiful-womans-face-touches-it-with-gloved-hands-inspecting-healed-face-after-plastic-surgery-with-amazing-results','','','2019-02-27 15:32:21','2019-02-27 14:32:21','',4042,'http://fj-lifesciences.com/wp-content/uploads/2019/02/iStock-1043634348.jpg',0,'attachment','image/jpeg',0),(4062,1,'2019-02-27 15:33:43','2019-02-27 14:33:43','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277217072{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS – DUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275729880{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image][/vc_column][vc_column width=\"3/4\"][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4060\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275784521{padding-top: 87px !important;}\"][vc_column width=\"5/6\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"4059\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Cancer
  • \r\n
  • Type 2 diabetes
  • \r\n
  • Cardiovascular disease
  • \r\n
  • Bone disorders
  • \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders – DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-02-27 15:33:43','2019-02-27 14:33:43','',4042,'http://fj-lifesciences.com/2019/02/27/4042-revision-v1/',0,'revision','',0),(4063,1,'2019-02-27 15:34:43','2019-02-27 14:34:43','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277217072{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS – DUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275729880{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image][/vc_column][vc_column width=\"3/4\"][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4060\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275784521{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4059\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Cancer
  • \r\n
  • Type 2 diabetes
  • \r\n
  • Cardiovascular disease
  • \r\n
  • Bone disorders
  • \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders – DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-02-27 15:34:43','2019-02-27 14:34:43','',4042,'http://fj-lifesciences.com/2019/02/27/4042-revision-v1/',0,'revision','',0),(4064,1,'2019-02-27 15:35:14','2019-02-27 14:35:14','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277217072{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS – DUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275729880{padding-top: 87px !important;}\"][vc_column][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4060\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275784521{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4059\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Cancer
  • \r\n
  • Type 2 diabetes
  • \r\n
  • Cardiovascular disease
  • \r\n
  • Bone disorders
  • \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders – DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-02-27 15:35:14','2019-02-27 14:35:14','',4042,'http://fj-lifesciences.com/2019/02/27/4042-revision-v1/',0,'revision','',0),(4065,1,'2019-02-27 15:36:00','2019-02-27 14:36:00','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277217072{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS – DUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275729880{padding-top: 87px !important;}\"][vc_column][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551278147761{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4060\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551278154776{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4059\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Cancer
  • \r\n
  • Type 2 diabetes
  • \r\n
  • Cardiovascular disease
  • \r\n
  • Bone disorders
  • \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders – DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-02-27 15:36:00','2019-02-27 14:36:00','',4042,'http://fj-lifesciences.com/2019/02/27/4042-revision-v1/',0,'revision','',0),(4066,1,'2019-03-03 15:09:22','2019-03-03 14:09:22','

[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Our offer\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551278413807{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"FJ LIFE SCIENCES offers innovative formulations in a collaborative and
\nmodular mode\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_column_text]

\n

OFFER OF PATENTED PRODUCTS

\n

With an original approach that takes into account the strategy of the Company as well as its positioning, budget, planning and marketing targets.[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]

\n
    \n
  • Innovative products available with Patent and Brand name, considering scientific, technical and marketing  environments on an international basis.
  • \n
\n

[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4081\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453529127{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_column_text]

\n

MARKETING OF PRODUCTS ON INTERNATIONAL MARKETS

\n

With the proposal for multi-modal licenses   [/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]

\n
    \n
  • Patent
  • \n
  • Brand name
  • \n
  • Distribution
  • \n
  • Conformity of formulas with the local regulations
  • \n
  • Manufacturing, quality control and batches release in coordination with the manufacturers
  • \n
\n

[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4082\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]

\n','FJ Life Sciences Our offer','','inherit','closed','closed','','3963-autosave-v1','','','2019-03-03 15:09:22','2019-03-03 14:09:22','',3963,'http://fj-lifesciences.com/2019/02/27/3963-autosave-v1/',0,'revision','',0),(4067,1,'2019-02-27 15:43:58','2019-02-27 14:43:58','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Our offer\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551278413807{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"FJ LIFE SCIENCES offers innovative formulations in a collaborative and modular mode:\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n

OFFER OF PATENTED PRODUCTS

\r\nWith an original approach that takes into account the strategy of the Company as well as its positioning, budget, planning and marketing targets.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Innovative products available with Patent and Brand name, considering scientific, technical and marketing  environments on an international basis.
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551278636811{padding-top: 87px !important;}\"][vc_column][vc_column_text]\r\n

MARKETING OF PRODUCTS ON INTERNATIONAL MARKETS

\r\nWith the proposal for multi-modal licenses   [/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Patent
  • \r\n
  • Brand name
  • \r\n
  • Distribution
  • \r\n
  • Conformity of formulas with the local regulations
  • \r\n
  • Manufacturing, quality control and batches release in coordination with the manufacturers
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','FJ Life Sciences Our offer','','inherit','closed','closed','','3963-revision-v1','','','2019-02-27 15:43:58','2019-02-27 14:43:58','',3963,'http://fj-lifesciences.com/2019/02/27/3963-revision-v1/',0,'revision','',0),(4069,1,'2019-03-01 14:45:40','2019-03-01 13:45:40','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

About Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"X\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 14:45:40','2019-03-01 13:45:40','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0),(4071,1,'2019-03-01 15:43:17','2019-03-01 14:43:17','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]A new and innovative generation of magnesium-containing supplementation products\r\n\r\nFJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 15:43:17','2019-03-01 14:43:17','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0),(4072,1,'2019-03-01 15:44:47','2019-03-01 14:44:47','','Three female generations.','Three generations of women hugging and looking at camera.','inherit','closed','closed','','three-female-generations','','','2019-03-01 15:44:47','2019-03-01 14:44:47','',3894,'http://fj-lifesciences.com/wp-content/uploads/2019/02/iStock-466931579.jpg',0,'attachment','image/jpeg',0),(4073,1,'2019-03-01 15:48:15','2019-03-01 14:48:15','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277407162{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_column_text]\r\n

Menstrual cycle disorders

\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n

Pregnancy

\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n

Menopausal disorders

\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n

Mood disorders

\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional well-being, physical and/or hormonal benefits.
    • \r\n
    • Enhancing the positive impact of magnesium on physical and emotional imbalances.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Women’s Health','','inherit','closed','closed','','3894-revision-v1','','','2019-03-01 15:48:15','2019-03-01 14:48:15','',3894,'http://fj-lifesciences.com/2019/03/01/3894-revision-v1/',0,'revision','',0),(4074,1,'2019-03-01 15:53:25','2019-03-01 14:53:25','','magnettopia-eclat-visage-anti-fatigue-01-1024x623','','inherit','closed','closed','','magnettopia-eclat-visage-anti-fatigue-01-1024x623','','','2019-03-01 15:53:25','2019-03-01 14:53:25','',4042,'http://fj-lifesciences.com/wp-content/uploads/2019/02/magnettopia-eclat-visage-anti-fatigue-01-1024x623.jpg',0,'attachment','image/jpeg',0),(4075,1,'2019-03-01 15:54:04','2019-03-01 14:54:04','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277217072{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS – DUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4074\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275729880{padding-top: 87px !important;}\"][vc_column][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551278147761{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4060\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551278154776{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4059\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Cancer
  • \r\n
  • Type 2 diabetes
  • \r\n
  • Cardiovascular disease
  • \r\n
  • Bone disorders
  • \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders – DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-03-01 15:54:04','2019-03-01 14:54:04','',4042,'http://fj-lifesciences.com/2019/03/01/4042-revision-v1/',0,'revision','',0),(4076,1,'2019-03-01 16:02:04','2019-03-01 15:02:04','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 16:02:04','2019-03-01 15:02:04','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0),(4077,1,'2019-03-01 16:05:33','2019-03-01 15:05:33','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"50\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452646264{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 16:05:33','2019-03-01 15:05:33','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0),(4078,1,'2019-03-01 16:06:24','2019-03-01 15:06:24','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][stm_spacer height=\"30\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452646264{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 16:06:24','2019-03-01 15:06:24','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0),(4079,1,'2019-03-01 16:08:19','2019-03-01 15:08:19','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452646264{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 16:08:19','2019-03-01 15:08:19','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0),(4080,1,'2019-03-01 16:13:29','2019-03-01 15:13:29','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text] « Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Doctor of pharmacy and industrial pharmacy.\r\nCEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.\r\nPharmaceutical and clinical researcher on magnesium since 1993.\r\nDeveloper of the innovative CHRONOMAG® technology of bio-programmable magnesium.\r\nScientist owner of international patents technology.\r\nInnovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.\r\nStrategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.\r\nWriter of technological and clinic reference studies.\r\nWriter of a pharmaceutical and medical resource book on magnesium (in partnership with INSERM).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • A dedicated team of consultants in the field of: 
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]\r\n
    \r\n
  • Business development
  • \r\n
  • Regulatory
  • \r\n
  • Financial
  • \r\n
  • Legal
  • \r\n
  • Intellectual properties
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4049\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  •  FJ RECHERCHE & DEVELOPPEMENT, 
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text] A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-01 16:13:29','2019-03-01 15:13:29','',3959,'http://fj-lifesciences.com/2019/03/01/3959-revision-v1/',0,'revision','',0),(4081,1,'2019-03-01 16:17:33','2019-03-01 15:17:33','','Blisters comprimes bleus et blancs','','inherit','closed','closed','','blisters-comprimes-bleus-et-blancs','','','2019-03-01 16:17:33','2019-03-01 15:17:33','',3963,'http://fj-lifesciences.com/wp-content/uploads/2019/03/Blisters-comprimes-bleus-et-blancs.jpg',0,'attachment','image/jpeg',0),(4082,1,'2019-03-01 16:21:34','2019-03-01 15:21:34','','air traffic','air traffic concept: world connections map over businessman hand','inherit','closed','closed','','air-traffic','','','2019-03-01 16:21:34','2019-03-01 15:21:34','',3963,'http://fj-lifesciences.com/wp-content/uploads/2019/03/AdobeStock_72977021.jpeg',0,'attachment','image/jpeg',0),(4083,1,'2019-03-01 16:21:56','2019-03-01 15:21:56','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Our offer\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551278413807{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"FJ LIFE SCIENCES offers innovative formulations in a collaborative and modular mode:\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_column_text]\r\n

OFFER OF PATENTED PRODUCTS

\r\nWith an original approach that takes into account the strategy of the Company as well as its positioning, budget, planning and marketing targets.[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Innovative products available with Patent and Brand name, considering scientific, technical and marketing  environments on an international basis.
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4081\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453529127{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n

MARKETING OF PRODUCTS ON INTERNATIONAL MARKETS

\r\nWith the proposal for multi-modal licenses   [/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Patent
  • \r\n
  • Brand name
  • \r\n
  • Distribution
  • \r\n
  • Conformity of formulas with the local regulations
  • \r\n
  • Manufacturing, quality control and batches release in coordination with the manufacturers
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4082\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our offer','','inherit','closed','closed','','3963-revision-v1','','','2019-03-01 16:21:56','2019-03-01 15:21:56','',3963,'http://fj-lifesciences.com/2019/03/01/3963-revision-v1/',0,'revision','',0),(4084,1,'2019-03-01 16:30:20','2019-03-01 15:30:20','','chronomag_cannes_3','','inherit','closed','closed','','chronomag_cannes_3','','','2019-03-01 16:30:20','2019-03-01 15:30:20','',3956,'http://fj-lifesciences.com/wp-content/uploads/2019/03/chronomag_cannes_3.jpg',0,'attachment','image/jpeg',0),(4085,1,'2019-03-01 16:37:46','2019-03-01 15:37:46','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"For more information about these product ranges, the opportunity to distribute it, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"4084\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column][stm_spacer height=\"600\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551454660955{margin-top: 100px !important;}\"][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"3981\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-autosave-v1','','','2019-03-01 16:37:46','2019-03-01 15:37:46','',3956,'http://fj-lifesciences.com/2019/03/01/3956-autosave-v1/',0,'revision','',0),(4086,1,'2019-03-01 16:35:20','2019-03-01 15:35:20','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"For more information about these product ranges, the opportunity to distribute it, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"4084\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column][stm_spacer height=\"600\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1493272247743{margin-bottom: 66px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][stm_spacer height=\"50\"][contact-form-7 id=\"3981\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-03-01 16:35:20','2019-03-01 15:35:20','',3956,'http://fj-lifesciences.com/2019/03/01/3956-revision-v1/',0,'revision','',0),(4087,1,'2019-03-01 16:36:45','2019-03-01 15:36:45','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"For more information about these product ranges, the opportunity to distribute it, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"4084\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column][stm_spacer height=\"600\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551454580927{margin-top: 100px !important;}\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"3981\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-03-01 16:36:45','2019-03-01 15:36:45','',3956,'http://fj-lifesciences.com/2019/03/01/3956-revision-v1/',0,'revision','',0),(4088,1,'2019-03-01 16:37:58','2019-03-01 15:37:58','[vc_row][vc_column][stm_spacer height=\"150\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494670176087{margin-top: 27px !important;margin-bottom: 40px !important;}\"][vc_column css=\".vc_custom_1494841337773{margin-bottom: 23px !important;}\" offset=\"vc_col-lg-8 vc_col-md-8\"][vc_custom_heading text=\"For more information about these product ranges, the opportunity to distribute it, please fill out the form below or submit an email.\" font_container=\"tag:h3|text_align:left|color:%23888888|line_height:36px\" use_theme_fonts=\"yes\" el_class=\"fwl stm_ls_0\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" el_class=\"overlap\" css=\".vc_custom_1494670245699{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551042728377{padding-top: 55px !important;padding-bottom: 45px !important;background-color: #2d2e82 !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210045760{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-targeting\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"HEAD OFFICE\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"FJ LIFE SCIENCES\r\nLe Parc Continental B,\r\n2 place Stanislas\r\n06400 Cannes, France\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1493210050248{border-right-width: 1px !important;padding-top: 5px !important;border-right-color: rgba(255,255,255,0.5) !important;border-right-style: solid !important;}\"][stm_icon icon_color=\"custom\" icon_align=\"center\" height=\"58\" icon=\"stmicon-email_b\" icon_custom_color=\"#ffffff\"][vc_custom_heading text=\"EMAIL\" font_container=\"tag:h2|font_size:20|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"info@fj-lifesciences.com\" font_container=\"tag:h4|font_size:14|text_align:center|color:%23ffffff|line_height:24px\" use_theme_fonts=\"yes\" el_class=\"fwn\" link=\"url:mailto%3A%20info%40fj-lifesciences.com|||\" css=\".vc_custom_1551042532554{margin-bottom: 0px !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" parallax=\"content-moving\" parallax_image=\"4084\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column][stm_spacer height=\"600\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551454660955{margin-top: 100px !important;}\"][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_custom_heading text=\"Enter in contact with us\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1551042892503{margin-bottom: 36px !important;}\"][vc_custom_heading text=\"We look forward to hearing from you. Email us to learn more about our firm and capabilities.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a6|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwn\"][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"5/6\"][contact-form-7 id=\"3981\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row]','FJ Life Sciences Contact us','','inherit','closed','closed','','3956-revision-v1','','','2019-03-01 16:37:58','2019-03-01 15:37:58','',3956,'http://fj-lifesciences.com/2019/03/01/3956-revision-v1/',0,'revision','',0),(4090,1,'2019-03-01 16:47:37','2019-03-01 15:47:37','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.\r\n\r\nMagnesium is particularly involved in cardiac and skeletal muscle development and function and participates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.\r\n\r\nMagnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.\r\n\r\nThe amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:\r\n
    \r\n
  • Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
  • \r\n
\r\n
    \r\n
  • Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
  • \r\n
\r\n
    \r\n
  • Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
  • \r\n
\r\n[/vc_column_text][vc_column_text]\r\n

Roles of magnesium in athletes 

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-circle\"]\r\n
    \r\n
  • muscle contraction and heartbeat
  • \r\n
  • cardiac and skeletal muscles function
  • \r\n
  • oxygen uptake
  • \r\n
  • electrolyte balance
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-circle\"]\r\n
    \r\n
  • energy metabolism, particularly ATP
  • \r\n
  • plays a role in exercise performance
  • \r\n
  • reduces muscle cramps
  • \r\n
  • reduces fatigue and anxiety
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551455219858{margin-top: 87px !important;}\"][vc_column][vc_column_text]\r\n

A wide Sports products range for the preparation of the body to a physical effort and for the recovery phase:

\r\n[/vc_column_text][stm_iconlist icon=\"fa fa-circle\"]\r\n
    \r\n
  • Mental Concentration
  • \r\n
  • Muscular Growth
  • \r\n
  • Lean Fitness
  • \r\n
  • Recovery
  • \r\n
  • Cardio+
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThe active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.\r\n\r\nThese products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional physical and/or cognitive benefits.
    • \r\n
    • Enhancing the global action of magnesium by active ingredients with specific benefits in each phase of physical exercise.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"3879\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Sportspeople’s Health','','inherit','closed','closed','','4024-revision-v1','','','2019-03-01 16:47:37','2019-03-01 15:47:37','',4024,'http://fj-lifesciences.com/2019/03/01/4024-revision-v1/',0,'revision','',0),(4091,1,'2019-03-01 16:49:49','2019-03-01 15:49:49','','CHRONOMAG-GC-ANG','','inherit','closed','closed','','chronomag-gc-ang','','','2019-03-01 16:49:49','2019-03-01 15:49:49','',4037,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-GC-ANG.jpg',0,'attachment','image/jpeg',0),(4092,1,'2019-03-03 15:31:00','2019-03-03 14:31:00','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277259806{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"TYPE 2 DIABETES SUPPORTING CARE: CHRONOMAG®GC\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4038\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n

THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES

\r\nAccording to the Office of Dietary Supplement (NIH), people with type 2 diabetes are more likely than others to be at risk of magnesium inadequacy.\r\n\r\nHypomagnesaemia occurs in 13.5 to 47.7% of patients in type 2 diabetes and is mainly induced by a decrease in intestinal magnesium absorption and an increase in urinary excretion of magnesium due to poor renal reabsorption.\r\n\r\nInternational clinicians suggest that magnesium supplementation may delay diabetes worsening and ward off the onset of type 2 diabetes life threatening complications (hypertension, cardiovascular disease, retinopathy, nephropathy, depression).\r\n\r\nChromium is a mineral that might be linked with decrease in fasting plasma glucose level and lowering hemoglobin A1C. Nevertheless, without proper supplementation, blood chromium levels in patients with type 2 diabetes decreased by around 30% compared to healthy subjects.\r\n\r\nOffering an improved solution to address magnesium and chromium inadequacy, CHRONOMAG® GC was conceived to improve quality of life of patients affected by type 2 diabetes and its long-term complications.[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][vc_single_image image=\"4091\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text] CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
    \r\n
  • Bioavailable source of Chromium                        
  • \r\n
  • Magnesium by the patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delays complications of type 2 diabetes.
  • \r\n
  • Delivers “low-dose” magnesium highly absorbed in phase with natural physiological absorption process.
  • \r\n
  • Ensures repletion in magnesium and chromium blood levels.
  • \r\n
  • Acts in compliance with the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance.
  • \r\n
  • Improves glycemic control and quality of life.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row]','Type 2 Diabetes supporting care CHRONOMAG®GC','','inherit','closed','closed','','4037-autosave-v1','','','2019-03-03 15:31:00','2019-03-03 14:31:00','',4037,'http://fj-lifesciences.com/2019/03/01/4037-autosave-v1/',0,'revision','',0),(4093,1,'2019-03-01 16:50:39','2019-03-01 15:50:39','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277259806{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"TYPE 2 DIABETES SUPPORTING CARE: CHRONOMAG®GC\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4038\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n

THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES

\r\nAccording to the Office of Dietary Supplement (NIH), people with type 2 diabetes are more likely than others to be at risk of magnesium inadequacy.\r\n\r\nHypomagnesaemia occurs in 13.5 to 47.7% of patients in type 2 diabetes and is mainly induced by a decrease in intestinal magnesium absorption and an increase in urinary excretion of magnesium due to poor renal reabsorption.\r\n\r\nInternational clinicians suggest that magnesium supplementation may delay diabetes worsening and ward off the onset of type 2 diabetes life threatening complications (hypertension, cardiovascular disease, retinopathy, nephropathy, depression).\r\n\r\nChromium is a mineral that might be linked with decrease in fasting plasma glucose level and lowering hemoglobin A1C. Nevertheless, without proper supplementation, blood chromium levels in patients with type 2 diabetes decreased by around 30% compared to healthy subjects.\r\n\r\nOffering an improved solution to address magnesium and chromium inadequacy, CHRONOMAG® GC was conceived to improve quality of life of patients affected by type 2 diabetes and its long-term complications.[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][vc_single_image image=\"4091\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text] CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
    \r\n
  • Bioavailable source of Chromium                        
  • \r\n
  • Magnesium by the patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delays complications of type 2 diabetes.
  • \r\n
  • Delivers “low-dose” magnesium highly absorbed in phase with natural physiological absorption process.
  • \r\n
  • Ensures repletion in magnesium and chromium blood levels.
  • \r\n
  • Acts in compliance with the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance.
  • \r\n
  • Improves glycemic control and quality of life.
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Type 2 Diabetes supporting care - CHRONOMAG®GC','','inherit','closed','closed','','4037-revision-v1','','','2019-03-01 16:50:39','2019-03-01 15:50:39','',4037,'http://fj-lifesciences.com/2019/03/01/4037-revision-v1/',0,'revision','',0),(4094,1,'2019-03-01 16:51:33','2019-03-01 15:51:33','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277259806{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"TYPE 2 DIABETES SUPPORTING CARE: CHRONOMAG®GC\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4038\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n

THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES

\r\nAccording to the Office of Dietary Supplement (NIH), people with type 2 diabetes are more likely than others to be at risk of magnesium inadequacy.\r\n\r\nHypomagnesaemia occurs in 13.5 to 47.7% of patients in type 2 diabetes and is mainly induced by a decrease in intestinal magnesium absorption and an increase in urinary excretion of magnesium due to poor renal reabsorption.\r\n\r\nInternational clinicians suggest that magnesium supplementation may delay diabetes worsening and ward off the onset of type 2 diabetes life threatening complications (hypertension, cardiovascular disease, retinopathy, nephropathy, depression).\r\n\r\nChromium is a mineral that might be linked with decrease in fasting plasma glucose level and lowering hemoglobin A1C. Nevertheless, without proper supplementation, blood chromium levels in patients with type 2 diabetes decreased by around 30% compared to healthy subjects.\r\n\r\nOffering an improved solution to address magnesium and chromium inadequacy, CHRONOMAG® GC was conceived to improve quality of life of patients affected by type 2 diabetes and its long-term complications.[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][vc_single_image image=\"4091\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text] CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
    \r\n
  • Bioavailable source of Chromium                        
  • \r\n
  • Magnesium by the patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delays complications of type 2 diabetes.
  • \r\n
  • Delivers “low-dose” magnesium highly absorbed in phase with natural physiological absorption process.
  • \r\n
  • Ensures repletion in magnesium and chromium blood levels.
  • \r\n
  • Acts in compliance with the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance.
  • \r\n
  • Improves glycemic control and quality of life.
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Type 2 Diabetes supporting care - CHRONOMAG®GC','','inherit','closed','closed','','4037-revision-v1','','','2019-03-01 16:51:33','2019-03-01 15:51:33','',4037,'http://fj-lifesciences.com/2019/03/01/4037-revision-v1/',0,'revision','',0),(4095,1,'2019-03-01 16:54:51','2019-03-01 15:54:51','','Taking her daily vitamins','Smiling young woman isolated on white while taking a pill and holding a glass of water','inherit','closed','closed','','taking-her-daily-vitamins','','','2019-03-01 16:54:51','2019-03-01 15:54:51','',4042,'http://fj-lifesciences.com/wp-content/uploads/2019/02/iStock-159151422.jpg',0,'attachment','image/jpeg',0),(4096,1,'2019-03-01 16:55:56','2019-03-01 15:55:56','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277217072{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS – DUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4074\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][vc_single_image image=\"4095\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275729880{padding-top: 87px !important;}\"][vc_column][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551278147761{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4060\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551278154776{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4059\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Cancer
  • \r\n
  • Type 2 diabetes
  • \r\n
  • Cardiovascular disease
  • \r\n
  • Bone disorders
  • \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders – DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-03-01 16:55:56','2019-03-01 15:55:56','',4042,'http://fj-lifesciences.com/2019/03/01/4042-revision-v1/',0,'revision','',0),(4097,1,'2019-03-01 16:57:23','2019-03-01 15:57:23','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277217072{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS – DUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4074\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][vc_single_image image=\"4095\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275729880{padding-top: 87px !important;}\"][vc_column][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551278147761{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4060\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551455830174{padding-top: 40px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4059\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Cancer
  • \r\n
  • Type 2 diabetes
  • \r\n
  • Cardiovascular disease
  • \r\n
  • Bone disorders
  • \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders – DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-03-01 16:57:23','2019-03-01 15:57:23','',4042,'http://fj-lifesciences.com/2019/03/01/4042-revision-v1/',0,'revision','',0),(4098,1,'2019-03-01 17:39:02','2019-03-01 16:39:02','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277217072{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS – DUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4074\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][vc_single_image image=\"4095\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275729880{padding-top: 87px !important;}\"][vc_column][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551278147761{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4060\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551455830174{padding-top: 40px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4059\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Cancer
  • \r\n
  • Type 2 diabetes
  • \r\n
  • Cardiovascular disease
  • \r\n
  • Bone disorders
  • \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders inside & outside concept DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-03-01 17:39:02','2019-03-01 16:39:02','',4042,'http://fj-lifesciences.com/2019/03/01/4042-revision-v1/',0,'revision','',0),(4099,1,'2019-03-01 17:40:15','2019-03-01 16:40:15','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277217072{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS – DUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4074\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][vc_single_image image=\"4095\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275729880{padding-top: 87px !important;}\"][vc_column][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551278147761{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4060\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551455830174{padding-top: 40px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4059\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Cancer
  • \r\n
  • Type 2 diabetes
  • \r\n
  • Cardiovascular disease
  • \r\n
  • Bone disorders
  • \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders - inside & outside - concept DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-03-01 17:40:15','2019-03-01 16:40:15','',4042,'http://fj-lifesciences.com/2019/03/01/4042-revision-v1/',0,'revision','',0),(4100,1,'2019-03-01 17:40:50','2019-03-01 16:40:50','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277217072{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS – DUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4074\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][vc_single_image image=\"4095\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275729880{padding-top: 87px !important;}\"][vc_column][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551278147761{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4060\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551455830174{padding-top: 40px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4059\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Cancer
  • \r\n
  • Type 2 diabetes
  • \r\n
  • Cardiovascular disease
  • \r\n
  • Bone disorders
  • \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders
inside & outside
concept DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-03-01 17:40:50','2019-03-01 16:40:50','',4042,'http://fj-lifesciences.com/2019/03/01/4042-revision-v1/',0,'revision','',0),(4101,1,'2019-03-01 17:41:16','2019-03-01 16:41:16','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277217072{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS – DUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4074\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][vc_single_image image=\"4095\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275729880{padding-top: 87px !important;}\"][vc_column][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551278147761{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4060\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551455830174{padding-top: 40px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4059\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Cancer
  • \r\n
  • Type 2 diabetes
  • \r\n
  • Cardiovascular disease
  • \r\n
  • Bone disorders
  • \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders
inside & outside concept
DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-03-01 17:41:16','2019-03-01 16:41:16','',4042,'http://fj-lifesciences.com/2019/03/01/4042-revision-v1/',0,'revision','',0),(4102,1,'2019-03-01 17:41:54','2019-03-01 16:41:54','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277217072{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS – DUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4074\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][vc_single_image image=\"4095\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275729880{padding-top: 87px !important;}\"][vc_column][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551278147761{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4060\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551455830174{padding-top: 40px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4059\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Cancer
  • \r\n
  • Type 2 diabetes
  • \r\n
  • Cardiovascular disease
  • \r\n
  • Bone disorders
  • \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders
inside & outside
DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-03-01 17:41:54','2019-03-01 16:41:54','',4042,'http://fj-lifesciences.com/2019/03/01/4042-revision-v1/',0,'revision','',0),(4103,1,'2019-03-01 17:42:21','2019-03-01 16:42:21','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277259806{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"TYPE 2 DIABETES SUPPORTING CARE: CHRONOMAG®GC\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4038\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n

THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES

\r\nAccording to the Office of Dietary Supplement (NIH), people with type 2 diabetes are more likely than others to be at risk of magnesium inadequacy.\r\n\r\nHypomagnesaemia occurs in 13.5 to 47.7% of patients in type 2 diabetes and is mainly induced by a decrease in intestinal magnesium absorption and an increase in urinary excretion of magnesium due to poor renal reabsorption.\r\n\r\nInternational clinicians suggest that magnesium supplementation may delay diabetes worsening and ward off the onset of type 2 diabetes life threatening complications (hypertension, cardiovascular disease, retinopathy, nephropathy, depression).\r\n\r\nChromium is a mineral that might be linked with decrease in fasting plasma glucose level and lowering hemoglobin A1C. Nevertheless, without proper supplementation, blood chromium levels in patients with type 2 diabetes decreased by around 30% compared to healthy subjects.\r\n\r\nOffering an improved solution to address magnesium and chromium inadequacy, CHRONOMAG® GC was conceived to improve quality of life of patients affected by type 2 diabetes and its long-term complications.[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][vc_single_image image=\"4091\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text] CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
    \r\n
  • Bioavailable source of Chromium                        
  • \r\n
  • Magnesium by the patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delays complications of type 2 diabetes.
  • \r\n
  • Delivers “low-dose” magnesium highly absorbed in phase with natural physiological absorption process.
  • \r\n
  • Ensures repletion in magnesium and chromium blood levels.
  • \r\n
  • Acts in compliance with the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance.
  • \r\n
  • Improves glycemic control and quality of life.
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Type 2 Diabetes supporting care CHRONOMAG®GC','','inherit','closed','closed','','4037-revision-v1','','','2019-03-01 17:42:21','2019-03-01 16:42:21','',4037,'http://fj-lifesciences.com/2019/03/01/4037-revision-v1/',0,'revision','',0),(4104,1,'2019-03-01 17:45:49','2019-03-01 16:45:49','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 17:45:49','2019-03-01 16:45:49','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0),(4105,1,'2019-03-01 17:47:33','2019-03-01 16:47:33','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551458846567{border-radius: 2px !important;}\"][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 17:47:33','2019-03-01 16:47:33','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (4106,1,'2019-03-01 17:48:08','2019-03-01 16:48:08','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551458885683{border-radius: 2px !important;}\"][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 17:48:08','2019-03-01 16:48:08','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0),(4107,1,'2019-03-01 17:48:57','2019-03-01 16:48:57','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"bio programmable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551458933621{border-radius: 2px !important;}\"][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 17:48:57','2019-03-01 16:48:57','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0),(4108,1,'2019-03-01 17:49:46','2019-03-01 16:49:46','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551458933621{border-radius: 2px !important;}\"][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-01 17:49:46','2019-03-01 16:49:46','',3854,'http://fj-lifesciences.com/2019/03/01/3854-revision-v1/',0,'revision','',0),(4109,1,'2019-03-01 17:53:24','2019-03-01 16:53:24','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health,\r\nwell-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551459197992{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text] « Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Doctor of pharmacy and industrial pharmacy.\r\nCEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.\r\nPharmaceutical and clinical researcher on magnesium since 1993.\r\nDeveloper of the innovative CHRONOMAG® technology of bio-programmable magnesium.\r\nScientist owner of international patents technology.\r\nInnovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.\r\nStrategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.\r\nWriter of technological and clinic reference studies.\r\nWriter of a pharmaceutical and medical resource book on magnesium (in partnership with INSERM).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • A dedicated team of consultants in the field of: 
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]\r\n
    \r\n
  • Business development
  • \r\n
  • Regulatory
  • \r\n
  • Financial
  • \r\n
  • Legal
  • \r\n
  • Intellectual properties
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4049\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  •  FJ RECHERCHE & DEVELOPPEMENT, 
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text] A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-01 17:53:24','2019-03-01 16:53:24','',3959,'http://fj-lifesciences.com/2019/03/01/3959-revision-v1/',0,'revision','',0),(4110,1,'2019-03-01 17:55:59','2019-03-01 16:55:59','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health,\r\nwell-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551459197992{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text] « Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n
    \r\n
  • Doctor of pharmacy and industrial pharmacy.
  • \r\n
  • CEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.
  • \r\n
  • Pharmaceutical and clinical researcher on magnesium since 1993.
  • \r\n
  • Developer of the innovative CHRONOMAG® technology of bio-programmable magnesium.
  • \r\n
  • Scientist owner of international patents technology.
  • \r\n
  • Innovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.
  • \r\n
  • Strategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.
  • \r\n
  • Writer of technological and clinic reference studies.
  • \r\n
  • Writer of a pharmaceutical and medical resource book on magnesium (in partnership with INSERM).
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • A dedicated team of consultants in the field of: 
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]\r\n
    \r\n
  • Business development
  • \r\n
  • Regulatory
  • \r\n
  • Financial
  • \r\n
  • Legal
  • \r\n
  • Intellectual properties
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4049\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  •  FJ RECHERCHE & DEVELOPPEMENT
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text] A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-01 17:55:59','2019-03-01 16:55:59','',3959,'http://fj-lifesciences.com/2019/03/01/3959-revision-v1/',0,'revision','',0),(4111,1,'2019-03-01 17:56:38','2019-03-01 16:56:38','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health,\r\nwell-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551459197992{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text] « Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n
    \r\n
  • Doctor of pharmacy and industrial pharmacy.
  • \r\n
  • CEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.
  • \r\n
  • Pharmaceutical and clinical researcher on magnesium since 1993.
  • \r\n
  • Developer of the innovative CHRONOMAG® technology of bio-programmable magnesium.
  • \r\n
  • Scientist owner of international patents technology.
  • \r\n
  • Innovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.
  • \r\n
  • Strategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.
  • \r\n
  • Writer of technological and clinic reference studies.
  • \r\n
  • Writer of a pharmaceutical and medical resource book on magnesium (in partnership with INSERM).
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • A dedicated team of consultants in the field of: 
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]\r\n
    \r\n
  • Business development
  • \r\n
  • Regulatory
  • \r\n
  • Financial
  • \r\n
  • Legal
  • \r\n
  • Intellectual properties
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4049\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  •  FJ RECHERCHE & DEVELOPPEMENT
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text] A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-01 17:56:38','2019-03-01 16:56:38','',3959,'http://fj-lifesciences.com/2019/03/01/3959-revision-v1/',0,'revision','',0),(4112,1,'2019-03-01 17:58:42','2019-03-01 16:58:42','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health,\r\nwell-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551459197992{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text] « Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n
    \r\n
  • Doctor of pharmacy and industrial pharmacy.
  • \r\n
  • CEO of FJ LIFE SCIENCES and President and R&D Director of<br />FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.
  • \r\n
  • Pharmaceutical and clinical researcher on magnesium since 1993.
  • \r\n
  • Developer of the innovative CHRONOMAG® technology of Bioprogrammable magnesium.
  • \r\n
  • Scientist owner of international patents technology.
  • \r\n
  • Innovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.
  • \r\n
  • Strategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.
  • \r\n
  • Writer of technological and clinic reference studies.
  • \r\n
  • Writer of a pharmaceutical and medical resource book on magnesium<br />(in partnership with INSERM).
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • A dedicated team of consultants in the field of: 
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]\r\n
    \r\n
  • Business development
  • \r\n
  • Regulatory
  • \r\n
  • Financial
  • \r\n
  • Legal
  • \r\n
  • Intellectual properties
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4049\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  •  FJ RECHERCHE & DEVELOPPEMENT
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text] A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-01 17:58:42','2019-03-01 16:58:42','',3959,'http://fj-lifesciences.com/2019/03/01/3959-revision-v1/',0,'revision','',0),(4113,1,'2019-03-01 17:59:04','2019-03-01 16:59:04','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health,\r\nwell-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551459197992{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text] « Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n
    \r\n
  • Doctor of pharmacy and industrial pharmacy.
  • \r\n
  • CEO of FJ LIFE SCIENCES and President and R&D Director of<br />FJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.
  • \r\n
  • Pharmaceutical and clinical researcher on magnesium since 1993.
  • \r\n
  • Developer of the innovative CHRONOMAG® technology of Bioprogrammable magnesium.
  • \r\n
  • Scientist owner of international patents technology.
  • \r\n
  • Innovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.
  • \r\n
  • Strategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.
  • \r\n
  • Writer of technological and clinic reference studies.
  • \r\n
  • Writer of a pharmaceutical and medical resource book on magnesium<br />(in partnership with INSERM).
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551459540914{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • A dedicated team of consultants in the field of: 
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]\r\n
    \r\n
  • Business development
  • \r\n
  • Regulatory
  • \r\n
  • Financial
  • \r\n
  • Legal
  • \r\n
  • Intellectual properties
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4049\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  •  FJ RECHERCHE & DEVELOPPEMENT
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text] A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-01 17:59:04','2019-03-01 16:59:04','',3959,'http://fj-lifesciences.com/2019/03/01/3959-revision-v1/',0,'revision','',0),(4114,1,'2019-03-01 17:59:48','2019-03-01 16:59:48','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health,\r\nwell-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551459197992{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text] « Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n
    \r\n
  • Doctor of pharmacy and industrial pharmacy.
  • \r\n
  • CEO of FJ LIFE SCIENCES and President and R&D Director of\r\nFJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.
  • \r\n
  • Pharmaceutical and clinical researcher on magnesium since 1993.
  • \r\n
  • Developer of the innovative CHRONOMAG® technology of Bioprogrammable magnesium.
  • \r\n
  • Scientist owner of international patents technology.
  • \r\n
  • Innovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.
  • \r\n
  • Strategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.
  • \r\n
  • Writer of technological and clinic reference studies.
  • \r\n
  • Writer of a pharmaceutical and medical resource book on magnesium\r\n(in partnership with INSERM).
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551459540914{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • A dedicated team of consultants in the field of: 
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]\r\n
    \r\n
  • Business development
  • \r\n
  • Regulatory
  • \r\n
  • Financial
  • \r\n
  • Legal
  • \r\n
  • Intellectual properties
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4049\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  •  FJ RECHERCHE & DEVELOPPEMENT
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text] A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-01 17:59:48','2019-03-01 16:59:48','',3959,'http://fj-lifesciences.com/2019/03/01/3959-revision-v1/',0,'revision','',0),(4115,1,'2019-03-01 18:01:00','2019-03-01 17:01:00','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health,\r\nwell-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551459197992{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text] « Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • \r\n

    Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology

    \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n
    \r\n
  • Doctor of pharmacy and industrial pharmacy.
  • \r\n
  • CEO of FJ LIFE SCIENCES and President and R&D Director of\r\nFJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.
  • \r\n
  • Pharmaceutical and clinical researcher on magnesium since 1993.
  • \r\n
  • Developer of the innovative CHRONOMAG® technology of Bioprogrammable magnesium.
  • \r\n
  • Scientist owner of international patents technology.
  • \r\n
  • Innovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.
  • \r\n
  • Strategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.
  • \r\n
  • Writer of technological and clinic reference studies.
  • \r\n
  • Writer of a pharmaceutical and medical resource book on magnesium\r\n(in partnership with INSERM).
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551459540914{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  • A dedicated team of consultants in the field of: 
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]\r\n
    \r\n
  • Business development
  • \r\n
  • Regulatory
  • \r\n
  • Financial
  • \r\n
  • Legal
  • \r\n
  • Intellectual properties
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4049\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n
    \r\n
  •  FJ RECHERCHE & DEVELOPPEMENT
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text] A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-01 18:01:00','2019-03-01 17:01:00','',3959,'http://fj-lifesciences.com/2019/03/01/3959-revision-v1/',0,'revision','',0),(4116,1,'2019-03-01 18:02:12','2019-03-01 17:02:12','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health,\r\nwell-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551459197992{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text] « Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.\r\n\r\nFJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.\r\n\r\nC’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n

Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology

\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n
    \r\n
  • Doctor of pharmacy and industrial pharmacy.
  • \r\n
  • CEO of FJ LIFE SCIENCES and President and R&D Director of\r\nFJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.
  • \r\n
  • Pharmaceutical and clinical researcher on magnesium since 1993.
  • \r\n
  • Developer of the innovative CHRONOMAG® technology of Bioprogrammable magnesium.
  • \r\n
  • Scientist owner of international patents technology.
  • \r\n
  • Innovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.
  • \r\n
  • Strategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.
  • \r\n
  • Writer of technological and clinic reference studies.
  • \r\n
  • Writer of a pharmaceutical and medical resource book on magnesium\r\n(in partnership with INSERM).
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551459540914{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n

A dedicated team of consultants in the field of: 

\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]\r\n
    \r\n
  • Business development
  • \r\n
  • Regulatory
  • \r\n
  • Financial
  • \r\n
  • Legal
  • \r\n
  • Intellectual properties
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4049\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n

 FJ RECHERCHE & DEVELOPPEMENT

\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text] A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3851\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-01 18:02:12','2019-03-01 17:02:12','',3959,'http://fj-lifesciences.com/2019/03/01/3959-revision-v1/',0,'revision','',0),(4117,1,'2019-03-01 18:05:31','2019-03-01 17:05:31','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Our offer\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551278413807{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"FJ LIFE SCIENCES offers innovative formulations in a collaborative and\r\nmodular mode\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_column_text]\r\n

OFFER OF PATENTED PRODUCTS

\r\nWith an original approach that takes into account the strategy of the Company as well as its positioning, budget, planning and marketing targets.[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Innovative products available with Patent and Brand name, considering scientific, technical and marketing  environments on an international basis.
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4081\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453529127{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n

MARKETING OF PRODUCTS ON INTERNATIONAL MARKETS

\r\nWith the proposal for multi-modal licenses   [/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Patent
  • \r\n
  • Brand name
  • \r\n
  • Distribution
  • \r\n
  • Conformity of formulas with the local regulations
  • \r\n
  • Manufacturing, quality control and batches release in coordination with the manufacturers
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4082\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our offer','','inherit','closed','closed','','3963-revision-v1','','','2019-03-01 18:05:31','2019-03-01 17:05:31','',3963,'http://fj-lifesciences.com/2019/03/01/3963-revision-v1/',0,'revision','',0),(4118,1,'2019-03-01 18:10:05','2019-03-01 17:10:05','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23a6a6a7|line_height:32px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n

Active ingredients Complex

\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4004\"]\r\n

CHRONOMAG® Technology

\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product for a synergistic effect on the skin based on CHRONOMAG® Technology\" font_container=\"tag:h4|font_size:30px|text_align:center|color:%23a6a6a7|line_height:32px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n

Inside\r\nMAGNETTOPIA® Smart tablet

\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4008\"]\r\n

Outside\r\nMAGNETTOPIA® Face Serum

\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-01 18:10:05','2019-03-01 17:10:05','',3961,'http://fj-lifesciences.com/2019/03/01/3961-revision-v1/',0,'revision','',0),(4119,1,'2019-03-01 18:10:40','2019-03-01 17:10:40','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n

Active ingredients Complex

\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4004\"]\r\n

CHRONOMAG® Technology

\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product for a synergistic effect on the skin based on CHRONOMAG® Technology\" font_container=\"tag:h4|font_size:30px|text_align:center|color:%23a6a6a7|line_height:32px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n

Inside\r\nMAGNETTOPIA® Smart tablet

\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4008\"]\r\n

Outside\r\nMAGNETTOPIA® Face Serum

\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-01 18:10:40','2019-03-01 17:10:40','',3961,'http://fj-lifesciences.com/2019/03/01/3961-revision-v1/',0,'revision','',0),(4120,1,'2019-03-01 18:11:19','2019-03-01 17:11:19','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n

Active ingredients Complex

\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4004\"]\r\n

CHRONOMAG® Technology

\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product for a synergistic effect on the skin based on CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n

Inside\r\nMAGNETTOPIA® Smart tablet

\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4008\"]\r\n

Outside\r\nMAGNETTOPIA® Face Serum

\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-01 18:11:19','2019-03-01 17:11:19','',3961,'http://fj-lifesciences.com/2019/03/01/3961-revision-v1/',0,'revision','',0),(4121,1,'2019-03-01 18:12:38','2019-03-01 17:12:38','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n

Active ingredients Complex

\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4004\"]\r\n

CHRONOMAG® Technology

\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product for a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n

Inside\r\nMAGNETTOPIA® Smart tablet

\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4008\"]\r\n

Outside\r\nMAGNETTOPIA® Face Serum

\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-01 18:12:38','2019-03-01 17:12:38','',3961,'http://fj-lifesciences.com/2019/03/01/3961-revision-v1/',0,'revision','',0),(4122,1,'2019-03-01 18:13:40','2019-03-01 17:13:40','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n

Active ingredients Complex

\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4004\"]\r\n

CHRONOMAG® Technology

\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product for a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n

Inside\r\nMAGNETTOPIA® Smart tablet

\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4008\"]\r\n

Outside\r\nMAGNETTOPIA® Face Serum

\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-01 18:13:40','2019-03-01 17:13:40','',3961,'http://fj-lifesciences.com/2019/03/01/3961-revision-v1/',0,'revision','',0),(4123,1,'2019-03-01 18:14:32','2019-03-01 17:14:32','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n

Active ingredients Complex

\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4004\"]\r\n

CHRONOMAG® Technology

\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product for a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n

Inside\r\nMAGNETTOPIA® Smart tablet

\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4008\"]\r\n

Outside\r\nMAGNETTOPIA® Face Serum

\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-01 18:14:32','2019-03-01 17:14:32','',3961,'http://fj-lifesciences.com/2019/03/01/3961-revision-v1/',0,'revision','',0),(4124,1,'2019-03-01 18:15:10','2019-03-01 17:15:10','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n

Active ingredients Complex

\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4004\"]\r\n

CHRONOMAG® Technology

\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product\r\nfor a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n

Inside\r\nMAGNETTOPIA® Smart tablet

\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4008\"]\r\n

Outside\r\nMAGNETTOPIA® Face Serum

\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-01 18:15:10','2019-03-01 17:15:10','',3961,'http://fj-lifesciences.com/2019/03/01/3961-revision-v1/',0,'revision','',0),(4125,1,'2019-03-01 18:16:26','2019-03-01 17:16:26','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n

Active ingredients Complex

\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4004\"]\r\n

CHRONOMAG® Technology

\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product\r\nfor a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n

Inside\r\nMAGNETTOPIA® Smart tablet

\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4008\"]\r\n

Outside\r\nMAGNETTOPIA® Face Serum

\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-01 18:16:26','2019-03-01 17:16:26','',3961,'http://fj-lifesciences.com/2019/03/01/3961-revision-v1/',0,'revision','',0),(4126,1,'2019-03-01 18:16:58','2019-03-01 17:16:58','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n

Active ingredients Complex

\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4004\"]\r\n

CHRONOMAG® Technology

\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product\r\nfor a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n

Inside\r\nMAGNETTOPIA® Smart tablet

\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4008\"]\r\n

Outside\r\nMAGNETTOPIA® Face Serum

\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-01 18:16:58','2019-03-01 17:16:58','',3961,'http://fj-lifesciences.com/2019/03/01/3961-revision-v1/',0,'revision','',0),(4127,1,'2019-03-02 11:01:49','2019-03-02 10:01:49','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"stmicon-check3\" iconsize=\"20\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"stmicon-check3\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551458933621{border-radius: 2px !important;}\"][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-02 11:01:49','2019-03-02 10:01:49','',3854,'http://fj-lifesciences.com/2019/03/02/3854-revision-v1/',0,'revision','',0),(4129,1,'2019-03-02 11:04:34','2019-03-02 10:04:34','','pearl','','publish','closed','closed','','pearl','','','2019-03-02 11:14:26','2019-03-02 10:14:26','',0,'http://fj-lifesciences.com/2019/03/02/pearl/',0,'custom_css','',0),(4130,1,'2019-03-02 11:04:34','2019-03-02 10:04:34','.fa-cirlce{padding-top:-10px;}','pearl','','inherit','closed','closed','','4129-revision-v1','','','2019-03-02 11:04:34','2019-03-02 10:04:34','',4129,'http://fj-lifesciences.com/2019/03/02/4129-revision-v1/',0,'revision','',0),(4132,1,'2019-03-02 11:05:08','2019-03-02 10:05:08','.fa-cirlce{margin-top:-10px;}','pearl','','inherit','closed','closed','','4129-revision-v1','','','2019-03-02 11:05:08','2019-03-02 10:05:08','',4129,'http://fj-lifesciences.com/2019/03/02/4129-revision-v1/',0,'revision','',0),(4134,1,'2019-03-02 11:10:42','2019-03-02 10:10:42','i.fa.fa-circle.icon_10px.__icon.mtc{margin-top:-20px;}','pearl','','inherit','closed','closed','','4129-revision-v1','','','2019-03-02 11:10:42','2019-03-02 10:10:42','',4129,'http://fj-lifesciences.com/2019/03/02/4129-revision-v1/',0,'revision','',0),(4136,1,'2019-03-02 11:11:16','2019-03-02 10:11:16','i.fa.fa-circle.icon_10px.__icon.mtc{padding-top:20px;}','pearl','','inherit','closed','closed','','4129-revision-v1','','','2019-03-02 11:11:16','2019-03-02 10:11:16','',4129,'http://fj-lifesciences.com/2019/03/02/4129-revision-v1/',0,'revision','',0),(4138,1,'2019-03-02 11:12:23','2019-03-02 10:12:23','fa.fa-circle.icon_10px.__icon.mtc{margin-top:20px;}','pearl','','inherit','closed','closed','','4129-revision-v1','','','2019-03-02 11:12:23','2019-03-02 10:12:23','',4129,'http://fj-lifesciences.com/2019/03/02/4129-revision-v1/',0,'revision','',0),(4140,1,'2019-03-02 11:12:33','2019-03-02 10:12:33','fa.fa-circle.icon_10px.__icon.mtc{margin-top:-20px;}','pearl','','inherit','closed','closed','','4129-revision-v1','','','2019-03-02 11:12:33','2019-03-02 10:12:33','',4129,'http://fj-lifesciences.com/2019/03/02/4129-revision-v1/',0,'revision','',0),(4142,1,'2019-03-02 11:13:44','2019-03-02 10:13:44','fa.fa-circle.icon{margin-top:-40px;}','pearl','','inherit','closed','closed','','4129-revision-v1','','','2019-03-02 11:13:44','2019-03-02 10:13:44','',4129,'http://fj-lifesciences.com/2019/03/02/4129-revision-v1/',0,'revision','',0),(4144,1,'2019-03-02 11:14:26','2019-03-02 10:14:26','','pearl','','inherit','closed','closed','','4129-revision-v1','','','2019-03-02 11:14:26','2019-03-02 10:14:26','',4129,'http://fj-lifesciences.com/2019/03/02/4129-revision-v1/',0,'revision','',0),(4145,1,'2019-03-03 14:54:03','2019-03-03 13:54:03','','Logo FJ RD','','inherit','closed','closed','','logo-fj-rd','','','2019-03-03 14:54:03','2019-03-03 13:54:03','',3959,'http://fj-lifesciences.com/wp-content/uploads/2019/03/Logo-FJ-RD.png',0,'attachment','image/png',0),(4146,1,'2019-03-03 14:54:14','2019-03-03 13:54:14','

[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. 

\r\n

FJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health,
\r\nwell-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551459197992{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text] « Grace aux connaissances que j’ai acquise de l’innovation dans le domaine des substances d’origine naturelle et des technologies au niveau international, j’ai élaboré différentes formules pour la Santé, le bien-être et la Beauté que j’ai protégé par des brevets.

\r\n

FJ LIFE SCIENCES est une société que j’ai fondée en 2008, ayant pour objectif la commercialisation de mes inventions auprès de partenaires internationaux à travers des licences, après validation industrielle et clinique de mes formules.

\r\n

C’est ainsi que j’ai créé la technologie CHRONOMAG®, unique forme de magnésium conçue pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux, notamment pour équilibrer les sub-carences et les carences chroniques de magnésium à long terme. En 2018, les derniers brevets d’inventions internationaux ont été délivrés et les résultats de l’étude clinique de biodisponibilité menée en collaboration avec l’INSERM a été publiée. FJ LIFE SCIENCES propose depuis 2019 cette invention aux industriels de la pharmacie et de la dermo-cosmétique au travers d’une gamme complète pour différentes applications où l’hypomagnésemie sur le long terme peut induire des désordres ou des pathologies sévères. »

\r\n

Fabienne JOANNY
\r\n
CEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,
\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]

\r\n

Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology

\r\n

[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]

\r\n
    \r\n
  • Doctor of pharmacy and industrial pharmacy.
  • \r\n
  • CEO of FJ LIFE SCIENCES and President and R&D Director of
    \r\nFJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.
  • \r\n
  • Pharmaceutical and clinical researcher on magnesium since 1993.
  • \r\n
  • Developer of the innovative CHRONOMAG® technology of Bioprogrammable magnesium.
  • \r\n
  • Scientist owner of international patents technology.
  • \r\n
  • Innovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.
  • \r\n
  • Strategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.
  • \r\n
  • Writer of technological and clinic reference studies.
  • \r\n
  • Writer of a pharmaceutical and medical resource book on magnesium
    \r\n(in partnership with INSERM).
  • \r\n
\r\n

[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551459540914{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]

\r\n

A dedicated team of consultants in the field of: 

\r\n

[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]

\r\n
    \r\n
  • Business development
  • \r\n
  • Regulatory
  • \r\n
  • Financial
  • \r\n
  • Legal
  • \r\n
  • Intellectual properties
  • \r\n
\r\n

[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4049\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]

\r\n

 FJ RECHERCHE & DEVELOPPEMENT

\r\n

[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text] A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4145\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]

\r\n','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-03 14:54:14','2019-03-03 13:54:14','',3959,'http://fj-lifesciences.com/2019/03/03/3959-revision-v1/',0,'revision','',0),(4147,1,'2019-03-03 14:58:34','2019-03-03 13:58:34','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.\r\n\r\nMagnesium is particularly involved in cardiac and skeletal muscle development and function and participates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.\r\n\r\nMagnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.\r\n\r\nThe amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:\r\n
    \r\n
  • Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
  • \r\n
\r\n
    \r\n
  • Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
  • \r\n
\r\n
    \r\n
  • Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
  • \r\n
\r\n[/vc_column_text][vc_column_text]\r\n

Roles of magnesium in athletes 

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-circle\"]\r\n
    \r\n
  • muscle contraction and heartbeat
  • \r\n
  • cardiac and skeletal muscles function
  • \r\n
  • oxygen uptake
  • \r\n
  • electrolyte balance
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-circle\"]\r\n
    \r\n
  • energy metabolism, particularly ATP
  • \r\n
  • plays a role in exercise performance
  • \r\n
  • reduces muscle cramps
  • \r\n
  • reduces fatigue and anxiety
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551455219858{margin-top: 87px !important;}\"][vc_column][vc_column_text]\r\n

A wide Sports products range for the preparation of the body to a physical effort and for the recovery phase:

\r\n[/vc_column_text][stm_iconlist icon=\"fa fa-circle\"]\r\n
    \r\n
  • Mental Concentration
  • \r\n
  • Muscular Growth
  • \r\n
  • Lean Fitness
  • \r\n
  • Recovery
  • \r\n
  • Cardio+
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThe active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.\r\n\r\nThese products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional physical and/or cognitive benefits.
    • \r\n
    • Enhancing the global action of magnesium by active ingredients with specific benefits in each phase of physical exercise.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"3879\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Sportspeople’s Health','','inherit','closed','closed','','4024-revision-v1','','','2019-03-03 14:58:34','2019-03-03 13:58:34','',4024,'http://fj-lifesciences.com/2019/03/03/4024-revision-v1/',0,'revision','',0),(4148,1,'2019-03-03 15:00:06','2019-03-03 14:00:06','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.\r\n\r\nMagnesium is particularly involved in cardiac and skeletal muscle development and function and participates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.\r\n\r\nMagnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.\r\n\r\nThe amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:\r\n
    \r\n
  • Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
  • \r\n
\r\n
    \r\n
  • Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
  • \r\n
\r\n
    \r\n
  • Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
  • \r\n
\r\n[/vc_column_text][vc_column_text]\r\n

Roles of magnesium in athletes 

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-circle\"]\r\n
    \r\n
  • muscle contraction and heartbeat
  • \r\n
  • cardiac and skeletal muscles function
  • \r\n
  • oxygen uptake
  • \r\n
  • electrolyte balance
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-circle\"]\r\n
    \r\n
  • energy metabolism, particularly ATP
  • \r\n
  • plays a role in exercise performance
  • \r\n
  • reduces muscle cramps
  • \r\n
  • reduces fatigue and anxiety
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551455219858{margin-top: 87px !important;}\"][vc_column][vc_column_text]\r\n

A wide Sports products range for the preparation of the body to a physical effort and for the recovery phase:

\r\n[/vc_column_text][stm_iconlist icon=\"fa fa-circle\"]\r\n
    \r\n
  • Mental Concentration
  • \r\n
  • Muscular Growth
  • \r\n
  • Lean Fitness
  • \r\n
  • Recovery
  • \r\n
  • Cardio+
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThe active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.\r\n\r\nThese products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional physical and/or cognitive benefits.
    • \r\n
    • Enhancing the global action of magnesium by active ingredients with specific benefits in each phase of physical exercise.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"3879\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Sportspeople’s Health','','inherit','closed','closed','','4024-revision-v1','','','2019-03-03 15:00:06','2019-03-03 14:00:06','',4024,'http://fj-lifesciences.com/2019/03/03/4024-revision-v1/',0,'revision','',0),(4149,1,'2019-03-03 15:04:00','2019-03-03 14:04:00','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551458933621{border-radius: 2px !important;}\"][vc_column][vc_custom_heading text=\"* International scientific publication\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_single_image image=\"3988\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-03 15:04:00','2019-03-03 14:04:00','',3854,'http://fj-lifesciences.com/2019/03/03/3854-revision-v1/',0,'revision','',0),(4150,1,'2019-03-03 15:09:38','2019-03-03 14:09:38','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Our offer\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551278413807{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"FJ LIFE SCIENCES offers innovative formulations in a collaborative and\r\nmodular mode\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/2\"][vc_column_text]\r\n

OFFER OF PATENTED PRODUCTS

\r\nWith an original approach that takes into account the strategy of the Company as well as its positioning, budget, planning and marketing targets.[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Innovative products available with Patent and Brand name, considering scientific, technical and marketing  environments on an international basis.
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4081\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453529127{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n

MARKETING OF PRODUCTS ON INTERNATIONAL MARKETS

\r\nWith the proposal for multi-modal licenses   [/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Patent
  • \r\n
  • Brand name
  • \r\n
  • Distribution
  • \r\n
  • Conformity of formulas with the local regulations
  • \r\n
  • Manufacturing, quality control and batches release in coordination with the manufacturers
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4082\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our offer','','inherit','closed','closed','','3963-revision-v1','','','2019-03-03 15:09:38','2019-03-03 14:09:38','',3963,'http://fj-lifesciences.com/2019/03/03/3963-revision-v1/',0,'revision','',0),(4151,1,'2019-03-03 15:13:59','2019-03-03 14:13:59','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4003\"]\r\n

Active ingredients Complex

\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4004\"]\r\n

CHRONOMAG® Technology

\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551267242704{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product\r\nfor a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n

Inside\r\nMAGNETTOPIA® Smart tablet

\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4008\"]\r\n

Outside\r\nMAGNETTOPIA® Face Serum

\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-03 15:13:59','2019-03-03 14:13:59','',3961,'http://fj-lifesciences.com/2019/03/03/3961-revision-v1/',0,'revision','',0),(4152,1,'2019-03-03 15:18:39','2019-03-03 14:18:39','

[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277407162{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_column_text]

\r\n

Menstrual cycle disorders

\r\n

Magnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.

\r\n

Pregnancy

\r\n

Many women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.

\r\n

Menopausal disorders

\r\n

Menopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.

\r\n

Mood disorders

\r\n

Magnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.

\r\n

These products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]

\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional well-being, physical and/or hormonal benefits.
    • \r\n
    • Enhancing the positive impact of magnesium on physical and emotional imbalances.
    • \r\n
    \r\n
  • \r\n
\r\n

[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]

\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n

[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]

\r\n','Women’s Health','','inherit','closed','closed','','3894-revision-v1','','','2019-03-03 15:18:39','2019-03-03 14:18:39','',3894,'http://fj-lifesciences.com/2019/03/03/3894-revision-v1/',0,'revision','',0),(4154,1,'2019-03-03 15:21:45','2019-03-03 14:21:45','

[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277314011{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Seniors\' Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4021\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The Seniors’ Health products range responds daily to specific deficiencies in nutrients, particularly magnesium, which occur with increasing age and with cellular and metabolic disorders.

\r\n

In particular, long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at this crucial life stage.

\r\n

International research has shown that magnesium deficiency, diagnosed too late, is associated in the long run with aggravation of physical and / or cognitive disorders such as: [/vc_column_text][vc_column_text]

\r\n

Bone and joint health alteration 

\r\n

After a peak in early adulthood, muscle mass tends to decline with increasing age, and this can be associated with decline in strength and musculoskeletal function. Ageing is also associated with significant changes in bones and joints. With age, bone mass or density tends to fall, particularly among postmenopausal women.

\r\n

This can progress to a point where the risk of fracture is significantly increased (a condition known as osteoporosis) which has serious implications for disability, reduced quality of life and mortality. Articular cartilage undergoes significant structural, molecular, cellular and mechanical changes with age, increasing the vulnerability of the tissue to degeneration. These and other age-related declines ultimately impact on broader musculoskeletal function and movement.

\r\n

As being a major storage site of body, magnesium is an important element for bone tissue. Although, bone mineral content is lost and osteoporosis develops during magnesium-deficient states, it can easily be replaced by a proper magnesium supplementation which may have a restorative effect on bone and joint tissues.

\r\n

Neurological and cognitive disorders

\r\n

Many cognitive functions begin to decrease at a relatively young age, with different functions decreasing at different rates. Some deterioration in memory and the speed of information processing is common, and complaints about it are frequently reported by older people.

\r\n

Physiological concentrations of magnesium are essential for synaptic conduction, and required for normal functioning of the nervous system. It has various effects at different concentrations on intellectual and neuronal functions through several signaling pathways that have important roles in chronic neuronal degeneration and subsequent development of dementia.

\r\n

Magnesium has long been known as a key nutrient for optimal brain function more specifically in learning and memory as a result of its beneficial effect on synaptic plasticity and density.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Ageing represents a major risk factor for magnesium deficit. Total body magnesium content tends to decrease with age, with bone being the main storage compartment of body magnesium.
\r\nAlterations of magnesium metabolism in the elderly include a reduction of magnesium intake, a decrease of intestinal absorption, and an increase of urinary and fecal magnesium excretion, all these changes indicating a tendency to a magnesium deficit with ageing. An external intake by food supplements guaranteeing long-term supplementation without gastro-intestinal side effects could thus be necessary in this vulnerable population.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1551622902294{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Seniors’ Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.

\r\n

These products range aims to improve specific Seniors’ disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]

\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional physical and/or cognitive benefits.
    • \r\n
    • Enhancing the positive impact of magnesium on physical and cognitive disorders.
    • \r\n
    \r\n
  • \r\n
\r\n

[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]

\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n

[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3880\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]

\r\n','Senior’s Health','','inherit','closed','closed','','4020-revision-v1','','','2019-03-03 15:21:45','2019-03-03 14:21:45','',4020,'http://fj-lifesciences.com/2019/03/03/4020-revision-v1/',0,'revision','',0),(4155,1,'2019-03-03 15:23:28','2019-03-03 14:23:28','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.\r\n\r\nMagnesium is particularly involved in cardiac and skeletal muscle development and function and participates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.\r\n\r\nMagnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.\r\n\r\nThe amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:\r\n
    \r\n
  • Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
  • \r\n
\r\n
    \r\n
  • Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
  • \r\n
\r\n
    \r\n
  • Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
  • \r\n
\r\n[/vc_column_text][vc_column_text]\r\n

Roles of magnesium in athletes 

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • muscle contraction and heartbeat
  • \r\n
  • cardiac and skeletal muscles function
  • \r\n
  • oxygen uptake
  • \r\n
  • electrolyte balance
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • energy metabolism, particularly ATP
  • \r\n
  • plays a role in exercise performance
  • \r\n
  • reduces muscle cramps
  • \r\n
  • reduces fatigue and anxiety
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551455219858{margin-top: 87px !important;}\"][vc_column][vc_column_text]\r\n

A wide Sports products range for the preparation of the body to a physical effort and for the recovery phase:

\r\n[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Mental Concentration
  • \r\n
  • Muscular Growth
  • \r\n
  • Lean Fitness
  • \r\n
  • Recovery
  • \r\n
  • Cardio+
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThe active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.\r\n\r\nThese products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional physical and/or cognitive benefits.
    • \r\n
    • Enhancing the global action of magnesium by active ingredients with specific benefits in each phase of physical exercise.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"3879\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Sportspeople’s Health','','inherit','closed','closed','','4024-revision-v1','','','2019-03-03 15:23:28','2019-03-03 14:23:28','',4024,'http://fj-lifesciences.com/2019/03/03/4024-revision-v1/',0,'revision','',0),(4156,1,'2019-03-03 15:29:15','2019-03-03 14:29:15','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.\r\n\r\nMagnesium is particularly involved in cardiac and skeletal muscle development and function and participates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.\r\n\r\nMagnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.\r\n\r\nThe amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:\r\n
    \r\n
  • Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
  • \r\n
\r\n
    \r\n
  • Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
  • \r\n
\r\n
    \r\n
  • Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
  • \r\n
\r\n[/vc_column_text][vc_column_text]\r\n

Roles of magnesium in athletes 

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • muscle contraction and heartbeat
  • \r\n
  • cardiac and skeletal muscles function
  • \r\n
  • oxygen uptake
  • \r\n
  • electrolyte balance
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • energy metabolism, particularly ATP
  • \r\n
  • plays a role in exercise performance
  • \r\n
  • reduces muscle cramps
  • \r\n
  • reduces fatigue and anxiety
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551455219858{margin-top: 87px !important;}\"][vc_column][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]\r\n

A wide Sports products range for the preparation of the body to a physical effort and for the recovery phase:

\r\n[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Mental Concentration
  • \r\n
  • Muscular Growth
  • \r\n
  • Lean Fitness
  • \r\n
  • Recovery
  • \r\n
  • Cardio+
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"25\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThe active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.\r\n\r\nThese products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional physical and/or cognitive benefits.
    • \r\n
    • Enhancing the global action of magnesium by active ingredients with specific benefits in each phase of physical exercise.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"3879\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]','Sportspeople’s Health','','inherit','closed','closed','','4024-revision-v1','','','2019-03-03 15:29:15','2019-03-03 14:29:15','',4024,'http://fj-lifesciences.com/2019/03/03/4024-revision-v1/',0,'revision','',0),(4157,1,'2019-03-03 15:31:02','2019-03-03 14:31:02','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277259806{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"TYPE 2 DIABETES SUPPORTING CARE: CHRONOMAG®GC\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4038\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n

THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES

\r\nAccording to the Office of Dietary Supplement (NIH), people with type 2 diabetes are more likely than others to be at risk of magnesium inadequacy.\r\n\r\nHypomagnesaemia occurs in 13.5 to 47.7% of patients in type 2 diabetes and is mainly induced by a decrease in intestinal magnesium absorption and an increase in urinary excretion of magnesium due to poor renal reabsorption.\r\n\r\nInternational clinicians suggest that magnesium supplementation may delay diabetes worsening and ward off the onset of type 2 diabetes life threatening complications (hypertension, cardiovascular disease, retinopathy, nephropathy, depression).\r\n\r\nChromium is a mineral that might be linked with decrease in fasting plasma glucose level and lowering hemoglobin A1C. Nevertheless, without proper supplementation, blood chromium levels in patients with type 2 diabetes decreased by around 30% compared to healthy subjects.\r\n\r\nOffering an improved solution to address magnesium and chromium inadequacy, CHRONOMAG® GC was conceived to improve quality of life of patients affected by type 2 diabetes and its long-term complications.[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][vc_single_image image=\"4091\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text] CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
    \r\n
  • Bioavailable source of Chromium                        
  • \r\n
  • Magnesium by the patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delays complications of type 2 diabetes.
  • \r\n
  • Delivers “low-dose” magnesium highly absorbed in phase with natural physiological absorption process.
  • \r\n
  • Ensures repletion in magnesium and chromium blood levels.
  • \r\n
  • Acts in compliance with the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance.
  • \r\n
  • Improves glycemic control and quality of life.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row]','Type 2 Diabetes supporting care CHRONOMAG®GC','','inherit','closed','closed','','4037-revision-v1','','','2019-03-03 15:31:02','2019-03-03 14:31:02','',4037,'http://fj-lifesciences.com/2019/03/03/4037-revision-v1/',0,'revision','',0),(4158,1,'2019-03-03 15:31:54','2019-03-03 14:31:54','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277259806{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"TYPE 2 DIABETES SUPPORTING CARE: CHRONOMAG®GC\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4038\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n

THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES

\r\nAccording to the Office of Dietary Supplement (NIH), people with type 2 diabetes are more likely than others to be at risk of magnesium inadequacy.\r\n\r\nHypomagnesaemia occurs in 13.5 to 47.7% of patients in type 2 diabetes and is mainly induced by a decrease in intestinal magnesium absorption and an increase in urinary excretion of magnesium due to poor renal reabsorption.\r\n\r\nInternational clinicians suggest that magnesium supplementation may delay diabetes worsening and ward off the onset of type 2 diabetes life threatening complications (hypertension, cardiovascular disease, retinopathy, nephropathy, depression).\r\n\r\nChromium is a mineral that might be linked with decrease in fasting plasma glucose level and lowering hemoglobin A1C. Nevertheless, without proper supplementation, blood chromium levels in patients with type 2 diabetes decreased by around 30% compared to healthy subjects.\r\n\r\nOffering an improved solution to address magnesium and chromium inadequacy, CHRONOMAG® GC was conceived to improve quality of life of patients affected by type 2 diabetes and its long-term complications.[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column width=\"1/4\"][vc_single_image image=\"4091\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text] CHRONOMAG® GC is adapted to long-term use for patients with type 2 diabetes and includes an optimal combination of:\r\n
    \r\n
  • Bioavailable source of Chromium                        
  • \r\n
  • Magnesium by the patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delays complications of type 2 diabetes.
  • \r\n
  • Delivers “low-dose” magnesium highly absorbed in phase with natural physiological absorption process.
  • \r\n
  • Ensures repletion in magnesium and chromium blood levels.
  • \r\n
  • Acts in compliance with the body to guarantee long-term supplementation by increasing the gastrointestinal tolerance.
  • \r\n
  • Improves glycemic control and quality of life.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row]','Type 2 Diabetes supporting care CHRONOMAG®GC','','inherit','closed','closed','','4037-revision-v1','','','2019-03-03 15:31:54','2019-03-03 14:31:54','',4037,'http://fj-lifesciences.com/2019/03/03/4037-revision-v1/',0,'revision','',0),(4159,1,'2019-03-03 15:36:12','2019-03-03 14:36:12','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277217072{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS\r\nDUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4074\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][vc_single_image image=\"4095\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551278147761{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4060\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551455830174{padding-top: 40px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4059\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"stmicon-check3\"]\r\n
    \r\n
  • Cancer
  • \r\n
  • Type 2 diabetes
  • \r\n
  • Cardiovascular disease
  • \r\n
  • Bone disorders
  • \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders
inside & outside
DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-03-03 15:36:12','2019-03-03 14:36:12','',4042,'http://fj-lifesciences.com/2019/03/03/4042-revision-v1/',0,'revision','',0),(4160,1,'2019-03-03 15:39:20','2019-03-03 14:39:20','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277217072{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS\r\nDUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4074\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][vc_single_image image=\"4095\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551278147761{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4060\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551455830174{padding-top: 40px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4059\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Cancer
  • \r\n
  • Type 2 diabetes
  • \r\n
  • Cardiovascular disease
  • \r\n
  • Bone disorders
  • \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders
inside & outside
DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-03-03 15:39:20','2019-03-03 14:39:20','',4042,'http://fj-lifesciences.com/2019/03/03/4042-revision-v1/',0,'revision','',0),(4161,1,'2019-03-03 15:40:50','2019-03-03 14:40:50','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277217072{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS\r\nDUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4074\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

THE IDEAL PARTNER FOR PATIENT WITH TYPE 2 DIABETES

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][vc_single_image image=\"4095\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551278147761{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4060\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551455830174{padding-top: 40px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4059\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Cancer
  • \r\n
  • Type 2 diabetes
  • \r\n
  • Cardiovascular disease
  • \r\n
  • Bone disorders
  • \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders
inside & outside
DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-03-03 15:40:50','2019-03-03 14:40:50','',4042,'http://fj-lifesciences.com/2019/03/03/4042-revision-v1/',0,'revision','',0),(4163,1,'2019-03-04 12:46:10','2019-03-04 11:46:10','','CHRONOMAG-3Ds-family','','inherit','closed','closed','','chronomag-3ds-family','','','2019-03-04 12:46:10','2019-03-04 11:46:10','',4016,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-3Ds-family.jpg',0,'attachment','image/jpeg',0),(4164,1,'2019-03-18 18:48:10','2019-03-18 17:48:10','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277370273{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"FAMILY’S HEALTH\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4017\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The cumulative long-term effects of chronic stress and sleep deprivation have been associated with serious health conditions, including increased risk of stroke, hypertension, diabetes, depression, and obesity. In comparison to men, women are twice as likely to experience this problem.\r\n\r\nThese conditions are leading families to search for products designed to help them every day get restful and restorative sleep, particularly as they become aware of the risks.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3878\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4163\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n

Mood disorders

\r\nModern lifestyle and Western industrial diet enhance the reduction of magnesium in our food which directly contributes to marginal or absolute magnesium deficiency. Moreover, magnesium deficiency can be secondary to another disease or a therapeutic agent; hence, features of a primary disease may mask or complicate magnesium deficiency. \r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows to: relieves muscle spasms (cramps), is helpful for mood and bipolar disorders (anxiety, irritability, depression), promotes proper nervous system function, contributes to a normal energy production and controls psychological functions. A link between magnesium deficiency and stress is also well established. Moreover, both stress and magnesium deficit can depress the immune system and reduce resistance to infection.\r\n

Sleep disorders

\r\nFatigue is a state of overtiredness, and sometimes does not disappear even after sleep or rest. The causes of fatigue are innumerable and, much of the time, they work together. Causes include lack of sleep, medical conditions, stress, and hormonal imbalances. Fatigue is debilitating and can affect everyday life; in some of the severest cases, a person might not even be able to get out of bed. \r\n\r\nA decline in magnesium status is associated with various symptoms such as nausea, muscular weakness, irritability, fatigue or insomnia. \r\n\r\nAn adequate and long-term magnesium supplementation is essential for optimal circulating levels of oxygen and energy use by the body to contribute to a reduction of tiredness and fatigue.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552931176117{padding-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"The Family\'s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range dedicated to the Family aims to improve emotional and sleep disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
    \r\n
  • Providing additional emotional and/or physical benefits.
  • \r\n
  • Enhancing the positive impact of magnesium on well-being and emotional imbalances.
  • \r\n
\r\n[/stm_infobox][/vc_column][vc_column width=\"1/5\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552931286619{padding-top: 5% !important;}\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row]','Family’s Health','','inherit','closed','closed','','4016-autosave-v1','','','2019-03-18 18:48:10','2019-03-18 17:48:10','',4016,'http://fj-lifesciences.com/2019/03/04/4016-autosave-v1/',0,'revision','',0),(4165,1,'2019-03-04 12:46:36','2019-03-04 11:46:36','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277370273{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"FAMILY’S HEALTH\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4017\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The cumulative long-term effects of chronic stress and sleep deprivation have been associated with serious health conditions, including increased risk of stroke, hypertension, diabetes, depression, and obesity. In comparison to men, women are twice as likely to experience this problem.\r\n\r\nThese conditions are leading families to search for products designed to help them every day get restful and restorative sleep, particularly as they become aware of the risks.[/vc_column_text][vc_column_text]\r\n

Mood disorders

\r\nModern lifestyle and Western industrial diet enhance the reduction of magnesium in our food which directly contributes to marginal or absolute magnesium deficiency. Moreover, magnesium deficiency can be secondary to another disease or a therapeutic agent; hence, features of a primary disease may mask or complicate magnesium deficiency. \r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows to: relieves muscle spasms (cramps), is helpful for mood and bipolar disorders (anxiety, irritability, depression), promotes proper nervous system function, contributes to a normal energy production and controls psychological functions. A link between magnesium deficiency and stress is also well established. Moreover, both stress and magnesium deficit can depress the immune system and reduce resistance to infection.\r\n

Sleep disorders

\r\nFatigue is a state of overtiredness, and sometimes does not disappear even after sleep or rest. The causes of fatigue are innumerable and, much of the time, they work together. Causes include lack of sleep, medical conditions, stress, and hormonal imbalances. Fatigue is debilitating and can affect everyday life; in some of the severest cases, a person might not even be able to get out of bed. \r\n\r\nA decline in magnesium status is associated with various symptoms such as nausea, muscular weakness, irritability, fatigue or insomnia. \r\n\r\nAn adequate and long-term magnesium supplementation is essential for optimal circulating levels of oxygen and energy use by the body to contribute to a reduction of tiredness and fatigue.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range dedicated to the Family aims to improve emotional and sleep disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional emotional and/or physical benefits.
    • \r\n
    • Enhancing the positive impact of magnesium on well-being and emotional imbalances.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3878\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4163\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Family’s Health','','inherit','closed','closed','','4016-revision-v1','','','2019-03-04 12:46:36','2019-03-04 11:46:36','',4016,'http://fj-lifesciences.com/2019/03/04/4016-revision-v1/',0,'revision','',0),(4166,1,'2019-03-04 12:47:18','2019-03-04 11:47:18','','CHRONOMAG-3Ds-senior','','inherit','closed','closed','','chronomag-3ds-senior','','','2019-03-04 12:47:18','2019-03-04 11:47:18','',4020,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-3Ds-senior.jpg',0,'attachment','image/jpeg',0),(4167,1,'2019-03-04 12:47:44','2019-03-04 11:47:44','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277314011{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Seniors\' Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4021\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The Seniors’ Health products range responds daily to specific deficiencies in nutrients, particularly magnesium, which occur with increasing age and with cellular and metabolic disorders.\r\n\r\nIn particular, long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at this crucial life stage.\r\n\r\nInternational research has shown that magnesium deficiency, diagnosed too late, is associated in the long run with aggravation of physical and / or cognitive disorders such as: [/vc_column_text][vc_column_text]\r\n

Bone and joint health alteration 

\r\nAfter a peak in early adulthood, muscle mass tends to decline with increasing age, and this can be associated with decline in strength and musculoskeletal function. Ageing is also associated with significant changes in bones and joints. With age, bone mass or density tends to fall, particularly among postmenopausal women.\r\n\r\nThis can progress to a point where the risk of fracture is significantly increased (a condition known as osteoporosis) which has serious implications for disability, reduced quality of life and mortality. Articular cartilage undergoes significant structural, molecular, cellular and mechanical changes with age, increasing the vulnerability of the tissue to degeneration. These and other age-related declines ultimately impact on broader musculoskeletal function and movement.\r\n\r\nAs being a major storage site of body, magnesium is an important element for bone tissue. Although, bone mineral content is lost and osteoporosis develops during magnesium-deficient states, it can easily be replaced by a proper magnesium supplementation which may have a restorative effect on bone and joint tissues.\r\n

Neurological and cognitive disorders

\r\nMany cognitive functions begin to decrease at a relatively young age, with different functions decreasing at different rates. Some deterioration in memory and the speed of information processing is common, and complaints about it are frequently reported by older people.\r\n\r\nPhysiological concentrations of magnesium are essential for synaptic conduction, and required for normal functioning of the nervous system. It has various effects at different concentrations on intellectual and neuronal functions through several signaling pathways that have important roles in chronic neuronal degeneration and subsequent development of dementia.\r\n\r\nMagnesium has long been known as a key nutrient for optimal brain function more specifically in learning and memory as a result of its beneficial effect on synaptic plasticity and density.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Ageing represents a major risk factor for magnesium deficit. Total body magnesium content tends to decrease with age, with bone being the main storage compartment of body magnesium.\r\nAlterations of magnesium metabolism in the elderly include a reduction of magnesium intake, a decrease of intestinal absorption, and an increase of urinary and fecal magnesium excretion, all these changes indicating a tendency to a magnesium deficit with ageing. An external intake by food supplements guaranteeing long-term supplementation without gastro-intestinal side effects could thus be necessary in this vulnerable population.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1551622902294{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Seniors’ Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Seniors’ disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional physical and/or cognitive benefits.
    • \r\n
    • Enhancing the positive impact of magnesium on physical and cognitive disorders.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3880\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4166\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Senior’s Health','','inherit','closed','closed','','4020-revision-v1','','','2019-03-04 12:47:44','2019-03-04 11:47:44','',4020,'http://fj-lifesciences.com/2019/03/04/4020-revision-v1/',0,'revision','',0),(4168,1,'2019-03-04 12:49:29','2019-03-04 11:49:29','','CHRONOMAG-3Ds-sport1','','inherit','closed','closed','','chronomag-3ds-sport1','','','2019-03-04 12:49:29','2019-03-04 11:49:29','',4024,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-3Ds-sport1.jpg',0,'attachment','image/jpeg',0),(4169,1,'2019-03-04 12:49:35','2019-03-04 11:49:35','','CHRONOMAG-3Ds-sport2','','inherit','closed','closed','','chronomag-3ds-sport2','','','2019-03-04 12:49:35','2019-03-04 11:49:35','',4024,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-3Ds-sport2.jpg',0,'attachment','image/jpeg',0),(4170,1,'2019-03-04 12:49:41','2019-03-04 11:49:41','','CHRONOMAG-3Ds-sport3','','inherit','closed','closed','','chronomag-3ds-sport3','','','2019-03-04 12:49:41','2019-03-04 11:49:41','',4024,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-3Ds-sport3.jpg',0,'attachment','image/jpeg',0),(4171,1,'2019-03-04 12:49:48','2019-03-04 11:49:48','','CHRONOMAG-3Ds-sport4','','inherit','closed','closed','','chronomag-3ds-sport4','','','2019-03-04 12:49:48','2019-03-04 11:49:48','',4024,'http://fj-lifesciences.com/wp-content/uploads/2019/02/CHRONOMAG-3Ds-sport4.jpg',0,'attachment','image/jpeg',0),(4172,1,'2019-03-04 12:52:14','2019-03-04 11:52:14','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.\r\n\r\nMagnesium is particularly involved in cardiac and skeletal muscle development and function and participates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.\r\n\r\nMagnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.\r\n\r\nThe amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:\r\n
    \r\n
  • Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
  • \r\n
\r\n
    \r\n
  • Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
  • \r\n
\r\n
    \r\n
  • Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
  • \r\n
\r\n[/vc_column_text][vc_column_text]\r\n

Roles of magnesium in athletes 

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • muscle contraction and heartbeat
  • \r\n
  • cardiac and skeletal muscles function
  • \r\n
  • oxygen uptake
  • \r\n
  • electrolyte balance
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • energy metabolism, particularly ATP
  • \r\n
  • plays a role in exercise performance
  • \r\n
  • reduces muscle cramps
  • \r\n
  • reduces fatigue and anxiety
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551455219858{margin-top: 87px !important;}\"][vc_column][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]\r\n

A wide Sports products range for the preparation of the body to a physical effort and for the recovery phase:

\r\n[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Mental Concentration
  • \r\n
  • Muscular Growth
  • \r\n
  • Lean Fitness
  • \r\n
  • Recovery
  • \r\n
  • Cardio+
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"25\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThe active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.\r\n\r\nThese products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • Active ingredients Complex\r\n
      \r\n
    • Providing additional physical and/or cognitive benefits.
    • \r\n
    • Enhancing the global action of magnesium by active ingredients with specific benefits in each phase of physical exercise.
    • \r\n
    \r\n
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4003\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n
    \r\n
  • The patented CHRONOMAG® Technology
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"4004\" img_size=\"100x173\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/5\"][vc_single_image image=\"3879\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/5\"][vc_single_image image=\"4168\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/5\"][vc_single_image image=\"4169\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/5\"][vc_single_image image=\"4170\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/5\"][vc_single_image image=\"4171\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Sportspeople’s Health','','inherit','closed','closed','','4024-revision-v1','','','2019-03-04 12:52:14','2019-03-04 11:52:14','',4024,'http://fj-lifesciences.com/2019/03/04/4024-revision-v1/',0,'revision','',0),(4173,1,'2019-03-04 13:23:03','2019-03-04 12:23:03','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health,\r\nwell-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551459197992{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text] « Les carences prolongées de magnésium peuvent provoquer une aggravation de troubles physiques et émotionnels et induire des désordres ou manifestations pathologiques sévères. Elles sont rencontrées à certains moments de la vie ou au cours de certaines maladies et même lors de l’utilisation sur une longue période de certains médicaments.\r\n\r\nC’est par ce que les solutions existantes ne me semblaient pas suffisantes que j’ai cherché, trouvé puis breveté la technologie « bioprogrammable » CHRONOMAG®, la forme unique et innovante de magnésium conçue spécifiquement pour une utilisation sur une longue période et sans risques de désordres gastro-intestinaux.\r\n\r\nCHRONOMAG® vise à pallier les sub-carences et les carences chroniques de magnésium à long terme.\r\n\r\nA l’occasion de ces recherches nous avons découvert de nouvelles applications du magnésium à la cosmétologie.\r\n\r\nNous avons développé une gamme complète de produits associant cette technologie CHRONOMAG® à des actifs d’origine naturelle dans diverses applications tant pour les sportifs, les femmes et les personnes âgées que pour certains malades chroniques. »\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n

Doctor Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology

\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]\r\n
    \r\n
  • Doctor of pharmacy and industrial pharmacy.
  • \r\n
  • CEO of FJ LIFE SCIENCES and President and R&D Director of\r\nFJ RECHERCHE & DEVELOPPEMENT (sister company), certified by the French Ministry of Research.
  • \r\n
  • Pharmaceutical and clinical researcher on magnesium since 1993.
  • \r\n
  • Developer of the innovative CHRONOMAG® technology of Bioprogrammable magnesium.
  • \r\n
  • Scientist owner of international patents technology.
  • \r\n
  • Innovation and development advisor in food supplements and cosmetics products with natural raw materials for Yves Rocher, Lise Watier, Marcelle.
  • \r\n
  • Strategic R&D advisor for L\'Oreal, Sanofi-Aventis, Merck Medication Familiale, Merck Schering, Boehringer Ingelheim, Inneov, Horphag.
  • \r\n
  • Writer of technological and clinic reference studies.
  • \r\n
  • Writer of a pharmaceutical and medical resource book on magnesium\r\n(in partnership with INSERM).
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551459540914{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n

A dedicated team of consultants in the field of: 

\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]\r\n
    \r\n
  • Business development
  • \r\n
  • Regulatory
  • \r\n
  • Financial
  • \r\n
  • Legal
  • \r\n
  • Intellectual properties
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4049\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n

 FJ RECHERCHE & DEVELOPPEMENT

\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text] A research organization approved by the French Research Ministry, which enables its clients projects to be subsidized through “CIR” (research tax credit).[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4145\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-04 13:23:03','2019-03-04 12:23:03','',3959,'http://fj-lifesciences.com/2019/03/04/3959-revision-v1/',0,'revision','',0),(4174,1,'2019-03-07 13:18:54','2019-03-07 12:18:54','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551027235856{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#202020\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\" prefix=\"+\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\" prefix=\"+\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 13:18:54','2019-03-07 12:18:54','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4175,1,'2019-03-07 13:22:55','2019-03-07 12:22:55','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Our commitment\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551961193645{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]\"Prolonged magnesium deficiencies can be associated with aggravation of physical and/or emotional disorders inducing metabolic changes and chronic pathologies including women’s health issues, muscle and skeletal disorders, type 2 diabetes and cardiovascular disease. It occurs in various life stages or health conditions and even when using certain drugs over a long period of time. Existing solutions are not adequate, therefore we invented the “Bioprogrammable” CHRONOMAG® Technology. An unique and innovative form of magnesium specifically designed for long-term use without risk of gastrointestinal disorders.\r\n\r\nCHRONOMAG® aims to compensate from minor to severe chronic magnesium deficiencies in various health conditions.\r\n\r\nDuring this research we also discovered new applications of magnesium in cosmetology.\r\n\r\nAs such, FJ LIFE SCIENCES has developed a wide range of products combining the CHRONOMAG® Technology with active ingredients (natural origin) in various applications for sportspeople, women and the elderly as well as for certain chronic patients\".\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n

Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology

\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Fabienne JOANNY, Pharm. D, is the CEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT, a research organization approved by the French Ministry of Research.\r\n\r\nAs a pharmaceutical and clinical researcher on magnesium since 1993, she wrote - in partnership with INSERM (The French National Institute of Health and Medical Research) - technological and clinic reference studies and authored a pharmaceutical and medical resource book on magnesium. She discovered and developed CHRONOMAG®, an innovative technology of Bioprogrammable magnesium\r\n\r\nPrior to embracing her entrepreneurial life, she served as advisor (Innovation and development advisor, R&D advisor) for major companies, including Sanofi-Aventis, Merck Medication Familial, Merck Schering, Boehringer Ingelheim, L’Oréal,  Horphag,  Innéov, Yves Rocher, Lise Watier and Marcelle.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551459540914{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n

A dedicated team in the field of: 

\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]\r\n
    \r\n
  • Business development
  • \r\n
  • Regulatory
  • \r\n
  • Financial
  • \r\n
  • Legal
  • \r\n
  • Intellectual properties
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4049\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n

 FJ RECHERCHE & DEVELOPPEMENT

\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text] A research organization approved by the French Research Ministry.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4145\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-07 13:22:55','2019-03-07 12:22:55','',3959,'http://fj-lifesciences.com/2019/03/07/3959-revision-v1/',0,'revision','',0),(4176,1,'2019-03-07 13:24:08','2019-03-07 12:24:08','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277217072{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS\r\nDUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4074\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][vc_single_image image=\"4095\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551278147761{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4060\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551455830174{padding-top: 40px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4059\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Cancer
  • \r\n
  • Type 2 diabetes
  • \r\n
  • Cardiovascular disease
  • \r\n
  • Bone disorders
  • \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders
inside & outside
DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-03-07 13:24:08','2019-03-07 12:24:08','',4042,'http://fj-lifesciences.com/2019/03/07/4042-revision-v1/',0,'revision','',0),(4177,1,'2019-03-07 16:09:31','2019-03-07 15:09:31','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551971369360{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#28337a\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 16:09:31','2019-03-07 15:09:31','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4178,1,'2019-03-07 16:10:09','2019-03-07 15:10:09','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551971406459{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#28337a\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"ttc\" counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 16:10:09','2019-03-07 15:10:09','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4179,1,'2019-03-07 17:33:18','2019-03-07 16:33:18','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551976394992{padding-top: 118px !important;padding-bottom: 82px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:33:18','2019-03-07 16:33:18','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4180,1,'2019-03-07 17:33:55','2019-03-07 16:33:55','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551976394992{padding-top: 118px !important;padding-bottom: 82px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter icon_class=\"stc\" counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:33:55','2019-03-07 16:33:55','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4181,1,'2019-03-07 17:34:45','2019-03-07 16:34:45','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551976482853{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:34:45','2019-03-07 16:34:45','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4182,1,'2019-03-07 17:35:34','2019-03-07 16:35:34','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551976525029{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#000000\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:35:34','2019-03-07 16:35:34','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4183,1,'2019-03-07 17:40:09','2019-03-07 16:40:09','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551976805937{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#ffffff\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:40:09','2019-03-07 16:40:09','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4184,1,'2019-03-07 17:41:08','2019-03-07 16:41:08','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551976805937{padding-top: 118px !important;padding-bottom: 82px !important;}\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:41:08','2019-03-07 16:41:08','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4185,1,'2019-03-07 17:41:49','2019-03-07 16:41:49','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551976906482{padding-top: 60px !important;padding-bottom: 40px !important;}\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:41:49','2019-03-07 16:41:49','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4186,1,'2019-03-07 17:42:31','2019-03-07 16:42:31','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551976948351{padding-top: 30px !important;padding-bottom: 20px !important;}\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:42:31','2019-03-07 16:42:31','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4187,1,'2019-03-07 17:43:13','2019-03-07 16:43:13','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551976990234{padding-top: 15px !important;padding-bottom: 10px !important;}\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:43:13','2019-03-07 16:43:13','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4188,1,'2019-03-07 17:47:13','2019-03-07 16:47:13','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:47:13','2019-03-07 16:47:13','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4189,1,'2019-03-07 17:48:03','2019-03-07 16:48:03','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4034\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4035\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551977281322{margin-bottom: 40px !important;padding-top: 60px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-07 17:48:03','2019-03-07 16:48:03','',3854,'http://fj-lifesciences.com/2019/03/07/3854-revision-v1/',0,'revision','',0),(4190,1,'2019-03-11 12:16:37','2019-03-11 11:16:37','','Magnesium element from the periodic table. Metallic icon 3D rendered on white background','','inherit','closed','closed','','magnesium-element-from-the-periodic-table-metallic-icon-3d-rendered-on-white-background','','','2019-03-11 12:16:37','2019-03-11 11:16:37','',3854,'http://fj-lifesciences.com/wp-content/uploads/2019/03/AdobeStock_180372219.jpeg',0,'attachment','image/jpeg',0),(4191,1,'2019-03-11 12:17:36','2019-03-11 11:17:36','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"30\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider_vc alias=\"homebanner\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"THE IMPORTANCE OF LONG TERM MAGNESIUM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551014809492{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Magnesium supplementation represents a prime concern for everyone in daily life and chronic patients\' conditions.\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, can be associated in the long run with aggravation of physical and/or emotional disorders. Long-term magnesium supplementation is essential to balance consumer sub-deficiencies and patient deficiences occurring during various health disorders such as :[/vc_column_text][vc_row_inner css=\".vc_custom_1494592154059{margin-bottom: 54px !important;}\"][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Menstrual cycle disorders
  • \r\n
  • Pregnancy
  • \r\n
  • Menopausal disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Bone and muscular disorders
  • \r\n
  • Mood and sleep disorders
  • \r\n
  • Cardiovasculars disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_iconlist css_animation=\"fadeInLeft\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Diabetic disorders
  • \r\n
  • Skin disorders
  • \r\n
\r\n[/stm_iconlist][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image=\"4035\" url=\"/our-company\" link_title=\"Read More\"]\r\n

Our Company

\r\nExpertise & Innovation dedicated to health, well-being and beauty[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_infobox image=\"4190\" url=\"/our-innovation\" link_title=\"Read More\"]\r\n

Our Innovation

\r\nOur expertise has allowed us to develop innovative and patented products.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" stm_transparent_bg=\"#ffffff\"][vc_column width=\"1/2\" css=\".vc_custom_1494677939744{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"25\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Years of experience\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677950147{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"12\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Patents\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677959450{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"43\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Worldwide trademarks\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1494677968011{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-3 vc_col-md-3\"][stm_stats_counter counter_value=\"14\" text_class=\"custom\" text_color=\"#2b327d\" style=\"style_2\" title=\"Products\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551977281322{margin-bottom: 40px !important;padding-top: 60px !important;}\"][vc_column][vc_custom_heading text=\"A WIDE RANGE OF PRODUCTS BASED ON CHRONOMAG® TECHNOLOGY FOR A SAFE AND BETTER TOLERATED LONG-TERM SUPPLEMENTATION\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026427167{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES proposes products dedicated to health conditions requiring specific nutrients (especially magnesium) over a long duration in order to counteract the onset of health complications in case of sub-deficiencies.\r\n\r\nThese products combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][stm_services number=\"4\" pagination=\"off\" per_row=\"4\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"38\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551024280401{margin-top: -50px !important;margin-bottom: 40px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][stm_services number=\"2\" pagination=\"off\" per_row=\"2\" style=\"style_2\" img_size=\"255x253\" taxonomy=\"39\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551259689241{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"THE PATENTED CHRONOMAG® TECHNOLOGY\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551026436982{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_custom_heading text=\"validated by a published study *\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23a6a6a7|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row gap=\"30\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260176502{margin-bottom: 40px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\"][vc_column_text]FJ LIFE SCIENCES has developed the innovative and patented \"Bioprogrammable\" CHRONOMAG® Technology (validated by a published study) whose characteristics allow long-term magnesium supplementation unlike other magnesium-containing supplementation products with high dosage or multivitamins.\r\n\r\nThis unique asset allows to recommend the patented \"bioprogrammable\" CHRONOMAG® Technology in various imbalances where magnesium must be used over a long-term supplementation (premenstrual and menstrual periods, menopause, type 2 diabetes, seniors for example). The patented \"bio programmable\" CHRONOMAG® Technology is the first « low-dose » magnesium formula (100 mg of elemental magnesium, once-a-day intake) that:[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_iconlist css_animation=\"none\" icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Delivers \"low-dose\" magnesium highly absorbed in phase with natural physiological absorption process, not leaving unabsorbed magnesium in the intestine.
  • \r\n
  • Acts with respect for the body to guarantee long-term supplementation by increasing the gastrointestinal toleranceGentle to the system.
  • \r\n
  • Is 3 times better absorbed than other magnesium products with immediate release profile which correct the same magnesium deficiency.
  • \r\n
  • Has a specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element
  • \r\n
  • Is suitable for long-term supplementation in case of sub-deficiencies or severe deficiencies.
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551452863094{padding-top: -70px !important;padding-bottom: 87px !important;}\"][vc_column shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_btn title=\"Go to Chronomag-technology website\" style=\"custom\" custom_background=\"#2d2e82\" custom_text=\"#ffffff\" shape=\"square\" align=\"center\" link=\"url:https%3A%2F%2Fwww.chronomag-technology.com|title:Go%20to%20Chronomag%20website||\"][/vc_column][/vc_row]','FJ Life Sciences Welcome page','','inherit','closed','closed','','3854-revision-v1','','','2019-03-11 12:17:36','2019-03-11 11:17:36','',3854,'http://fj-lifesciences.com/2019/03/11/3854-revision-v1/',0,'revision','',0),(4192,1,'2019-03-11 12:19:06','2019-03-11 11:19:06','[vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551260929992{margin-top: 0px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR COMPANY\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260675327{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" css=\".vc_custom_1551459395582{margin-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Expertise & Innovation dedicated to health, well-being and beauty\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551260722080{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]FJ LIFE SCIENCES creates and develops technological patented products dedicated to pharmaceutical and dermocosmetic industries. \r\n\r\nFJ LIFE SCIENCES offers, through out-licensing with international partners its innovative formulations and dose-forms for health, well-being and beauty.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3992\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551453206960{margin-top: 60px !important;background-color: #eaeaea !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3999\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_custom_heading text=\"Our commitment\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551961193645{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][vc_column_text]\"Prolonged magnesium deficiencies can be associated with aggravation of physical and/or emotional disorders inducing metabolic changes and chronic pathologies including women’s health issues, muscle and skeletal disorders, type 2 diabetes and cardiovascular disease. It occurs in various life stages or health conditions and even when using certain drugs over a long period of time. Existing solutions were not adequate, therefore we invented the “Bioprogrammable” CHRONOMAG® Technology. An unique and innovative form of magnesium specifically designed for long-term use without risk of gastrointestinal disorders.\r\n\r\nCHRONOMAG® aims to compensate from minor to severe chronic magnesium deficiencies in various health conditions.\r\n\r\nDuring this research we also discovered new applications of magnesium in cosmetology.\r\n\r\nAs such, FJ LIFE SCIENCES has developed a wide range of products combining the CHRONOMAG® Technology with active ingredients (natural origin) in various applications for sportspeople, women and the elderly as well as for certain chronic patients\".\r\n\r\nFabienne JOANNY\r\nCEO[/vc_column_text][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551026283035{margin-bottom: 40px !important;padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Our expertise\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551261014556{margin-bottom: 24px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261481879{margin-bottom: 40px !important;}\"][vc_column][vc_column_text]To fulfill all the requirements of the pharmaceutical and dermo-cosmetic markets,\r\nFJ LIFE SCIENCES brings together a wide range of complementary expertise’s, through the synergy of:[/vc_column_text][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n

Fabienne JOANNY: Worldwide reference researcher on magnesium pharmaceutical and clinical technology

\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Fabienne JOANNY, Pharm. D, is the CEO of FJ LIFE SCIENCES and President and R&D Director of FJ RECHERCHE & DEVELOPPEMENT, a research organization approved by the French Ministry of Research.\r\n\r\nAs a pharmaceutical and clinical researcher on magnesium since 1993, she wrote - in partnership with INSERM (The French National Institute of Health and Medical Research) - technological and clinic reference studies and authored a pharmaceutical and medical resource book on magnesium. She discovered and developed CHRONOMAG®, an innovative technology of Bioprogrammable magnesium\r\n\r\nPrior to embracing her entrepreneurial life, she served as advisor (Innovation and development advisor, R&D advisor) for major companies, including Sanofi-Aventis, Merck Medication Familial, Merck Schering, Boehringer Ingelheim, L’Oréal,  Horphag,  Innéov, Yves Rocher, Lise Watier and Marcelle.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"3995\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551459540914{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n

A dedicated team in the field of: 

\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text]\r\n
    \r\n
  • Business development
  • \r\n
  • Regulatory
  • \r\n
  • Financial
  • \r\n
  • Legal
  • \r\n
  • Intellectual properties
  • \r\n
\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4049\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551261444925{margin-bottom: 40px !important;}\"][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-check\" iconsize=\"30\"]\r\n

 FJ RECHERCHE & DEVELOPPEMENT

\r\n[/stm_iconlist][stm_spacer height=\"20\"][vc_column_text] A research organization approved by the French Research Ministry.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4145\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FJ Life Sciences Our company','','inherit','closed','closed','','3959-revision-v1','','','2019-03-11 12:19:06','2019-03-11 11:19:06','',3959,'http://fj-lifesciences.com/2019/03/11/3959-revision-v1/',0,'revision','',0),(4194,1,'2019-03-18 17:06:15','2019-03-18 16:06:15','','plaquette-chronomag','','inherit','closed','closed','','plaquette-chronomag','','','2019-03-18 17:06:15','2019-03-18 16:06:15','',0,'http://fj-lifesciences.com/wp-content/uploads/2019/03/plaquette-chronomag.png',0,'attachment','image/png',0),(4195,1,'2019-03-18 17:41:29','2019-03-18 16:41:29','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277407162{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_column_text]\r\n

Menstrual cycle disorders

\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n

Pregnancy

\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n

Menopausal disorders

\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n

Mood disorders

\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
    \r\n
  • Providing additional well-being, physical and/or hormonal benefits.
  • \r\n
  • Enhancing the positive impact of magnesium on physical and emotional imbalances.
  • \r\n
\r\n[/stm_infobox][/vc_column][vc_column width=\"1/5\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Women’s Health','','inherit','closed','closed','','3894-revision-v1','','','2019-03-18 17:41:29','2019-03-18 16:41:29','',3894,'http://fj-lifesciences.com/2019/03/18/3894-revision-v1/',0,'revision','',0),(4196,1,'2019-03-18 17:42:21','2019-03-18 16:42:21','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277407162{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_column_text]\r\n

Menstrual cycle disorders

\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n

Pregnancy

\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n

Menopausal disorders

\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n

Mood disorders

\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
    \r\n
  • Providing additional well-being, physical and/or hormonal benefits.
  • \r\n
  • Enhancing the positive impact of magnesium on physical and emotional imbalances.
  • \r\n
\r\n[/stm_infobox][/vc_column][vc_column width=\"1/5\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Women’s Health','','inherit','closed','closed','','3894-revision-v1','','','2019-03-18 17:42:21','2019-03-18 16:42:21','',3894,'http://fj-lifesciences.com/2019/03/18/3894-revision-v1/',0,'revision','',0),(4197,1,'2019-03-18 17:43:29','2019-03-18 16:43:29','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277407162{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_column_text]\r\n

Menstrual cycle disorders

\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n

Pregnancy

\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n

Menopausal disorders

\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n

Mood disorders

\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
    \r\n
  • Providing additional well-being, physical and/or hormonal benefits.
  • \r\n
  • Enhancing the positive impact of magnesium on physical and emotional imbalances.
  • \r\n
\r\n[/stm_infobox][/vc_column][vc_column width=\"1/5\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Women’s Health','','inherit','closed','closed','','3894-revision-v1','','','2019-03-18 17:43:29','2019-03-18 16:43:29','',3894,'http://fj-lifesciences.com/2019/03/18/3894-revision-v1/',0,'revision','',0),(4198,1,'2019-03-18 17:47:19','2019-03-18 16:47:19','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277407162{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_column_text]\r\n

Menstrual cycle disorders

\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n

Pregnancy

\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n

Menopausal disorders

\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n

Mood disorders

\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
    \r\n
  • Providing additional well-being, physical and/or hormonal benefits.
  • \r\n
  • Enhancing the positive impact of magnesium on physical and emotional imbalances.
  • \r\n
\r\n[/stm_infobox][/vc_column][vc_column width=\"1/5\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552927618509{padding-top: 5% !important;}\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270906678{padding-top: 87px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column][/vc_row]','Women’s Health','','inherit','closed','closed','','3894-revision-v1','','','2019-03-18 17:47:19','2019-03-18 16:47:19','',3894,'http://fj-lifesciences.com/2019/03/18/3894-revision-v1/',0,'revision','',0),(4199,1,'2019-03-18 18:14:53','2019-03-18 17:14:53','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277407162{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Women\'s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at crucial women’s life stages. At each stage of women’s life may occur a decreased magnesium levels in the body which is important to counter:[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3876\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3874\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3877\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3875\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n

Menstrual cycle disorders

\r\nMagnesium deficiency is also reported during the different phases of the menstrual cycle (premenstrual period and follicular phase). Such a magnesium deficiency partly explains menstrual cramps and migraines and many of the diverse symptoms found particularly during premenstrual period.\r\n

Pregnancy

\r\nMany women are at risk of magnesium deficiency during pregnancy or the preconceptional period due to an inadequate dietary intake. It has been shown that from 3rd month of pregnancy, magnesaemia slowly decrease to reach its minimum during the last trimester. Gestational magnesium deficiency is able to induce maternal (cramps), fetal, and pediatric consequences such as risk of miscarriage, impairment of placental development and fetal growth, insulin resistance and metabolic syndrome which will occur during the later baby life.\r\n

Menopausal disorders

\r\nMenopause is associated with decreased oestrogen, which directly and indirectly affects the magnesium metabolism in postmenopausal women. This perturbation of steroids interferes with minerals, including magnesium homeostasis. Hypomagnesemia and decreased magnesium mineral content of the bone are observed in postmenopausal women. It was shown that the average serum magnesium levels decreased considerably with the time since the final menstruation. 80% of menopausal women had hypomagnesaemia.\r\n

Mood disorders

\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation is helpful for mood and bipolar disorders, contributes to a reduction of tiredness and fatigue, promotes proper heart and nervous system function, contributes to a normal energy production and controls psychological functions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Magnesium is an essential mineral for the proper functioning of the organism. However, despite this, the general population, and particularly women, suffer from magnesium deficiency. Magnesium intake is insufficient because of a modern diet and lifestyle (refined cereals and few green vegetables, stress, mineral depletion of the earth). An external intake by food supplements could thus be necessary.\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1551622604339{padding-top: 5% !important;padding-right: 5% !important;padding-bottom: 5% !important;padding-left: 5% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Women’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Women’s Health disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
    \r\n
  • Providing additional well-being, physical and/or hormonal benefits.
  • \r\n
  • Enhancing the positive impact of magnesium on physical and emotional imbalances.
  • \r\n
\r\n[/stm_infobox][/vc_column][vc_column width=\"1/5\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552927618509{padding-top: 5% !important;}\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row]','Women’s Health','','inherit','closed','closed','','3894-revision-v1','','','2019-03-18 18:14:53','2019-03-18 17:14:53','',3894,'http://fj-lifesciences.com/2019/03/18/3894-revision-v1/',0,'revision','',0),(4200,1,'2019-03-18 18:27:13','2019-03-18 17:27:13','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"200\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"\" image=\"4003\"]\r\n

Active ingredients Complex

\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][stm_infobox image_size=\"200x362\" image=\"4194\"]\r\n

CHRONOMAG® Technology

\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product\r\nfor a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n

Inside\r\nMAGNETTOPIA® Smart tablet

\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4008\"]\r\n

Outside\r\nMAGNETTOPIA® Face Serum

\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-18 18:27:13','2019-03-18 17:27:13','',3961,'http://fj-lifesciences.com/2019/03/18/3961-revision-v1/',0,'revision','',0),(4201,1,'2019-03-18 18:32:08','2019-03-18 17:32:08','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"250\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"\" image=\"4003\"]\r\n

Active ingredients Complex

\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][stm_infobox image_size=\"200x362\" image=\"4194\"]\r\n

CHRONOMAG® Technology

\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product\r\nfor a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n

Inside\r\nMAGNETTOPIA® Smart tablet

\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4008\"]\r\n

Outside\r\nMAGNETTOPIA® Face Serum

\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-18 18:32:08','2019-03-18 17:32:08','',3961,'http://fj-lifesciences.com/2019/03/18/3961-revision-v1/',0,'revision','',0),(4202,1,'2019-03-18 18:34:52','2019-03-18 17:34:52','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"250\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552930475548{margin-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"\" image=\"4003\"]\r\n

Active ingredients Complex

\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][stm_infobox image_size=\"200x362\" image=\"4194\"]\r\n

CHRONOMAG® Technology

\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1494592041063{margin-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product\r\nfor a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n

Inside\r\nMAGNETTOPIA® Smart tablet

\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4008\"]\r\n

Outside\r\nMAGNETTOPIA® Face Serum

\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-18 18:34:52','2019-03-18 17:34:52','',3961,'http://fj-lifesciences.com/2019/03/18/3961-revision-v1/',0,'revision','',0),(4203,1,'2019-03-18 18:37:11','2019-03-18 17:37:11','[vc_row css=\".vc_custom_1505735318733{margin-top: -31px !important;}\"][vc_column][stm_spacer height=\"250\" height_tablet_landscape=\"0\" height_tablet=\"0\" height_mobile=\"0\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_custom_heading text=\"OUR INNOVATION\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\" css=\".vc_custom_1551264055427{margin-bottom: 20px !important;}\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" css=\".vc_custom_1505711608144{margin-top: 33px !important;margin-bottom: 26px !important;border-radius: 2px !important;}\" sep_css=\".vc_custom_1505711608143{border-radius: 2px !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552930475548{margin-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"A health care products range based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES proposes innovative products range, intended for Health, based on patented CHRONOMAG® Technology to guarantee long-term supplementation to compensate for sub deficiencies and severe deficiencies (especially in magnesium) without the risk of adverse effect.\r\n\r\nThese products for Women’s, Seniors’, Family’s and Sportspeople’s health combine patented CHRONOMAG® Technology with other formulas (tablets or capsules) composed of active ingredients of natural origin selected for their specific actions in each field of application.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"\" image=\"4003\"]\r\n

Active ingredients Complex

\r\nProviding additional health care benefits.\r\n\r\nEnhancing the positive impact of magnesium on physical and emotional imbalances.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][stm_infobox image_size=\"200x362\" image=\"4194\"]\r\n

CHRONOMAG® Technology

\r\nThe unique patented CHRONOMAG® delivery technology ensuring « low-dose » magnesium optimal delivery in phase with natural physiological absorption process.\r\n\r\nThree times better absorbed than other magnesium products with immediate release profile to guarantee a good tolerance during long-term supplementation.\r\n\r\nA specific matrix separating magnesium from the other nutrients in order to ensure a better bioavailability of this element.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row stm_parallax=\"enable\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552929998768{margin-top: 40px !important;margin-bottom: 40px !important;}\"][vc_column][vc_column_text]The Women’s Health, Seniors, Family and Sport product ranges respond daily to specific deficiencies in nutrients, particularly magnesium, which occur at different life stages.\r\n\r\nSupplementation with magnesium and other essential nutrients is a major concern for everyone in daily life and in certain chronic health conditions.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552930628092{margin-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"DUO MAGNETTOPIA®: a patented dermo cosmetic product\r\nfor a synergistic effect on the skin based\r\non patented CHRONOMAG® Technology\" font_container=\"tag:h3|font_size:30px|text_align:center|color:%23000000|line_height:32px\" use_theme_fonts=\"yes\"][stm_spacer height=\"50\"][vc_column_text]FJ LIFE SCIENCES offers a unique « inside & outside » concept.\r\nDuo MAGNETTOPIA® is the patented association of oral and topical Magnesium treatments, specially designed to act together in synergy for anti-fatigue skin disorders.[/vc_column_text][vc_row_inner css=\".vc_custom_1494592684973{margin-bottom: 62px !important;}\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1492161912718{margin-bottom: 50px !important;}\"][stm_infobox image_size=\"150x200\" style=\"style_11\" image=\"4007\"]\r\n

Inside\r\nMAGNETTOPIA® Smart tablet

\r\nUnique patented formulation designed for an optimal Oral absorption of Magnesium to reach the dermis from within.[/stm_infobox][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_spacer height=\"75\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_infobox image_size=\"100x173\" style=\"style_11\" image=\"4008\"]\r\n

Outside\r\nMAGNETTOPIA® Face Serum

\r\nConcentrated in [MgTTopia] complex for Topical application.[/stm_infobox][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','FJ Life Sciences Our Innovation','','inherit','closed','closed','','3961-revision-v1','','','2019-03-18 18:37:11','2019-03-18 17:37:11','',3961,'http://fj-lifesciences.com/2019/03/18/3961-revision-v1/',0,'revision','',0),(4204,1,'2019-03-18 18:48:50','2019-03-18 17:48:50','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277370273{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"FAMILY’S HEALTH\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4017\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The cumulative long-term effects of chronic stress and sleep deprivation have been associated with serious health conditions, including increased risk of stroke, hypertension, diabetes, depression, and obesity. In comparison to men, women are twice as likely to experience this problem.\r\n\r\nThese conditions are leading families to search for products designed to help them every day get restful and restorative sleep, particularly as they become aware of the risks.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3878\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4163\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n

Mood disorders

\r\nModern lifestyle and Western industrial diet enhance the reduction of magnesium in our food which directly contributes to marginal or absolute magnesium deficiency. Moreover, magnesium deficiency can be secondary to another disease or a therapeutic agent; hence, features of a primary disease may mask or complicate magnesium deficiency. \r\n\r\nMagnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows to: relieves muscle spasms (cramps), is helpful for mood and bipolar disorders (anxiety, irritability, depression), promotes proper nervous system function, contributes to a normal energy production and controls psychological functions. A link between magnesium deficiency and stress is also well established. Moreover, both stress and magnesium deficit can depress the immune system and reduce resistance to infection.\r\n

Sleep disorders

\r\nFatigue is a state of overtiredness, and sometimes does not disappear even after sleep or rest. The causes of fatigue are innumerable and, much of the time, they work together. Causes include lack of sleep, medical conditions, stress, and hormonal imbalances. Fatigue is debilitating and can affect everyday life; in some of the severest cases, a person might not even be able to get out of bed. \r\n\r\nA decline in magnesium status is associated with various symptoms such as nausea, muscular weakness, irritability, fatigue or insomnia. \r\n\r\nAn adequate and long-term magnesium supplementation is essential for optimal circulating levels of oxygen and energy use by the body to contribute to a reduction of tiredness and fatigue.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552931176117{padding-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"The Family\'s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range dedicated to the Family aims to improve emotional and sleep disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
    \r\n
  • Providing additional emotional and/or physical benefits.
  • \r\n
  • Enhancing the positive impact of magnesium on well-being and emotional imbalances.
  • \r\n
\r\n[/stm_infobox][/vc_column][vc_column width=\"1/5\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552931286619{padding-top: 5% !important;}\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row]','Family’s Health','','inherit','closed','closed','','4016-revision-v1','','','2019-03-18 18:48:50','2019-03-18 17:48:50','',4016,'http://fj-lifesciences.com/2019/03/18/4016-revision-v1/',0,'revision','',0),(4205,1,'2019-03-18 18:56:20','2019-03-18 17:56:20','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277314011{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Seniors\' Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4021\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The Seniors’ Health products range responds daily to specific deficiencies in nutrients, particularly magnesium, which occur with increasing age and with cellular and metabolic disorders.\r\n\r\nIn particular, long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at this crucial life stage.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"3880\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4166\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, is associated in the long run with aggravation of physical and / or cognitive disorders such as: [/vc_column_text][vc_column_text]\r\n

Bone and joint health alteration 

\r\nAfter a peak in early adulthood, muscle mass tends to decline with increasing age, and this can be associated with decline in strength and musculoskeletal function. Ageing is also associated with significant changes in bones and joints. With age, bone mass or density tends to fall, particularly among postmenopausal women.\r\n\r\nThis can progress to a point where the risk of fracture is significantly increased (a condition known as osteoporosis) which has serious implications for disability, reduced quality of life and mortality. Articular cartilage undergoes significant structural, molecular, cellular and mechanical changes with age, increasing the vulnerability of the tissue to degeneration. These and other age-related declines ultimately impact on broader musculoskeletal function and movement.\r\n\r\nAs being a major storage site of body, magnesium is an important element for bone tissue. Although, bone mineral content is lost and osteoporosis develops during magnesium-deficient states, it can easily be replaced by a proper magnesium supplementation which may have a restorative effect on bone and joint tissues.\r\n

Neurological and cognitive disorders

\r\nMany cognitive functions begin to decrease at a relatively young age, with different functions decreasing at different rates. Some deterioration in memory and the speed of information processing is common, and complaints about it are frequently reported by older people.\r\n\r\nPhysiological concentrations of magnesium are essential for synaptic conduction, and required for normal functioning of the nervous system. It has various effects at different concentrations on intellectual and neuronal functions through several signaling pathways that have important roles in chronic neuronal degeneration and subsequent development of dementia.\r\n\r\nMagnesium has long been known as a key nutrient for optimal brain function more specifically in learning and memory as a result of its beneficial effect on synaptic plasticity and density.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Ageing represents a major risk factor for magnesium deficit. Total body magnesium content tends to decrease with age, with bone being the main storage compartment of body magnesium.\r\nAlterations of magnesium metabolism in the elderly include a reduction of magnesium intake, a decrease of intestinal absorption, and an increase of urinary and fecal magnesium excretion, all these changes indicating a tendency to a magnesium deficit with ageing. An external intake by food supplements guaranteeing long-term supplementation without gastro-intestinal side effects could thus be necessary in this vulnerable population.\" font_container=\"tag:h4|font_size:14px|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1552931762765{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Seniors’ Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThese products range aims to improve specific Seniors’ disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
    \r\n
  • Providing additional physical and/or cognitive benefits.
  • \r\n
  • Enhancing the positive impact of magnesium on physical and cognitive disorders.
  • \r\n
\r\n[/stm_infobox][/vc_column][vc_column width=\"1/5\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552931688097{padding-top: 5% !important;}\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row]','Senior’s Health','','inherit','closed','closed','','4020-revision-v1','','','2019-03-18 18:56:20','2019-03-18 17:56:20','',4020,'http://fj-lifesciences.com/2019/03/18/4020-revision-v1/',0,'revision','',0),(4206,1,'2019-03-25 14:16:19','2019-03-25 13:16:19','

[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4217\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4212\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4169\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4170\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4171\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][vc_column_text]Magnesium is particularly involved in cardiac and skeletal muscle development and function and participates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.

\n

Magnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.

\n

The amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:

\n
    \n
  • Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
  • \n
\n
    \n
  • Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
  • \n
\n
    \n
  • Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
  • \n
\n

[/vc_column_text][vc_column_text]

\n

Roles of magnesium in athletes 

\n

[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]

\n
    \n
  • muscle contraction and heartbeat
  • \n
  • cardiac and skeletal muscles function
  • \n
  • oxygen uptake
  • \n
  • electrolyte balance
  • \n
\n

[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]

\n
    \n
  • energy metabolism, particularly ATP
  • \n
  • plays a role in exercise performance
  • \n
  • reduces muscle cramps
  • \n
  • reduces fatigue and anxiety
  • \n
\n

[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552981356614{padding-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]

\n

A wide Sports products range for the preparation of the body to a physical effort and for the recovery phase:

\n

[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]

\n
    \n
  • Mental Concentration
  • \n
  • Muscular Growth
  • \n
  • Lean Fitness
  • \n
  • Recovery
  • \n
  • Cardio+
  • \n
\n

[/stm_iconlist][stm_spacer height=\"25\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.

\n

The active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.

\n

These products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex

\n
    \n
  • Providing additional physical and/or cognitive benefits.
  • \n
  • Enhancing the global action of magnesium by active ingredients with specific benefits in each phase of physical exercise.
  • \n
\n

[/stm_infobox][/vc_column][vc_column width=\"1/5\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552981159772{padding-top: 5% !important;}\"][vc_column_text]

\n

+

\n

[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row]

\n','Sportspeople’s Health','','inherit','closed','closed','','4024-autosave-v1','','','2019-03-25 14:16:19','2019-03-25 13:16:19','',4024,'http://fj-lifesciences.com/2019/03/19/4024-autosave-v1/',0,'revision','',0),(4207,1,'2019-03-19 08:42:57','2019-03-19 07:42:57','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"3879\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4168\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4169\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4170\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4171\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][vc_column_text]Magnesium is particularly involved in cardiac and skeletal muscle development and function and participates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.\r\n\r\nMagnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.\r\n\r\nThe amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:\r\n
    \r\n
  • Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
  • \r\n
\r\n
    \r\n
  • Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
  • \r\n
\r\n
    \r\n
  • Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
  • \r\n
\r\n[/vc_column_text][vc_column_text]\r\n

Roles of magnesium in athletes 

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • muscle contraction and heartbeat
  • \r\n
  • cardiac and skeletal muscles function
  • \r\n
  • oxygen uptake
  • \r\n
  • electrolyte balance
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • energy metabolism, particularly ATP
  • \r\n
  • plays a role in exercise performance
  • \r\n
  • reduces muscle cramps
  • \r\n
  • reduces fatigue and anxiety
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552981356614{padding-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]\r\n

A wide Sports products range for the preparation of the body to a physical effort and for the recovery phase:

\r\n[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Mental Concentration
  • \r\n
  • Muscular Growth
  • \r\n
  • Lean Fitness
  • \r\n
  • Recovery
  • \r\n
  • Cardio+
  • \r\n
\r\n[/stm_iconlist][stm_spacer height=\"25\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.\r\n\r\nThe active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.\r\n\r\nThese products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex\r\n
    \r\n
  • Providing additional physical and/or cognitive benefits.
  • \r\n
  • Enhancing the global action of magnesium by active ingredients with specific benefits in each phase of physical exercise.
  • \r\n
\r\n[/stm_infobox][/vc_column][vc_column width=\"1/5\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552981159772{padding-top: 5% !important;}\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row]','Sportspeople’s Health','','inherit','closed','closed','','4024-revision-v1','','','2019-03-19 08:42:57','2019-03-19 07:42:57','',4024,'http://fj-lifesciences.com/2019/03/19/4024-revision-v1/',0,'revision','',0),(4208,1,'2019-03-19 11:32:39','2019-03-19 10:32:39','[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277217072{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"SKIN DISORDERS\r\nDUO MAGNETTOPIA®\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4074\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275569549{padding-top: 87px !important;}\"][vc_column][vc_single_image image=\"4043\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

PATENTED DUO FORMULA FOR A SYNERGISTIC EFFECT ON THE SKIN

\r\n

Duo MAGNETTOPIA® is the patented association of:

\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"4007\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Magnesium Smart Tablets\r\nby patented\r\nCHRONOMAG® Technology

\r\n[/vc_column_text][vc_single_image image=\"4095\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552991297278{padding-top: 15% !important;}\"][vc_column_text]\r\n

+

\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"4008\" img_size=\"medium\" alignment=\"center\"][vc_column_text]\r\n

Innovative topical\r\nmagnesium application with\r\na concentrated [MgTTopia] complex

\r\n[/vc_column_text][vc_single_image image=\"4039\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\"][vc_column][vc_column_text]Specially designed to act together in synergy for anti-fatigue skin disorders. \r\n\r\nThe patented “inside & outside \" MAGNETTOPIA® concept ensures a prolonged and an in-depth effect on long-term disorders of metabolism inducing magnesium-related fatigue skin disorders[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552991381799{padding-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"Duo MAGNETTOPIA® for skin stressing situations\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]Duo MAGNETTOPIA® possesses beneficial properties that energize the skin metabolism in multiple skin stressing situations:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"top\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552991417457{padding-top: 40px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4060\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

Extrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Sun (UVA, UVB)
  • \r\n
  • Pollution
  • \r\n
  • Inter-seasons
  • \r\n
  • Dermo-cosmetic intervention (dermabrasion, peeling, wrinkle filling, laser)
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row content_placement=\"top\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552991408247{padding-top: 40px !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"4059\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n

 Intrinsinc factors

\r\n[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Unhealthy lifestyles
  • \r\n
  • (unbalanced diet, tobacco, alcohol)
  • \r\n
  • Hormonal disorders
  • \r\n
  • Chronic Inflammatory diseases
  • \r\n
  • (acne, psoriasis, eczema...)
  • \r\n
  • Medicines
  • \r\n
  • Stress, physical & emotional fatigue 
  • \r\n
\r\n[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551275585889{padding-top: 87px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Duo MAGNETTOPIA®contribution to quality of life\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text] The Patented “inside & outside \" MAGNETTOPIA® concept is an important element in the quality of life management.\r\n\r\nMAGNETTOPIA® concept is particularly adapted in case of long-term disorders of metabolism (magnesium deficiency) related to disease process such as:[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]\r\n
    \r\n
  • Cancer
  • \r\n
  • Type 2 diabetes
  • \r\n
  • Cardiovascular disease
  • \r\n
  • Bone disorders
  • \r\n
  • \r\n
\r\n[/stm_iconlist][/vc_column][vc_column width=\"1/2\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552991556935{padding-top: 15% !important;}\"][vc_single_image image=\"4061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Skin Disorders
inside & outside
DUO MAGNETTOPIA®','','inherit','closed','closed','','4042-revision-v1','','','2019-03-19 11:32:39','2019-03-19 10:32:39','',4042,'http://fj-lifesciences.com/2019/03/19/4042-revision-v1/',0,'revision','',0),(4209,1,'2019-03-25 14:08:51','2019-03-25 13:08:51','','CHRONOMAG-3Ds-A','','inherit','closed','closed','','chronomag-3ds-a','','','2019-03-25 14:08:51','2019-03-25 13:08:51','',3894,'http://fj-lifesciences.com/wp-content/uploads/2019/03/CHRONOMAG-3Ds-A.jpg',0,'attachment','image/jpeg',0),(4210,1,'2019-03-25 14:08:55','2019-03-25 13:08:55','','CHRONOMAG-3Ds-B','','inherit','closed','closed','','chronomag-3ds-b','','','2019-03-25 14:08:55','2019-03-25 13:08:55','',3894,'http://fj-lifesciences.com/wp-content/uploads/2019/03/CHRONOMAG-3Ds-B.jpg',0,'attachment','image/jpeg',0),(4211,1,'2019-03-25 14:09:00','2019-03-25 13:09:00','','CHRONOMAG-3Ds-C','','inherit','closed','closed','','chronomag-3ds-c','','','2019-03-25 14:09:00','2019-03-25 13:09:00','',3894,'http://fj-lifesciences.com/wp-content/uploads/2019/03/CHRONOMAG-3Ds-C.jpg',0,'attachment','image/jpeg',0),(4212,1,'2019-03-25 14:09:05','2019-03-25 13:09:05','','CHRONOMAG-3Ds-D','','inherit','closed','closed','','chronomag-3ds-d','','','2019-03-25 14:09:05','2019-03-25 13:09:05','',3894,'http://fj-lifesciences.com/wp-content/uploads/2019/03/CHRONOMAG-3Ds-D.jpg',0,'attachment','image/jpeg',0),(4213,1,'2019-03-25 14:09:09','2019-03-25 13:09:09','','CHRONOMAG-3Ds-E','','inherit','closed','closed','','chronomag-3ds-e','','','2019-03-25 14:09:09','2019-03-25 13:09:09','',3894,'http://fj-lifesciences.com/wp-content/uploads/2019/03/CHRONOMAG-3Ds-E.jpg',0,'attachment','image/jpeg',0),(4214,1,'2019-03-25 14:09:13','2019-03-25 13:09:13','','CHRONOMAG-3Ds-F','','inherit','closed','closed','','chronomag-3ds-f','','','2019-03-25 14:09:13','2019-03-25 13:09:13','',3894,'http://fj-lifesciences.com/wp-content/uploads/2019/03/CHRONOMAG-3Ds-F.jpg',0,'attachment','image/jpeg',0),(4215,1,'2019-03-25 14:09:17','2019-03-25 13:09:17','','CHRONOMAG-3Ds-G','','inherit','closed','closed','','chronomag-3ds-g','','','2019-03-25 14:09:17','2019-03-25 13:09:17','',3894,'http://fj-lifesciences.com/wp-content/uploads/2019/03/CHRONOMAG-3Ds-G.jpg',0,'attachment','image/jpeg',0),(4216,1,'2019-03-25 14:09:24','2019-03-25 13:09:24','','CHRONOMAG-3Ds-H','','inherit','closed','closed','','chronomag-3ds-h','','','2019-03-25 14:09:24','2019-03-25 13:09:24','',3894,'http://fj-lifesciences.com/wp-content/uploads/2019/03/CHRONOMAG-3Ds-H.jpg',0,'attachment','image/jpeg',0),(4217,1,'2019-03-25 14:09:30','2019-03-25 13:09:30','','CHRONOMAG-3Ds-I','','inherit','closed','closed','','chronomag-3ds-i','','','2019-03-25 14:09:30','2019-03-25 13:09:30','',3894,'http://fj-lifesciences.com/wp-content/uploads/2019/03/CHRONOMAG-3Ds-I.jpg',0,'attachment','image/jpeg',0),(4218,1,'2019-03-25 14:14:17','2019-03-25 13:14:17','

[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277314011{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Seniors\' Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4021\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The Seniors’ Health products range responds daily to specific deficiencies in nutrients, particularly magnesium, which occur with increasing age and with cellular and metabolic disorders.

\r\n

In particular, long-term magnesium supplementation is essential to compensate from minor to severe deficiencies occurring at this crucial life stage.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4216\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4213\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]International research has shown that magnesium deficiency, diagnosed too late, is associated in the long run with aggravation of physical and / or cognitive disorders such as: [/vc_column_text][vc_column_text]

\r\n

Bone and joint health alteration 

\r\n

After a peak in early adulthood, muscle mass tends to decline with increasing age, and this can be associated with decline in strength and musculoskeletal function. Ageing is also associated with significant changes in bones and joints. With age, bone mass or density tends to fall, particularly among postmenopausal women.

\r\n

This can progress to a point where the risk of fracture is significantly increased (a condition known as osteoporosis) which has serious implications for disability, reduced quality of life and mortality. Articular cartilage undergoes significant structural, molecular, cellular and mechanical changes with age, increasing the vulnerability of the tissue to degeneration. These and other age-related declines ultimately impact on broader musculoskeletal function and movement.

\r\n

As being a major storage site of body, magnesium is an important element for bone tissue. Although, bone mineral content is lost and osteoporosis develops during magnesium-deficient states, it can easily be replaced by a proper magnesium supplementation which may have a restorative effect on bone and joint tissues.

\r\n

Neurological and cognitive disorders

\r\n

Many cognitive functions begin to decrease at a relatively young age, with different functions decreasing at different rates. Some deterioration in memory and the speed of information processing is common, and complaints about it are frequently reported by older people.

\r\n

Physiological concentrations of magnesium are essential for synaptic conduction, and required for normal functioning of the nervous system. It has various effects at different concentrations on intellectual and neuronal functions through several signaling pathways that have important roles in chronic neuronal degeneration and subsequent development of dementia.

\r\n

Magnesium has long been known as a key nutrient for optimal brain function more specifically in learning and memory as a result of its beneficial effect on synaptic plasticity and density.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270403592{background-color: #eaeaea !important;}\"][vc_column][vc_custom_heading text=\"Ageing represents a major risk factor for magnesium deficit. Total body magnesium content tends to decrease with age, with bone being the main storage compartment of body magnesium.
\r\nAlterations of magnesium metabolism in the elderly include a reduction of magnesium intake, a decrease of intestinal absorption, and an increase of urinary and fecal magnesium excretion, all these changes indicating a tendency to a magnesium deficit with ageing. An external intake by food supplements guaranteeing long-term supplementation without gastro-intestinal side effects could thus be necessary in this vulnerable population.\" font_container=\"tag:h4|font_size:14px|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\" css=\".vc_custom_1552931762765{padding-top: 2% !important;padding-right: 2% !important;padding-bottom: 2% !important;padding-left: 2% !important;}\"][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551270890681{padding-top: 87px !important;}\"][vc_column][vc_custom_heading text=\"The Seniors’ Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.

\r\n

These products range aims to improve specific Seniors’ disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex

\r\n
    \r\n
  • Providing additional physical and/or cognitive benefits.
  • \r\n
  • Enhancing the positive impact of magnesium on physical and cognitive disorders.
  • \r\n
\r\n

[/stm_infobox][/vc_column][vc_column width=\"1/5\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552931688097{padding-top: 5% !important;}\"][vc_column_text]

\r\n

+

\r\n

[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row]

\r\n','Senior’s Health','','inherit','closed','closed','','4020-revision-v1','','','2019-03-25 14:14:17','2019-03-25 13:14:17','',4020,'http://fj-lifesciences.com/2019/03/25/4020-revision-v1/',0,'revision','',0),(4219,1,'2019-03-25 14:17:07','2019-03-25 13:17:07','

[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277285434{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"Sportspeople’s Health\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long-term magnesium supplementation for a better muscular performance and recovery\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]It is now widely recognized that regular physical activity has beneficial effects on health and the prevention of many diseases. It is therefore important to have an adequate food intake to cover the body\'s needs according to the intensity of physical activity practiced. These needs are increased among sportspeople who engage in intense physical activity, particularly during competitive periods. In addition, physical exercise itself can contribute to magnesium deficiency.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4217\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4212\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4211\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4210\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/5\"][vc_single_image image=\"4209\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][vc_column_text]Magnesium is particularly involved in cardiac and skeletal muscle development and function and participates in nerve regulation and muscle relaxation after contraction through its physiological calcium channel antagonist properties. It contributes to lipid metabolism, blood sugar and blood pressure regulation, and protein synthesis.

\r\n

Magnesium improves energy metabolism in the muscles for a better adaptation and recovery of the body from physical stress.

\r\n

The amount of magnesium within an organism must be continuously regulated over a long period particularly in sportspeople, due to the increased magnesium loss following physical exercise:

\r\n
    \r\n
  • Needs of the body are increased in athletes practicing daily physical activity or during competitive and stressing periods.
  • \r\n
\r\n
    \r\n
  • Intense physical activity apparently increases urinary and sweat losses of nutrients, mainly magnesium (i.e. increasing magnesium requirements by 10-20%).
  • \r\n
\r\n
    \r\n
  • Magnesium, one of the most important nutrient allows to adapt the response and the energy metabolism of cardiac and skeletal muscles according to the physical effort required.
  • \r\n
\r\n

[/vc_column_text][vc_column_text]

\r\n

Roles of magnesium in athletes 

\r\n

[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]

\r\n
    \r\n
  • muscle contraction and heartbeat
  • \r\n
  • cardiac and skeletal muscles function
  • \r\n
  • oxygen uptake
  • \r\n
  • electrolyte balance
  • \r\n
\r\n

[/stm_iconlist][/vc_column][vc_column width=\"1/2\"][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]

\r\n
    \r\n
  • energy metabolism, particularly ATP
  • \r\n
  • plays a role in exercise performance
  • \r\n
  • reduces muscle cramps
  • \r\n
  • reduces fatigue and anxiety
  • \r\n
\r\n

[/stm_iconlist][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552981356614{padding-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"The Sportspeople’s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]

\r\n

A wide Sports products range for the preparation of the body to a physical effort and for the recovery phase:

\r\n

[/vc_column_text][stm_iconlist icon=\"fa fa-circle\" iconsize=\"10\"]

\r\n
    \r\n
  • Mental Concentration
  • \r\n
  • Muscular Growth
  • \r\n
  • Lean Fitness
  • \r\n
  • Recovery
  • \r\n
  • Cardio+
  • \r\n
\r\n

[/stm_iconlist][stm_spacer height=\"25\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.

\r\n

The active ingredients included in the CHRONOMAG® Sports products contribute as well to the preparation of the body to a physical effort as to the recovery phase necessary for a good physical performance. These active ingredients allow to create, physically and mentally, the best conditions for the smooth running of physical activity by improving the adaptation to stress caused by intense physical exercise, without impairing physical performance.

\r\n

These products range aims to improve Sports performance and recovery and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex

\r\n
    \r\n
  • Providing additional physical and/or cognitive benefits.
  • \r\n
  • Enhancing the global action of magnesium by active ingredients with specific benefits in each phase of physical exercise.
  • \r\n
\r\n

[/stm_infobox][/vc_column][vc_column width=\"1/5\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552981159772{padding-top: 5% !important;}\"][vc_column_text]

\r\n

+

\r\n

[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row]

\r\n','Sportspeople’s Health','','inherit','closed','closed','','4024-revision-v1','','','2019-03-25 14:17:07','2019-03-25 13:17:07','',4024,'http://fj-lifesciences.com/2019/03/25/4024-revision-v1/',0,'revision','',0),(4220,1,'2019-03-25 14:18:50','2019-03-25 13:18:50','

[vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1551277370273{padding-top: 200px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"FAMILY’S HEALTH\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_custom_heading text=\"Long term magnesium supplementation for a better quality of life\" font_container=\"tag:h4|font_size:20|text_align:center|line_height:26px\" use_theme_fonts=\"yes\" el_class=\"fwl italic\"][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"4017\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The cumulative long-term effects of chronic stress and sleep deprivation have been associated with serious health conditions, including increased risk of stroke, hypertension, diabetes, depression, and obesity. In comparison to men, women are twice as likely to experience this problem.

\r\n

These conditions are leading families to search for products designed to help them every day get restful and restorative sleep, particularly as they become aware of the risks.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4215\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"4214\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_column_text]

\r\n

Mood disorders

\r\n

Modern lifestyle and Western industrial diet enhance the reduction of magnesium in our food which directly contributes to marginal or absolute magnesium deficiency. Moreover, magnesium deficiency can be secondary to another disease or a therapeutic agent; hence, features of a primary disease may mask or complicate magnesium deficiency. 

\r\n

Magnesium is involved in many enzymatic reactions and a proper magnesium supplementation allows to: relieves muscle spasms (cramps), is helpful for mood and bipolar disorders (anxiety, irritability, depression), promotes proper nervous system function, contributes to a normal energy production and controls psychological functions. A link between magnesium deficiency and stress is also well established. Moreover, both stress and magnesium deficit can depress the immune system and reduce resistance to infection.

\r\n

Sleep disorders

\r\n

Fatigue is a state of overtiredness, and sometimes does not disappear even after sleep or rest. The causes of fatigue are innumerable and, much of the time, they work together. Causes include lack of sleep, medical conditions, stress, and hormonal imbalances. Fatigue is debilitating and can affect everyday life; in some of the severest cases, a person might not even be able to get out of bed. 

\r\n

A decline in magnesium status is associated with various symptoms such as nausea, muscular weakness, irritability, fatigue or insomnia. 

\r\n

An adequate and long-term magnesium supplementation is essential for optimal circulating levels of oxygen and energy use by the body to contribute to a reduction of tiredness and fatigue.[/vc_column_text][/vc_column][/vc_row][vc_row shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552931176117{padding-top: 40px !important;}\"][vc_column][vc_custom_heading text=\"The Family\'s Health products range based on CHRONOMAG® Technology for a safe and better tolerated supplementation\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\" el_class=\"text-transform\"][stm_separator align=\"center\" sep_width=\"45\" sep_height=\"4\" sep_css=\".vc_custom_1551017747141{border-radius: 2px !important;}\"][vc_column_text]The products range proposed by FJ LIFE SCIENCES use the innovative CHRONOMAG® Technology to guarantee long-term magnesium supplementation to compensate for sub deficiencies and severe deficiencies without the risk of magnesium-related adverse effect.

\r\n

These products range dedicated to the Family aims to improve emotional and sleep disorders and includes an optimal combination of:[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\"][vc_column width=\"1/3\"][stm_infobox image_size=\"\" image=\"4003\"]Active ingredients Complex

\r\n
    \r\n
  • Providing additional emotional and/or physical benefits.
  • \r\n
  • Enhancing the positive impact of magnesium on well-being and emotional imbalances.
  • \r\n
\r\n

[/stm_infobox][/vc_column][vc_column width=\"1/5\" shadow_x_offset=\"0\" shadow_y_offset=\"0\" shadow_blur=\"0\" shadow_spread=\"0\" shadow_color=\"\" css=\".vc_custom_1552931286619{padding-top: 5% !important;}\"][vc_column_text]

\r\n

+

\r\n

[/vc_column_text][/vc_column][vc_column width=\"1/3\"][stm_infobox image_size=\"200x362\" image=\"4194\"]The patented CHRONOMAG® Technology[/stm_infobox][/vc_column][/vc_row]

\r\n','Family’s Health','','inherit','closed','closed','','4016-revision-v1','','','2019-03-25 14:18:50','2019-03-25 13:18:50','',4016,'http://fj-lifesciences.com/2019/03/25/4016-revision-v1/',0,'revision','',0),(4222,1,'2020-11-11 11:09:37','2020-11-11 10:09:37','','Registration Page','','publish','closed','closed','','registration-page','','','2020-11-11 11:09:37','2020-11-11 10:09:37','',0,'http://fj-lifesciences.com/?page_id=4222',0,'page','',0),(4223,1,'2020-11-11 11:09:37','2020-11-11 10:09:37','','Registration Page','','inherit','closed','closed','','4222-revision-v1','','','2020-11-11 11:09:37','2020-11-11 10:09:37','',4222,'http://fj-lifesciences.com/2020/11/11/4222-revision-v1/',0,'revision','',0),(4224,1,'2020-11-11 11:11:26','2020-11-11 10:11:26','','Log-page','','publish','closed','closed','','log-page','','','2020-11-11 11:11:26','2020-11-11 10:11:26','',0,'http://fj-lifesciences.com/?page_id=4224',0,'page','',0),(4225,1,'2020-11-11 11:11:26','2020-11-11 10:11:26','','Log-page','','inherit','closed','closed','','4224-revision-v1','','','2020-11-11 11:11:26','2020-11-11 10:11:26','',4224,'http://fj-lifesciences.com/2020/11/11/4224-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_css` -- DROP TABLE IF EXISTS `wp_revslider_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_css` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text COLLATE latin1_general_ci NOT NULL, `settings` longtext COLLATE latin1_general_ci, `hover` longtext COLLATE latin1_general_ci, `advanced` longtext COLLATE latin1_general_ci, `params` longtext COLLATE latin1_general_ci NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_css` -- LOCK TABLES `wp_revslider_css` WRITE; /*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */; INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}','[]'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','[]'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":[\"\"],\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); /*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_layer_animations` -- DROP TABLE IF EXISTS `wp_revslider_layer_animations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_layer_animations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text COLLATE latin1_general_ci NOT NULL, `params` text COLLATE latin1_general_ci NOT NULL, `settings` text COLLATE latin1_general_ci, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_layer_animations` -- LOCK TABLES `wp_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_navigations` -- DROP TABLE IF EXISTS `wp_revslider_navigations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_navigations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE latin1_general_ci NOT NULL, `handle` varchar(191) COLLATE latin1_general_ci NOT NULL, `css` longtext COLLATE latin1_general_ci NOT NULL, `markup` longtext COLLATE latin1_general_ci NOT NULL, `settings` longtext COLLATE latin1_general_ci, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_navigations` -- LOCK TABLES `wp_revslider_navigations` WRITE; /*!40000 ALTER TABLE `wp_revslider_navigations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_navigations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_sliders` -- DROP TABLE IF EXISTS `wp_revslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_sliders` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext COLLATE latin1_general_ci NOT NULL, `alias` tinytext COLLATE latin1_general_ci, `params` longtext COLLATE latin1_general_ci NOT NULL, `settings` text COLLATE latin1_general_ci, `type` varchar(191) COLLATE latin1_general_ci NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_sliders` -- LOCK TABLES `wp_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */; INSERT INTO `wp_revslider_sliders` VALUES (1,'Homeslider','homeslider','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Homeslider\",\"alias\":\"homeslider\",\"shortcode\":\"[rev_slider alias=\\\\\\\"homeslider\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1140\",\"height\":\"748\",\"width_notebook\":\"1024\",\"height_notebook\":\"748\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"700\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"5000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"500\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/fj-lifesciences.com\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"ph-round-arrows-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-arrows-arrow-size-custom-def\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-arrow-color-color-def\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-bg-size-custom-def\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-bg-color-custom-def\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"\"}','{\"version\":\"5.0.7\"}',''),(2,'Homepage products','Homepage products','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Homepage products\",\"alias\":\"Homepage products\",\"shortcode\":\"[rev_slider alias=\\\\\\\"Homepage products\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1240\",\"height\":\"868\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}','{\"version\":5}',''),(3,'homebanner','homebanner','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"homebanner\",\"alias\":\"homebanner\",\"shortcode\":\"[rev_slider alias=\\\\\\\"homebanner\\\\\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"500\",\"width_notebook\":\"1024\",\"height_notebook\":\"500\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"500\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"ph-round-arrows-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-arrows-arrow-size-custom-def\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-arrow-color-color-def\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-bg-size-custom-def\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-bg-color-custom-def\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}','{\"version\":5}',''); /*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_slides` -- DROP TABLE IF EXISTS `wp_revslider_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` longtext COLLATE latin1_general_ci NOT NULL, `layers` longtext COLLATE latin1_general_ci NOT NULL, `settings` text COLLATE latin1_general_ci NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_slides` -- LOCK TABLES `wp_revslider_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */; INSERT INTO `wp_revslider_slides` VALUES (1,1,1,'{\"background_type\":\"external\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"https:\\/\\/images.unsplash.com\\/photo-1498798821241-1f327af804fe?dpr=1&auto=format&fit=crop&w=1920&h=800&q=40&cs=tinysrgb&crop=\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/fj-lifesciences.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"https:\\/\\/images.unsplash.com\\/photo-1498798821241-1f327af804fe?dpr=1&auto=format&fit=crop&w=1920&h=800&q=40&cs=tinysrgb&crop=\",\"image\":\"http:\\/\\/fj-lifesciences.com\\/wp-content\\/uploads\\/revslider\\/homeslider\\/revslide1.jpg\"}','[{\"text\":\"

DISCOVER THE WORLD OF BUSINESS<\\/h2>\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":0,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":0,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8700,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":15,\"tablet\":0},\"top\":{\"desktop\":-41,\"tablet\":23},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"DISCOVER THE WORLD O...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"97px\",\"tablet\":\"209px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"433px\",\"tablet\":\"90%\"},\"video_width\":{\"desktop\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"tablet\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":700,\"height\":209,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"tablet\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"tablet\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"tablet\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"tablet\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\"},\"autolinebreak\":true,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"groupLink\":0,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc iaculis purus at lectus viverra rutrum ut vel eros.<\\/h4>\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":0,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":0,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8700,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":15,\"tablet\":-1},\"top\":{\"desktop\":48,\"tablet\":52},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Lorem ipsum dolor si...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"564px\",\"tablet\":\"564px\"},\"video_width\":{\"desktop\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"tablet\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":true,\"resizeme\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":false,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":564,\"height\":97,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"tablet\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"tablet\":\"22\"},\"font-weight\":{\"desktop\":\"300\",\"tablet\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"tablet\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"tablet\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"font-style\":\"italic\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\"},\"autolinebreak\":true,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Read More<\\/a>\\nContact Us<\\/a>\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":0,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":0,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8700,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":15,\"tablet\":0},\"top\":{\"desktop\":133,\"tablet\":164},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Read MoreContact Us\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"23px\",\"tablet\":\"23px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"553px\",\"tablet\":\"553px\"},\"video_width\":{\"desktop\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"tablet\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":true,\"resizeme\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":false,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":553,\"height\":23,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"tablet\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"tablet\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"tablet\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"tablet\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\"},\"autolinebreak\":true,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"}]','[\"\"]'),(2,1,2,'{\"background_type\":\"external\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"https:\\/\\/images.unsplash.com\\/photo-1481151500463-1fa2dd2d5dbe?dpr=1&auto=format&fit=crop&w=1920&h=800&q=40&cs=tinysrgb&crop=\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/fj-lifesciences.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"https:\\/\\/images.unsplash.com\\/photo-1481151500463-1fa2dd2d5dbe?dpr=1&auto=format&fit=crop&w=1920&h=800&q=40&cs=tinysrgb&crop=\",\"image\":\"http:\\/\\/fj-lifesciences.com\\/wp-content\\/uploads\\/revslider\\/homeslider\\/revslide2.jpg\"}','[{\"text\":\"

Consulting and audit for small business<\\/h2>\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":0,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":0,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8700,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"tablet\":0},\"top\":{\"desktop\":-17,\"tablet\":2},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"DISCOVER THE WORLD O...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"97px\",\"tablet\":\"209px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"433px\",\"tablet\":\"90%\"},\"video_width\":{\"desktop\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"tablet\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":433,\"height\":97,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"tablet\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"tablet\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"tablet\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"tablet\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\"},\"autolinebreak\":true,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"groupLink\":0,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Our Services<\\/a>\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":0,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":0,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8700,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":0,\"tablet\":0},\"top\":{\"desktop\":105,\"tablet\":0},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Read MoreContact Us\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"23px\",\"tablet\":\"23px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"553px\",\"tablet\":\"553px\"},\"video_width\":{\"desktop\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"tablet\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":true,\"resizeme\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":false,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":553,\"height\":23,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"tablet\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"tablet\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"tablet\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"center\",\"tablet\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\"},\"autolinebreak\":true,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"}]','[\"\"]'),(3,1,3,'{\"background_type\":\"external\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"https:\\/\\/images.unsplash.com\\/photo-1467664631004-58beab1ece0d?dpr=1&auto=format&fit=crop&w=1920&h=800&q=40&cs=tinysrgb&crop=\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/fj-lifesciences.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"https:\\/\\/images.unsplash.com\\/photo-1467664631004-58beab1ece0d?dpr=1&auto=format&fit=crop&w=1920&h=800&q=40&cs=tinysrgb&crop=\",\"image\":\"http:\\/\\/fj-lifesciences.com\\/wp-content\\/uploads\\/revslider\\/homeslider\\/man-1.jpg\"}','[{\"text\":\"

DISCOVER THE WORLD OF BUSINESS<\\/h2>\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":0,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":0,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8700,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":15,\"tablet\":0},\"top\":{\"desktop\":-41,\"tablet\":23},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"DISCOVER THE WORLD O...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"97px\",\"tablet\":\"209px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"433px\",\"tablet\":\"90%\"},\"video_width\":{\"desktop\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"tablet\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"right\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":700,\"height\":209,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"tablet\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"tablet\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"tablet\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"right\",\"tablet\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\"},\"autolinebreak\":true,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"groupLink\":0,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc iaculis purus at lectus viverra rutrum ut vel eros.<\\/h4>\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":0,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":0,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8700,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":15,\"tablet\":-1},\"top\":{\"desktop\":53,\"tablet\":47},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Lorem ipsum dolor si...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"564px\",\"tablet\":\"564px\"},\"video_width\":{\"desktop\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"tablet\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"right\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":true,\"resizeme\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":false,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":564,\"height\":97,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"tablet\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"tablet\":\"22\"},\"font-weight\":{\"desktop\":\"300\",\"tablet\":\"300\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"tablet\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"right\",\"tablet\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"font-style\":\"italic\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\"},\"autolinebreak\":true,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Read More<\\/a>\\nContact Us<\\/a>\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":0,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":0,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8700,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":15,\"tablet\":0},\"top\":{\"desktop\":133,\"tablet\":164},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Read MoreContact Us\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"23px\",\"tablet\":\"23px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"553px\",\"tablet\":\"553px\"},\"video_width\":{\"desktop\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"tablet\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"right\",\"tablet\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\"},\"hiddenunder\":true,\"resizeme\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":false,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":553,\"height\":23,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"tablet\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"tablet\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"tablet\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"right\",\"tablet\":\"center\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\"},\"autolinebreak\":true,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"}]','[\"\"]'),(4,2,1,'{\"background_type\":\"trans\"}','',''),(5,3,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"3953\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"transparent\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/fj-lifesciences.com\\/wp-content\\/uploads\\/2019\\/02\\/home-banner-fj-life-sciences-2.jpg\",\"1\":\"Remove\",\"2\":\"Remove\",\"3\":\"Remove\",\"4\":\"Remove\",\"slide_parallax_level\":\"8\",\"5\":\"Remove\",\"6\":\"Remove\",\"7\":\"Remove\",\"8\":\"Remove\",\"9\":\"Remove\",\"10\":\"Remove\",\"11\":\"Remove\",\"12\":\"Remove\",\"13\":\"Remove\",\"14\":\"Remove\",\"15\":\"Remove\"}','[{\"text\":\"Expertise & Innovation
dedicated to health,
well-being and beauty\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":0,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":0,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":8700,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":448,\"mobile\":27,\"notebook\":382},\"top\":{\"desktop\":194,\"mobile\":150,\"notebook\":198},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"caption text1\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"435px\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"notebook\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":532,\"height\":150,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"45px\",\"mobile\":\"35px\",\"notebook\":\"45px\"},\"line-height\":{\"desktop\":\"50px\",\"mobile\":\"50px\",\"notebook\":\"50px\"},\"font-weight\":{\"desktop\":\"800\",\"mobile\":\"800\",\"notebook\":\"800\"},\"color\":{\"desktop\":\"#2d2e82\",\"mobile\":\"#2d2e82\",\"notebook\":\"#2d2e82\"},\"letter-spacing\":{\"desktop\":\"0px\",\"mobile\":\"0px\",\"notebook\":\"0px\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"mobile\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'); /*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_static_slides` -- DROP TABLE IF EXISTS `wp_revslider_static_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_static_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `params` longtext COLLATE latin1_general_ci NOT NULL, `layers` longtext COLLATE latin1_general_ci NOT NULL, `settings` text COLLATE latin1_general_ci NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_static_slides` -- LOCK TABLES `wp_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(1851,4,0),(1851,7,0),(1851,11,0),(1851,19,0),(1859,2,0),(1859,3,0),(1859,11,0),(1859,19,0),(2142,5,0),(2142,11,0),(2142,19,0),(2144,5,0),(2144,11,0),(2144,19,0),(2146,5,0),(2146,11,0),(2146,19,0),(2156,5,0),(2156,11,0),(2156,19,0),(2160,5,0),(2160,11,0),(2160,19,0),(2163,5,0),(2163,11,0),(2163,19,0),(2166,5,0),(2166,11,0),(2166,19,0),(2171,5,0),(2171,11,0),(2171,19,0),(2181,5,0),(2181,11,0),(2181,19,0),(2184,5,0),(2184,11,0),(2184,19,0),(2188,5,0),(2188,11,0),(2188,19,0),(2191,5,0),(2191,11,0),(2191,19,0),(2194,5,0),(2194,11,0),(2194,19,0),(2200,26,0),(2200,30,0),(2200,32,0),(2286,31,0),(2286,35,0),(2286,36,0),(2292,31,0),(2292,34,0),(2292,35,0),(2293,27,0),(2293,34,0),(2293,35,0),(2293,36,0),(2294,27,0),(2294,31,0),(2294,36,0),(2295,27,0),(2295,31,0),(2295,34,0),(2296,34,0),(2296,35,0),(2296,36,0),(2383,29,0),(2436,33,0),(2437,28,0),(2438,28,0),(2439,33,0),(2440,29,0),(2440,33,0),(2441,33,0),(2442,28,0),(2443,29,0),(2444,28,0),(2445,33,0),(2446,29,0),(2447,33,0),(2448,28,0),(2449,26,0),(2449,32,0),(2450,26,0),(2451,26,0),(2452,26,0),(2452,30,0),(2452,32,0),(2453,26,0),(2454,26,0),(2454,30,0),(2454,32,0),(2455,26,0),(2455,30,0),(2455,32,0),(2456,26,0),(2456,30,0),(2456,32,0),(2457,26,0),(2457,32,0),(2458,26,0),(2458,30,0),(2458,32,0),(2459,26,0),(2459,30,0),(2459,32,0),(2460,26,0),(2460,30,0),(2460,32,0),(2461,35,0),(2462,34,0),(2462,35,0),(2463,27,0),(3636,37,0),(3728,8,0),(3728,11,0),(3728,19,0),(3816,37,0),(3817,37,0),(3818,37,0),(3819,37,0),(3820,37,0),(3821,37,0),(3822,37,0),(3823,37,0),(3824,37,0),(3825,37,0),(3826,37,0),(3827,37,0),(3828,37,0),(3829,37,0),(3830,37,0),(3831,37,0),(3832,37,0),(3833,37,0),(3834,37,0),(3835,37,0),(3836,37,0),(3894,38,0),(3965,40,0),(3966,40,0),(3967,40,0),(3968,40,0),(4016,38,0),(4020,38,0),(4024,38,0),(4037,39,0),(4042,39,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=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'category','',0,1),(3,3,'category','',0,1),(4,4,'category','',0,1),(5,5,'category','',0,13),(6,6,'category','',0,0),(7,7,'category','',0,1),(8,8,'category','',0,1),(9,9,'category','',0,0),(10,10,'post_tag','',0,0),(11,11,'post_tag','',0,16),(12,12,'post_tag','',0,0),(13,13,'post_tag','',0,0),(14,14,'post_tag','',0,0),(15,15,'post_tag','',0,0),(16,16,'post_tag','',0,0),(17,17,'post_tag','',0,0),(18,18,'post_tag','',0,0),(19,19,'post_tag','',0,16),(20,20,'post_tag','',0,0),(21,21,'post_tag','',0,0),(22,22,'post_tag','',0,0),(23,23,'post_tag','',0,0),(24,24,'post_tag','',0,0),(25,25,'post_tag','',0,0),(26,26,'event_category','',0,13),(27,27,'service_category','',0,4),(28,28,'project_category','',0,5),(29,29,'project_category','',0,4),(30,30,'event_category','',0,8),(31,31,'service_category','',0,4),(32,32,'event_category','',0,10),(33,33,'project_category','',0,6),(34,34,'service_category','',0,5),(35,35,'service_category','',0,6),(36,36,'service_category','',0,4),(37,37,'nav_menu','',0,22),(38,38,'service_category','',0,4),(39,39,'service_category','',0,2),(40,40,'nav_menu','',0,4); /*!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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; /*!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', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; /*!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,'Non classé','non-classe',0),(2,'Awards','awards',0),(3,'Business','business',0),(4,'Deadline','deadline',0),(5,'History','history',0),(6,'Non classifié(e)','non-classifiee',0),(7,'Plans','plans',0),(8,'Success','success',0),(9,'Uncategorized','uncategorized',0),(10,'Autopilot','autopilot',0),(11,'Awards','awards',0),(12,'de','dede',0),(13,'Dealer','dealer',0),(14,'defr','defr',0),(15,'Future','future',0),(16,'Light','light',0),(17,'Ma','ma',0),(18,'Management','management',0),(19,'Marketing plan','marketing-plan',0),(20,'Motors','motors',0),(21,'Project','project',0),(22,'Rock','rock',0),(23,'Rock 2','rock-2',0),(24,'Teslamotors','teslamotors',0),(25,'Vehicles','vehicles',0),(26,'Business','business',0),(27,'Business','business',0),(28,'Business solutions','business-solutions',0),(29,'Consumer Products','consumer-products',0),(30,'Coworking','coworking',0),(31,'Investment','investment',0),(32,'Logotypes','logotypes',0),(33,'Marketing','marketing',0),(34,'Researches','researches',0),(35,'Science','science',0),(36,'Solutions','solutions',0),(37,'Main','main',0),(38,'FJ Life Sciences products','fj-life-sciences-products',0),(39,'FJ Life Sciences products+','fj-life-sciences-products-2',0),(40,'FJ Life Sciences Menu','fj-life-sciences-menu',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=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; /*!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','cvcom'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','wp496_privacy,vc_pointers_backend_editor,theme_editor_notice'),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','4226'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"80.214.78.0\";}'),(19,1,'wp_user-settings','libraryContent=browse&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=435px&edit_element_vcUIPanelTop=192px&editor=html&imgsize=full'),(20,1,'wp_user-settings-time','1605103684'),(21,1,'stm_gdpr_cookie','1566781382'),(22,1,'nav_menu_recently_edited','40'),(23,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(24,1,'metaboxhidden_nav-menus','a:16:{i:0;s:24:\"add-post-type-stm_events\";i:1;s:26:\"add-post-type-stm_services\";i:2;s:29:\"add-post-type-stm_pre_content\";i:3;s:28:\"add-post-type-stm_pre_footer\";i:4;s:27:\"add-post-type-stm_vacancies\";i:5;s:30:\"add-post-type-stm_media_events\";i:6;s:26:\"add-post-type-stm_products\";i:7;s:24:\"add-post-type-stm_slider\";i:8;s:12:\"add-post_tag\";i:9;s:15:\"add-post_format\";i:10;s:27:\"add-booked_custom_calendars\";i:11;s:20:\"add-project_category\";i:12;s:18:\"add-event_category\";i:13;s:20:\"add-service_category\";i:14;s:20:\"add-staff_categories\";i:15;s:21:\"add-products_category\";}'),(25,1,'closedpostboxes_page','a:1:{i:0;s:12:\"postimagediv\";}'),(26,1,'metaboxhidden_page','a:7:{i:0;s:12:\"revisionsdiv\";i:1;s:11:\"postexcerpt\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";}'),(27,1,'closedpostboxes_stm_services','a:0:{}'),(28,1,'metaboxhidden_stm_services','a:1:{i:0;s:7:\"slugdiv\";}'),(29,1,'wp_yoast_notifications','a:2:{i:0;a:2:{s:7:\"message\";s:301:\"Important problème SEO : Vous bloquez actuellement l’accès aux robots des moteurs de recherche. Vous devez vous
rendre dans vos Réglages de Lecture et décocher la case Visibilité des moteurs de recherche.\";s:7:\"options\";a:9:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:32:\"wpseo-dismiss-blog-public-notice\";s:5:\"nonce\";N;s:8:\"priority\";i:1;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:941:\"Mettez à jour WordPress dans sa dernière version
Nous avons remarqué que vous n’utilisez pas la dernière version de WordPress, ce qui peut poser problème prochainement. Pour des raisons de sécurité et de stabilité, Yoast n’est compatible qu’avec la version actuelle et la précédente de WordPress. Lorsque la prochaine version sortira, nous serons alors compatible avec les versions 5.2 et 5.3. Cela signifie que vous ne recevrez plus de mises à jour de Yoast SEO tant que vous ne mettrez pas à jour WordPress alors assurez-vous de le faire rapidement !



Lisez cet article pour comprendre les raisons qui nous poussent à ne plus être compatible avec les anciennes versions.\";s:7:\"options\";a:9:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:31:\"wpseo-dismiss-wordpress-upgrade\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:20:\"wpseo_manage_options\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(30,1,'_yoast_wpseo_profile_updated','1573872924'),(31,1,'active','1'),(32,1,'session_tokens','a:2:{s:64:\"328097aa89a14e06dacb59393bdb74fb0471598760b09ca6444005d05873fc99\";a:4:{s:10:\"expiration\";i:1736621684;s:2:\"ip\";s:14:\"92.151.234.169\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0\";s:5:\"login\";i:1736448884;}s:64:\"6df2f3fb126ec3ed8914a4ca9c6579227d16b8739794d79b17b0cfce87fcbb50\";a:4:{s:10:\"expiration\";i:1736621895;s:2:\"ip\";s:13:\"80.214.78.240\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0\";s:5:\"login\";i:1736449095;}}'); /*!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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; /*!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,'cvcom','$P$BgrIFv/FRMyP67bSxNJYzP4nUeO7Gi.','cvcom','contact@couleurvelvet.com','','2019-02-23 16:07:21','',0,'cvcom'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfblockediplog` -- DROP TABLE IF EXISTS `wp_wfblockediplog`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfblockediplog` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `countryCode` varchar(2) NOT NULL, `blockCount` int(10) unsigned NOT NULL DEFAULT '0', `unixday` int(10) unsigned NOT NULL, `blockType` varchar(50) NOT NULL DEFAULT 'generic', PRIMARY KEY (`IP`,`unixday`,`blockType`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfblockediplog` -- LOCK TABLES `wp_wfblockediplog` WRITE; /*!40000 ALTER TABLE `wp_wfblockediplog` DISABLE KEYS */; INSERT INTO `wp_wfblockediplog` VALUES ('\0\0\0\0\0\0\0\0\0\0I\','US',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0I\','US',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0\n','US',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0Yq','US',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0\\<','US',1,20108,'brute'),('\0\0\0\0\0\0\0\0\0\0\l','US',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0ԇ','US',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0g\n','US',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0\','US',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0 ','DE',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0zx','IT',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0zx','IT',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0','DE',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0\2','IR',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0s8','CN',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0s8','CN',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0s8','CN',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0\','SG',3,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0\','SG',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0\','SG',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0\','SG',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\0\s','SG',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0\s','SG',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0\s','SG',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0\s','SG',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0\s','SG',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0\s','SG',2,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0\s','SG',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\0\Ա','SG',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0\Ա','SG',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0\Ա','SG',1,20108,'brute'),('\0\0\0\0\0\0\0\0\0\0\r0\h','SE',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0\r0\h','SE',1,20108,'brute'),('\0\0\0\0\0\0\0\0\0\0\r5\','SE',1,20079,'brute'),('\0\0\0\0\0\0\0\0\0\0\r~s','IN',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0\r\uk','US',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0\r\k=','IN',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0e','VN',2,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0','KR',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0\v','KR',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0\fy','US',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0\','US',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0Ω','US',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0Ϣ','US',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0\p','US',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0\\','US',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0\\','US',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0\\','US',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0\\','US',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0\\','US',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\','US',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\','US',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\04','US',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\04','US',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\0Q1\','US',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0e_\\','US',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0nr','US',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0\\o','US',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0\\o','US',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0\\o','US',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\0\\o','US',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0\\o','US',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0\\o','US',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0\n','US',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\0\n','US',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0\n','US',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0\n','US',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0ڀ','US',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0a','US',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',1,20091,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0\t','US',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0\t','US',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0\w','US',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0\','US',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0\','US',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0\','US',2,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0\','US',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0XD2','US',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0㰴','US',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0 $','IT',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0, ','ES',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0, ','ES',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0, ','ES',2,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0, ','ES',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0, ','ES',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0, ','ES',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0, ','ES',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0,','ES',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0,','ES',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0,','ES',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0,','ES',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0,','ES',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0','RU',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0\"Y','US',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0\"@\f','US',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0\"@\f','US',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0\"@\f','US',2,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0\"@\f','US',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0\"DsD','US',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\0\"KA\','US',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0\"KA\','US',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0\"KA\','US',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0\"KA\','US',3,20104,'brute'),('\0\0\0\0\0\0\0\0\0\0\"KA\','US',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0\"Mc','US',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0\"P\ ','US',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0\"+','US',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0\"Nf','US',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0\"','US',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0#H','GB',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0#(','US',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0#\H','US',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0#\\','',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0#\\','',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0#\\','US',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0#\\','US',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0#\\','US',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0#̬ ','',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0#̬ ','',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0#̬ ','',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0#̬ ','',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0#\\o','US',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0#\\o','US',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0#\6','US',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0#\6','US',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0#\6','US',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0#\6','US',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0#\6','US',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0#\6','US',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0#⨋','US',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0#\ij','US',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0#\ij','US',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0#\\\','US',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0#%;','US',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0%#i','CH',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0%bĥ','GR',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0%L','FR',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0%L','FR',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0%L','FR',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0%L','FR',2,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0%L','FR',2,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0%L','FR',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0%L','FR',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\0%','FR',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0&9)','US',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0&9)','US',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0&9)','US',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0&','US',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0&','US',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0\'b,','CN',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0\'b,','CN',2,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0\'b,','CN',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0\'b,','CN',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0\'i\u','CN',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0\'i\u','CN',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0\'i\u','CN',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0\'l','CN',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0\'l','CN',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0(\','US',1,20091,'brute'),('\0\0\0\0\0\0\0\0\0\0,ȧ','US',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0-\n\n','',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0-72D','US',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0-Mh','JP',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0-Mh','JP',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0-Mh','JP',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0-Mh','JP',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0-Mh','JP',2,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0-Mh','JP',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0-Mh','JP',2,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0-Mh','JP',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0-O\','US',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0-wT','VN',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0-wT','VN',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0-wT','VN',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0-wT','VN',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0-wT','VN',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0-wT','VN',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0-wT','VN',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0-wT','VN',2,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0-wT','VN',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\0-wT','VN',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0-|T','VN',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0-\r','',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0-\r','',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0-','',1,20098,'brute'),('\0\0\0\0\0\0\0\0\0\0-\ ','HK',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0-\ ','HK',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0-\\a','HK',2,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0-\\a','HK',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0-\\a','HK',2,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0-\\a','HK',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0-\\a','HK',2,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0-\\a','HK',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0.`','DE',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0.$','DE',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0.','IT',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0.2A','ES',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0. ','GB',1,20079,'brute'),('\0\0\0\0\0\0\0\0\0\0. ','GB',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0.\','GB',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0.\','GB',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0/^߼','CN',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0/^߼','CN',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0/an\','CN',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\0/an\','CN',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0/an\','CN',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0/an\','CN',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0/an\','CN',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0/i+','CN',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0/i+','CN',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0/i+','CN',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0/i+','CN',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0/i+','CN',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\0/j#','CN',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0/j#','CN',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0/j#','CN',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0/j#','CN',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0/j#','CN',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0/jɆ','CN',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0/jɆ','CN',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0/jɆ','CN',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0/j\','CN',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0/j\','CN',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0/k','CN',3,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0/k','CN',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0/k','CN',2,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0/k','CN',2,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0/k','CN',2,20104,'brute'),('\0\0\0\0\0\0\0\0\0\0/k','CN',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0/ot,','CN',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0/ot,','CN',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0/ot,','CN',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0/t7|','CN',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0/t7|','CN',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0/t7|','CN',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0/t7|','CN',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0/t7|','CN',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0/\\','US',1,20091,'brute'),('\0\0\0\0\0\0\0\0\0\0/\\','US',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0/\\','US',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0/\\','US',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0/2','CN',2,20079,'brute'),('\0\0\0\0\0\0\0\0\0\0/2','CN',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0/2','CN',2,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0/2','CN',2,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0/2','CN',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0/2','CN',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0/2','CN',2,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0/2','CN',2,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0/2','CN',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0/2','CN',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0/2','CN',2,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0/2','CN',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\01 m','DE',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\01 m','DE',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\01 m','DE',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\01 ','DE',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\01\r4\','DE',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0132 ','US',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\01\\','CN',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\01\\','CN',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\01\\','CN',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\02>','US',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\03&)\','FR',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\03&)\','FR',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\03&)\','FR',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\03&)\','FR',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\03&)\','FR',2,20096,'brute'),('\0\0\0\0\0\0\0\0\0\03&)\','FR',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\03&)\','FR',4,20104,'brute'),('\0\0\0\0\0\0\0\0\0\03&)\','FR',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\03&*','FR',2,20101,'brute'),('\0\0\0\0\0\0\0\0\0\03&*','FR',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\03&4','FR',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\03&4','FR',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\03&4','FR',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\03&4','FR',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\03&4','FR',2,20101,'brute'),('\0\0\0\0\0\0\0\0\0\03&4','FR',2,20104,'brute'),('\0\0\0\0\0\0\0\0\0\03&\','FR',2,20087,'brute'),('\0\0\0\0\0\0\0\0\0\03&\','FR',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\03&\','FR',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\03&\','FR',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\03&\','FR',2,20095,'brute'),('\0\0\0\0\0\0\0\0\0\03&\','FR',2,20101,'brute'),('\0\0\0\0\0\0\0\0\0\03&\','FR',3,20102,'brute'),('\0\0\0\0\0\0\0\0\0\03&\','FR',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\03D\\','FR',1,20091,'brute'),('\0\0\0\0\0\0\0\0\0\03K','FR',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\03K','FR',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\03K','FR',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\03K6z','PL',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\03K','FR',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\03M=','FR',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\03On','CA',2,20082,'brute'),('\0\0\0\0\0\0\0\0\0\03On','CA',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\03On','CA',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\03On','CA',2,20088,'brute'),('\0\0\0\0\0\0\0\0\0\03Q','FR',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\03YB','FR',2,20082,'brute'),('\0\0\0\0\0\0\0\0\0\03YB','FR',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\03YB','FR',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\03YB','FR',2,20094,'brute'),('\0\0\0\0\0\0\0\0\0\03YB','FR',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\03YB','FR',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\03\\','GB',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\03\\','GB',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\03\\','GB',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\03\\','GB',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\03\\','GB',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\03\\','GB',2,20103,'brute'),('\0\0\0\0\0\0\0\0\0\03\\','GB',2,20104,'brute'),('\0\0\0\0\0\0\0\0\0\03w','FR',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\03\jp','FR',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\03\jp','FR',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\03\jp','FR',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\03\jp','FR',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\03\jp','FR',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\03\jp','FR',2,20103,'brute'),('\0\0\0\0\0\0\0\0\0\03\jp','FR',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\03Ô\','FR',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\03ù\n','FR',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\03ù\n','FR',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\03\q\','FR',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\03\q\','FR',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\03/i','FR',1,20079,'brute'),('\0\0\0\0\0\0\0\0\0\03/i','FR',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\04C\\','BR',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\04\T','AU',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\04\T','AU',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\04\T','AU',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\04\T','AU',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\04\\','US',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\04\7','IE',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\04\','US',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\06$\','FR',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\06$\','FR',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\06$\','FR',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\06$\','FR',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\06$\','FR',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\06%2\','FR',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\06%2\','FR',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\06%2\','FR',2,20096,'brute'),('\0\0\0\0\0\0\0\0\0\06%2\','FR',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\06%2\','FR',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\06%k','FR',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\06%\@','FR',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\06%\@','FR',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\06%\@','FR',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\06%\@','FR',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\06%\@','FR',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\06%\@','FR',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\06%\@','FR',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\06%\@','FR',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\06&Uh','FR',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\06Ql\','US',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\06Xx','US',4,20083,'brute'),('\0\0\0\0\0\0\0\0\0\06\x','US',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\06*\','US',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\06\"','SG',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\09{','BE',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\09{','BE',2,20110,'brute'),('\0\0\0\0\0\0\0\0\0\09f','BE',1,20108,'brute'),('\0\0\0\0\0\0\0\0\0\09+\','BE',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\09+\','BE',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0;}f\','TW',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0>%','DE',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\0>%','DE',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0>%','DE',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0>%','DE',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0>%','DE',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0>Q','GB',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0>Q','GB',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0>Q','GB',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0>H','RU',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0>H','RU',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0>H','RU',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0>H','RU',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0>H','RU',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0>H','RU',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0>҃[','FR',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0>҃[','FR',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0>\\\'','NL',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0>\\','NL',1,20079,'brute'),('\0\0\0\0\0\0\0\0\0\0?(d','US',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0@5T','US',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0@','US',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0@','US',3,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0@','US',2,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0@','US',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0@','US',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0@','US',2,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0@','US',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0@','US',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0@','US',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\0@Z5','US',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0@\\','US',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0@\\','US',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0@\\','US',2,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0@\\','US',2,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0@\\','US',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0@\\','US',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0@\\','US',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0@\\','US',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0@\\','US',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0@\\','US',2,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0@\','US',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0@\','US',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0@\','US',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0@\','US',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0@\','US',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0@\','US',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0@\','US',2,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0@\-','US',1,20091,'brute'),('\0\0\0\0\0\0\0\0\0\0@㾚','US',1,20091,'brute'),('\0\0\0\0\0\0\0\0\0\0A\0\\p','US',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0A\','US',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0A5','US',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0Al9','US',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0Am[q','US',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0Am[q','US',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0Am[q','US',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0Am','US',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0Am','US',2,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0B\','US',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0B*(T','JP',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0BUj','US',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0BUj','US',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\0BUj','US',1,20091,'brute'),('\0\0\0\0\0\0\0\0\0\0BUj','US',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0BUj','US',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0BUj','US',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0BUj','US',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0BUj','US',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0B,;','US',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0B,=','US',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0C+\r','CA',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0C+\r','CA',1,20111,'brute'),('\0\0\0\0\0\0\0\0\0\0C\9E','US',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\0D','US',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0D','US',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0D','US',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0D','US',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0D','US',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0D','US',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0D','US',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0D\w','US',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\0D\w','US',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0D)','GB',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0DU','IN',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0DU','IN',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0DU','IN',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0DU','IN',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0DjO','US',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0DjO','US',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0DjO','US',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0E?@','SZ',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0E?@','SZ',1,20091,'brute'),('\0\0\0\0\0\0\0\0\0\0E?@','SZ',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0E','US',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0ES','US',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0ES','US',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0ES','US',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0E\','US',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0E\','US',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0E\;','US',2,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0E\;','US',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0E\','US',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0Ex','US',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0Ex','US',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0Ex','US',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0H ,','US',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0H ,','US',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0H ,','US',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0H ,','US',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0H ,','US',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0H ,','US',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0H ,','US',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0H ,','US',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0H ,','US',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0H P','US',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0H P','US',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0H P','US',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0H P','US',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0H P','US',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0H4E','US',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\0H4E','US',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0H4E','US',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0H4E','US',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0H~E','US',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0JQ&\Z','US',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0JQ&\Z','US',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0Jx\z','CA',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0J|\g','US',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0J\4','US',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0J\\a','US',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0Kw{','US',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0Kw/','US',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0Kw/','US',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0Kw/','US',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0Kw\5','US',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0Kw\5','US',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0Kw\5','US',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0Kw\5','US',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0M%D\\','DE',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0M-','PL',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0MDt!','GB',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0M_83','KG',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0M݂K','RU',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0M\\X','ES',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0M\\X','ES',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\0M\\X','ES',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0Nn2*','RU',2,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0Nn2*','RU',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0N','BG',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0N','BG',1,20091,'brute'),('\0\0\0\0\0\0\0\0\0\0N','BG',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0N','BG',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0N','BG',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0N','GB',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0Nk','TR',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0Nk','TR',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0O\\','RU',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0Ov','FR',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0PB\\','IT',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0PB\\','IT',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0PN$','RU',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0PN$','RU',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0PN$','RU',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0PN$','RU',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0PN$','RU',2,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0PN$','RU',2,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0P','DE',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0P\','IT',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0P\M','EE',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0P\o','RU',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0P\o','RU',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0P\o','RU',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0P\o','RU',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0QEŵ','CN',1,20091,'brute'),('\0\0\0\0\0\0\0\0\0\0QGXY','CN',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\0Q\','RU',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0Q\','RU',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0Q\','RU',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0Q\','RU',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0Rp','GB',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0R\\','DE',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0R\Cd','GB',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0R\Cd','GB',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0R\2c','ES',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0R\2c','ES',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0R\2c','ES',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0S\','IT',1,20111,'brute'),('\0\0\0\0\0\0\0\0\0\0T%','DE',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0T-T\','GB',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0T-T\','GB',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0T','NO',1,20079,'brute'),('\0\0\0\0\0\0\0\0\0\0U\nҌ','DE',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0U\nҌ','DE',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0U','DE',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0U\"','PL',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\0U','PL',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0U\!','DE',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\0Vn\&','RU',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0W\Z:','IT',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0Wb','FR',2,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0Wb','FR',2,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0Wb','FR',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0Wb','FR',3,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0Wb','FR',2,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0Wb','FR',2,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0Wb','FR',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0Wb','FR',3,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0Wb','FR',3,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0Wb','FR',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0Wb','FR',4,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0Wb','FR',4,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0Wb','FR',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\0Wj\P','DE',2,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0Wj\P','DE',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0W\g','NL',1,20111,'brute'),('\0\0\0\0\0\0\0\0\0\0W','IR',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0XD','MT',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0X','CZ',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0Y\Z.','PT',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0Y\Z.','PT',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0Y-SY','RO',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0Y-SY','RO',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0Y-SY','RO',2,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0Y.[\','ES',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0Yw\','GB',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0Y\\x','GB',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0Y\','SC',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0Y\','SC',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0Zq-','FR',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0[y,\','FR',2,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0[y','FR',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0[y ','FR',2,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0[y ','FR',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0[y ','FR',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0[y ','FR',2,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0[y ','FR',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0[\','FR',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0[\','FR',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0[','FR',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0[\-','ES',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0[޴','ES',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0[޴','ES',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0[޴','ES',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0[޴','ES',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0[޴','ES',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0[޴','ES',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0[޴','ES',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0[','DE',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0[\@\','DE',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0[\@\','DE',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0[\@\','DE',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0[\@\','DE',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0[\@\','DE',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\~','FR',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\~','FR',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\~','FR',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0[\','IR',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0[\','IR',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0\\5`o','RU',2,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0\\5`o','RU',2,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0\\5`o','RU',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0\\5`o','RU',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0\\> ','LT',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\ u','DE',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\ u','DE',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\ u','DE',4,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\\','DE',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\\','DE',2,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0\\ͫ','DE',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0\\Ͷ','DE',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0\\Ͷ','DE',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0\\Ͷ','DE',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0\\Ͷ','DE',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0\\͹p','DE',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0\\͹p','DE',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0\\͹p','DE',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0\\͹p','DE',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0\\͹p','DE',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\\','DE',2,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\t','FR',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0\\޵\','FR',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0\\޵\','FR',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0\\޵\','FR',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0\\޵\','FR',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0\\޵\','FR',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0\\޵\','FR',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0]Z\','DE',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0]7','IT',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0^=','FR',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0^=','FR',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0^=','FR',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0^=','FR',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0^=','FR',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0^=','FR',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0^=','FR',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0^=','FR',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0^=','FR',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0^D\','IT',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0^D\','IT',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0^D\','IT',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0^D\','IT',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0^Hr','PL',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0_o\z','UA',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0_o\z','UA',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0_oF','UA',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0_\','TR',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0_\','FI',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0_\z','FI',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0ea>','CN',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0ea>','CN',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0e\','CN',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0e\','CN',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0e\','CN',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0e\l\','CN',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0g ez','HK',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0g ez','HK',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0gf\n','',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0gf\n','',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0gf\n','',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0gf\n','',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0gf\n','',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0g\\','NL',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0g9V','IN',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0g9V','IN',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0g9V','IN',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0g9V','IN',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0g9V','IN',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0g9V','IN',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0gJtH','VN',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0gLz:','',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0gLz:','',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0gLz:','',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0gR#','VN',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0g[\ ','MY',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0gnT(','VN',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0gnT(','VN',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0gnT(','VN',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0gnT','VN',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0gnT','VN',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0gnT','VN',2,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0gnT','VN',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0gnT','VN',2,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0gnT','VN',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0gnT','VN',3,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0gnT','VN',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0gnT','VN',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0gnT','VN',2,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0gnT','VN',2,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0gnT','VN',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0gnT','VN',2,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0gn','CN',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0gv\','TW',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0gǠ','VN',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0gv','',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0gv','',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0g','',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0g','',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\0g','',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0g','',2,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0g\(','',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0g','',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0g\5','',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0g\5','',1,20079,'brute'),('\0\0\0\0\0\0\0\0\0\0g\\','',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0g\\','',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0g\\','',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0g\\','',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0g','',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0g','',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0g','',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0gى','',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0gى','',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0gى','',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0gB','',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0gB','',2,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0g\?','',2,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0g\?','',2,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0g\?','',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0gV','',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0gV\','',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0g\','',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0g\','',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0g\','',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0g\','',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0gx','',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0gx','',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0g\','',1,20091,'brute'),('\0\0\0\0\0\0\0\0\0\0g\','',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0g\j','',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0gR\','',2,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0gR\','',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0gR\','',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0gR\','',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0gR\','',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\0g','',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0g','',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0g','',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0g','',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0g','',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0g','',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0g','',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\0g\\N','MY',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0g\\N','MY',1,20091,'brute'),('\0\0\0\0\0\0\0\0\0\0g\\N','MY',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0g\\N','MY',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0g\\~','VN',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0g\\~','VN',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0g\\~','VN',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0g\\~','VN',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0g\\~','VN',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\0h-)-','NL',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0hB','US',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0h\\d','US',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0h\K','US',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0h\K','US',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0h\K','US',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0h\0','DE',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0h-','DE',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0h-','DE',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0h-','DE',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0h-','DE',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0h-','DE',2,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0h\\','NL',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0k\'','US',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0kc','US',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0l\0','US',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0l۲','US',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0l۲','US',2,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0l۲','US',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0l۲','US',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0m\\e&','RS',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0m\\e&','RS',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0mi\0','HU',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0m\|N','BG',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0m\9=','GB',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0n\s','AU',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0pN\n<','VN',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0q\','VN',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0q\','VN',2,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0t>','CN',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0t>','CN',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0t>ή','CN',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0t>ή','CN',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0t>ή','CN',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0tv3\n','VN',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\0tv3\n','VN',1,20091,'brute'),('\0\0\0\0\0\0\0\0\0\0tv3\n','VN',2,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0t^','ID',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0t\','ID',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0t\TE','DE',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0t\TE','DE',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0v\','JP',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0v\"\','JP',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0v\"\','JP',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0v','KR',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0v','KR',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0v','KR',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0v','KR',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0v','SG',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0v','SG',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0v','SG',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0v','SG',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0v','SG',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0vR','BD',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0xm\','CN',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0xm\','CN',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0y(:','CN',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0y(:','CN',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\0y(:','CN',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0y(:','CN',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0y(:','CN',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0y(:','CN',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0zr=}','CN',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0zr=}','CN',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0zr=}','CN',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0zr=}','CN',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0zr=}','CN',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0zr=}','CN',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0zn','IN',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0{','VN',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0{\F','VN',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0{\F','VN',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0{\F','VN',2,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0{\F','VN',2,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0{\F','VN',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0{','FR',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0!(','FR',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0!(','FR',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0!{','FR',1,20111,'brute'),('\0\0\0\0\0\0\0\0\0\0O8','US',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0O8','US',2,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0O8','US',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0O8','US',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0O8','US',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0O8','US',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0O8','US',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0O8','US',2,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0X','GB',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0X','GB',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0X','GB',2,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0X','GB',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0X','GB',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0X','GB',2,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0\\J','DE',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0i','RU',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\02\','DE',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0|)','BR',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0|)','BR',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0|)','BR',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0|)','BR',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0|)','BR',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0|)','BR',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0|)','BR',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0\\q','US',2,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0\\q','US',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0(&','CN',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\0(&','CN',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0(&','CN',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0+\?','CN',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0+\?','CN',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0+\?','CN',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0+\?','CN',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0I~L','US',1,20099,'brute'),('\0\0\0\0\0\0\0\0\0\0I~L','US',2,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0j,','US',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0kz','US',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0m','US',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0~a','US',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\0~a','US',1,20091,'brute'),('\0\0\0\0\0\0\0\0\0\0~a','US',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0~a','US',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0~a','US',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\0\','DE',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0$','PL',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0I,','TR',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0$\','ES',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\02','RU',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\02','RU',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\02','RU',2,20081,'brute'),('\0\0\0\0\0\0\0\0\0\02&','RU',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\02&','RU',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\02&','RU',3,20087,'brute'),('\0\0\0\0\0\0\0\0\0\02&','RU',3,20102,'brute'),('\0\0\0\0\0\0\0\0\0\02*','RU',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\02*','RU',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\02*','RU',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\02*','RU',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\02*','RU',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\02*','RU',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\02*','RU',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\021','RU',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\021','RU',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\021','RU',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\021','RU',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\021','RU',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\0>W','GB',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0AT','UA',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0BZ','UA',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0BZ','UA',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0BZ','UA',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0G\n','ES',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0Wz(','TR',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0Wz(','TR',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0Wz(','TR',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0Wz(','TR',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0Wz(','TR',2,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\','ES',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\','ES',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\','ES',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0i\','IR',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0i\','IR',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0~\','IR',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0~\','IR',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0~\','IR',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0\','SE',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\00','IR',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\00','IR',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\00','IR',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0kW','PL',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0kW','PL',2,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0kW','PL',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0kW','PL',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0kW','PL',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0kW','PL',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0kW','PL',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0','GB',1,20091,'brute'),('\0\0\0\0\0\0\0\0\0\0','GB',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0','GB',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0','GB',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0<','GB',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0=','GB',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0m','GB',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\00Y','SE',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0\'','BG',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0\'','BG',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0\\,','GB',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0\\[','GB',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0\4','FR',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0\4','FR',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0\\','US',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0צ','US',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0צ','US',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0\̅','RU',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0\}+','US',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0\}','US',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0\}','US',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\0\W','ES',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0@r','CL',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0@r','CL',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0@r','CL',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0@r(','CL',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0@r(','CL',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0@r(','CL',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0@rn','CL',1,20091,'brute'),('\0\0\0\0\0\0\0\0\0\0@rn','CL',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0@rn','CL',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0@rn','CL',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0@rx','CL',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\0@rx','CL',1,20099,'brute'),('\0\0\0\0\0\0\0\0\0\0@r','CL',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0@r','CL',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0@t_','CL',2,20090,'brute'),('\0\0\0\0\0\0\0\0\0\0@t_','CL',1,20104,'brute'),('\0\0\0\0\0\0\0\0\0\0@ts','CL',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0@ts','CL',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0@t','CL',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0@t','CL',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0@t','CL',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0@t','CL',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0@t','CL',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0@t','CL',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0@t','CL',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0@vF','CL',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0@vF','CL',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0@vi','CL',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0@vi','CL',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0@vi','CL',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0@vi','CL',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0@vi','CL',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0@v\','CL',2,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0(A','DE',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0(&','DE',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0D/\','DE',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0','TR',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0','TR',3,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0','TR',2,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0','TR',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0','TR',4,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0','TR',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0\'','DE',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0\','ES',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0\E','ES',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0\7','ES',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0\7','ES',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0_L','FR',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0\N','FR',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0\N','FR',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0\N','FR',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0\','FR',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0\','FR',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0\','FR',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0\','FR',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0\','FR',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0\','FR',2,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0\','FR',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0\','FR',4,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0\','FR',2,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0','FR',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',2,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',2,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0*j','NL',4,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0*j','NL',2,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0*j','NL',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0C\','NL',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0C\','NL',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0C\','NL',2,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0C\','NL',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0C\','NL',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0C\','NL',2,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0a','SG',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0a','SG',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0a','SG',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0a','SG',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0a','SG',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0a','SG',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0a','SG',2,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0a','SG',2,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0\N','SG',1,20091,'brute'),('\0\0\0\0\0\0\0\0\0\0\N','SG',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0\','US',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0\','US',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0\\','US',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0\z','US',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0\','DK',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0\','DK',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0\','DK',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0\','DK',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0F*\','FR',1,20079,'brute'),('\0\0\0\0\0\0\0\0\0\0-','RU',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0\\Z\*','NL',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0\\Z\*','NL',2,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0\\Z\*','NL',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0\\Z\*','NL',2,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0\\Z\*','NL',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0\\Z\*','NL',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0\\Z\*','NL',2,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0£)','DE',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0£)','DE',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0£K','DE',3,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0¶','AT',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0\\ޘ','DE',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0\\B<','DE',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0\\B<','DE',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0\.K','TR',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0\6,','GE',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0\^\\','RU',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0\^\\','RU',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0\^\\','RU',2,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0\^\\','RU',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0\^\\','RU',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0ÅQ/','RU',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0\ɨ','DE',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\\','DE',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\\','DE',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0\','ZA',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0\ ','US',1,20090,'brute'),('\0\0\0\0\0\0\0\0\0\0\6~','US',1,20108,'brute'),('\0\0\0\0\0\0\0\0\0\0\\}(','NL',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0\\}(','NL',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0\B','US',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0\tM','US',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0Ǹ\','US',1,20079,'brute'),('\0\0\0\0\0\0\0\0\0\0\\','US',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0\+x','AR',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0\i','BO',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0\i','BO',1,20091,'brute'),('\0\0\0\0\0\0\0\0\0\0\i','BO',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\','BR',2,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\','BR',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\','BR',2,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\','BR',4,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\','BR',3,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\','BR',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0\&','IN',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0\&','IN',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0\&','IN',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0\&','IN',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0\3SR','NP',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0\3SR','NP',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0\=\\','AU',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0\=\\','AU',1,20111,'brute'),('\0\0\0\0\0\0\0\0\0\0\>8','AU',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\1','VN',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\\','VN',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0ʸ[\','MY',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0\|!\','PK',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0\|!\','PK',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0\|!\','PK',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0ˡ ','SG',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0ˡ?','SG',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0ˢx','VN',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0ˢx','VN',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0ˢx','VN',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0ˢx','VN',2,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0ˢx','VN',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0\,IA','US',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0\\\\','US',1,20089,'brute'),('\0\0\0\0\0\0\0\0\0\0ν!6','SG',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0ϔJ\','SG',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0ϚĈ','DE',1,20079,'brute'),('\0\0\0\0\0\0\0\0\0\0\~\','US',1,20108,'brute'),('\0\0\0\0\0\0\0\0\0\0\','US',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0\m\"U','US',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0\mg','US',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0\mg','US',1,20100,'brute'),('\0\0\0\0\0\0\0\0\0\0\mg','US',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0\mg','US',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0\m\\\','US',1,20083,'brute'),('\0\0\0\0\0\0\0\0\0\0\m\\\','US',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0\m\\\','US',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0\qB','US',1,20095,'brute'),('\0\0\0\0\0\0\0\0\0\0\qB','US',1,20106,'brute'),('\0\0\0\0\0\0\0\0\0\0\qB','US',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0\rN','US',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0\rN','US',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0\&{','US',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0\&7','US',1,20109,'brute'),('\0\0\0\0\0\0\0\0\0\0\W=','US',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0\~','US',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0Ѭd','US',1,20107,'brute'),('\0\0\0\0\0\0\0\0\0\0\\','BG',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0\c','LT',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0Մ\H','NL',1,20099,'brute'),('\0\0\0\0\0\0\0\0\0\0Մ\H','NL',1,20101,'brute'),('\0\0\0\0\0\0\0\0\0\0ՈS\','DE',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0Ո]','DE',2,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0Ո]','DE',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0Ո]','DE',2,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0Ո]','DE',1,20097,'brute'),('\0\0\0\0\0\0\0\0\0\0Ո]','DE',1,20105,'brute'),('\0\0\0\0\0\0\0\0\0\0\\,','GB',1,20096,'brute'),('\0\0\0\0\0\0\0\0\0\0\\{','TR',1,20082,'brute'),('\0\0\0\0\0\0\0\0\0\0\E(','US',1,20092,'brute'),('\0\0\0\0\0\0\0\0\0\0\E(','US',1,20103,'brute'),('\0\0\0\0\0\0\0\0\0\0\:','',1,20110,'brute'),('\0\0\0\0\0\0\0\0\0\0٠','DE',1,20081,'brute'),('\0\0\0\0\0\0\0\0\0\0٠','DE',1,20086,'brute'),('\0\0\0\0\0\0\0\0\0\0٠sZ','DE',1,20080,'brute'),('\0\0\0\0\0\0\0\0\0\0٠sZ','DE',1,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0٠sZ','DE',1,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0ٶ\','FR',2,20084,'brute'),('\0\0\0\0\0\0\0\0\0\0ٶ\','FR',1,20085,'brute'),('\0\0\0\0\0\0\0\0\0\0ٶ\','FR',1,20087,'brute'),('\0\0\0\0\0\0\0\0\0\0ٶ\','FR',2,20088,'brute'),('\0\0\0\0\0\0\0\0\0\0ٶ\','FR',1,20093,'brute'),('\0\0\0\0\0\0\0\0\0\0ٶ\','FR',1,20094,'brute'),('\0\0\0\0\0\0\0\0\0\0ٶ\','FR',1,20102,'brute'),('\0\0\0\0\0\0\0\0\0\0\\','KR',2,20092,'brute'); /*!40000 ALTER TABLE `wp_wfblockediplog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfblocks7` -- DROP TABLE IF EXISTS `wp_wfblocks7`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfblocks7` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `type` int(10) unsigned NOT NULL DEFAULT '0', `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `blockedTime` bigint(20) NOT NULL, `reason` varchar(255) NOT NULL, `lastAttempt` int(10) unsigned DEFAULT '0', `blockedHits` int(10) unsigned DEFAULT '0', `expiration` bigint(20) unsigned NOT NULL DEFAULT '0', `parameters` text, PRIMARY KEY (`id`), KEY `type` (`type`), KEY `IP` (`IP`), KEY `expiration` (`expiration`) ) ENGINE=InnoDB AUTO_INCREMENT=4621 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfblocks7` -- LOCK TABLES `wp_wfblocks7` WRITE; /*!40000 ALTER TABLE `wp_wfblocks7` DISABLE KEYS */; INSERT INTO `wp_wfblocks7` VALUES (4564,2,'\0\0\0\0\0\0\0\0\0\0q\',1737552395,'Blocked by Wordfence Security Network',1737552395,1,1737552995,NULL),(4565,2,'\0\0\0\0\0\0\0\0\0\0\\\ u',1737553251,'Blocked by Wordfence Security Network',1737553251,1,1737553851,NULL),(4566,2,'\0\0\0\0\0\0\0\0\0\0\\',1737554119,'Blocked by Wordfence Security Network',1737554119,1,1737554719,NULL),(4567,2,'\0\0\0\0\0\0\0\0\0\0\r\k=',1737554172,'Blocked by Wordfence Security Network',1737554172,1,1737554772,NULL),(4568,2,'\0\0\0\0\0\0\0\0\0\0\\ͫ',1737555024,'Blocked by Wordfence Security Network',1737555024,1,1737555624,NULL),(4569,2,'\0\0\0\0\0\0\0\0\0\0,\',1737555973,'Blocked by Wordfence Security Network',1737555973,1,1737556573,NULL),(4570,2,'\0\0\0\0\0\0\0\0\0\0h-',1737557792,'Blocked by Wordfence Security Network',1737557792,1,1737558392,NULL),(4571,2,'\0\0\0\0\0\0\0\0\0\0',1737559179,'Blocked by Wordfence Security Network',1737559179,1,1737559779,NULL),(4572,2,'\0\0\0\0\0\0\0\0\0\0/an\',1737559657,'Blocked by Wordfence Security Network',1737559657,1,1737560257,NULL),(4573,2,'\0\0\0\0\0\0\0\0\0\0h-',1737560591,'Blocked by Wordfence Security Network',1737560591,1,1737561191,NULL),(4574,2,'\0\0\0\0\0\0\0\0\0\0Hӱ',1737561439,'Blocked by Wordfence Security Network',1737561439,1,1737562039,NULL),(4575,2,'\0\0\0\0\0\0\0\0\0\0Wz(',1737562268,'Blocked by Wordfence Security Network',1737562268,1,1737562868,NULL),(4576,2,'\0\0\0\0\0\0\0\0\0\09{',1737563802,'Blocked by Wordfence Security Network',1737563802,1,1737564402,NULL),(4577,2,'\0\0\0\0\0\0\0\0\0\0H\n',1737564520,'Blocked by Wordfence Security Network',1737564520,1,1737565120,NULL),(4578,2,'\0\0\0\0\0\0\0\0\0\0-O\',1737565266,'Blocked by Wordfence Security Network',1737565266,1,1737565866,NULL),(4579,2,'\0\0\0\0\0\0\0\0\0\0\\v',1737565981,'Blocked by Wordfence Security Network',1737565981,1,1737566581,NULL),(4580,2,'\0\0\0\0\0\0\0\0\0\0\',1737566688,'Blocked by Wordfence Security Network',1737566688,1,1737567288,NULL),(4581,2,'\0\0\0\0\0\0\0\0\0\0\\',1737567359,'Blocked by Wordfence Security Network',1737567359,1,1737567959,NULL),(4582,2,'\0\0\0\0\0\0\0\0\0\0\\}(',1737568071,'Blocked by Wordfence Security Network',1737568071,1,1737568671,NULL),(4583,2,'\0\0\0\0\0\0\0\0\0\06&Uh',1737568436,'Blocked by Wordfence Security Network',1737568436,1,1737569036,NULL),(4584,2,'\0\0\0\0\0\0\0\0\0\0\:',1737568766,'Blocked by Wordfence Security Network',1737568766,1,1737569366,NULL),(4585,2,'\0\0\0\0\0\0\0\0\0\0/jɆ',1737569477,'Blocked by Wordfence Security Network',1737569477,1,1737570077,NULL),(4586,2,'\0\0\0\0\0\0\0\0\0\0GE',1737570147,'Blocked by Wordfence Security Network',1737570147,1,1737570747,NULL),(4587,2,'\0\0\0\0\0\0\0\0\0\0@t',1737570866,'Blocked by Wordfence Security Network',1737570866,1,1737571466,NULL),(4588,2,'\0\0\0\0\0\0\0\0\0\0\\\ u',1737572276,'Blocked by Wordfence Security Network',1737572276,1,1737572876,NULL),(4589,2,'\0\0\0\0\0\0\0\0\0\0gB',1737572997,'Blocked by Wordfence Security Network',1737572997,1,1737573597,NULL),(4590,2,'\0\0\0\0\0\0\0\0\0\0X',1737573129,'Blocked by Wordfence Security Network',1737573129,1,1737573729,NULL),(4591,2,'\0\0\0\0\0\0\0\0\0\0E\;',1737573722,'Blocked by Wordfence Security Network',1737573722,1,1737574322,NULL),(4592,2,'\0\0\0\0\0\0\0\0\0\0M\\X',1737574464,'Blocked by Wordfence Security Network',1737574464,1,1737575064,NULL),(4593,2,'\0\0\0\0\0\0\0\0\0\0\',1737575873,'Blocked by Wordfence Security Network',1737575873,1,1737576473,NULL),(4594,2,'\0\0\0\0\0\0\0\0\0\0Wz(',1737576621,'Blocked by Wordfence Security Network',1737576621,1,1737577221,NULL),(4595,2,'\0\0\0\0\0\0\0\0\0\0e\',1737577361,'Blocked by Wordfence Security Network',1737577361,1,1737577961,NULL),(4596,2,'\0\0\0\0\0\0\0\0\0\0\\\',1737578060,'Blocked by Wordfence Security Network',1737578060,1,1737578660,NULL),(4597,2,'\0\0\0\0\0\0\0\0\0\0Nk',1737578790,'Blocked by Wordfence Security Network',1737578790,1,1737579390,NULL),(4598,2,'\0\0\0\0\0\0\0\0\0\0D\w',1737579519,'Blocked by Wordfence Security Network',1737579519,1,1737580119,NULL),(4599,2,'\0\0\0\0\0\0\0\0\0\0\"',1737580219,'Blocked by Wordfence Security Network',1737580219,1,1737580819,NULL),(4600,2,'\0\0\0\0\0\0\0\0\0\0\6,',1737580283,'Blocked by Wordfence Security Network',1737580283,1,1737580883,NULL),(4601,2,'\0\0\0\0\0\0\0\0\0\0[޴',1737581038,'Blocked by Wordfence Security Network',1737581038,1,1737581638,NULL),(4602,2,'\0\0\0\0\0\0\0\0\0\0gf\n',1737581766,'Blocked by Wordfence Security Network',1737581766,1,1737582366,NULL),(4603,2,'\0\0\0\0\0\0\0\0\0\0Y\',1737582127,'Blocked by Wordfence Security Network',1737582127,1,1737582727,NULL),(4604,2,'\0\0\0\0\0\0\0\0\0\0\'',1737582516,'Blocked by Wordfence Security Network',1737582516,1,1737583116,NULL),(4605,2,'\0\0\0\0\0\0\0\0\0\0\\',1737584014,'Blocked by Wordfence Security Network',1737584014,1,1737584614,NULL),(4606,2,'\0\0\0\0\0\0\0\0\0\0;\"\',1737584721,'Blocked by Wordfence Security Network',1737584721,1,1737585321,NULL),(4607,2,'\0\0\0\0\0\0\0\0\0\0\',1737585466,'Blocked by Wordfence Security Network',1737585466,1,1737586066,NULL),(4608,2,'\0\0\0\0\0\0\0\0\0\06*\',1737586723,'Blocked by Wordfence Security Network',1737586723,1,1737587323,NULL),(4609,2,'\0\0\0\0\0\0\0\0\0\03\jp',1737587682,'Blocked by Wordfence Security Network',1737587682,1,1737588282,NULL),(4610,2,'\0\0\0\0\0\0\0\0\0\0g',1737588452,'Blocked by Wordfence Security Network',1737588452,1,1737589052,NULL),(4611,2,'\0\0\0\0\0\0\0\0\0\0BUj',1737589164,'Blocked by Wordfence Security Network',1737589164,1,1737589764,NULL),(4612,2,'\0\0\0\0\0\0\0\0\0\0\\Ͷ',1737589931,'Blocked by Wordfence Security Network',1737589931,1,1737590531,NULL),(4613,2,'\0\0\0\0\0\0\0\0\0\0C+\r',1737590676,'Blocked by Wordfence Security Network',1737590676,1,1737591276,NULL),(4614,2,'\0\0\0\0\0\0\0\0\0\0\0\',1737591447,'Blocked by Wordfence Security Network',1737591447,1,1737592047,NULL),(4615,2,'\0\0\0\0\0\0\0\0\0\0S\',1737591491,'Blocked by Wordfence Security Network',1737591491,1,1737592091,NULL),(4616,2,'\0\0\0\0\0\0\0\0\0\0!{',1737596076,'Blocked by Wordfence Security Network',1737596076,1,1737596676,NULL),(4617,2,'\0\0\0\0\0\0\0\0\0\0\=\\',1737600472,'Blocked by Wordfence Security Network',1737600472,1,1737601072,NULL),(4618,2,'\0\0\0\0\0\0\0\0\0\0a ',1737605067,'Blocked by Wordfence Security Network',1737605067,1,1737605667,NULL),(4619,2,'\0\0\0\0\0\0\0\0\0\0\v',1737609813,'Blocked by Wordfence Security Network',1737609813,1,1737610413,NULL),(4620,2,'\0\0\0\0\0\0\0\0\0\0W\g',1737614789,'Blocked by Wordfence Security Network',1737614789,1,1737615389,NULL); /*!40000 ALTER TABLE `wp_wfblocks7` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfconfig` -- DROP TABLE IF EXISTS `wp_wfconfig`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfconfig` ( `name` varchar(100) NOT NULL, `val` longblob, `autoload` enum('no','yes') NOT NULL DEFAULT 'yes', PRIMARY KEY (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfconfig` -- LOCK TABLES `wp_wfconfig` WRITE; /*!40000 ALTER TABLE `wp_wfconfig` DISABLE KEYS */; INSERT INTO `wp_wfconfig` VALUES ('activatingIP','88.179.62.8','yes'),('actUpdateInterval','2','yes'),('addCacheComment','0','yes'),('adminNoticeQueue','a:0:{}','yes'),('adminUserList','a:1:{i:1;i:1;}','yes'),('advancedCommentScanning','1','yes'),('ajaxWatcherDisabled_admin','0','yes'),('ajaxWatcherDisabled_front','0','yes'),('alertEmails','','yes'),('alertOn_adminLogin','1','yes'),('alertOn_block','1','yes'),('alertOn_breachLogin','1','yes'),('alertOn_firstAdminLoginOnly','0','yes'),('alertOn_firstNonAdminLoginOnly','0','yes'),('alertOn_loginLockout','1','yes'),('alertOn_lostPasswdForm','1','yes'),('alertOn_nonAdminLogin','0','yes'),('alertOn_scanIssues','','yes'),('alertOn_severityLevel','25','yes'),('alertOn_throttle','0','yes'),('alertOn_update','0','yes'),('alertOn_wordfenceDeactivated','1','yes'),('alert_maxHourly','0','yes'),('allowed404s','/favicon.ico\n/apple-touch-icon*.png\n/*@2x.png\n/browserconfig.xml','yes'),('allowed404s6116Migration','1','yes'),('allowHTTPSCaching','0','yes'),('allowMySQLi','1','yes'),('allScansScheduled','a:2:{i:0;a:2:{s:9:\"timestamp\";i:1737798000;s:4:\"args\";a:1:{i:0;i:1737798000;}}i:1;a:2:{s:9:\"timestamp\";i:1738057200;s:4:\"args\";a:1:{i:0;i:1738057200;}}}','yes'),('apiKey','d1dfa6c9f932c92f9742272ef0b89b5ff04c3f37c5f8d9b195c6ab944aa964a9bb2263d2f183804087e868c2179f2b978eba25a7598e484c66294cea6e25fab9df0f8fc011d42737207c3dec80894c48','yes'),('autoBlockScanners','1','yes'),('autoUpdate','0','yes'),('autoUpdateAttempts','0','yes'),('bannedURLs','','yes'),('betaThreatDefenseFeed','0','yes'),('blockCustomText','','yes'),('blockedTime','300','yes'),('blockFakeBots','0','yes'),('blocks702Migration','1','yes'),('cacheType','disabled','yes'),('cbl_action','block','yes'),('cbl_bypassRedirDest','','yes'),('cbl_bypassRedirURL','','yes'),('cbl_bypassViewURL','','yes'),('cbl_cookieVal','5c72996581cf3','yes'),('cbl_loggedInBlocked','','yes'),('cbl_redirURL','','yes'),('cbl_restOfSiteBlocked','1','yes'),('checkSpamIP','1','yes'),('config701Migration','1','yes'),('config720Migration','1','yes'),('coreHashes','\0\0\0\0\0\0\0\a:2:{s:4:\"hash\";s:64:\"b5a9185a154700d015aa0bd1e20c447eb83da93fb03d33a022c316e65a854b04\";s:6:\"hashes\";s:148768:\"\0\W7ht# q)d\\$\0\\\0(\띰xJ{\hϮ%\r^\:(\5\0(\ZYY@\Iq\ȗ#\\T\@\0+0ߨP;PO \'^p|NsN6d\ \\04ߗt\\vQ\޹\'_\\\ajx\Ҧ\\0E=j\ȋ|p8.\½\֤SGp\\0Eqx\Pa>bv\Do4VG;a<\\0^N\弘ae|K-\\ܰ\\ɜ=\\0b&F%|w\*Qr;|/=(A\<\0#\B\5\j$#\j!\bNj\0ۧ\4(\KI|0 \qD.^v\0>|\;(߯\\W*7? \n\N2=\7[Uo\0\i \\ք\"\\\]\^\XD2](\0/o):4]\_\\+̔\c\\0˼o%\?\NW\ǏN{\j\0\D9\0\e*\@t\"\\q ȐN5H\0\9\wi\\5\\\\}h\\\0\Z̈~\0=\\G#CZ}\*p\0\T|̅_\S8O0μ¸0\6\0-bs\G\n(hr\Z.n\!e\\z.Yx\U\i \5G\\$P\u\vATpl\J}a\Z\\0VX=:8~\"2ʦDI\XVfEW\e\G]q)6\ \j\\nNؤ^}0[PKXs+ȉ0\\sD\\\;\P\=\'2\ \0DfawS\[U`|WSPD\羟Nh\b!\#8i\>kq6RE5:\";Bi.qX\A4\uU+ױ\ϱ\T_^gyzGL\"1U}6:l|\(㜦q{\V~u\<Dho*cϬ0\\xcl$ 4\\m\\o`vA:\`{rf\\_S3/s\m\?d^͔0\X0\#q\-ml\*\ \#L& $FΪK#\\"`ԈMCWd#TcxE\ƒy\ũ\H\\>\\$\2\]\%\\*6\\\dpۛ!s%\]Z\Y\o\ݿ\r;G\\"5 }\x(\\r\:a,zmKH1|/\\+Gu\\&\w]\-H\rRW\\\5\'=\P\\\sZFԤoD-x?\]Z\\"\z\8Ŏ\V\M˻yULK C\Wa\\\\ˁ\\n;\0\Ġ\"fАΟ\\\'\r͍D\dM\\\\s\ǿ\ڴ$2j)\,\n\' #6\9\n^\\ nt\"V8M@H؟Q[S$\ږmK\2ef\ te4\ZGG.fVy`\)\".o[`\ϐ\\r\n\jnviU\n@,+!%u re4\+JuP$)O\y\Z\g`\J\r5n]S\̓\&t,WN\P\2\\"Ş,|^\\y޲/\Z(A1]/ƅBMj:\@ѫ\G+S\fdVi\n6Wԑ\\<\O \Ej2Q\\\r|X6\\\\\/46J\\?\\\XGX~uic\r\pQ\\활 \r?cL\Tӊ\qgȫ?crȸtd\B\rTJ\,Q\$TDh\ \((ZdzvO\_;ƀEpY.\&}_ \Q\\oS\nn̵v\\0)\\S\ nR\'X^\kh\ɑ\i\7\Ӥ\:DILV \0y\Z)K\n\\\d\*Y\®s\1݈]^]RɢNFM\J\,\ i\I.2 >1Z\;ר1ԁ$!W:\\\LRdF@\\yo\F Sx\Dq5\/w\_W:\+f1zg\\Y\m xGO0\\\jo].㖽B=f~:N\Fa6ա\\nY \\\'\i\\+` \fGYbm\UPMJ\ڡ0&Cv\\M$\\O4-K o6\lb1E\;7x?-DZZ\zE*nkE\m@\ \\\1sY#1$\\\Z=IbXBr?\ͥ-!\i>[eV{\W!FPb<&„A\\\8\`\\]wB\κ@kp&h4ԛ2f\'G\\\IS \}}R⥅JЛZ[`\mI$= D֛&\Ǿ@+բ\\qO.x&*p@l\\\Β/kz=i\\\ S\\Z\Z4ڶ1\5\23\r#?E\Q\\L\Im$\Z\\B\Z\!\&͖Ck`7\\\'/]\i5\0\2SC\\+2\f!Og\veC \h\\\%%\\-\\)^\\\0t`k\@U\OŔcp\>\!8HB6\\\\\=b\!nz\0OS~K\\|$\\T\\\lJ \bOw\\\\f\nTEg\ZU\\rl{\SYD7I\. `\\Ï}#٧J4 6鎬\M&$!2d<\\ |\\?g\nKNe\ӌ&\ЎuѡIqtn ~T _j\-\%?70i\}\e\iZ\O&E+rXe{emX\\<:KSy{r>K^s\VS2oH֏\_\\)7\\z_oe\\ŭy^/?h;@r\K%\\LP\f\c\(|\_]\U\͒o~ME\\\\\sRp\d\\F[\'r\5l蔝媀\X\ec2BZ Q jh\!>&\s\@Z2]i ](J~n3\\ϝـhjq\o\2kLJQc\0\8|V\\D\>\Ι+\N\ZF\|#4m=\9cu\ANں)\r\m\MA\\Dos,\\$gJ \Ŗ\7l}\a\\\w|\gRLh!1\R&\'kD\':8YިKAa-RHT\\(:=ߤ\'\\\\0|\8\(]xZ\\vJ+\~S$ً6\\vgAќʋQ?j`JN]\0&b\0\V?9\\".I32r)rk+`NiM\2]< h\n\˥O\ 35F\\\\\\0,vS\\+p\n.\\r\J*RT !\A&\UB\tG=_:\\\]>i?η@ڹ\aKպ\*Խ+]ҮgƉ^62G\rS |;)$=Xn!\l=\@A\\:\V56U\x5Px\&:VV\\-qX\A9M\4\\-t\n{\\}MI AE0N\\\\.T0b([\\\oYd\\%\ \+[B f<3)|y-d\]`,5\l9o\x;xZ\q@\\51aIxMOYU\rZ\tKϭ\uJOyŹ&Ҹ\*\ܲ\us#t1#4\\\䂹\Z\'&\8\\0\m9;:\\ͼf\\f)I\;Poi\\\=DᎯ\0Sl\hsgܺ{,\)\Z|\\ <\nx*\\\i\\\`h`P*ͤ!j1m!~J\rO\]YɺHI|\\P\\\\Bbe\^Έ;VT1\cj] k^O\\9A9/\\Z%@b.` po\\df\? jr\Y\e|\Hh>\,ec\Res5-\D=\\<\: 3\\ϩM\\>r\6\Ԥ\%zuۇ7}F\\[yx]k\\ݭYr\9IV,C2\"\V\lp]l2P\f>\Kp\\֚Jbvw`\*w\}\*ʘ)>2qe^\)P\nGfR@Ol,>iv\:`\tQ\*8\'<\n\J;H`Q؝6pq\a%\\r\ \\"An3H\Is\:Yae0BҲyPp\nﭾ \!Λ\\&\Ʌ\'M\4\BS\\+\'4&$ءVgg\o\g~\ \m/\/&t+\\s\\\\\"#:Zܯ4㓉&_&\\\6\"xF|w`AZ_+vL\r}N\P\\\6_\Ұ\ݾl2bqÜ$Uv l,s\\\"\rm\`\YדUX^Ms6RH@ &冾B\x@d\R#UOPgsHo\)n\\Wr\\tZ\M\\?%\V\DFv\91{|\;\\n$ynȚhME\\:z\\@\*9V μ[EBu}<\Z#d4*? \dQ]Bx.|9D:h@\\Q\/U\0-|_ۢ1g -+\}Ԙ!^iB\J\\\W]f@@w= .]\kZ1љm\G]\x\0\\ 14\"1IxGL[ >(G\A:\ 64\ 2DM\M\$\\r澐i\0\ 8\\Ŭ\jAʔ5\+X oTm_| M\\yu$1ck_Ko\f\\m% g)[.r\n\oi\{4Q\n\r8H\rfX\ vlٮ\!Pm\n6|ϔK ~\C\ȫ7\\:s&u\\\\j\\t +{R\\ل\\\nt,Ǟ`\|U\ #t̹\p=I\")F ֓\\-\nqU\i\\-$\h*\\ml \\W\A2Lh`\i%iv\2\\޴ \Vh\LC»>U\8.\`\@\n*< \ӳ?HM\'V\\\L\\'[R\\n\\\VY\"׳\\\\X@;t\3`v\\':js(-N\ ֠\\N\3\:\VS;\\\CT\n ]CrJ2\\m5CZ\0\/@@1\1 \D\ծ6 8g\n)e\\\z\l1MH& \\S\.>UB|2ӜOU}\(԰ z̹\=\䆀\0j24\n:Wn\\C2 tc\2ĒZVR\顃[l#4\> 1εE\l|lh\\]\:\Yň 3 \\\\gm̻1)q+#\\b\^0rR ^|\\2ZWc\t\V\Ұzo _ҲYn,J\́T\NB(\- g\\\ICڞ\:r\n̿>Tw\D\nQ!@ iD\\r\ȭ!wzL{\J\y7-\ m\\\G鴞Y\[\\k\\En#Xv\i wR:M7K kRD . L9 %SJ*n\'ͪt^\\Vɹ\O \\\*(7Y\(V \z|%\0\'j\ lص$h\TC\\՞N8kȺ\y *JT41l$y,\`pM\j]#\WBTm7gy\Z]OYTbPǚ昁F\M(b;ˏK\\g&\n-nzEja #[՝YdIdf@\\K2o؂/*\~\Hw\c@\2\,\\P0\\\\\\x`Ձ\dZvs .\\k\\Z5\\0yX$\j뤋\I\8\\@t=\\{9v\\>:̷M\Z\ϵ\rBt\r\\\\ 3i0bn\\ j:$L g\ra\tC Y\n\H\$$T̞}^pfO]\ǭN3%\r\\\-\AJK\ K\7Pxe\\'PH \HP=,O=\\+\g\oYqa|\\nk3L#L\N}\\ZE\O\\0u\\FOR\Z)ā\;S\'bNQ\\\i}\G\D7\OF5\B\Nov\\\:A_-3x\ZJB@ky50\gPL/(O\)\G.\GnE\\\\n\Q\(\;4.`R\w!Tuwmt5\o\n\2A\"kߚz|lS\Pp\k\G\M\8\\Թ\\fE\x;˝\O\[\J`uO\v&_\\\-]\E\;|x$\\(t`\"\/\Z=\`>&\oR֫\ \ڲ \\}\Z w\%(4);\r\\;)6qi9C\2\\t\d64Kծ\A\U)۳!Pdlw\+>\;\\O-LhyML)\\VH\\3_@AJ!\_drN\d\G;Ϸ6<\wj;\V\4dk\Է܏>Dj\,p\k~*\d}\[\\\H?\iK[i/\ (\^\\4c-\Ȝ)͗\۷\@c.\V_;q:uM\XbW\ Z`\\Eض\r\S\ky\\%/-u_EC?o\TgNLC\"M\61ɿ\\\)ji\]\mb#6C2\ao\2ᨁF\\ˁL\W%\rVJ~p\$P(q\\0RS\;\rs}o%XOwR \\\B\;z\\ b#\qlESWD\Lex\\骴@m!\~\\| dET9v,Wы\ʀKK\\#\0\f羀G~p\\oPq\9\\rbL\\92׬n*PP\0Aw:oHRRES\G\ʏT-\a*Qf,S7\q\̓(\F-\$>QA*0l[U[\A7E\OxƟ:Y\{ 2gZ+j{\hN.m۩+\6r0jU\\Y\r\ρF\%\\\V[z7\\q\X\{4a\\4=P\Ҟ%^\\$rfz;@h謬&f{2T,Jg~\KObH\$(\r_\ntl\ 6\Ax 70)P;\\01M{}i\6ާh\`G\ )U\r\:pKBR_E\ߍ\n\}HNf΍0/,u\I\)\-[\0=ֹ?+;Q/׬W/{\lDAU\\Rprmm\rF6\\طi(\":@c\:\\r劸֬+)\\7X[_u\۱H\\]\"¡`\nrXa\;\?~Rq3ٽR  \a\r\0\B;е=S\@dc]rRּn\ \<\6C|\\ ^vs_%W\\\rJ\*\fzK\HvM,\\,\z㡫\?jk\[\0}\FW@U0\\W\gS2c\\FF|\2`85Sb\G?e?q7#pjڥ|ɨ\0Y\\\O|aV3EFW^@l24K\\<\\\/#\Z\jp!CB\ڋTL\X\6j\\y\\Z\n\ё\4W\\\Z\T\\M\\\VdE\\බ|@\])2ԕiq\j\\'Vp,\\\\K\zMr#\\6h\q :@\߮\r\\\0lҞ\\\6\j\Zmc -k\\\Y\\xJ \\5\_\*\]O\\sM\\n\ T27\oڠC\g`c\˰m\upa\\|/J\y2\fy2qt\@Wk\mx\G\\V͒׵\pz8 ^V\\c\\\Ì?oss\\Sk訍\n!\>x\\h|,e0?s4n,\Lmu\Z\^΅hU}1}=\z\iy\'\'|KW?[r(\r\\Z3\zػ\fW^P1Y\2&\\ۑpAU\\%\f\G<+HH4ywy\\'hzx\\"v\\p\$bo)cHvS\n_\(aWcʹA\`k \BʜѮ,2\S\^úD\\Zѣ0?\ޖ ft&\!-U8\\7.l8\leQ,\\\ n\\aTߌC\Ӏ#\\\\ 6w&\ fU\\n` Vr{YU\"V1\ \]98}.@ \rf[ɖ&\1^gž+fV\`6) 5E\\Sj\\ \rK\\\uj\\%p\\A9Xc<_:\l#(\ǀv)ɣ,Ĺv\V-nz\W\E\2\D\ H!~\\ꩠFg\J\Zop\']Mi@P;\VK iV(\~n&^VT\Sn\\\^\Ey \u\0ci^Su\%D{o\x\\\4\'10p\\G&\o\\AM\q\\5\@\=\ @\\3\#\Zж/*t\r\\6\0\XϘ\\ZAS\\[[kn/:%\>\Z\'_\ZK\GUm0;A\򳡆-vn\\0]І{l\CMv\ɾ@ƑT\97C=yZ\3Ήc3m!pr&,\Y*\l}J\px5K5&\0CRdR5P,Ba#1Qf\Z\r\݊P[\Y\ fdfsRt\'/iQf7Ꜯ\&\'dWzғ|\1\Ɏz\"z|s\e\\Qg\J\Эz-X+|@\V\c\x\瘝s|0\vɶP5T⍠!w\R L\jZ^\'{ )8m}.\rd_n5i?W):\\`^V=\w=\"\[<\U܀ĵ\9YCW\-\ GMdz[g\b\\\ꤼ\&\{737ki\\֐ 5є3N0P5y}@٪\\b1po4\\A\{/\"\r\u0yLi(\H\'v\-3*3^ \c(^U#\g\ph\\z{:\7bc/\LV9\b\ar\~D\,\?Ѡ\Gd)FA\u\\``\ڿo\ۭra\\\\چc,=\sK>Pסe\)9R\B[\\|\\\-s1ʎSP\\E\GI\45\MC\gY<-b\O\,w[\6eJG7U]\\J\5\\\N(-\r\X_\j\r15-Q\_\Y\ng^ʸ\"|.Y|\b\\O-\b$\t+8j\K׹\Z\\X#\[\\w\wq51\Dj\\LH^\t+\?\Zc\i\{\íq@:\[b\dl9\ր,ܱ\MS,e\lNr}\6\n\0O!\"j:(!b*C\rz\\"{\t\r =\I)\^sb\ZZ\nS\raL\& \v\3+kCJ\I\Z<\0P>%@5\v%\(\ \ JaI\\\ѓHO\'\n\(Pӳ\n\r\\ \s\J\bmLh笇[\'{0\l\u\\ʒhk FNʨ\n\,U|\록\X\\5\)\aT\\\ԩ %2Ry\\\ūi*\%h%\\\\\\$)`v:#f,\\htD\)WMF\4~\r.xd\n:\xA\-\H>J\\y;\\\\b6\chN\\\E4#\\GYZ>\AQb&YZo\>Qr͡\_peNO\/*mv\\ȿ\n6*\zo\n\ i9\0T9\\>$2\‚\ݲ\\j\\rwhq\M\TUЩw͙CHN\0\I<\.\O\Ə†ͧ\\\\fh_2E_T.Zui\\Y\\k.\\{g\:\\FhdaGI\0q׹a\Z\"D\'\ϰ\Z;I>)$\pi\"\)\l\}\*\\3yXZ \\joy\\\oC\\w=usn@\\=]N1%P0\\.\"pTӜq(%7NO\2\"hkUvr޴\\'r\-A\D^\'\W1Q5[ۋ\)\\r8۝5:\?*)KEcZWq85\q\r\\\@\7VR\ۘ]7Ni\\jR\"~R\\O|⺥f\`S:\\r\\\b -\\|\ۃ9E\g\\f]Hh~\w\\w\O\0LhD:m \3(TN\\\\,\\\jpJ\̺\\\\\γSy\9s68rM\ڠc\\\ \4boT,>\nu \U`.9>Y3`yk\6d?j/&b\\"\n\<5.Bz\n\1YY]}\\{6\^\r\\oʠaXܖ^\ 捄s0\\ɻsy0\1\)fx X\`\[Z76\\.-*\P\U\-8m@e05\\wMv\1.\ʞRfq\"^\hS\;X~Y\\Y^\ϻjcT\x\Fw7?D? Fa\0\-\@\h1\\+K(\\\a\\]DR\:[_I3y\\wtן#F 3=2\\2 I8\\JpL]]}\0nP\rQ\\\\cJ\YB=niQ\=Ne\ձunS,\\h\\\\X\:_\U\-\J\rS5\btLȒ|\n 4\0ْ\'\/XMK,f\"*Z$\4 %-\b#\6u|Ė}b\Js6\ \h%\nf\J(\UZu\@DRzC \\oI\ڞ\"0\\4N\\Ϩ .,2F*\\z&@;\`x^\#.W(` :kYMjxRցִP=\T\_U~\Q\ H\ʱ\y\\4BW@c\\\\J\q\\GC WaQ\\xD\2-q%ol(\\]?A\ kuPt\̊\\z\"qg\\\\=(0\ l\\n°&|\"\wK~30 ,\>P\&w m2N\8 a>BdLUoVd^ \\\'Ơ $n\X37\N\\ G\Zu\%X-)\ )>\Q|\ ]vC\, 7\\ć\K4s Ns\ QuOK,hc$!,el\s\\\\055\.fOte}!5AR/\{CaF9Z _\t%8,=۫!?\U!\\) ln\Un(\ZDžFZ\\n!Z\mNxI>W>%*\r^#\\QD!]ͯ%u Ob;\Ͱ(2[\n\_!i\\\\ ׌eQ\0rz.+;\0\Z)o\53!\\'o\]\\t\J\:soT\ \!x\6\^q\>F70VֵV>>\\!$\1ŭ95\n2d\\a\W\Zq3x!:qɴ&gz 68֛d\ \\\;tV;U!&\x\[w)\ȃcNSa\!\>$wĜF\n%`IJ\M6o(\!bF\މg2o\i\nNl+\n\ \b!\5Aà\\~I\ \\v(c\F!\(\'eЎ\r804@dD\4 KSkV!\aZU\/:\\\Q \\sikZ؝\\Ew}b\"\:+\@\b\$\TAt\6r\\":fnJ\"-vSX\\^\rˠ#\"JRIx\9Wn\\"a\ԙ\\"L0]ӆ٥y)UeP\\^A\\\"S\.87~96s\yjr\'\]s\0\"\\\\\&S^\\rxQ\\f\"l1sDŽ\\n\\A\:[ 5i\\"nNv?\K g^\:mBlbZ\"+f5f(gdC\\.:\I\"\_\rЏ\MDZN\a\"\2e܃A#\\Q)\r\j|\\\\rm=\\"\Lp6-@!#^kYڮXV F€X\65\"\=\r\B>\"\H\@Z\#XVWΫ\"\80#>n\\yl\vƩrK~8\";z\`~g \^_\\\R5т( \#ğ_ܵ?\W\\/C+U\KG#2\s\\\'|x,q´\\ޣ\\\"\\*dq#Lj@P\\Eȼ\nx\$Wҫr1پ6}#2;#/7\n Qr sE&]\IeY\c\g#Oyw;pӿzw,!:;umj\)#SR\m-\zşQ\r\\\: Q\V\\#fl\~F\cAmĽb\rV֯qP9i\ϯ#f\W*o\_\\n\ \\\U8_\r֣z#mbT\ɸ\=V\187>#_Ӂs(\sxa{\ۍ{A-\##̨wA\/c\[\\&Ge\Zx%%\\=C[a#g\\C\Y<\bIV?Ji^aUB#yĽTf\<,\9z\,\;P\#ә>ho/>,F\m\@`0\#g#\\06|Р\YD\̰أwty#\\M+B*Tv\Gǒ?oLJs#\BoKm\\u\\qG\KL\5=O\#V}驛F\'y#\v ׼\"Ù\6\G\J#\\]=\0\n\rĞ^\\'\<$_ \\-\'8u\P\c\6\# KEum\\$\r\\ܷ2ݓ\ϼ\+B\\ɡQ(-$F:6~QQ\'\:\3~\\U$Eq;\3$\\\]\:)~K\F,B4w٨/c\,H$ԑ\\<\*Y+\`p\_/\Ȟ)Od$\`MHn#TCdW%v+4)%\Oi+a\dgF2!T+\%kr _\Sp\\E3\%f3qE\b\<\r\\]B[S@k1\'b%\\"H k\,2\ }\ڗE\\\%>f\\XJ\&\Ж\>Zy 2p#\%\07s\0\'zM|\:9#\h7d\Ja6\!\\%Ʋ\\a\U>\\\Z\Z\ YD^@N\\ N%%\8X_Ҳ\%$9ٔ*_\\[%\܉` n\\TK \xCt&\X\\y&̷-;בuH\\\\\\s!\5\0&\n\\uOb&\"Mf?+AT\(M&\p\\j+Ҋ%s<\\$&I\\n\ w߬so/\*\A\&J Ѵ\O\\|\d),\) ɰ+\Zt&am{[>\Bv \\`\ :nw\c)\ߗ%Z0\&vi#\\yH\?\4\\ql,xyC&|O g)2*׫7\o-\r?\\&[on\ l\aϳt\WLQOQ\c&ٖ`\\\#tޙ,Q)D9&\t \\*2~|1/\U\8VY}$&\m4tXF@R\ʏbL&ӥYk\\Zn߰X\O\\ڱ\h\\b)&\!\G\\\!C \oFQ`B\\Q\'\l_J\V\\Su8VHJ\\yC\'DĂ\D1`گ\/5)\\F1\'+F.\}M>W\nwJ]}&\#V\n\\\'(\\0*\Pg\Z$\"PHG!\5jN\'@?B{uBt\\i\'S\?\n=\\PC\\'F.1\E\)H;\l/.n7\\\|W\*\'GL\\\s\r\\+\QN*+r;_1\Y\'S{<?\*\f;/\{\'\ \v\'k7^Y\\\6֨{J\\/\՚ɺ\dN\'HT*\\\#\\\M%GLR);\ĪGs\:v\'\Q_\+g\*d\rVǠ\\'*\'p\Gg\_P@EuE-\jbc=\H蠕\\M\W\'\$1,;\b\L\(˓\̰O\\rMgд\\'\iZ\"Ʈ\f=D\F\G\\\n_ B>\qY޴\'\*Njw)M\>\SY\nS4\vn\a\\\'\\9_e\Z\hZ\Va釦vu\[*S\'\N\9\\\rg_T\Ȼk\B\y\'\q&1\\,\SN j64c\G\&Z_\\3j\'֪* [\0EE*JrVs\\\\\c?\'\^\5j%\Vl\\{\=\\{m@\\\\'\m/lr\\8\\*l =$枒\=h79a\'\j*\,A.\+-Tגּ*\'\\\ٍNf\\[Og\ \|\Z\ +\'\x rXk\\.\~\\b5ǟ<\M\\\(:MQ\\ =\ߪyyLޢ\\(Cd?hv\Һn* 1\\ZV(=Xtw\ɬD\.=H\ZS\\Z\5w\(?߾\n\T Z𦆽\\9\8vW\\Z(E\0 73\/>u0\AH*$\\\(\\ðw0#rF߼٥^GAcw,t (a8\\)\~%\cG\\:~\\\0p#tF?\(fp\\3{?\"\];>W\qB\\\5mo(n\\\ssTj+<$|rE\~\\\(y:wj51\Z\!\`<!_(}6\\\\͛\"\\$#(wye\r63TQ\-YT=G (Θ\\\n \lpuꑝ&]yiJ)(fqi\I\p\\\,\K\(í\ļ\rC vS\\KO]l]t(\m}\:փ{Fi\r~^`@2$(ڮ\wS4\Blq`8\z \W:5HI)z4\phziTv\\/԰x)!/Pd\\\tO\;DCᤉ7P5)%^Vt_\\"L&x?\.\\Ҫ\*|2OQ))n\\NpiM\O+\eP*5y\jXb\\)JJQ%\x\Z r\](R`)N\\\n\mE\Zkc\Q(a\\)OyX\K\'A\\A}ạr-hķ)QF޶\\\cBW\k\!)Z!Yٍ\\PA\;]n)a\QO hС/zà\S\06\`\\)}V\O\g-w/^w6!E\\\\~5On\)4\"m:D[:K~ >\b\1E\()\!eФR݀zgg6эl[{)\Q1٪\p$2˝n#[z*/ *?|)X.\rjc\\T[q1ǿ\]M\:*\\&\\S\ƽt\0\\*%ҹ-\m\\\\(<`}y\ x [l* \j\Y6XAS\͐\0t_\B*0\?\r\\YoXd \:@\MFI\)*N骱w\ju\r\3\\*P|˿(W\aOBAe\:\+\*RNڔ%>+߮6\\\\n^wj\98\*^\sJ^1\@E\Hٵ5EW6>\i $*en|ӗ\QDU[M!B\Z\X2Ugy*j4m3 :P \\0\0\\0\O\9\`*k /\YlI\>CK:\x\\\\An\6[*\m\Ұ \Ǖ(\ySlS\XL 3Qn\T*Y\\D>)k\'\Y\O+j*\U Y\2F*\\\\(9͌v\&5d2|ќo\\++BPxP\'\"\\\Xp\T\hw\"e+(Oi~.I%ƥ\?\"~Y之\boQ\\\Y\+E\ˎR9KB\\\$\Z\5ާWd+I\* \\"2\\\:Gflp\=\+LJ\c>\'W&(S˙@Zv˃z+^\Hu߲\֨\nT\\\Z\\7\+u i\rn\Q\\24e\K9tM,O\\Z+kd \Z\'ȍ\,Gww\\\qN\+ZP\\\2\lv,,\2\RV\~I+\\\ \\\\Zr\\a\\z\\\k\̧αk+\\\\ Wqz\"[נ˽_\{\,\rNM\\d_z_T3$7Xc.5AX\,XمWvY9\ bԁ\'7 }\n\,#\|x\Ih܈\G:\`3\ {_^c\,aY\\}PR6 \\`)K\fism \,h\g8պLɋZ:\Z\í>7,m\Zr\b\\\\\J|&\\\"C8)O\\},\~8׿K3k.FP?R()\o\jrt,\1^\7\r\x6$\'\.\\\S\WF\,!\\u|1\\\;8}s r\E^,lTѕ%\P\~Ȝxq\r\\\\޶f\\,A&B[^\$\NΏ<V\`ۓr,S\Z\\rz˃\]Ӭ#pD*tXk\,g\E\^\"\5¸\6\FO,\ڀ1f,Ms]B\#^\\X=d`\,ԀJ` \j0A\n*L\zG,\i\S~?:5^:b\\BG\Q\oz!bv\\E|,㯢/z]\_W\pd.f- \0&\\_K:|▴,Yȴ4UTđ-7bkٚA53gFEk|^ڒn^\)-#;ŹD\\\\oIY\MAu-4akO\67\ZޡR) \\&~ \-;i\\3.\\'=Ϗ\rs\'1\0<-@g %uON\\}@l\\f\'\-FP\9Nf ;h\\l4E-H\P{cܻ:n{2sZq: 7\A)l-ӌl^\.ԫ\\\; >\<\;\nC\\-ת1 :\c„&h\\ \ֳ\4VF-\,h\8faPjgW>q\\\q0-\\\k\yn:Q2\ ?\x\-\vw\\y\U+.$aWݕ2.\F\\-{=mMz\\ʶK\zgR*\(.\\(2\GKzj\"\,\5\5+%\{ \W.\\~\r\B|\\\\}\:tJ\\sf\Z\.\\ \"\wŠk~?\'L-\ʅ+\?.#$.N.\\\\\"\Cuj%HEJֈ^a.%%،kɐTa\EQdu8ٍ~\3.)y\ZJ\n*Fh,TT\uԃ\ N.K\nG\'z\=_\\Ĩ\K\n\\O`r9.d-vۺŒ\#u\7) ғ{.{fZ\% {34\\`zo<\":qe5Ab..I\\\)6Zn)\"6\Z]\r3\CFZW.)G]C\\{.=C+\[p\\-R.Bx~Cd\\r(olv\+\k\n.\ \SP* 6;]XRC\Ɇ\regf.\йh \dBiHɀ\ns᝗\\\O.\\:\%q/}!*\:r\Z^E\\/uC;\,!0\AA+Cǟg23/\s\sZ*j)i\бeQ3>s-h%8X\/,b\2H\\=XӲ\0\D\N\b1/.٘ \\Ç\Kv\\\)\w\S/7\0/!Bs\\\ݒoB\ͻe}y^/>\wi`\S\{oF\:i8/M4\H&ol=|@\uQD}Wp/_9^`5JҼ,\\\\Y\ajK\E\\l\/o-7`X\f\$;\,\rӍ\o /v \'I5\R/^\nBR7 01nQ=*Q/|w΅jR\\zZHcxS \Jb\͌/Y\lezIGz\\zss=\\}\/\ԣZg\0cVץv\\dZ/ 43s\\x\|\"@\-8\,^F/GO%<\"\\!5Ĩ\`0F\\\u@\X/\7\0\qe\nO^0sԐ@\7\Ty0!\Q+7\`G#\r)\\S<\Z{b\0C?\B\k\\0\'́<ג+F/&\ZC\\0o7Ԃ؝ ^\Zt\U\:+\\0\COܢ6YyK87wtT\"0[n\ڕrw\e&\E_\J\C\\䒈0i\G/+U\W3Ii\r·8صS 80s\a `\"*m(|-=9ƄA@0(\\\<\~U\-t.&]%/w1Ro0i \Z\jÈ~3~\N\U0Q9\'j\r\\pWCmg0bu+<0\\\Sb]^\D\\ d\0g\к\\}bIYwe.\G\0pʊR\^=Yo(\\ a*7`0\,d9ɘG\n6\P\\$JC97,n\H\0\qeR1:\'\\QDu\\hV\\\wχ0\\rXyq\\\d]jʼn: +R(7Η0?@\\nQƟq0 2zR\\o@0\Y\i\Ѿ\\c1ˁ\\Z[^r0\rHCx^\n\\#\Q \\\Y4NX1!3Q*\n\X\}(\b\z=.\/1&ZV0\c;d\Cl\\ξP`c1.+;e\&\IF@ЄH(\0\?#^\1/p\JVQ\2v앀]L9 \e?4J15V\\^,gK\\\|#0Idl\o1E(\|T\Vc-N¿-\\\~zn\}.1K\6]\\Lݲ\]`r\S{Ul1\\^\8\.\lj\Ѕ\4x]|1]T\\\2J\\+ \i6SvS,E1e\䅁8oN\T\:w8\<:\\\1h\n@ސEA:\"H98G\E1\\u \'Y \\/%\\0\B\\01-#$p&h5h\Jm9m.1\7H } htqEu6\\x]1SP^&!\ !\r\nO6\'R 6a\n-1H \\\"\gy\ц*\&\Z\\b&fK1_X#/I*DN\|\qx ]\n\\t1f@g\<g-vIP\\8\ၳ1׋\0*E3:/2p\կ\0K2^(1\6s\4\>gHT\s*NVB\\1\n Tk5t\\{ j.\Z\B5$V{25\ǶBV\\\7j \b_RnC26?ô%I8#AaW=\ҀVONhE\2AWB]b}cޏB\\#\2BQb9 L\'\\͛\BBT2Dly\O_!D\FjF^=\-\vQ\"T2v2Hs|k\-D`Š]^9\\\\c,2M\p=\B\+6\A9 =\)2SL\\b\{\\\Xs\Dž*@)Q2vzi\M%\\\\Xt\#\$e*2{yC$%B\E;4>\f\&b=\r2})vD$t2.P엳2A\G8Q2%b\\\SO5 ] Lfǘ\n^2ӆJ\J/CC7 N֍׌\r\j\\i2\Mm\Qf\!\=s*2\\\"!-\2ؗČ\\_g[)@\\23>\,.2\-\\;/{Maޏû\\uy\2ٹ\ <\dI=@M8\>4c!^i N3fK\fY\8 ~Dh_\\驪\% *&z\F0-\3(\J\{*\\r[\\ܽ}W33)\"\K\\,\\h+\\\\")`/ W\339Dk\Nd\r\ F$O2\>acc;S3E!\ރXO+)\r^gPǁJ3Oj}.\\\j ^W/Q(ϿиhBC3Z:\2$Fy\P\7bء: \yM\\\3r= aԅ\6~1t}k3i 刍Z++\a_\\r`g3լ\KYC\X-\k\g9[\\۳҄4 P\\Z\\+Kib\EWВq`r\nQ\L4\r\(HO_)y\Jw\L\\4K\0$\\\|%ܰ^q\B۱&\K4,\j\E6\\\@\ 9&YPd4-;*B_|T\B \!\\'o\n\Q\n4We.\e\>uɑ\y\Vc\\@4gѓ7G>\\J \\ Zl\2\4UQ\r1#_fH*I\dl4\H}AC{\Hh/}sf\\Y\\4%\C]\\q@\m7k\D\W\*_4]]@w:yٺX)%ǀ[btbsm/\94%_^^\[\2ɝ\\i\s.Ǫ-4ˁY\2\˽5Mf՞v2,\.\\\~4\\\Zr}\M\ cP\\\\GϢl8\\\E58\\u_#gxTጷ\7\#\l r5\n֚\8\qW\\@C\HҘ\\eg5c\\[/8\\>8g1Z\n\Bȥgx5IwN\ezվEs-\M$\g$5#_D؞;}6]&\]\ &ig\>W5$;/\m\k\\z 𙠓pA5*¨P\\o;\,Xȋ\ y\ E[~\\5B\`\D\\ \Sx|4q|ҭ^\]5Y\Y+\W\4~:j/:\ّ,j5ox\\\~\,\\\\Z\F<H5ͱh\\YI\&\B\iUI?\ґ5p7\3\\aa)I\\\\>/@5 Xxt\B\Z\\}O\L=\r6I5<\\8SIR\rA\s\\\sf[HD35\f`dP&r:\]\\ﰻӏz\W#[\5`\H \\\\ֺ>\R5EOI5$lB]fE8f,}pQ\\qtBZ1O6%\"\\\\\4\N\*F\`\Γ\\rL*=\6,:}u4!Z{Њ\w1&\v1Ư?\N@\\6=G!J|Gl \̣8(\xH\,\Q66G\r\kH:\r,6Yէjh=Q$rFa6XW\\\r2Ya\n\N\D;3>?)?V\6k>׺\ Q\\\\Ha[ב\]{9\F6tY~\'IY+6\5}jg\\hy\:6R\\PJÒ2]b\D\r\0J\nRi\\\Z\6}\\\o\ZSu\S4̀n\rh6\\\楅Tb{)p2u,օɥ!wl\b6]\p\t=V\\\\Xڦ\\fY\6ɕIңMk\a_\\G\#\1\\\m6\\\ռ|d5l¼g40\\'B`V\6\\\\ntÝ\0`6͋&)\n\\ek\"Sh6UmЖ%\\?MSA^=X|U\7\IS\X \eiN\\n&\役day\7\n@3\l,\Ul\L԰XfRuD\YRs\m7\MI.\\-*\r\\7ȧ\\\ \ݱє@\b\d\x\?\7)J2,\"\Z\V#b\{\7\Z\\>Q\;~o\gYF7]UP*2Ҫ#b\V \E\Xj7b18\!\U=ɀm\{YQ7m0\ 䞤3ţK7\nFg0\bݕW 7nv\h\\Xd\"\͉J\ڈ7qp.\}a\r`7\nsB\}@Ӆv7|\n63\6#6\I\\\?\\ 7} \\\\>\`J+iV]\67ق\ZE.E{(\Y\\Khd`zk7I\cH\<==\"F)\0\[!X\\\\7\#q$T\T)Foe\'&?Prj%o7@lD\\\\IR*)Uҵ\R\&\0e7|\&,S\WĦl~e|T5o\\8\0xq rgk*\"@TCRZ=f8 K*}\"}uaک\\\\\\}#V^\\}^g8Kǖڴ\"-?\?,[{/Ou|E\\p\8`Ѱ\MU8?i$\\\\\\"O{\8o0\\;\ৗPj둪9I(\\hm~\8~/S\#WUD~c9uuT\v8-%s\`NaL L\Mʫ\)8ux:+H\Z\+\2\\ O)ڽBx8ړ1b;0eR\ j\uU`\`is\92g\\\\\\K:ra\W;\'ӎ\\\19fG3C\sw[<\\h\\\Ê;;OA(Ks9>|\yɮ,naS\>\\S9I\1<9\J|UA6@)Y\>$U\ٚ\駥6b\"9\~%q2^JD3]Z\\4qT\9\\]6z*6ujL\0<)+\\0\9\\$2\!躏\u\\\Ι)\0Я9\qBYaهsdyPù(Cl;]%\:Z?SjMa\0yJc/E#\8\\s:\n\1\.\\V\\\\\dS=\"E ,vv0|:$U\y\Z\n*\+\ž+cy533e\3:i\"R\"w`\R\IX\L͖\7ۉY:k6\ZJWj?\v\A^a-Y\E\\8.,%:k\n<(Q\ -g\vv]蚢\\i\eUN:\\O3֛K\iD\\--\*3K/:j\'}!}DD%X\\\6\D:\'\Z\?\D\\-Sp\'L\o\\"u\`p\:\y8{#\տm\\6mz6Y(9 :\\m\e0i7Y,a4\:\_ll\|S\\nv\\"2\\\\$r):\i=\ZY\eu\\)\m냭}\s?:\n[v\g%Gp\a?>\m_k5:U#?_jL2S2\\UH^;R\\^y]\\%a3_)\; te\ \;JE\]N\ j\.\\1*E\gWM;Wͭ%H)w<~\D|7V\<\\ J\;dߩ,Zz^uXј8}l$Y;glSɹ\0G,i8M \ \0\;r\\\t\\\h\ؒVg(eg\1AH\;zm\pKm\0\']s\Z)MR!\\U<\\;\r\0osoB>Ô]\\\ucrբT;\\Zm}g \\\\O_t\%nȅۯw?;\0NU-\n \\$Ρ\J\\;ч\QZ\[\\\\h^2u*;7\DnR\W\N4@Js`\I\;\P\\ֺ\v}MZֵ&V\\nJ\<\'<\\'[Oe0Ր\\u\!X g<7\S\dT\ {~\\}&(94\Y_S#+T\\Zj\r;\\\|sX\RL\7ŦS\=A@5Ӿ;\"\v\kkaϛa⵴.kg\\E=%x,\\'}<\*\p\uXp\s\H#r=Mbg`\Z\\\]ƚB̏Xvذc\.N2\NҹЯ>\"8\ *S@-bH\\"\aiEx>\"eY\-:0\37,j\O\>p\E;A\n\\\\\\\q\݃\\,(2\ >rf\ /lٸ$\ny+b+ 0ZH0wb\Vǝ>@Z HӐǓ9)W\|9\^~> tN\}%\\\\\\\\7\ \6\>+1Xs\\V\\TC\\>Ў<\g\\\^_9K\:>\P\Tϻ7r\`K\˒#F>\EoG0W^ڭ>&in\0\Y9>\x\\f?)\\SvRKZnR >\Թ\\\\W\^;\\\\\a*q\o\ic>G\\+GY/Cꕻ܀6\r\&?O>u\z/Aǚ n5E-I\GUh߳? ]M.n\b 4s\T+\H? ڟ>!d\\\E_5\;$~$&Ơ\r?)\ \wY\xmN#\"( 0wiIٹ2i?!a0?+m!ZuC<:\\\\\>\Gq?\'Ѐ|8i\{_\z_)-2=wmow\С?,guV\\”-Ub\\\\\e\\c2u\u\?H\'\SD>\<56̧5c\#_{8cf?O\d6C\\u\>Jrht\\e\?QO\xR\"\\&Z-C\j\r?_\6b\%㻧\֪K\\\xLb͟?h]0\0\ B\ \LJ\?\\\r۴\<\\\\~\S\1.\QEm?\\`\{\W e\6W,\\'=B9?\YꝤ;ܮ\\S{Bv,J{9?W^\z\0\Y*`\\P+\-Z\ lo?E4@\+>~ _te\v\nh@$yZΤT\+ I\fؒc#pC@vP\\\\o\\4O\uY7jѤ@s\\'b \N9E=о\S\0V\{\K@\k\X$ΩPB \=P\S@*5]G\\ր\3)A{A q@:xcÆPV\\qt(\*\@CARA5P}%bI^C3@Lo֟G\j_x0`\8C\{\p@`@Z=sX\/\$Xv\0uy8=7\@^<۬\'=\fn+~\w;\0\@`7ZǛbvP2t\@hl\q\Ҁ@qbjuO ;x\\\\Z{%y \*]@vKިk\\%~|`\`<5P\\\\.@|INA\Y:_I⡤\a*)g\F@~\bR鏒\Z\^\g4t\\E[]\x.@l\l4\w2l\q\3P\\\"@F3 \\ ;e\0ہ\\N\QP\Z@ny\\g\GB\\s5w>l\\\\k@;\E\\xS\r\=\KA-\p\y@@ɦ =Kwٸ\rk)\\Xsʑ]\ ܈@Q4\PlN،\\F!\\K\A$\0jg\0\3dhfGT\\G)̷!A92\!Z9^v*\0D8\Z=Qy\ZAbA:\(xʶղo!VGp\Ykf/PAP\n֫Tbc)q8JzByd? MAv{/Gg^6\~F\\nĖ\\SA A\5\\Nkj(W\{l\\9XIk.Q\"#Ac7\6\QN^ \"B\z\͍NA2,0F\rv<qb9\&ǰ\s\&/\AZ %\6P\ÙH\[h\n@\ \\_Eq\\\l\Oxy\na\B\\n\ġ?}VxqA\\aI\wA\'6B\I\q0q\Z \* \Z>\\%C\!lC6m\菛\\ml\  \\2}$\\A/C>0\\,c\\\Jvy\욓(T݄\ICN6\\Z:cz\15\(Es\{(M\Cjᥥ-DX\rHK\\qM\`oCn\Uc]\L\\]Ģ6C1rCt[\P9o&іcv\Cǡ\b;C]\U:3<\v=\r\\\G\)\C\vm9)\\w\l\\Nd?>oC\4)\i nj<1\u\\\\"CO5XW\ \\N\\J\6\C]ת.7\\fb\ʹo\ $L\\\pDC\3(`\e#b3Տ~;o\\4TC\ jU#HL\\Y%\"\rS\{t\ʪCܽ=#\\4C.f\\>)!\\\\"\g\kC\yԊ\JDoHy\$\\ +|C\OW% tߏ\Y\|\\&0VŒ\\\\C9~f~&\%{ 7ȡ[{aOy\\Dg9ե\+\w\w\'\\YJ\E\D2Pwr8\IeW})s\n\\\0D?j^*\{2 Wc| ]\ytDC\\N\ZK`ao\2LJ\Sw5:LTDHoB\T\"/T[hN;\\*wo^DLSg\\gݨ\?猑\\ϞY1ћ hDW\n\L 4\+X_;ť\DX{\L96Ef=k\=7:\#JY#sΉeDk\\52\\o\\\\\+פI0Dp\"bP\mEN}^[\\:qfDi\"Ǟt۱R@8\\uvuDT\E)$G\et\s̮E\ \n\\D\\"KꖌT+qr\9tJv!!D%}I\\m\F2\=(\'+\AX\D\"e\9V\Im425C\AP%_DƎ6\Sx\hjﰌG]i\\i\_DU;F=\dZK/\h-$\\X#D\\\0w\\V\vRwo \\~\MRD\T\X6_8T&\ZUc\Z~@Q\\\3gTD\z\nr\\\\\#o8]\q˩8g\w\D\nDKbu\4iQ\':\-!\: 2\Wi\\\DN-I0\0?4\zf<\Hn\ E\r\ע\4/X!3\~\0\\]E(\\ڏ\K\"\y69=a\1c30mE*\h5|y;f\rk\a퓤~N\rE08\L}qe%vB|:hwE73~\K\02\7r\"U%-_:E:kf\dtps*H@\+I\3 5_\Zr3E@\\̣\Bn…b8ϜNW\%\\\EG-=|\6W +xA0Icq _+EJVU2b7jMy8]\nF}\Z?4\\\E`f;u\\'wI$0Vo0H3]E}ZnՍ.G{$X\\(jyq\o=E\6\x7\\n\ojah.e\5E\'\%Xm-Qs\\ĊKebbXpbE-8\nu\T/§ \Ώi\x\r& \3EQ\\\d8LܮŹ@\#]s\EЈ\\Z\T\׵\$\\;QE\!!ͥ )r;\n6\Ek\S1$`^E\\\ (\v\i\n.\K\w\'6QF ͥZZ(5JC\\k\"|dwqFǾ\'T%c\*|kȃ\\u\ZN\MFkf S\GK#:\ݒmSk\\\%\Fh\ޙ\Hm\k\ܲ=\FwسY \=\!\B\r\J\9F! P\r\'w :(Q\n=jl\hjF+\"\2|+FUÊ \;YIፔ}f}|F.Az\~G-v^t^0\r6<ЅfhFCA\>=h1XJWDX4\\"=TXFO V3\"\\!k\PFVїa\6yp\'\3]\'\\,F}&w=4qu\Z\ X?F{WB!F{K\P:igF\\\Z (\0GpF\y\\\\\3n\\\#\;FR<`=#i\zAgDd)\qF\z\g\sf7BXзIwE\F\t\v\\Z:\;`\jʠ\BG^ЗαtGe\\)\\\\\GnU>)_\Z1d/ڝ\2\>\Z\JG\'AQh\M\\VvS(Gl^~@y\GB\Tg\{yÈC\\\I\҂\GB\\\#(>+:\\Ծ\Z\h\/T GI}?\Z\)[>\"n\`\\C\\cf\G]˽{0nّ)m\whn\mTC\&G^P[\ְa+\䂓\݈mg\ ?Gsq\"qk,\&u{ni>\m\Gs}꣩~ V/ ݭ\\[\\:Y\\\Gt_!HX\Ыwcq\\e\6\>\TkG~x%퍾˳\>)d(\\ZBNJ!G\+\8vͮ1g*=^5V逅\n\\'G@Pȃ\U! 9\1XYM\Qe \0׍`\G?}\o>\\UΌ5O*q&+v3\ZRmh@Ggr8\,\B\\c]u_a\r̊\\;~\GW\r\Z\G$\7iD>\b\^Ϯ\\4Gij\YqU鄦l\\" \\,]\fC\"sG\\'Y7\\5Tj\d5:€\X}{G\H{pB=rHp\r\0V\Q\]%<\ \&si\Z[H\HeQ\\e =:\2sO\8\OrȜŖ\H,\o1@O>㍕\R{\\5ke\\H69\ß$K&k\\ѕ\0y}H9m\Pȥ\\"T\\թ\/5\{!\#\^HB]=|\r\UJ¢ \\Iw\j ~HN\>\\+f\VQщ2\\\^\\HYfAp0]Oc‹B /$g:H`kfNL\h\`o\ \[agvEHa\\YB3GDۊ\Y|\\_\]H{\8;sP%;q\9\\\}IWH٤]ê\0\\{/|\ odlJ/1HQ0z\/t\$\\ځ\7\)\\IH {\\"!b(\\\Ar\D]\\\R;H\\J\\` tHV{H\5\"wqnG8\xC Z( \\07 H\Ǝ\\+@ I\\b^=QvM6_iLH\3:Bk[eIN\\E篏j4G\Z\Z}CJ\CIZ4\ֻ{җ\7ta\xВH1\\Iy\\r|qSA* \\}H\P\I|\0\\\7a\n\e;\\U\I>ٽ\\^iliA$UM™>l)$iIg-\ӮP?{\u\OR\Rr%\~\\I\?\R`#\C\'\'\"\\\j\0aR_\I\\P \$\K\~\Pmhf\ lঅ&%PMF\?iO\J p5v\v\8( \Jbjb\4Djw*4\鱋p-:Vx@~JN@`\P)@-8YX\-\\J\6d\A\l{Й\0\J\\hJߏƁ}0\.\\ p\e G\\^~QyJ\$E\!\Z\"\\wON\Ї^mJ\\P\#d T먎=\v*Qftz\nKI\1Z\.|\=3S0\r8]+K3S\\xFHnZDa\۳\w\s)*xK;P\a sznZ*dWđ\j]rKPF1)o\47\\@VO\\fU5g\\Ka;׾$(Ui\{iN)hi\'T͌Y01KbC\r\itꅣ\\r?\\Z\\\6Ke]\o\?>M3<\XKxd]p씟\6r\7q7nh\XJ!KԴˑk\HV\\\AZ!ښ\\\\\\\K;.8^\&\\\Z\t\%n\|T\\Khtâªx\\0,\nyw\Kzͼ3c\\ޖ22?C\@\b_LK;zt\u\,1}V\Z&!5W,(Kk$H\\t80%\Z\'% ujKOE\n\AF>ڒd3\Z_0D)\'K\\naڄh)Ĉ#巆B\P\$;L$Q\A\Z3oT\֟x\p\\C\i5L&z\֏ͭ+\ \*&X&R&\eL>\\\S\0\\}ߔ\\".jnȡz%a|LE\'JnE@l\r!3Ά\\\v\rLL \)<Քj\FW\\B0#pm\LOHTcK\6\.e;]Aes˿SFLS#Vo8ki.e\"kߦ\\pLq4\\ZյH\0\e7f=\\\r\\nDC>OVLz7\ZUۼx{UW?EQ\K0\\Z`hl\L(pyp\]\&\8\,\"6\$cM׳Z}u\Lf6\\=([х \`#7~(aL\\O<e7j};\h&K\9< \L\\&}P\\ܛ\\|b31ԁ\γL\C해1%\PǭV\\q{{r\"H.Q\L\CU\\\hU;4\n}Rmx;\Č\\L\vQ4\\x\A>kr\k-\0\L\:}%,\\\}~8\\\Oa8\DsXLܨ\\H=c\\Z\\Ipbx\n5IL\*~Π\Ex\I<\'\ULhk_fBL\]E\;B/y/k]r\"< H$\\LRH\x\s\q\ 5]\\M\f9M\nA\'J@cV\M|)=5\c[\\!M \0(@hF(¨o\ZBFA\rw7M \±M\C\\\-8V]\"?F\/лM\H\ڋ\TY\Q6c\\f\|hMVsh\\$Cڝr+Bw\&\u&kMk_!:óa#\\\\ ^1\M997\V%l\z[B6\\n\qʕ\\\MY~q_$19w\\ \`\\Z\\M[\i%M\AD.l.\Zn\ pTtMyL;-ڛ%Iu\\K|,̞\\f\] M;*jh\\04\'\u\r_\`\t\"O͝4MĮ. 4jW[\\a`A>?6eXMk?[\.\0fY]d\"\\dI \雌Mq\0q\.2ݾA/^G\\/Qtr\MӬ\P\\=ȍM\>lw\\ov\0M\~\\\Yk@L\"#\"/;cvj~\0\d\M\ϸ\ZP\\x\\\\09F\\'?Շ\=MSp\\}T.!$|N\\\\\\YN\\ݝEh\\\\\Z\\\,P.g\KNmgl)A? NN\egR\wSn\\nGКqN9\]`\T\*L\)w\\0+\Ã-r]\\NA;ַo\590\6\\lÆlyz\NL2hګF$H[=N\R2\rQ$\{)NU\\{W\kz\\mlf\\\#7N`?g\Z\؂ˀ\\z\rze=\s\%>\Np.j샣f7F,D\\\2٭:\2+,Nz\ҡr9;\,=\\䗈dGyNȩx=\.\ےGn\ca(N\"\?\\X\h\L\f?e!#+ov\`\nN&\Z\\c\n7\\\˾\Zŏ\6\\H6N\:\Ǝ\>\%\,7\ \g\`e\z,N\\\\pt3\\+,l\'\cOQ+\ZNv\\ޏ\LTgwR\\\G\h,NIo&\8\M{nJ\nӐON\e>h\@\J|j\lŷp>UЏNj\$\\-GE)&J\4\G\ꝝTN\kӲ\\G\':2]F\+\N\Y\GDbi\\\iRL<\&\'?\\5\Uw\n\'OR\k\g)eFèl,\@\O٨|\e]|mK~\Fӂː;J\"O(\{\\ǨU\^D%!䶣X\\ XJO:XZ\%\M; ;?՗l\%OCdo^r?Ӳd\8&VOGޣ Y8+]\^w\t\\\X]ݯs6QzOV\\/~Z \\<\)\r!h=X\4XOeI\Vi\\q<:m\WDlK̈́\\\'B\IOpb\6\݄\G\PkSZ\z0D\ϫI,1h\\\]jP=\\q\\\\"\\&\4\\o\0iPB1Bʍ8aS\h@<\^ !|\n\\PBH\<}F\\J\\g=rv\qPD+ˢRƆ\\\\5BhX\]l\WP_M4WM$\r]\n\]|a*Pk:ES\v\ZL\a\\\"i\0SO2s\=\Pns%p\=cz{\n~0ј\'\g\\\\P~\\ؤX7LG0\Q\dkL;\}P\V\nB^~Uh yr\.F\>6pNPps%\\\*\\ #Q=QCg8P1mK=\Y4\$\ r֨\\r(|/g˥$Pj\n\n hbZ\W>}noFb*R\PĽ7_cZ\\s\82F%\\ZFJ:7PP\*HƲB?\B\nƤ1K ]\sgP3\JFÑ m\\\\0[l%\$\rP\K&O \5\'RTˢ\\"Lr<ϑ6\\P\,\\\\\\\Z`\\ !s3P\W\\J\\0w~\ry!R\Z[BE&@\$\r\P\O\\r\0\݉\U }$\a\)S~\'\A\\KP%?\kN&\{(\bG!㝨 Q\rLd^\!DG4\gt׵\ʚH\"QAYZbDeO\0{Y0\\XvQ&g듣aI\Z5Ec&#M/Q8.\f\Z`>\\z;+8$3Q>+]6\'Gq*r-UZ\\>#)\MQJrZ#6\Z\\d&!;]\sZ\ne\\\\7 QKP;\XӦ_f)ӊ\\C? *Qj\\4b $V7U\\ M|RbBth\QtAFB;g &9\8\QH\'\<\~dhç\r$\uí0Q!\tL7 \n,N{N\w9Q\[#Tӯ\`\0QԎRIQN\\\smG i\&!0\'\2QT\Z\"sԭZ\'@\‘>=;F\s\P[Qˮ5w=\Cz\?\r.h\+p\rW4UF\0\Q\~uRkH%6\tu\Y\09|*/\Q\\nZc\\4؅ g ie- \'\\kR|7\5I|f(\\j\0 R(߳\\ߥH3\\\U=N\KRe\{(TF\\\QA\\ \Ǵ\NRr2+P;ʅr{\0\\\L]\ۇ\v+Ru 8ip=J]\wB\\\‚\Rͪ՛ 2$!\F~e\H`\UR\P\\"bM\=\sHm\u/MR\\ោ\a:hxE gkA\ +\S\֠ǃnD\JH0\h@ \ہ*Nt`\JS\\tBmۄ4t\\\\N9H6\ÑSBdqRV+?\\ \򎻯0\\SK\Ir)},2\xq\\j6+\iDS^[m_\\\\,Y\\%q[G\\D\=oS_\RvFF\5߳7s\\"O\\'\GSh\\\`.\!1e\\U G19rjV\2#}\E)TT2?%\i\I\ `\V- ՊtTV\\\-OKXǯ\.ŹN\\Йu1^TY;GV\\\7\hW~\O\\Q{\"T_ \G\lyN\2Ni\3\Tge\\PM\wQ{ki}\ri\Tus\)m\\[|l\I\\\³\ZɁmUTQ8\\S\ᒻfu8\ q~$r\\Um\P\\\g[6m ec\Y;\\ \U}8\:l\֑ŗ[\J҃\\\'gUyB\\'l;F\\VӸz`|\nC1BmUk\\Z\"\4i`FVm ¬GXiEU\\۶B?\wN -Čm\ZէUM: ݗ\L- ^)\\|\;%U\\\\s(4>\0x}vX*WR\0>U\\\WqPuUT=?V#\20\f\~\\U\ꚬ7\EEԢn;魺9\kU\\\@&?bK\R[,3m\.\ZѮbU\\ɧk)I)G\55 f\R7U𒃔`Λ)ͽHE\l#ez\\@D\UeD\Dk\X5\\h=,\U\Z8Z\0\U\.X\}\b,WsfyyEQ\F_[Vn.v&\\a+8\ \ۚuA,l\{TVA\0דDN`\n)P\k9WQҌŻ>VKaF\qkN\i\7\\P\VX\W\Ԗ\x@*kU?P\6Ѣ\"5V_QZH\؛N\\\\&IUb󚂇\Z|\}V\xG٘ o)y\0\`c\V࡛\\J[luXk\\Uv\"PVX\\\Q3\\\\\L!h\"i\#:@V̲D3\3\>/\\\Qu`ʤR@@V\nͳwœga\\\~J8w\N:mN+V\E\I0uX\\^\@&\2*֝X\V\bqPJ\\\\0?\H\Y\\zVΪ\Z\0G7h\"]c\..̭IkX\V\q]5\ .]@M\*\uǰbʝDLJ7V\*\:ߍ>I<\7\{+\%\WaV>\Efw)\\\QQ.Hz\\r\Vk8v\>KP3X{\:lc@WE&TVU\\O\\8NOy!b y\Av\ZW\r5|aU͈\3(|\ɓkW֪\\2\ |\0NҵxǣYO24pW;&c6\pD\X]`\gP\\׌U]!\W`f\E/C2\\r)\lPCCj?Weō_ցݲ:Ɂ}@R\\\W иEXWfC3\\Ku!\7J!l7˾\\b\\ԿWh?\Ce xl}\$\ӈOJc\_\WsyWhaϵ:[\"5acQQt EWwR%\G\`{\\\]3+G]l-`WyӀV]@aM\xezEh\sQ\gmgWx\/4\/\\'x/\֑-\\Zzs\yW\o5ҁRj\?UZ\(\O%zWxO\`5\\\$=\\U>oWѾ\r%,Z A+u8\\\\2,gL\\Z_\W\\w~sR8Q,\q!\ \\skM\W9\,\\P 2e\!X:^uIVn\NYW} 8.tf\\\\0\'\ W\\\O}leVd\`1\0bW@XX\P\ H\_0\Nc\nZ\`O\\ X\Z?yv\}hD.\嬛Mv)X\Zp/}\\պ\ \r_\\<\"\Z\!}\X(覔7+N\b\&1Y[; \X(f\\\03J\\\m\<\n%l\r\X8P\_9kQ\a[\\-mS\'<@\!V:XH\P\pE\%\*+%t\\\f`\Xb}̿L,\gC\\\y~eb\'\n41\Xc\"h.Abq \Kӹw_U@9Xi\\cR)R\Ǡ\.#`jjŏ3?Xp*-[\DPjM\5̸z>6\X!w4\-<[\\E\\A\b\g\zX\P I\Jpe8\ ,cm\\[X\%B{0\y2|\kTU\gm\\\#YX\}wɗ\R67\uMT!ܟʷ\r2X\xEKƪ.\\,lX>w{oy\\i%UHqAcX\r5yw]jγگzж\ZYV$\/\@=\\V-\dcYE4eVL\F/Uk,\~Y?c*_\a)\0|\4St}-\ʁYAD]ʈxYN.\7l}eKYB\Rb\-tsxco@\ԾP\ɫYCϩϟ$\p˯=qj=hs\"\(\ZN\)\Yek\\\Z kt~n4&\\\p#\ӜYtmk9\Q煇0`\N\i\Y%FVO\c$m3\rYl5pY=\!\\\^ox>S\\8\Y-Y`x^.\H#ƹ/2\\\\4ē\cY@e?\W\\\'lm\^9ďޮ-+\Y\=&\~.Q\LF\˛՟Y\\\\iH\\0\U3$L$uH\sY\7ɡܼa/c$ۮ7\rDr\\.\\FE\\Y1n8\DoX\a0ɫ\q\p&EZ4rB֏\znբ>\ \'dR\\ZG\n+:P\|>sPc^M\"q\\\Z%4\'\n\C\`\\Zó\\4\cj/lZ6r\UB!t\RytJI0+dI\"\1\Z:\\r}n\Z`tj\!Ll {\\bg\ZWj\I\Z\g*(T\\n\\Lbr7tɀ\n\EA\ZWr\\#͕ !^lt\\|o\C\ \lZ^\x \-}:ɏ\\\r\NZb)\VlJfdX\#lW@ W Z\S-`\~\nV\\"\\ZUMT;\?ZӦ8y\i\\\kP\Z3\\‘葊\]\Z\֪m떕\"|O\\J\}^\@ƻ\ZՍ\\Z/.\)\w\}醶\\Z\\-r廒^*`t6/“[<\h\\[\nxS\SYP垫B\_X\\K8S\a#\\[\n\*k0\5D\a4\\\;\\0/_7\a[ &(܇\0\\ΕljG\n[\Z$\k˹\d? \\{\Z\ݐg/\_,ip<[$r(\ڛ\8tbMq\0>5F[54(KL9\&-kGRK$\\z,b6Fp\[8si!\@뮝{\Bu$f <[B\\,A\2\[e2l=\lV\;Ow~ [f\'TOT\\e f==\&\i[\6\\\;]\\qd\\J\n}ʂɥD[\\\yV |t\r\Z\/]X\\m$\\[\ȊD1VyEM \e\\\n~%U\,+\\ɭGͫFV6BZ\\@۪2X4Mw\\Jt.N\\4\08\\"\̥A;(R[l6\\^;\hz{\aTB{\`ȵ\\s\q)|\\IJ<ͧ,xLI2[K\0\Pd\\xc,\kWba̎\2\n[e]\r\sJ\\|\߯\T(t2\Dn\\\\3\Z#\\#G71\0nXsd\\\\\\?B\:\{Ӗ73š\LΔ J\\\283=}f.\\p{\磨ƭ:\md\\ARZn\9\\lr(XuO\mC\\\C\\_{ \[G\D\%@Xo[tOx1\\HODĨ{\d}d2\s\I1eO:yѪ\\WɼSW\#6+ 2}O}|FT\\I\r\\\$\m]IE\#\(\"\sc1.\\\lCv!\\Bwns\ۘ%y\ZY(\\\\=0b\򜩲2֚ `sTR<\\3\S\R\\0N\Eu=ߘo\\\\yT{\\\M\\Pu|)?\\0@\\\\1B\\U6\ӡj݀]bz܎6\x+}\'r\\\ҙ] \\|$\,bEw`&u I\"5\`a]\F\5&\-]V4\\dB@F\])Sw\\\\M\U՝XQ\=X|] \]A.ɤ\z\.\\j/z\]HB\\\ \m3\\сhܯ0x!ek-]J\\ebUf\7b\^p3KOF܍⼶\]NqCN\ٓ\ԁ}~\]FHrP\-sen|Xq\rmf\`\y]Q\˄=Pݵu\Q\{>ϐ ]\\Cŀ\Py\(\\c\:C#8]\\vY\\nu)\SEE\\>A?]LV]\r6|\W\\w\'\Y]\V0\5,MΌ9\nrDUu\7]%hqO\ݦ\t\q;+sV1B\\]ؕ\Y\'T\ҹ0 P=<q^\T\Ⱥ^\ ķ>`}j\NG\\\\'̅^\>\"5\J+fi7h&CϭX2\Z K^7qUd>VNc\h ap9k<^>\r=`7\\Z\\\) x\\^AG\^\7 ;\6`\*$^v\\_^J\\p!\<ʛY\w\n)l^Nbu\Zx\'!T\8\o\ yY|~C\'^W;s]\-4\V\84\^ͼ\,i\^g K\cZ\0\(\!~zW\\":N^m\m[\(C\,m.^vD\\G=msv\^\\\\Μ\Ȝ5y\\\\s\\%^ \q(j \\0If}\\\"l\\Zm^:U\rU\Ь\DUA6YfCb^Ujx{+\"&?5YpѵD?\\T^\\\n0{zs>Nz\/\@6\R^̟ LGZܯQ8VW9\\nHb2^\HR7\-IA\ÿL#\~{چ\Uď\~\\^݌)nT\h):3\"WjEv9\NnZ-mѵ\K^\PK:`X\Y\qp\\I\~^\\e22eD\\\r\/Vq^<,\\^\\.\:%5)4Ncj,\6|^׋܄yiTW\aD#\Fu\\2_2\f\nw/ީ}\r<\\8 Z$_\M7\ĘTf&%Z1\\S\/-v_|B\O\Z߭/B\lk|S|dLjhe\P\_,\\\aLO\0lӔB\\U{\Er@4_-n\2zYfy#ࡖVPM\\"~_^_=>7b\\n6h鶨Pj|\"xh\y_>mjT(\\h3-\QHcE\_?,\I\be}\\8\\\L\as\/_T_:rc\ߘ\s\N\/\]\\n{\zJ_du\A#fE*.\nn9T\Z\9pYbX_lbR,\\'IheR\\D8}H_oYٱ\\RQ_}\GJ1m]\~_8@zdf0p`o\qq \\U:\_\7Q0W\A-@\ZCTM2G_\37~q/j\n\\9S\#s_ՔJ\\n\ZD.sA 1d Ͳ_\64 \P\K_\`\I˨\1?\\L_%MSK9$y\\\g_G_\$@\"4](\\XUjijfIs҃_\Y\UsEƹT\4qP\\M\DS\F>\C6_\\09z\\\QT.ox\lIޝʄC_\כ?&mH[JRc# \M6E\_\,@\\\S7\lo\\F\P\T\\ ިG9_3̥\3\*m h\ZnM \\kX\`>:6ԩf\ µ\(r \P`1: \u\\34vYya%̸\"\t\`>P͈˙$I+=ƛ0tW26S_NgK)\\\žp&0L@e\\Z`T.| ۞ĉ[bT\\I``\tD;\\?^+ʓ5m\\P|&`{Y\h\uAlT\N-\o\rg\\\`\n\\\R ]s\?Idi#8 Gp`QV;\`_1p\\\\RF;`hs4DU\.f$Ea\f>\-\n})\ޞ\gGK\!`\!\r;^w\jMRU\"&ݻIʝi\\cf \"a2>\\b\[/Wtz\rlyoUda\'\ɎD\u9MJ\5u|CmFhS00aC\$\qas6[`u\֓@W]-ͧaw\AV\ \>[GAI\Z \ \\\cr\\l\af\KZX~ͺ3b]L<7a,\"\\Ɣ_*{Z\m\ɛa\+J#\\r/_\\TQP\O\l齎l?aE<2`\r_ra\n\{!{Qدa~ͧZBvLj\*Ah*ba\a3[EZA\&#\: \U\x\Qa\\\zC居Z݀;\4r=Θ|a\uY]\iZܤO\ U\h$\'a\\D\mER Bt\\r\?fQb\rC?DK}\y/\;|MT$\?b-\a?<\\Z-\\r\r$Z\|Y\nbG03⊼\\rQQQ@vIF.3\Mܲ%U\bJm-ʧ\\5\53P#\A{\\6\r54bO\Q\wù\LѠâ9Q\lrlbP9\\\ޤyP\\g\\\"\Ę\"VbST2ΑCCD\\\`ݮ>E?\J\3bZG~\u &\r坯1楃/+/ibgBx\\ɖ)#\B_ur\߮+bW\\(:|\\[\K0bK\s\mFd\A\یR$ bbٲJ4k& rhX\+\v\Ot\$\b0#Ϧ\A*>pjqL*LN*\Z4\b\\ \;ؽ\\w\"S8\\z\}\N0b\Q\Z\B\ZQXNT6\\\{hB\qb\􈀮9\!\X:\r3_:\\\mcb\q\q[\\Js\آ_~\4/\`q\bp\d\^R\n` =dAc4e\s,c#ƈ|FwJ\0`w~^vEp\LLcK͘G\|\\0\wO>\W! c\:\\Ue\HCB\")Sε{\c&\~LRt j>گ\\E@>\Ǣ`\cIH1Ũ?\\\"= \\nw\"\{ \xcSg\y(\\0^\xa&[5 fcT2骘\\\'Te+b 6 ;c\yc`G\\٥\T\~zF\+\UȐY\ ,c\udy\OT.\`\~$/\d̃\\qx?\'?lJ\kS\#\\\dIX&܍\s !,\\\,\ZVwYL\drSznW\eY̻L\s{T\=B\rvIFUK\:e\EB Lzt=\F,\faZ\\{Բe\\J*\\bV,CvbʃP~$eؓ\rJQ\(O@_\y\'+\*&w\\".e\\N\ױ\?$ 5e%\\\ i3e\b|(G\\\Z\rK\\<7\\f=E\\Y\n2\f\VL$ /DE\\fl/\io\\V\L5\rp Hͅќ5!\fp0U\~Ƒ\\]\fO#iU\|dpf1\')UɺO\+\p\\P\r\kζ\f?\sӊ\1 @cd`\苲\6\fS~\'h,P.E1J>3&`B(Lfb\"=\g.\\>{aۇaNl;)\O&a,Wfh\P1Ž8jIU\?7z\\ju+j(>fo\r\n&٣\/ E.F\M\\\_hf9\\Ȇy7\\,W2)[\\*\of\\ ]\|i\Z\0\ \ֶ^ۇg#\\\\\]\"h0Vq)\0j%\\\Ig\Ӧ\rW:\Py\\}p!\;\rc %,g-\Є\\#h;>\ |3\zB\\V\g6B\Np&\\\Zgq:\sd\\\\g;74٣eZ\\=`7y\!uT\9V\ZgV|ӺgaWo\E\"{QT\\S{>giI?F] {\[Ε$^#\\d gAk\\D dB(9\\\\Խ\\&gaaq$+q0k+&\;\Z\nl$ hg%b]Zjd)-pF\j 9g\\ >0n)\X2)\0?8y\g\\\>ٗ\Yl\r\\n PmAg={wu2\xj\5\?\g;a\¿]Xr\~\\nt\¹n29g\.\$o8q;Z7tz?\\ǰ滬ڢ\+gΪ\#\\KQ]\n\44wK\g\\H\7\Iʊ |Hi\ųlC޲\g\gdv|U=DFB\; ~\jZf\g\ӕW\Ѧ\\n[T\nuA[z\Gzah\r\ʒ۩#jE;ի\\\}Qe-6ĀCh\"n9(a\h ޿\\[GQ<\"h\'+:\\ugcYc\\g\\=\\hh0zN\W:\\\\j\\X%@\f;\hBkD]{8\\h\~-2q \\aZzhI x<%\ji\\$h\\|qA\"_;^g\cw\\\\r {Ph\\Z}\\b\Δ\rӍ>\hͼ\\ƾekY\\ZfmhhU\C\m\iV\h1\p\F)ydʱvNy N/>\ui\r\ !8@D\a E\{i+;N \3\\̖ E\ݶA乴\ +i:;\0$Pv\F\nSp2\ֹi[-R[4\̠/IwF\E U\Ux\i`WVd \\gz\0 *\N᷌^\\eipZ&\\`Un\$P\9xA ӉĽ\\0iyHEѵ3E\":\L\\rXۀ,$|u\Wpi~::l\w\ˉΤի\8Qi\(wAi}eP.P |S[w\\\W&w4xi\\M\W@U}\PO\OJjr4\\M_E{i\0yNG\\8\9\'1+8*Hdi\iYS\\'댵`R\^yg4in\"} Vu3)!ƫ\\Zϼ~\\\C^&\$iʱL.1j\u\\\\0u\/\&S0i\v\*+&\&@kM&Q\\͒iқo\\HӝJ1\p@ti\t.%-\x;\n>r#,\K+ȷi\c\\\'͔Ҟ>\:2nQn^Sih0=\]8YE\n*ӽns\\jh\nј\(\&EeI\\\s`|j\\S\\=s\̼*a\ jb\횄\^Usv8\$bM\3yj!iH4\]eL\8\r\S l\cbj04\1@E\X<\\0 \+&Yj$6gCj6vt5\r#gAWFٞ\\\ #Y\\ ~j< ѩ*$\*srM`eҋ!j=\\8P\N\\T\r]L\\\T\C\0\njC,\ UMa\\\kdD\\wiۭjG\\'\C1Khb*|YFjI\n&U@\\4o=w|xӡ^\jPV]\g2LRSlwBq\Kje+=˵hO\d\n:t(\\t\%1j|TT*\/#[;\U[B?,ܐ`5j8ڪN9\q\9\rD@fTUj\\\4Cu\"\B(7\\\rX\F4uNc\Èj\\P .cHqI<\;whBNb8\\8c\jq[@\\Ta\`v\+s\\\\f\\j \ \\-%ZL9I~xmHՃ\jo9\nՠΒy\[1 \I\\j\ZpIS\ bʟ\S}\_\V•äj&Zy\n\r[!\đ֑I\\} \I+j~˴nBA\-\ԘFO\Z*\\\3yA^j`+A\+95 SJ:9\rj֯cQ1\0Fo fyHD0@)\C\\j\]I\Z\Kxz՝^\!bujA\0\.\ShN\}ו F|Y\E\Z>\\N\jSwKa^\&\4 \\tB۬iki85{?}\ \"!AW,@z\Uklq\Usn3\\}%2?rz\B̲\\k2{z\\\$\0+3\QӉX\˼ P\kH%|Qe\Hz\rYo6Fpi0[節kNIP\-\Z7}HDC;ή>E\kOQ\\|6[簮+\U›MT/2kUM\,kEH+y\\JvyPKӨ\e*k]^=\u\Z\;d\2\kX\\D\'w\\MC\\nᎺ\'k\w\6XN\r\0\c\\\\Ֆk3/B\ ߪ\Zp\"\Jghk\\ɷdZqNЛ\Z\,F \\\\\Z\D+ \\k\U\ۜ[9؀jL\2u9\?uk\]\70T\\q#C\\֠Ҳ0\jk\Zu\\\,=\'\СǗ:̨kP;\N3p\\\\Zxq\RW\l\ֻqS)?\\\\\Zԭ!?l\\=Q>|Z\\Ɋ>F5Y\l!}[zm󪧥\\W\# \\\ZlLU[dg.\r\\5\\p\rQ<[vr0l_](7e/\\6d\\\\p\k#l\H\\݇\r]0\ ${\ %O!\\\l!\O\euyM\m1\/lK$\s0FP|P\\\\\VS\&6B=ѲRl\i4쿦rn\\u)Kj5\W l\\-C\jؒg\\\rľϸCI\Cla{!h\Pw{\%&\\\Y0\Ғ|tm\0\r>ȑ\O v<\\kae\C\\@m\\O]^\-,qsr6V%Fڻ\\meч_\TG\"^\jU@\s=Fц5|m\rXC\9S\guh~\RkYme\\mN\\\\nTm\\\G#И\}ZYՀ\"m9(Լy[EAI\"Be]m;A\rd\+\\j7\\\qN\y v\"Pm`\6뽩\%\Hj\l̬?.ml|\,C+\IbI$Ө\\ZHΣ^\"lQA\ml\ԟ\B:,%c5iN9mn m>ގ\QQ0\504|$8\]Wp_\\Ltsm|i)m`mI}IdKj+9V̀j|,ĥm~<]xL1\A8z\0-)@ʅmbO-\7°Oa$Lw?JEQU8m\@4q $E\˻9\\\+moyfrG\\\T^5\\\kp\0[*!\\mv<\.K 1\\ WP\L`\mש\s]S7LAZ&<\섖v߂\\fPFmmG\\ \‹=\\~\5OURD\\Wq\e\m؊ }\BP\'|{M2g\בY\mM\ڽݩ=FV\7R\Ͷ}9dg=m\ӥ\'麙RҀҌ*z #:\,`$\cm\`ek}âyF[u\\ne\^m\\9d [[}3\+ hl_nLz\<\\k\Ʌ7k-\ZA\ADפ\`(2nZ\rc %\mG\\V@m\@vT\IJ\Kn\\ \/J\\-+\\\r\X*JiHndk\.\Cz]\9fi0\\jϏ\'YGg>npggz g5\s.n5LW\4nq\0\#O}\"ENt !C\nu\й\o\LϳSo\coUFa\[ױ\e\0\\nTĉI\\\\v\\yOiǒ4Mxn\\\-\Q1H.x(jի8\\X\\Dn!5]\X뭛\S\;\u<}3U8\\' n-yu_\":~I8\*2Yr\5\n\;\N\9@I-\z̹>\\Gq\ n0oF!\V_1 \' x\hsovQ\"c4\yIAR\\KSUoQ\t\'\F\OSژ\U\ .Ro}\nd\֑%?\M웪\;o\ׅCH\la\՘q\nF}\uo\ɑE+w\\dc#\{AC\\Zgo\֑\R\`#\:\֥6dLj8\\\\Zo\x\6\}DP\rMb\\1a\|i\No\r1d._f/ \7q\AE pW|bO\\\#J2=)\Z\\X\Ӯ=P ~rp%h\\7=\AP\ \c(@Ƽp%{erB\\\ …\d>H\K5\-c1>}p(%\x5IY\KfMQ ڭL_:\Gp+\4\\Nd\Ju\05H{\7`S_Fv\\\p7RVĊ:\ ^L\~һ:\\TWWp2\\xtn\tq\\\\\\bpLdv\X3\">\bDŽY_[Mϵ\'p0pTc Oj-\΢ suj4IT\\#pk\x\ѥLҗ\)D\\AzYnV\8\p~\\\$\ZtB\@gZz^L\ͥpy\Jz\\EHՠ\T`\n\\\7p\\% јȮW\z\\̀+QSr\=:5pYѹ!eu0v\?.j\[,Ĩ!p\mӘD\\\\. uIdn1wp\=DY\'cq\ŭgaw Oa<;\9p\u\-i\,\pW\\c}h\pp\\\2\W\|\[MQ\\\Wwv$|Cpt\[bmM_Iz\"[j/O\p\+ L\\\\,Wy4m\|Cq\,\0\:\>|\ACz\\\0 \lqgb\\a\\\\\,\O\%\Vq(Fl\苗njpEr-R~\O࿾SN+Kq*O\DlW2a\\\\,D%1<\\ܭ\qq.\Zk؀E\\#\\\q\\"q=\1#;+\\\^p$\qY3i\'\\G\C?o(\0\"+I}lq[8\d\w\s#bj:75\qcO2v\h1(O2g _X\ Z\Uqijj\e*ZHG[\?=?j\zԄFaFqzLk\\">\\Eưzx\Q\e6\\qz+kאFz3\7-R6>\\\#n&q}bNO\nYV8\YR3SHC\rjqϑ\0d\@Л\0l,\\֦\tDqCP \!\3\\\а_ d ǸuuiGq YƱe$\irhNFIl,oiq\ʣuG(\aV腐7f\\z\\Lmijqú٫&\UzHkoV\\!+lVOq\\\\ΗvCF\0w\/Qc}/[\ q\$\\1W֑=J=<\\-\\#\q=x\u\J(ƴg\}?\"2dJ(\r\ZW\\ ܿd,ֈL_@\JJApb\\r<\K\e\2K{EÅOr, RBf\0z^*Ha*\:r4(^0\F\1\st\\nr4\rH\awVm\ 7\c:ܐ\a\4\\\{+\=[rKX?kz^C\9X\Ze\FY38_rV\j-jn\\[M\w\n=pɲd4\c\\r_!\\LPp\f<vs\\ $\\'\\ \orl[MÇ\'H$\\>\Q_\rq\J,>{9=\"\"%^\"Ck3\ @r\ L\r-\n}^\\n)*\〆Ю\0r\bS䢈\%VȟV[9n!Ϗr\\Y\\\0j\o;\\q>w\,\ur\\oZ\`\a%\,@H\"J7xr\m\"]=a\n$\\7-j\"\\\"\4)NMrr\NP_;\ b0\f\L\"9u\S\\\,r\;\\/n#\~؆\p$`͚W}>r\*%\\P2I\7\ZKaq#\rQ[\O\\GO\ \'ԘLˇ\r]`8b@\#T\F\\'w?ݒ6rٴ\@c@{R\CGd^\>>E\Z r߂\CZ\\\\Z{\L!(\\;s\#a\\\8Q0sl\}߯]\6s\Zr:<[\Rd}:\Ydy(ѩP\"\Ps\'j{FC\h\\'G\\Mg0fs( \8(\\Z\>e6ARQ!3>φ\s+ \rU\02\\#\\Z~z\݀h\s\s.CU۠ M\^oS\F8\6E\sN\lD\Z5̂\2G\W\R F\ՖsP\3\4 5 >۲#\v\\G\psP\4ͮ4qo\\"F\\ ^:Qٷ\s#Xۖ+pFXT%??crSyNκ&I\\s_dYekP( HP\6POsDVi\߾[b\*aVa  \sU$$\\\V\g\\\b\"lxm\\s\8N\Z\0\\-\\1\¶M\=1s2il)1\y\juHuM\t5(I:\E[t\r{ \k?i\k\C\nL\b\̇\Wyt*̽vdW\;1!lH\\\9\'< C\ftlT^\7\\?1\ [\]#T\#t:sr\9\\ca\>S|0\+/\\3j@tB\y\iC8ͿL4DQ\\\0oztG=9\0aʮ\b>\ZOzc\1\}tIq\|\ZGwP\8^6\eN\cf \trX#\'XlmRq{8\8F\񀌋tGV&^`\ .^2IX\\&$\G\9, MB\t\AB٠ \B=)\\RhO\"\g;t2z\vf#\\:M \\{%t\\\>\Z/A\\\G *\6e.QitЕs\)WjDrDi<6\N\Ft\ḹ\ ]޸\HZMm\\\mu\r}[-\\B\U`BE\rZn\Z?*u\fK\\M ]\=_mA98\0u Nr8\\\r1\\\'p{ qbs/u#gTd.C\\YgЋUW\a{u%Ա8\,H\b\rG\\'\\\8w0\\\,u)\r\B\.\pc=\\t\'\\s)\Bv\0WbmA[\8iE\\RS0E`7d\~v\0\\k\ETv\ 3dxeʙ\0z?`v7c\0|q[j\Q[&LƗP\ Nlv\9\ZR\r2@\]3z#\n\q\r3v\\'\2\Y./T}t bH<6\Py-\v\\xgg\gy)ΦҸs!\@XQRc1Fv%\_\\0\b$m&`\\(=m<\b\Zo0pv(=YFcĻjt&\[p\٢v.ΡWԻlqH\\or\'Jm7\b\v26}۞\\\Z\\nog$\$@[C\\Vv3)<>ry(L1yU\\nv\f\av4Z\}k \j\>X\\˚WR/%j5t\v6\\\\yvT\\M FQKGu0\\v?Hm r\q\0L\>=e\nSRv@n\L\\!r\\o\\n\\ڷĺvY<\r\\4e6oR;ՐC;\v\!z\ߨ\A1\ \\`[-v\C a\\'F\;z\(eJ\Lv;a\'\"\s\{Ct(~\+~mu\\\@v|\Pu<>n4p \R.\sI<\\v\2\ςZ7QXwFu}v\{_5\[\t\Z;a+̝X\nx\\&v\\a-iQY\hJt \Hi\2&i~v\1R\Cօm\מR\eV98\xާv=}톭:vt!)T&\\\4wנ`g0O!+\U\Z4\jV9woHp\\Î \"M^Y\"\S\\ՓwA!\(v\.Bc?[\\D\Z;vߍEUw!ے?\\\ER\\S^RLKA\w&C}5Qْעu\<\4Uw\+h\\\L\Ow0?pn~(3e4B!QwƻLbw<[\S%ln,-S~\]MDp\nj\w=c^:\^N[ \X%\%N\,w@c|\h(\\Hz\X[_\:x0)KwDig\k\Z#\V\J PN] Y\\8dʜwHoՌ7\9l\\n!{O[OZjwM.\\#S\{\.휜DG8q(F\wP:B!n$d\2e\|6ӹѮ:0\wS\t+\ZאַHH\ܷzHo\\'3{w]< ^\JdOhYHמt.\(@,wf\ƿto\\\XXG\\nFĜcIs\*ߤwlE\'~\N\r4dAˎ@7j;\.W[gw \GTĈ\ч_ |\'K\r,\#scwq\X9\\0V\\\\\%\\tw~Bͣa\ը1\ԝu?n \Z\\\odw c4y\O.\\~H{\_ʗVГw\>Sa\\ \?̜\sziþw\\\n\~;H4\ǜ\/t\\_v\i%]\w\^q92:\\\_k\\\_]z`=*1w߹xo\0\(+%5\BBSrl?!Gw\ \\Q\~\uQ\\41\nx:w\/bݱ\n]\\nA NA\0\\vL\ Gw\ü}\Z \Og\\ f#\E1g=g\RzFx #oC:[\L6lrz|w\3\:B=x\Z\ E\\k!\n\\D6R\\~xwؐ^\tFx{\֦\7\`-\\Ȇ\x3z l\rgRMq\;\âh0:Ӷx3M\1w:̪x\M(y/2\,x5r#ЇXt\%JFCD\rΜ\\0\\xKP\\\%\Laڡ\\U\x\\nGU\T\xP1v\\\o\0{\W\OI- z\wCE\xh@jAέΰ\h\Y*~it\\nw\\0%xQng\gW.6Y\z#\IIJx\ے03WOd\\\{63X+\Qx\$\P&\}`\\QyGpr\*}9Yxŷ(\G*&\IAvф_R!?xȈ\'e\Ŏ4m#\\8\\u\Vhx\o\?!lN;8g\_[ jל3&΂q3ȦQx\T\\\n^\Jn\rC@\ԠG\\x\\S\\n]\Br\/\u<\rx\R#V\\5\*\]\ $\,>TxTqHx\Y\\\Z>kEMR6.\\r[\xl,B\%\\\O!S<\y\R\xԴW%\'7&\\az< AK\o\%|7\Ky ݣx#\r\j\ۤ\E\T\CIf\nZy-8\ <\\@<]JeA\W[\\,\1/\y^& \\r&H\3\\\F[5\0\/yc\++S&\a1g\խ[yᗃĩnyd-f\r\\\ >X1ʠ-QN\yr:\'\?e\OFZ\\诮\03y8e\\\\\(@\$\\k(\Zy㈔4\tFK\v9\g>M@\\yǧ8=\u\<&(3e_\`\0yUb\'d04\to/\Z+]!\\d:y\r!\rs|\kF\\a2ڼ@\\\ZyW@\\\\\]a\X\%Ty\\u~\61ZɁ\\/ [\l \(y\\L$L rjk\K\\jVx\0I\s\zF\+1@\,\\0C\JO\!\zb\\֬۳ygFb\eE\=\zLj\R3Z\n\Z \\\\Г(\nf\\rz$p~=P\p\'\ey\K!v^kzP*$ e(WI![(ܚ>< zUm{ڿY>p֥xw\nT\mw\\Z~\\I zee `\~w\G$us4oō8z\$Eg\\g9K93)U:\Sz_\J?Q)\\ϐ\aL^\;V\zr\OU]L\Wq$N\Aw\\Nz\\"|5ܗ\:lW8]PbNC~z\-6i F<>LO}Q(\\a\\b>\nFY+{saVmH ٱ+r<ĸT;\[{\rś9\11T_P,[D\\:\w{n]\\0ֈ\n\r\\<w˷X)\\:{,t\4S)hd\;}K\\1\{g/\\\\\Eǰ\Z\I|\'ᄛDi\!H{\OW\=!̏\W\\\0vR&\~Gʽ\\#{ЩN\\7!QZ\\0E\1\ͦ\\ڤ!g\{xP\ *+]L\|p^=n|m\\{cD\1\\\"D]]=\\-c\\| ]\o(jF\'*\١Ɨ\EF$K#|\h\P\i\>\\@J\6\lQM㞂|#vh` JOAx\'^\|(\\Q\&j\"n \nu\\\Ѡ|4rcȐ\DV*{3F|Ed\\rq\\#9\\nJ\\t\|FYc~\'B _\-dl\0h|Q\h\[sob\"Af/\$\||U6\s\ZJZ\\r\~5\\\\Z|\\$\ݚ|Y\r\:l_ƙ=ݤ.M\n\׺*|b\)MGA\0\\3Y\0\\QyL=|m!5\zdlگ4uOln{+\P\;\r|q\7rߍ{\,\'̌\\n_\\|ukp\\f1\ \\eO,5]vR0\=I`|{F\\\Z)c 5!q8\c\\kp\K>|&돕1` B \Nt-se[|-ߑ:oӁli\DdA.\G}\\}_|\z\,\j=gȷ \\TF!wd|\N!x\V$W8qIAC]1!\ }^\\Z%Eݷ2=c\̃PF٫\\}\ \_\\\ئbqی(h=\F\ļ}CY҅8\#j<\\Q\0Ƙ:\/D\}D\ 4?s.M\*\{TȇFd\r}c[/\NH\jn\\L\ZXm}eEx\\I\,\O0F\\2v\F\r}ɞ\kTZ;Ӣ~DZST̵p-7\Eev_QymK\\)p~G686\*\\\" \f\Z=^\\r~PjgkΖ f:\"\vE\y0\s\ߤd~QoE\3RoJ9>\X\\ε\\"؇\1~v\~\zS5\ȢiyXp\dH~x\"&/\\\\V!ca\6\ft\^\~r dKHq\#\%YZꗉ~e>?I$VЩb@\6G:\\\u~^4\**\:r\C\s\%uKhd\~A!\0\1d\/D\\\\\"\N\~\EUa\qRh}\\?B@\:䰧~\`嫌\o5&q\\Zq-So4P\\9\u,*\3\R WID[1hђ\3\X?\?$\g\`\\䶝`L\r9;`\\tMQDj7iD\fba\\9S%\,#\̔\\c~r\\r\wCpM\\0wd\J]@\\\ܶeu_(\uj\\\\pP\\5\\֌(\D\\r\\3f!UH\Q\^3\\nAC\\su< f8s\lp\Z(Fc1\'濉\\j$cFePnaަ@#\0$6i2\n\\t_o\\\v\߉pj\\OYvqQ \,|\a6\\\-=S֍Ipd\\%_#\\\\kCӠ! !ns`)^aIY\0\1sX vaCH \\ޯ9΀L\ik\8>:Gs\^\u`\J\=T\N`\€Q5cU\Fa=\O\Ō\ܰT\\hX 8\\\GR \0z_B\?<(Ќeou\:\@Go\5 {`\ dQz]<{#G\\\ ;c\\\\73!\}\\020͌\Bi\\5,k?L\*_Ȅ\\b\u%dN\\v3\ tp>?X?\l:\"L\TҘ$xDs^h_!kC\"1\'_Ԁx\9\lP\yfIu&p\32ƀ Ok\hWSb\\^S\r)\[\eD<݀\g/{>\\\I6\R\5.vߋ \f6*#6\\\:\cKx:1#٨\݆=$O\/KfԺ\\>8~3>׍\ހ\\rY35\ )\\\>FS\=(k)Ytו䩋ż8]c>%\9\r\Ϥ\\fzU\\\<\Mh&EN+рہ\H O>\06}#< Qn\w\\\kVYԇ/ @\\|ۀ\'&Z˥~oƗZږ\'\6gi0B\l.Z0K\]\&އCy\Z|W Y|z>6\}\\ \y\\Fe\S#lt^5:~/b]{\.\\+B\ BZ\\3#f4.x \i:pYAd\B\K\\r!U3J݁nm$]cm\\;\\ےg%@t\ls\\\\j\jrƂr6yZ.\\\Ξ\0?`b{CTD.f0l<\x\CqZ`h\"$vR\9\y\ۍ\\o4h: \n*fƊ2\gn\2I\ {C[HrA\Zb\ۖ܆lW\GUa\\G\b{\ni\kTvQ4\\\E\r0E)l`\&@򩚺`\'a1k̖VS+\nWy\\M\9>U: \n\բ\06\\rQ\\lz?9yNqJf0\[\\\;P\0X-\'* \0Ie#\\C\\/\M\\;\K\nAt/c\C\n]\\\\J\\\\\\=\\\rRqL腪p\/\ĤDQ.G\ȗ{<)\MP\\|\\yE\^8\}\\ؚnt&O8(d56GJ\'C\:R,;Z,\ZF\B>\,\\ Xw\\l4>\o\\Z\[_6.$Kyo_3D\&QB\\2\\\0T\\\'_ME\w^Tw[Xj4s\G\5h)\p\"K4c\!\Z\\\>\\$\<\\\&e\\nP\\\\*Fy?|\IhFIX\FH\E\Z*9ݶף/BF \>&уJ\54\\\\A6#\"b2S\vJ\@\\{U1؝ڸ>)T}…4:\\4Sm\\V\YW\\>\0\0qM[Ol\"o 舲3S\r(7YjqOL1\v\\|\b}|U_ \Yo$bܤ\r\92\4\\?y\kF\K\\O\ t\nPk \2S\\-i>~\fKJ` \\3\\uxE梖^\\c\|\ٍ4\|c8\\Þ9Y۳%L`N/~s܆4}?\\QC\\\`\Տ&m&=\C}\\cS<%` L$\k\㈼\\O! Fh[Śڟ&\IEibܱl@!\\C\\'0:I\WUsA@;\J/8\q ڪ\gÃlDA\בA=< h9)Al\t©|yg8T:5,uڄFjX4\rW<0Y\{V9\\.\Ip?H[sB\H xGqZ\8/Z\%Fw<\\+-;\QngpՌplVN浻wIK`\9q8VZg`f\ثD\i\\ Ugp٩v䪄\{\\0/9\'x~\Ѱf7\\Qˊ\o ,|\$Aߌ͝`\\s\݄W_w\\rz ]޷ vXք#b \xN\턦\qFL\g~~\4Uڟ+\r ?ξz\2l\\= !ߤ$x}\܅e(866gPEt\ sYkMc\dzo1+Yl璻V#\qϫ\p_jf\?8omc5֒\\PM%\\ժ\ T0J\0\\(=\D\*ۘ\\ӵ>\0\Z\\(ׯ΂|\\\0#\\~^y2ct\H&DO\rZϊŸ\l\s@0jd2S*\r\KT(g.كt} zCS0\j)w\d\\\V\圥1\\J{hV \\'J\b-i.9\EA~+|%\0\\@\mVw\\%%\:3CQ#+g\ e}\\\@%s5FŒjfpv\GV\Mvx\\\!!\\\90M֗y-t3oXD\w\X\ \xT\A]WeZ\0p7\\gK\zXF\D\k5 pB#\\:N\p[\\Fd*n7\d 뷏1\Zh6x:i6Lf `Oz\&HjFj6\rnX\Z8 N//&W\~\\\Aj!^Eh\\{RP\hO\ g\p3X|)F}h9P\*K_ \ &Z2Ji;\sb~~:K 5(\Їϻ\n-\"}x$f]. b ~Uw\i۫uEfIrq \\ \pE\W?\\#܈*\\\f}ժ\m۽24ji\(S3\r25y\02ySСfUN\JA1\0sP\+?>~y\ZYm\p\5\\sI[\(.\\E\5\Mh%I…\L*\4y@^x>\\p$\!p\[r\rf^\ n\Edf\3]bv<%pIH\:\W=\Άi\0\Fs\ZN\\aFRȫ?|Z=\pU)\Z\\!:y4DY\06\)\\|\)0x;Q[5\\Sɝ\\ȷdTK:o\V\LE\2\\y\E6_%Xc_\+|V7T\=ոN\69\\np=x/N\ӐFs\/ȗ\\ZCeܻiL$@V_%ņDX\+C\]D$W+f\yi><\\4]\n\c\\\\\\r\\\6\K\-}\B\r\(\rn\b|8\\\Қb ^+\򍭑MrV5\\-\r\\rJ\<$\jAb׹W\"0AE\\\=c\ݶG/twv7\K㛴\oGǧv\\\t\aAXI\l\EK\Ѧ?Z0JT\\\UX \x6R\naX֫5\F\\\'ԇm4\@\x5\g\@\O\st7zQ\w\0\,7x/\@69 Њ\E*#\/p?i\Qk\gƱy\\ {\\#\\o%E9P\ˎs]\h͂R;bE:\0\7\&[/=scҴ\\LHDlC\b\\ǫoo\MI]2|P^=th@~1J\#x9QbvL\n\\'\brL\r8֒\\\\\\\8cI\]uZ\ͨ[\'i\#3]bZ\nx~(0\;Zų4\ 81O ik(r\.Pƌؤ\x\nGAh\Y\I壈0\v6-Wk)(yjRv5ӓUē*\Z\"\Lv\:: \Ȕj\F@V:2Gۈ\~O\\_iS\nJ\I>)D3j\nEI5xp\*I\r! PifVq\\lF\DVS><\ɧX[\"v-V!v[\8eE:B\\lj\8!\>EšaC\t\eQs\,Mz \X{\\[(HfCPAvy5\\\F\\Y^\\\4}!?\\\n\0\<\8h,O\Z_S\Aማ~nDm\nC!ֺ4\K\)݅3 _ʈ\_1\[\F*J@-$ވ\T$\TDMR녹~\F-5陂{ت\0Wx&_ 3g_`\B\wi[\ \'\\nT\T\0\"-\v k\Yd4 w񪰋;/u)٢X\\r\/_o\[B\\\\nKKxm|\T*H9K@kdf\dQ0?\W*歘 fa9ُڇ]\S΅HDWI\F\~\ \š08( \r4hHŔ\\Hbl XT\n\0y\"aRTf\B-.\Rc/n\M,=g$(}B\ݮD9i@\]dE\^ CAm\7tbv\[5\\S{G\Ri6K73!\s tiq)ոJ\\\(\'UƉLͤ~[ٴ;R6y\0v )dR\\/\nfJ\hvi5rr\\z\"6q% !kQ*;M\uO*\-\\j m kew[pԥ1\\%7cp!L7wg~\]\'\=,79v\/ _!\PwS5\b#fJ\WneoRެA\W_fE\}*B+\vϘD-\@AtwrFN\R_\\\e+\! ho\\%9ӭ\ك\ KWe2\P\[\, G\\7o\\;\\\C(۔H\\ݘ9\f/\V\|\\i3ꊴm`!l{_, DL\+\2i4DŽʊŅ\.z;& \q\\û9\Ԁ\jփ7\nT\tiC\b\\OK ̊㯦0NVɀk\\bX9\Q\\\\\m\,zoF\SIa)~a\F\=2\\Q`\m{\Ҹ\n\ք=R#\Q\\\\0K\n)\\}$\\$N\)a\d*\'\I<\})ػP*l\wKB}ޜ\s2C`\h`W\>!\\"8zH0\ i \V(+kaP)2\0\Ւ\\0\U\\(r\bwNj9k\"m{\R\7\a%,qJM0\\w\)\^Z\9 \@-B\xi\U\\M? \q!0_Π+\"g%甖O0[!f5\\9%,<\\9;]9˲i\0\\Ic\;\\Ɗ\\@pХP\r{I\0(M{\us! Rd/hZSC \]_\4&ڥ\[Nm\4Čx.\\\Z\ϋW-{\WFvv4[\i?ir\zG\a ׌/\nىpR\?61.xl\">܁%|oʮo3d\\l݈\s9?9\:PkZI%-\\U?M$Le⢒U_F=\\`o^FpiO@^/X\r\!\\h\\6K\w?o=7o|<\\ԛR\S\KVQLn w\rs7g\xP0\\_x_z֓ ɥzd\\\^ЧG\\DC.%\\{?_\\z}+\iU& 4c?=ݽK\D`(\ $ (\[\䅠@h9<}\R=\-\+K[\;Ex-ɩ\\H\0 9\k]4:B2\\6e@^\\Iͮ\sL:}|9ƶKXk\,k\ x\~6uz`؊ii7Rq\3@\nM\\5݁\7-7#K\T7n.=\$\qY\0\"M\(\nOraHQ\61%ٺxO[A\\a\Z\"`҃\=ȱRvHmf`lsW:\u#`\OÓz,\n_BB\\\\\nSd3W\L+&쌑cD`_e\dvJNᕪ>bg2ZTH\F\S}\\\!*rUj\\k$4mxYJ_\\r\\k\@7\W \$w(\\M P\XpC\}\\ݪV.WPr\\E!\oϦI]1PCN9\\f1 2vvm\\\^L\\\\\yf(_<>MЍfvq\r7jZ2)i8&\<0~퀍t&ubv\Zѓ\a\\_I\\nBcyb\iXfK׻Z H\WrRkL\\Cʝڛ/\x\0\s-Qہ\\\#\0\n{]\r\Wh0\@\=\r\\IKԮ~gğ0\ȣ)!ѱ\K&\@<\n% d>?G\g\t!3]#޳jN7\|\\&?ǰղb>\\\\Y>r]bχ3\X\>m\>\ÃOUyvH\n;\Qıg\"WAҧ_g\\s\\UM-Gm\"\cm#{t\##!\6\'D!\\\֡q\7\\H\f\F\4<\ZŎ\]sL\oxEl!\0\\gUg\\nG\"\\G\\-O\'\B\ \^ c~\\fR;#\]\\1@\Vkh@v\\"@:~CG K E`\^-\B\'F*S1?||\w~`Ua\=\n3-:oRF*&\r\Js\J\rd^\=P=y\p\yP\\*u]*hYef\\\m\Vr\%\\ )ӂx \c\`9y\D#\o\\\r\\pj@\'%\(\r\"`4\\-XolKk$\ѯf7yӖ\us#\i$ \\Xi \\\Q5ƾbs\Zp.(Y*釨u %y\\yeSh\':x\\\\F`f\s\BX#\Ml\W\\0\#_\\\Eٜ\L]Z2} ~8fH\\ݧOw$}\jEkw$؏h|\\aXxNGZn7\R st\Ű\06T-\6fO\lb]\\9P\𽅌\@\1\^xz\\\oU5e2y)q n +⯐U\0i\q ,1øώ\,㐕 \}@\L(\͙VZg|_}\U)87^*S$ @K^/T\Z\2\\"\n@+\\\\nV)-d C\⭛\ i\{\PA\͆k\dM\n\+v5ƿ^\54A\les^ؐפR\c\g\\Ӏ\Qۋ\\c@yA{)pC1\:5\$S{hzaЮ*]a\\/>^o--bmYUMeI_i V\\HY(o\ߠ\!k{ustټƒl|\az4\55@ ^\n4\k=\r _\K\\"\X\]4\@NS \twҠaF^\\\\\E!\@Z[\|\i(~\_M\\8U.pF\w:E`MB\LiE ;Ԋ\Ryћjp]c?\\\nTMOmK\w`J\\\4/ww-6\̒ qnJ\0\"dJݍR\Z5\,jd \'YBcH7*(ߒ,\$ީ\ \\k\3`tm 5^7}M\R`-xɒcr\-A$\:T\\V8&E\75gow\VŻ\\BћVj\\|kp&a*9\oŌ\\Crb!Ԓq \\Y\jY9\\\MH\EX[Xa.\%e5\+\p3d^b\LLT]@G3:Omo]?G\[!Y֒\Sߏ1֓\}d\Q*t\/^Röb=9@\d\\ r 2H4\ъJMB\Ѧ}\\\r202h\(G:\?{r\"\0\'5\wݳt\3c4Y\0VI:> \X\"FqU{\ iM$̵<4lؤ80/\n}J`3cl6 \\HW>)c\|&.\\Eȯ\r ҔD 9z^q-7\6,svńTe}5\\;u\+\,3.-Ï9#F\\}EjvA\0 &\\5\xP,z\r&\8gE\̓\\c\>k,-\rhi\IZ+^ FF\V\'$$It\\&k\ -8lZ6>F\Y\\38\\fG\O\\p>Kes!2B\S\ZBeLƓ3#ھ\\bj52=ᓎ@,z\n&\@]\\D\\6N\I\"\"{\4:g \rIS\lУ\\\/\m~Ynr87\\EC\\nj1s\D\)U\@\3k{];\ \ĉaՌ\\\Qd\ 8k55ai\*\UWs⇸s{q\KcBψ*\0\&Ƽ\0?w\oјS$\\\G\JNglc^^HH\^z\\S&^F޿hY;\knݔ| \TS\\Ocw\DٛOei\\j3O\)o\Z`N~u٩\bX\$Z٘Zݟi_L\5>}R%Z\A\>\%|\\\@ւpw\\^\o(\fPk\"E\պl5\zZ8\\\\q}\r\\ 2{\$\7F--s➛G 2,a\?\dIu3\mK=\V\\ԇ\|\ޕ6Mj \m\\9$*xgU(x\\99\PT\\nաc6\n\{zt@;=JMZ\\}`\\\෬e~v\J?\"/i\\r)b@HO?5>PQ\ \F缃\`\'\%\Y\\\\o۰&d\tQ;H\#qL=\\a\.cU\\ZMw\\J\ × \'b\n\}\ZQ!\x\r5\\DQU\\K܅ޖ|\T\pi\ZqM\0UU\H\H/P\n֖:(O.Xi\+& M\E\ \zFgo1:ѳ\Z\\>A\rq70O|%6` PIY\;I(\\ϋY\ۖ\uf/\Z\r\\\Gs<\h\4\\o\Wxۺ!\\Mz0V_.=*ym\0C{!Y\Ra\" `F?M\Uǭ[*\a:\&3ܸ\E|7\\b{\d8*\\Y\yї\r[jjՂ\rVh`\FrES\\ {bB.\* l2Q_d_\,6WP\*P=Nϻ;\Zi\8\\2_ QaA[ز\=\ 2\m@\\>\@ATm~FmӠN\l\l>\hIʶ\W\gvZF\Ϝ\\Zb7B¤I\\2Y\\!ln}1d\Z\\\חK7\G\?-U>\tQ\+q\Kz:n\9>j5\d\3\=\YsNqqp\c\\uȺtV5\Ȥm9\Z8q}u}o8>&V\&N\A,\r\jY\\\nxIv\IvԚ\\!2q#&a;Ll\$\d3\Z\&2\ %\r\%~\\W\8hs\+d\ƃ\*&\9ɯߗ+n}\\`+j\ \QC\Pf\ԥ\EZ\ N%\=\\\ \$ɗ\\\[\"!\v\O\r#-S\Z8(ɃA\ҷ\h\\\\\/v\\.O2W\n9f/3MM;#GڪWO&tSO\ZƘ d\*\J?^wzTGЧ,\ \ė\\\n\\yq\\#1\6&Z\n8ӊ \UuB\ੋ9EL\a=\T\/\8,i?\\\D/ -\ &~\'ɋݱٌ\\\]\\\!zDW+jJ\\(r]\\n=+\WU}O/inj4\u9ϯ\\\-/O\5dXS^\`\M.N\SI\w*/\r\iw\l%\7R\c(Z=m\ۗA\\'\j;LB\"^\/:qQ\oB\f lG2Ĝh\r=\\ɬ˥cHw{TRz>=M\Ƙw`wn\N3=\͟hKrri}I^L\\95\N\Y\;\?zaE=J8[C=Sѡ\k \{\ \F`Rl>\)퓆o\807MR\n\\}\rľE~\Ő\r\"\'쳓04tbtw\\K\\\\iUVD}\3y(\\s$\\T\琱a Aa|;Trɯ\(\&o{!2\oʪ\\D^\D1\ \n\\9\)Kb}Sp\\McPAYX\+{^\٫X(ߛ M[\>\mMC\oMt\}\qqXA\iYQ\Mޘ\"#\E\Jp~&w \_ڙ6=\\uqe4_oq\tp^Ba@^#$gKd\/ė5\\HR\]\.H%Eq\\ Ʃcn\0\\Qǣd3ME\D\\v/Z_a!\/.\A1\\ܙi\,\\mO#?Vb\,C-ܢcž\Zh\p\ZYv1]@ô\y$]\6s&sQ*%P+݁\\04“[_\ݙy=g\֘\\\eQb\\\\\o~܇] OLHPx \9lKS#n\6@#Gb\b5_\*BpX\\rV\w\rAU(\r\be\&U6[F#`l\,\ \[u\0T9\< c&A\w\Z\E\N\Yq\\\ i6-%1L˭ݐ;\Z\2\uY\@\n\W\ܑк\%?\;`,\\\CՋB\xVu (|\/9Jې@hy(K\4\ZU+hA\"?_6GAm\\\\!3h\\"\\Vj`\+\*G\6j\q`8\&R1`\\\r\Z{\5yG\\\0\\M\x[\\-6\BVW?\\\vҧxP\Ep\\\\6\!IPg~x\!\\\ } +`\a -Ӭ3+@w\F\_+x˷Ӏ\+\'C\\`!V\\\-OD\\D x\Ca\_-֛&\oBh\\06\6+\u0\\\\2ԭp\Z;Di \bi\\" r\Z@!:M\\uYSꥦ%Cp,\"GEN\VȻ:^w\nW\`\E5xU#ӛNN\\L/4\\p`\\\41 Pc\\q\27\1\I\^ЦDv\nZ\UC7Upx,w\Û̀vNx\klfB2QWkUڛ\oOw~9K\4oY[Ke\\\\RG\"**\R\\\kh\\W`\٭R|5\\\nu-\\\\:ԜY\'KF\Z1ZS%4\\Vb*P[d8geͽC\Z\ZS\j013\4]\)\\\ζ\Z](\ 9ƯHx\&F\\\"=v.\/|ќK0\қz\'u\zu`̶$˜\"X\\\\MN\͆&V\'#Ǚ\O0\-kq2wSc?d\U\\H\nQ73hʫ\\\\m<\GM]3p+LKNǜHRf$\|\k|s\r\\̣64\r\IbmH\?C\n\D\Ԉ\t9! \ \DW\~<~\\J(\u☵\B&\Oz8օ܈܈{sf\|\߶\}~(=5\ǜq!\\唪Y~\b`*\e\\Nݓ\r \h\\\Hj\\ g\Q.X]zѩ*g\w\\/^xGq1%S9\?R\#B~::\Xg5[m\\QӨCM.C\0\W{\4\\vkΝx\\[%\@\c\\\ن#\Z>O\;\jGg\R0\\Gl\Y(\\\"y4h/\E삡p4337-sգ\+\f^\\\煙\z\\:򅁖\F͑Ý\ڢb?@\˨]\rH!|(a׫\vC,\T1>K)||yD\\p䏂\B\\\נ#A.{Ari=M- ?\3u;\\\\\#\\S\R\\;\YߵzCF#L\!N@69j\c@%\ ܞ\?L\$bmjT0)\庠\\|l`$\\\{\\"?~cj:\èƞLJ\0(8\Gf\\Wi\pJpMbVgC/V!W\\3\Թi9\*m\VwkZP[:\\UjB5E $\\r(ԇ~Y\G=C\nw\\9G)\\M0xa$k٥\\4a&dkGS#<\x\>)\"&%q٣\u4KM$\oݭ{\A\rQI\Q\Z\(B\}O\^Q4uT\v\\1)\\\\Nz\\o\\' \n]g\Z\uF(:\r\\S\\\\l\Vl&\\r\\\;;P\tN\ɀ\ܻHې\%kH\\Z\ϼOa\\J\\aE7\dh|\qB\\)6ѾpDW{ۓ۾!$ʤ5g[9\S\\Z6 >),\\(E\<;-f\NI\YYڲ\e\\r ~\K5\Z*V\\ z%\xĦY1xYf[F\X6cǠ*\Žuk;) gR\Ib~ \Z4V +u\cr\>\\0_\s;\ϸ\\B\s\\1M+J\5C$r<0\\Ġɋ[!͇黟\\d5crFM\=]\ \^ܩ _n=Ý\&o\\LP2ur~o(\M\\F\S\\\*:l\5\Z\>Z\Drg\oEI\\HP\g^]n\0\/Ǭ\s?\F\ώ\I\ \s\n4^T\\X\r &Ԓl\(E\C4)\Zr K(12\e\^Zr#\j W\y\5-e G_\m \r\?gWՠ\:5W\\\b4#\>)cSu\\ \ڠr2ѥ\@F?\&\s~ՠ($̻.\\\\LxkWNg<\\\\Rg_\1\\3\)16Oރ^L; ˋ\.#L\I.]\\+\\\\\Jp(9ٰX\Ό\n\\\0*p\\̕\^ XE1oO\-\Ӏi{=\Z]I\Ӹ?x_\M<\3rߠ1nv\0j\H\k7\q\-\\;C\9\\R\\_\i\$\Ԋ6tqm\\4_r\nՉ$u*&?e`=8\\\9\=\\0\\ܥ\E\݉\\X8\Ym \ 㞉\Q\lA\\n!g\\Cn|\I\#*\0\'p\T,\RrءA\\\5s\rp>\*9w—dg_+o\9\0\\֊soʊ\\/]O]\8\0qg_\\Z^E6{:,\';ZB \c\\Nء\"ƒ!g xuE\r̉8i&F?\w[℟迢Z \q!\\\\'-Qx\0LD-Z#SЦ\[%ɚlz*mҢPW\1 \\>͞uLv\}\:w\\P([f\ޡ0[[\\nudv8\f\RDlաe$\*}֢Zh\\wOW\\w\Si7G;xV\\"\0ݤƫH\2`zw`oi0\Vj\\0ي\lj.\B\\'|Z\\øs\-p0p@\[\L\fd@\\a1\kv<+r H\ \bXҞ L\\ W1&@rJ\\ڇǞsb_`6K+l|\S.P^l\\ l9\/Ȭx`\\:eu)n\'\ZcE\\\|\:D\N\l,l#C\D%K]\QР\\L!j\R\\kV\=~R[\C;>\fM\BR+mvn\ t;=%J\y\R%0\\nf/e\\ÖIL*ԟ\rWt&BmvWUm\/y\Ъp!Z{\E\ٖ\.ZqoB\rH7#wI$\Klh5b4:\ѕWn\w3Tg-Z\BF(O)\\rfz\?\\'=\r0C\UR\"$dé 6)IS\\\n\E]mY5c\rwcD\\4AqQixWD2o\F0\+\vBJ\X\0T\PO]\Z8U\\\mVq^o#ZBaCu\wIT-$e*1g|v\\\v \v\ěW\0\(\@j^x\h\)\ٿ\ vS h_\=\XD\\pi-w\F\a\ZPN;\ˮhJ4m B\B;3ӯ\\hP\;\)ړVz\0Dr?\{\.\< n;V\\.R\\yRTx\\h\~D\@n\\ǹ\ iv\z\{\Z]_q|@\TbsBzV&Τ\k!\"\'\$t-}\\M\61p9ǡ\\\k\Tb\:X\%nܢxJ\;vww|U\-%=F\\M\\>gq=\tGOwmjd)\ߣ\0$Q%_\\\\\\{1\ގ7\څ\r\,?\\zDx&fv$\\HKAhɍr\0\aF1mԍ8P\?Alm\\ :2M\\m\X:~ڣ8\,˴\\tT^ע+\0\^U\`\<,MW\\t\\\+TÄ\"^J%V\Cy3BVtI\ppF\y\/sܮ}G\T@\\! QR\m`+N*u\6N\[s<Ď)\\ Z\\9QB\\\\\\'G\,~Ifř\֛No\Yt\\\8q\sMu[\ץVWЭ4pp7\\\ԣ\;\ZܕAw\WIIw\ \|\\d\2Lu\\\=#\JR9:x\\Zz\'\#m:uZǸ\>8\|\\{KiE<\z?eL\ٿff?_\2Y\0d#v\\T\UЦ\[TmGna\\mq\Y\nTorqKKcr <#P5rhf_D\m֔mN+Kw_Q7%\l|[\l|\\ߘA\Iy\~\k\'$ё\\\\^\Y\\"awE.\뤮\\5]\\~o]bT\\\nç\-G\\=\\[FJ\\4\@ŷ\qabnd\\\0\nXf6?,=ʤ\ \K\'\\9\od\?p\GZ{\e&\"\S\nTk\N&(uu0\!ϩ7$V9դ\w\|\N\ZvFd6f~nd\Z$\i*\'lA\\`to\\G\\\"\\*+cW d+ΊM?\ZLrZ%\0\\"lӥS5Z\uB\\q.P\Jv\Uپy \0Y\M\2<\\ VTo^%F\_Dt!\䍥gNQ /\\\ y5\θci K\N5ڈGe\QB\Z\k`\ämu9uH| \ܖaQL\Ux\V:a&i!:<\^$U4tʭjzo|.\󮥍H\\\\\i\\c!I).eh\rǩP\'\R\I\R\0)\$\u\ \k\\f]W^\n <贡\b_ć\ȸ[G &R9 2\\&DDcQ\EQӂ_ofIo }B3&Y$Pʥ{\kZxS?\t\"Q\?(nr3A\\]]\hi\{\ ԃƧc\J}|\\nͯްA\(>j\2Oƞ}V\OצwD\{so k\\jLA\R V\ZzL0Qwb\\׀хfR\=k\\&Kps֍y\\Z@?7Gc#EU)\\\ϵ9D[.NV\KuZ\'ނ\?0\\\\;J;\0j=\"(\P]֛n]\\9^ aZ\_phRf}\ PޯZ{֢JZb\Ru+$Jp)\ #蘥>\XV%z_X\\@KOuKMFq:RSO uѝ|=o%-\\t,u.\\\ \rHxeU\\\\UHK\^\\DŽ_%ך*\'Blm&\š^\/\ر-Mp\#<_\˥d^\\\\\ 5\\ĺ̌\&ֳ\4@78\\pě\n\\+\܂\ˬ\\ns5\\*D^\k\2mi^+\Qf\'\N ,nt R&\\*\r\SPK?x7\.\՞\*L\uK֍\v2Zg\,z\[^ׅY\gv⭤YZV%Is!б\j8>\\0ئ\n\GUv\i3DCA6D\ `\Ls<Ţ\\\\tE>P\s\n#HNo\\&\\WZ\\Ml2g@Yh\\]p\w1F)Q\"@\ȳ\r5e)qouvR\\#\[]\\'\r\qlix%L\0\蛱V\"]0db)qOy4`5ɥ \)d)\]\0J|Ms`bF+u\0#\r\ Lm\Nߌu\\uc^=¡DU{.į.տ ]\d0ӧzEvGL7t|\%\'4%\fp#eh\-\\œh8q9\Zx\ VG%%h/%R/\\ήq\eGF^6`vBI |2PS?hFMa\\ȂUE~zާ#\^8Zy7Uܲ={s\\&FW\nR_ \'\\Hu) W\C}\D&7,H\)m-\EN\M\A\͛ ,_~Y\?ck\_\0T0yk\\\M38W\\\\Q7F\\\14g3\\\'%L| {\W%\\_g @M\\\'F|S=Ւ\\\\[8(Y\Y\\Vd7{m`C9+efү6\\U\Zazߏ[\_K}P\\0;rɑB\@?@[P\ \^3\\D5Vw\0\r\'\T\\P΢`\ eέ\u\K>fL/l\4!\rZ 03 \{ɟ\a\6]0\n\*\(\)\\n\Ǟ\0zvV\MAJUla1 ƷŨrX\>\\5SƤH[{\Pg٨V\!6\0\\" B\Ѓh9\\.\\F8g\ި\r5\'\\MQn8z>\\ve8:\\c;%\\t}5;F[?EXn\G~\Zݸ\\B[)z츍\m\O~B\|A&\݆\\\\BJ8?\3^_͢opʫUCgw\(i~\Mz\\e\ xn޻X), \#Ө\\\1Tz|\\'ѦUf+2\W[NT\=D=u\~Ju `Y[#*\Γ\\0.l>Wv&\\\\\qv+IN~WL |F \KGO]5^AG\"$\A[?:\M\2(\\V\\A\\/|b .\\4\L\'iWFTЎؙ\\\r7\\75F|DFIJ\5\3m\\,YlwNƋFe\\\\y2#ni\F3\Nrb0\3jg\\\\\mP\P\jx੄\5\P$j\\"\`\"v\R\n\\l_\\9ȧn\\\Z\ rR\\\갪\[O\o\\\.a8\4r5$ C\n\n tYwr\c\'Sy:G`}.,]|\\օ\пе\I۩\b\̚\\\w[$QӬh,aZg\$,:3;Q0Ճ \ \\Z\\cNCCn\ø 詑ouj>\]7!Ӈk\raH%o\Wk\h0io| ԧ3\'ȝ\'\cL:b\_\LXx0Iʪ+Q\;\\/hE;\?T\8\Vܒ\ A#I\%d{F\\\\\0+\"6\ƹȪJIZ;w\%!\\W9\\\ѱS\ }\9nN->\t\ B\/ԣ(q\\[T&\7,Ǽ]m+7^꫒vK7[Eu\r:&i|:5 0= \SUu5^_w|)W6\c\*&Ī\]\\Z\\r4t\\\Z\wMi\\ƐG>B\\gѪv`\(1in \\5U{I\o4B\]Sf\1Ю#8ZL\\}\OB\ȫ[y\\\}BxwIZ\Ч\&N\\-)͈\滃~5\|zI(:.\\\*\gH-#=a\$--9\'cڪ\u\\y\~B5v\7[k$lȅ<ت\?I&k\\EYB=\b*ҿ\3Ft՚\ Q憐DP\؂_?y\`\5\m{\T\<gF+j\' pQ\\"}\Fpz.T\&lG\Mki_\\ZQ\n]\(_\,pgi1}.͇3wz$W\H\#j\\#E\^C5őܔ)=\=mf\ht$#mvtq%\wc\r[Gvi/(7^V५)\'z1*~6U\E\\\\4[kP1wӮ\\\\ ^\`Y~F9-\a9Rdlw\ j\Ra\S(7Ʃ\r\\'E^rn\\2ͪU?嗸W\\\VeL,A/\" \ 4zX1\][MT@JŁm\4N2a0Nm).:Ҫ}]%v\\\c\݈(YUe%\!TFi/4i\Ґ\n!D(\\٪\O-R6\\W=q;7\6\\o撴\rV>\=5\t\\[ߓ\@؂ID^T\@@\Vp@TU۝r\O\\\\ \0\\su1h,OTU̬\$&^9]Wg\G\\\\\">Joe\'7Xw(ucJ[1\rZ\[Qj\"0Z7\\-WN5\\Z/ yF&\\}=\\H\\V@r\"B ̀zϗoֿ\Ţ\&\ȣ%;Ga3~YƼ\n\n.fd\\\>8{ΆAHJE \2>\\\1\}\0\:aT\M[\-o _\\\f\\čjtz\"\HPl缳?\x4\P,\E宭}ab`\Zn\ /^5 \\\)o嶏\05\\x\€%,_`@\c ?TD\\Bu\=781\z`~\\\R\'\)F]\r^\\n@h\5⭱՘A-z\\\\򼂣\.kѻ/񃭲V\"5PG7}j\!mYZvrIƒp\4\\{J\\YE܍\xƵ\(٫EƵ\\5\d\\=?Nr\s\.PЁäO2\:~,\)Z\U\sk\\\\u\$1JՖ3\\1G3pRm\班ߩ\"s|[v\\ӑ{o`YU\rt廻ķc\?ZSi!\M[<\Ũ\\\7i\U\\'z: 6\\\/\z@\6T\&\0\Cp˄($n\TwV\\;\LQ72N\͋-m\\4|0\0;W\4\bQ(ɞ\@\tal2\X\\\\c\\IRL 29^d6_V$C8t\{S\\\\\ \I\b\'h5\_\\ZQɒi\눙Os\J:h[ڮ ۮ_\/SttRʔ\W\CU\x~:rQ⨮wE\p\\VѼ\\\sc\`Pzl\Z\C\D\\#aN\3\'XZEؑ]}܃wz,<\?P\&䮋b\"AyMGw\\s YN0#ss\\j6tvDz\ELZdM몶W9ITLcr\\h =YkHTxDe\:#\47Mj9\|\0i&ĨLu!Jo0mϿiyۂl|4hN\O~%\n}\Z\H[6aB2jf\7\\\fL~E\lf\Z]\ܤVB\0n %M\/[\\;*\\\&/\_\\/!\\r\\z\¾\\$et\%Tn5\?*\BRg\dm?\*\r4NeTs\\\M\\!r\\٣\\\0a\T\\\0\ڲ@ޮ\.m)N\u40d0nh\"\$\WwYKL\n\\ -*\\^e\"e\(_,g\0$\r\O;zjJ\\,nq U8cO\'x\vW\"\\jC+o%~\qO\r\\\\P\'GrHq\' [y-N\Izc`\#\\\0ѿ\߯;\< `>7Ts|46\fB!\{C*i΂\Z\"\\c\9\\qLԬ \*7pO6S`n\jVFmT`b3&.\j\\ݤ(qSj\p!pu\zI0J\0\&\\Ar־v\W^ܨ\/,Gp\ߜ\@d\\ß-\ȧқ\xFkbs\zXh\%M\ncCE+c:\0e\\\rު\~\nM\w_a<\>V\X\Zl\5j~d3\v_hi\0\7\ǧ?\{e&ک\0\͏\'4n@\\\\\Z.\^di$Gٯ\6-֢\0qxw&a\'vV\\ҧ\#c\\wr4w%}P,H\\R(\T6a\\"@J\m\ l/\hSٰ &^S\\\h=.\M\\n\\6S\Q\aHt8h\s\\]\ZU*FRg:(\B\\L|ԋ\\\Z/\5Lr`[RBؙW*_5N\^;\\&:\ \nW1*U\yKeŰS!.!\\5C^\ی ›İ|vV\u\MM=rv\\^\"r-$\ͰUq#\0HD` >v\+O\\鰘7}\\:3ҹ\\ dAye8h@ܶ\sCU\\\)\Ot߶\\\/m3R?\ w\\ZL\ 򣷢5cZS.^\'\\呰%\J(\V/+M\\餱\0\.y\36x> [/.\tT]\wpX\%]\~|4u\o\\Af\\ĐQ(\Ë\Z%\\|^\\]\\Y\^F#c*(\\#\n=<\e\\^ҷ\'#S\=wW|K:\\0kG%oC\؂l\'N\np_Ď+$\i\7=\I5\\\iB\\4<\ұ,\F\gM\\Rhj\\Y ı/\<)\p\Q\К\P_s\Z0T\XA#6{\K>\~qI\=!486\>$\Vs\yJy9\D \Z\_`X?4=!\\\zRhp\}@\,\r\Q\!UfY5u\ϱ\nEfaq\\Z:ұ\b\\L\n-#[\"61zvi~3gF\Z\4\Z/\\җ|CAb9g\=\>HLi#a\"\Of\,\8,M4a!_~њ\CO״&\8\Y:\\_؉\\\'qP#ŷ[\\`~;\HkMX\M\L`b\:$d\r\\s\>L>\n&H˼>#ꌆ\\7\9\\+ͿZ*0\\ooQwf<ɯ]\qm\f~pż=LJ\h\Wgy>\!}Y ,:vαy!t{e\%YV7CbL댪O{9\\n\ˆ.\\5Y\6\\}oџi-\(~\ \Wρp`$<\\5wJkSf36ǧǛm0*@/Wbo\w Zl\'[\ٔ\\6\"\\\9M\aU\_h\I>,]CͲ1\i:S9\\,$ْ\<\ruv2\6FgG,|\8\\\\\\i1\<2\,8\\+wlU\yu##ed\ \A3Q5Rp1\'r\SlY(7wA\\O)FP]\\\6~\"\\\?BwMҳ(N`\qد\U]\҆\0\\B]3\۫\#\\\C\d5FC;ԩyN*)J -\޴1vj . y1BǷ\qk\n*;z\\\8j\\c\q#\c-aP\F& \\(\1(R\\\^\\\rm)\O7x{@*;\=ۏ\\@s\\\;Jʘ[ԗI>~\4\r\Z\\$AC\SwXZ{}ajD}b\9-\%\"\!N\_)\\\*1ð\\ 5o3rX\Z\&?V\n\)K-\M\$A\\͌\k \/md\ӲjsEF<3g{\'mv~DEfMM[S> \s\\n /\U/B\y\\?\0Ns\\\"*\'7p$ixȭv`G\J\y$:\xty*Y\߰\%\d>\ i\H\b$&n\\\6p\Z^H\Z&E5CCq\%\.ABʣVڗ\C;7\"\AbIYI\0\:)ѷǥ\`wcw\nN\I\\\+\a\Zs Lzf\#4C\rVv\\by:83o\\Z\\"ڹϟ?ɐj\A>V\r֋ou\г\\.$kڽ\e\\hn\\\n!!޳}\\iK4KTTb=2UኰOB`˳\+T\9]\-!Iv\\s[h\?Ƴ\29{qKξД!\I\0(I`ӷۯ (\\hs-\љG$%TBy uة\xי ;g\dB]E\\r\\r8\\ϳ\+N+R\f\\\UPt \9\\x\\l\2Ū\[jƗIh*\@I=\hQۦ\\х0rç\rbR\vO~nw}߯gK3Տte$Dv\EZ6\f\ +(\)\!\\\"aDr9aC53{\A\{*эb2Kwwqҿo&\GD͢a\\Lմ+^\ \pBJ\x\\\7 \?Q\[=匂ߐ\ե\^ \\^3PꬒsI !\>@Y{<N\a+⃞\78c*Qt\S,\8ν\\0T\'\LOOx\Z_E1\T\1V\mHY7tR~\\\k{Y\D+)\\Y;]\^\e-+An\5&\_\\q4+SH\x\\{\?f\\m3\\`\a\teB\K82̽\\V\nF{\i(]\fӴ\\\\`\\T\uCdJ\m\˴.#,\t\0W&\;y\c<\\q\Ќ\\2\\\\5ݸ\;\\Nk\=xn\% vA[y8n\\n (h!e\kbHk\[b0Qy7NJE\3Sjz\$\ZM]68DzkTykm|-\\@\]y%U?vwXl^{qʴ\D68N?%aPŧ)]NC\1C\LW\\M!DJy7F\(<\n\oM,Z\`1O\Y\ﲆAQ\\2:*\t\\n\hO|;\z( \\'\\;wh{\#6qY}\\6GWȏ!~\\\Zãσ~S\\LKjJ|4<\&Cn\roۼ0+ˍ>|\\PJP*ml\@6Tѕ\\"\AlHg9L\԰M\=w:UKץDI\H\\\\\\&dtM6\\&۵b\8\Z k{\<مJW\\~\\재2c\\\\nt\JmI!K3|M\1\j+\H\\\dy\qE~߃!\>\'c\\s\tZ*J ^\;6Գ\Z~IDծ$x\P\iAU-]=\rj1[Wf\%>qp<Պ\\n\)\\^^\c%\W\m\$\:\'bL g\}dA ,r\\\ wKw/\>\&zk\ʜjM U:~o\\h}5[\;\RfɈ5\k_\\j Qr\QV\\'\\d\M2*^\\0\\n\q\#\Z䉩e޵\ITv5܄\Sy8#\GyF\\$\nr`\ZpGG*\rr\n\ >|\Y \w$\\rG\\W[ rX<\{\'&W4xW璪Z)\rԓ(a\y{;˶2f\Q,\\\\+<\\\0\\\'⮝ 3G\d\߬T*\\J\n\^D1\o=\$(1\\\rۖ/ zhT\<\]o\:x?`(ݮ>Hf=\\\T-]gr{G[\\Z\\x\\Dsuͦ\ޱ\4EXD6\0ܗD\\Cx\bQfr\03_LA_\\g\Z~.H0.\L\@ەC\\)20mz {T()1\Z5-PqB\\ҖMGx99d䁊N\58\'A\зi\\*8\.y\\PB\\\\ZYe޷vNtvjI?!\\\Z\"4\<4{}aБ\8a;[\Z&+:3W\뢅?\ry\Q΀η!Le\\\sEg#\\Zwj\t#W\$%[6\\\Pm\\IY\*\\%vbb, \|\4 \0F|=.\\2ǐ\{\E[r\PE~P(^\\\\>]!\r\^8¥Z#u\` \x+I[\0\NM\[x\V\"2\F\q\\\\\Hƕ4\6#\r0J7\0[ir\B\\-p*iƭ1\\{\(H\ Ԍ\D /Clg9Nv\DB\"\\\A@%\'+h\L\\\^^\+#e)\.\\\Q\\"6z}_T4x\ma\#E\\\>u\\X$={+cܧlo\\T\\'.E\\\]\\"f)|\nsMdm\˸O\;vWl\\+`\`B\\\\\&kk\h\\i\\\qŅm \wb{Ag/Ÿs\ä6\I-\-mDW4\2ŸV9\X-\\ԁ\\\ ^L\\G\\8㸭\DC<\W\FNB\Z {yWPJi\\Z<@k\ \qsa,jJ\!\w\S\\ޙ\)==)eFK\x:5D9@؂Ϩ\'\\Ԏ\z4J1\~J\9Km`v؋^\GRf﹘\&vcDOvcQ]P=\\$aF\jF\&|uPU\MeG1\⹳\߹\\\bۥ! 9~\Ggl򪾨ȹΐ\3|o?\D^a\@ \CC\N&\P\S\t\i\zr\{cYG\\*3\0ȇz=Bl3u@ÿc1\,)\a)\qټq\f\\L1\\J|b(#}\\Eպ\ʾ\\UL\&6o&ء[tJY\\$MA؃q6\\Y?+c2$\\)6\\8*\Ȱ:E@}\\zPWE4Rc ĉۓj\ڔ\'\nM}9\`AR)y\$*[\|˺VB&ipU .\Vi\tt]\\;H\Id\DppS\ sJǢ\ZC2]h\?\ֆ~8\lȪ4,Ǟ?𴺈lkJ㙸3g>\ڷdGzfwSC\<v\\0\\f {\8:\\Z\09AB-\\\"\R\LF\vɩơ-\&iNJ)\\s+ \Nm\\ug\h2%\.g0K\>⏺\G.P@J\3tBk\\D|$Ts $Yb\"\)Hzd\\<\#\ya\\ګ:K\B\8\\co4\\>G1J`ZI=cB feƷC\022\JnM\F\2\x<ƌ6&FL\r\<\ZR#캝Ldp=\@fIWX\"MB\1\QwoX4bxc)@D˥\ka\˯|9Y\"\i*\UL<6\'I>b5prr)q\Ao\\r\:;(S> B!V \5R_Bx< |9\\'bL*^\Z\n\\ȩ\|\\kZ=\"\C\(k\"!\\~53\\rϛ$Lt*1\3\p8At#\?]\Dw_ XY5hn.\ce\"\ӌ \ZS\\\:\\vBi\7 J\7\]1k\k1G¼,`|]$9\`, w\r>-W\7*\\<:gj6Tz30\8Xh\^~m\~ \u׵ބ\22RYRP4H9\O}X-*\߳\rcY\gx-\-vc@P`2\_\PVbBȭItJ̀ r{Os\\r\\A\3Ǣj!8}c\GJ\˴`nؘU\n=I\n}\'`C5֚%{ A/\^\r)prAJBQv\ep\)\ \RNy\H\y+3H(H^eE1oy\֌HF\\Y?\n\} Vք魘n\r\0v1\s\N\>cID٦\I\0-*\F\\:Å=IH\'x\\\\"\\\':*;:\\\jl\30d\sc\0q|KF0_q\YsBKbַb(7^:\˽2d l@WH\\w\\0 wWK9ٝ3 C,w\\W̑\>\nc6iS!ຉY8V#rQ$[)znáW;WѠݥ`W\AA\Z!sn?R\v\m}a\x\{oJᨷN5q\\K\Z_\\V\#\p\W\]BS7jY\4ciA\W\\\~YW4\#a 0\00nio+\\Zoo`yfn\y\=C\\ժ8:ξeZT\W\0w X\$\q/£1S4 i\j#\D\\\]\Uu_\(K-\\nD(@&\6\oZ\&$\\b\X\\\mfkJ\ړI\\B\()&.}_\j\hF(֫\]*|Wju\t.!\Zf=\>/\\'^Oo\E;3\'\(?G>cg\xWʡ̍V-\E\ArDx+\+`\c`/[΂\-J\H\nOQ_*}\܌\|QБ\rq-F\V\0@\\\Tن\\\\n\Z~\Z,o{l[U\EX}AJvd\Z<`eaX\9$Go\\)\\ոr?S*\8q¾}=3xA9\lp\0ư\9e.Om)qp\\pJ\Nnxh\Za\? \4\FsfY\2X7\n@k%|/\@J:y$Lqrh)uF@1\\˞o\A<\\TQ\Ǿ\ў\K\f\\'\\?\=\O\nư\^\im\Qq+\r:Po\\Z*\\r94Jb\ r1\LL\d\O^,\RNsSn\/ħotU$D_P!\d\0Lp\Ok7Nl\Ln\nq&x2\\\*\n;Y{\uDW\[d\g{8\Jѫ& RRH \\zf\nx̗CJd \B\s\n9 i\\S*LDE$Apfl_:YT\^,FdΔP\gẼV\\@P8\S0JȪ\">0\mT\\\\!\\Z\\9ACd\8M+7b6l\&\ ln)Z/\@*6y\R7,䓡D\F\fl~0#FyWy$-\rm\\\}Q\4%{\\{`\"2nE\*V$ʷ\xcRYKSMO-\vY \|\\Iƀ^Q.aW(f˿b\n;UB\\gn½\E\9[9|FZВ-z\ ̑TgqܧG8)N\*蹉\\*01G 9!1\\\}WF8|Va\pV\\Z2\$R9L\G&m[ӏp(f$\R\\zX\Z8t\80pVۍg<\\nE:0o?%ڡc\\O\\ޱDic,7 [8NGs?\\\3\UQf~-X5\\\rJ\V\\\-c%#\ep~\8Ϛ]k\dnO\EŢ7?>A\2Np$u\\p6Y`ȏ\#vR\0u^/\\'~,\\\sJ\$Tl>6\HAA{z=\ \0t\Ws a݁i\iW[/; qP~\Sr|L8\e\V@\5 \\]\UV\b_$4_\m2\B\J\\\5\ߏ\"% N1NkԆ 3Oʂ\\ل9kNjL[AS\Z3H \\Q9ͳo@h_\!1S/\xBMWXr0aFd{Qx\\`\S8,\^+\\\鏯\\")>(J\\\,eh\=\\UP|\?\7\\TvA2YB\\ _d\a\\!\"QYP\\56# *OyԬ,s2\\\xpFT-o u TT\>&W\m_\x\И4rk)qu\\F@IetʰKc5grkپSd1DS\\Z\\":4\KLJ_J\A< DƄ\$\\&lS\R\s\\GW\ėT\\ZZ\\%\\u\_H\"Ȯ\\V~ 00\j\Hbн\'` /ރ}X\3\n\D{| \Q\aK0Rb=\ѶX\׮,c\n5ik\h\aߌ5\>t ٌ^8BrZ\`^‹\=1{K \\ ~ظ1`\"\L\\|–w.Dk<\ d\rOj ¼ڃ(\\)#} GlJv)¿<\~Ͱzuh,yqp\h\O3A(\Y\\-!V>d*jPF\ \;QƵN1aG(\)s\0J/@\(rO| A>m/[\\\*nB_RG-YX\ /ŠZK\q\0\\$\H‡\\\]po=\'s\X&͋E\;\Z\\%*\jf/\i>; \Z\0\*s\n7)]Vl^B\>\\\\-\t@^~\W\-\O&4#\h{\Il\1@lhbT7a+\\\y$[\\7\B7k;3K\d\0\.e^7AA\\\R&DGm1eE\:â\s\l\\\\\\KNJm\\b\0V\96 \'?\nHÉ\v\\\ p\Z߾V\ۈZ6jjË\H%fV֗M^\^4\\ZÙ\\K;JwH佐)KKfÝ\\ەt}y%Jn\\\<~\Z j\æg \mp(_\YNjs>\ESiò\"\\ ӃƋ\\ T ^ނw \\]Eԫ\\.\F=|\\\\\\!.\s?g6G8 \\2x_\\\\5\'\\\\V?\r\&\\EHDu`F2<\\"h\\\֭\\K\&Rs\fiK$cN\Zh\ 9ҭdЈVo\c8Q1E/\=\\rX݃ h^\/WXgjU@\6%0I\r\\\D4e6So5R\ Zfޱ\\ <Ÿv\\ 0!!\N\\֢ƽKr=\)4 u\+vD>\\m\0\\a)\\7t2ͫA\:\\yLª% XܚlYD\}\;7s̻ƪ?\\ísͩ5D\\L Q\n(v\y\e\\r 6s\\5QZ_^m\]#knn\r\\)\1:\r\x\g \\l!؜S\Zc/$.BEk\'ZFy|A\vPUIEAL`L_\2,Mt\)o\f.\z%ē.p!ih08\n\d\7MlT \R\ĕ\x\'u~ze|\\E\\v\2rĜ\v 7giUeޫtȾ!͓]|O\\\n\'\\$K#\"j,ś<=!\-uW\=T\0cᄒ\F`\šͦS~(r\\aWRYអuYde6|ŦO\r\+\0A\nN85p\ BbtVV:Ϩ< (\y\k^m<\\\e \6amԮ\\R%M1; \\\zDk16∃\rBXњzyޗ\\@t!0%\\/;+(݀\t\ZU)\\t\\ -b[\)>\\Z\r\g6\\߷\\q\-w\'\HB\Kt99\Jm\\|q\H\n w28+\\lro\P@s>L\{\4`D\\M\\\\\\oa\Y\\myt\\P*\nDճ0AA\nkz}\ *\$c\S\)KxX1\\\Ӽ\\\\~\b\ݥ\9wEE 3\\|:G\u,v\lȾltdA4f\\@H\\eXqƁ\Zd%\n\[\Kn0\!&^\pƄ+\\nT\0\o<\\?\_.,OӔUƐfB\䍎\\\C\^zTRsEy: \vʋ8Ư<\1ֳ-P\f@ G\\rG\yƴ.\ g]Jz`\$LKf<\ƴsf\ OC\|u\t=)k% Ya@ƺ\Z4_\9lR\\kUk\rP\'7/^\\\ųt\F\\\\r?\v\\WCYnq C\}8|\\M\\\0\/\.\nw\\'O-\\mo}%-\0{\@\n{\\ ݒ\\\S/\-6R\ӊ\\\0\OeLoXr\Z\ִQJ澥e:P\\r(u\Y\n痬}K\\³Z?A\,\Z\Y\\um\\\[Ұ\\\[g-\\d9# 35{\Gg{\t\\\B+ϟAG]\\(\nPo,m\]\|[\\<\yS݀\t&g \k\\"\\r+\fUʰ4\xY*R\\lգz\Uc\\n5K\ȷ84]$\0T`1\oF\\"&\\"9 \\(\\z\&\\̱ȁu \\Ƨ\\\\c\\u\j\ӄl\tȃo\ g Q\\f\\\E-f\Ȉ\Iy\0]Q\ἣ\(\\Ͳȳ(\^zqp}ٳ?\{.ՙG\pȵ08\\S9M\\\1ִnហ/{ 4ȻI\Ŕq\dœ\<\Pl\m\,9/,I;?%\y[.]_z\aZ%\U$DW-\{\};y\*0՛s\:@\&O\n\\ov#Ͻ0\\D#\\#\a~\7ԺMާ/ <]\\Ft\\֏\\"\O`3\vTl\\Ύ‹\rG\W6\,΃_{\*O%EHL\rjM\Dѝ\bSF\\v l%\'\Ͱ^3\E>\ˑY\,X\Rk2\I?~\4\]4\KF\"vI(\QL\O\P(\\m\|9p\Y\uc?-\\\\\F\\=DqJkfɢ\::Kq\35\F pu@ɮamș@DmP\\ J\ɯ j[IY|Բ\bX$nG>\LIɯO3e\F\㛆\v+\.r/\>,ɴ߁10Rzʵg\Z߁ԑ7Ȳ\\\\GEA_l\­\IB+a\wqˏ\\\\N];L?sBis\\\(܀\zHO?\۷G\۠ԙ\>Z ~\\\\y\g-\\Gyvm\\"\GB&i7qʥv2\Z}K_ \j\\Il09\Rʱ~o\2\0?SV=Z\\ \s\\LMk;P\hJK{+\f0\|#8:k\Ϣef\\H>\\pV)\\$|x\VPbA\\y\+\\L/SՌ$.bn\e͞B\\x\Mg\F\h\W\~d\\\1\a\\n\Tp@\\ǘvDz|3E6E j\\\P(\g\\C?\#\\$/\T\A}\\\\DU\^\\\\m\\$Io*ẾV\0\!\[ #\\އ*\Zmhp6o\2&\\+\\\0P\0\V KN\\"KPK/+\R$f\!띁>\7\Mi\\\_\"4\  Zg\\\"a\xh\"\'Mi5\5L\\\\)\\\e\VA\\\\\7\rd \\m\Ķbe\T\,\WMz(\=nj \<\5\/#PNg\z\Z&\x?49\̆Fñ\#\rb48\\LI۵?\2}̎1B\S\\b`;\0&:Tu%f^ځ5̓>-Pc/srt\)\xK>l$ ,\Z̚\\Q\\0u4J47:\"R,6\\0\\̨tX\'\Jܳ\ai m\>#Me\\̵ \*\o2\d*_6c\nzp\̸\\0\SE6p\\Ox4`!\\\\qJޱe X{~k\0a֒9\pA\٘Ǎ+\\\+N\\TbR\\s\\\\&a\&J_\\\\"OTa\\nS\\.\\\7ĝX\\`j\nf\}D\Er\FJ\?C\ NТr\7\\eA\Vkƒ];Y\E䙡m6%\\3de\\nu8K8BT\I)\W \'|=\]m8ʼnn-`u&t\\ߜ\\S\u\j2kp\W\ 6{0@\n-t9\$-\VrT\sYݥ/\\h)`6\3\n\\0fByjZi\\nFغ\\\0\ µ#\7\f\\hCaT\"ё^>2^~\"-\I-.\rQ1*a\ D.6\\OG\\np\Qj\8.q}P\ҝ\J:hQ\yyf\\u\:\66kx[\Pͨ\8\Q\\\\\\fMJ\\\J8G\"獃N/6\\j)RV9 \\\yORv\nX\3f%0y8x{No\:K\Ѱy+\!1\E\\À\\'\Uʏ\\\ %Ix`\Lbɚ\[_I%\\\džm_|SLha\\'\n\ (\\Z\\"f_\i\\\G=X1\!54\V\?g\\!٩!_#* \\\ B :_\$\̻{ϛ\\\@]ӎS\C\0\\3\x\GX]׸j%= %\<\Iр\hV8qW \S\\\ZN\| \"hek>t3Sm*3\^e9|#U\6UOTb\\o~\s\/\\.yN+4[xV5+D\"G{\\\u-TƩ \\\\X\i{\ !7)\{d2S\gzfĞ MJKKY1\·^\n\bqGw\\Ύ\u\\L\%\\0\\\\\M0@ΕN\:9\R}5U\\_^s\n\|\Η)nS&[{T.6Y\\i*H \Y_Ψ4OoaR˯^Nrk/5\έwJ.ֹ҈r\\~\w=4j\\\ӐήOO\y\#MP\u\bT2.tٰ݉ή޸F\ZgT\\\i\0bwi\ڷ{\\0E\Ζ׸@Kx\\ :\\IL\\\0ƚ|C\ &M6\\"E;\\i`n7\(}\9/#T?\DPX`dӂ\|\ћ:’D 3\C\S\oo\\\\kj\\0\[-d8;\Z3\ d`+4Y\;Y ƏZZt#}\CklSt\Ua\"6kHDUxKU>5\\Jʧ\-LE{_E\0 RB}\\N\sEC%\\\'ۓߟRf?\r\\\Une\\"4\\0Cp/\5\\|\X@㺪gp.\n5_\Uqڠs?K3\^kǧ!\0޼L\޽\rbգ\ݭ,\k\sh-27`\hA\\8%\luݚ\\>\-:[BǓ|*\Cǣ@χ8\7!\\\"( \Rϋ2\r\ZaDD{o\ό=_}+~\\\(Ȟe\vrC[m\KϹ%虬Yu{].\\גd.\@\ϸ$\a\5Q\\c \Vjv`d\\\mmY\Q,|:Kʒ%DL\#\b\XWb p?\\nQ@x\Hc\\( \X.\Gǵ^K,8\b2p\*X\OL\\a/\\{ؒawn\nyL\I\F\)|#pSRNbTis\mT\J{)A\o\\ n\; 9%n[:\\mt\\\og\87\P\v\Z:\EF\M\s,\\6\\Lb!G3Jv^5K\`GCЎ\L\X]\'k\Am]J7\MBДlW h\k7X*ve\{}b\DZ\\r_.>\Q}ֲ\\|ݸhOj\\\\I\P0ιo-\j\\C\-\\W\BBu\\sٿ #g2&*\<\Ԟ1\V\= (sSl.\B\+u\\\ۧ\-;\-R8kp4C9\RWJ̡f+VU\\m\9j\OD\\\zq蔷g\rӒdK\:DѬ\.\A\Q%8;+\[}2\0O\\\nqbm~ +\\jD\ŧɽ\5h\˫\Zx$\wB|9\W8gk8Yljo\\n`\\r$%\eG\Z8 cb\#k uh(\\\F\ d& \0W\\&Tvj\*\\z\\X%\\\#j\\W 7\\\"\e\KCds2R\'Y\.đ3\E\9D>\ .\2,!\@%}1i}.k֛k\gpݑb\y9\Y\S\[w\0m0H\+\\\\rq(\2=\\]$Ɇp\\LdG\a2x\~e\ _Z\\\a5\\\ڹ-\{\UVdH\r\V(-W\#Q?`GuGp~n-ғDjk\h)fxw\\\LQғsa\"\o?\Щc9Cҧ\1 8,\^2\y\I\[u(\\Q-yj \$ie\Yi{p\\\\\8\\ڪ \f.\$FL6wfj\\i\Axk\\st~\\\n¢^2๙f\V)\\ʍ*^D.o\\\R\|D\9O4[J\ \"<\\Ɲ2\,*5p\G\\;\w2^\f\\\5@է\3=\E?:\\zM\$\\qeƭba2E!td\^\\jj\)RBxBL  =I\5E\9\gj\"Xks\\\ &\Q\=I\jEN\7\n;R}l pfVbm\m\h\c\\J\\~9H\J$[x[\֝\~\m/\\ȶ>\ũT.),l;;o[ӆ\ˉDgu\n\ \Y2.\C0ÎM\(Ӌ;sdO&h\gC0u!\[+\\0Ӟ*س\\jEW;\\\\>$:̈4dQ+aJӨ+`qs{9OF xvNms{\Ӯ¾&j\0\vS\\\|.\kӷĆ{线m\-a. G\\B1n\\:sӸ\9A!\\=\׺a\ \L\P:\\Ԝ\\̶:wyj=ҕ\ī6xy\\S\\y[9\\l:\Z=\\\\?V \2T%<΋̪\\ѬJ\\b+\/?B\\<\\\|8\W)\0\j|( \yz\633Wq\'\x0`C\AW\'>ݩ\A\$s8\ *w, ^4\K\\"w-\0C\V!)3\Uէy\R\QA\|s\a\3jqdPOdR}{\ԜI|y\'\\ v\dŌ #\Ϯt\ԡ*IbW]3UL\]T\)!\EAqԥ宂EO1\":9(TQ\\"M4%Ԧ0-\/\\kW\\%oޏ\'E)\\D\\\\&rO\fA[Ȳ4ɏݐqU}R\\"\G\DŽ\\Lg+\0v\Qv1R2ߡ\\/Ɣ\~Ϟ-\\\ \Z@G>\\\u\y\\wp!Q\\\dz\@;e$%\ߩ.\\\axn`f\w?\6y}> \\m\nM\\\R\\r\ˢ\\\Z\Nt\AFA\r\|\?\\\4A&E(6\~e\|vH\l;\ \\R\\ZV\yf`T\\Ø`\s[\|C\\Im\yu>j\\"e[8%\\Z\r\\\\ˤ\rN}\R\m\D<\k\\1\n%D\{RӢ\0M+\\2\Ӣ\\\;\\rM\@\jc3.R\2-\BH\)\/ n0;\[\`3\\0&V\OeZ}{\ 7tBR#\r\n0f_`۽\\\\\\n}(n\a\w\C9-AIQED\^Yl2\Jj\f\"3zW0Y\P{\ {\yTzwyjm \ˬ\'\\f\ښG\Ē\GN\2*\RmWF~mK$QՎ1\\m.JM\\k\ V?1 [`u>\0!,Օ\>o*\ ,_wE]I`[3Ֆ\r\\rGVpGG\݊X3\\\ ;՜\5Iˆ\3էKnLm\\U\k\JصlLզ`A^{\\Bb\rN\\Z\\\\ƤJľ**X|i\cy-u6p\C-\$*\n\\8Yd^^uY\q,c$:$(Y\z/g\\J>#\n\"7\`)w\10.^R\b\\괚f\Վ\RS\rG4\\\(!OX*\\7Al\"\\\ngn\{R`[\\Lƥoߏ\&ap6fK)^o灐Os<\\A6\\3\A ߯%wZ\5-D\ڼ\\\@\—\\JS\\֞\&u\r\|\\i+Q `ŸM1U֠)\8\l/Z\R=Yp \\* Z\\!l1ҍ\\\\]4\'7\<\\\O2I\u>&˷\uU\Ė\{\\x`\ &{;\u\բ.\Xv\a\Ab\'L ?QLrt\\"\2Ϋ\\kdo\\\\\o\~(y\&j\\\F\\%@I(.#5U[֋DB@i~1\$F!l&\*8#WBr\C$D`K\r{\\'7Ö\0W\2j\ʙ\\\{`\01]!֥\n\c 3*\\aVֆeƗ\\ԟ\\9R\\Ot\r\C_\\\4c\zS\\s\T\Aqcڷ’59aO\҄\?t\J\22TEG\N\`\-\*\\(q#ԜD]K\\\X\\\J\npiήo(\\F \rr^$\\O\5M\&JD\K0F\Nw0\\\P\s-\"d,世\n\7z:n\\SKn\S Tv\u\\!@bv7Ng\VC%\{\~4u\\\ k@5=\(\{\"X\<\؎\\X\)\Ш®4ʸcWþ#E 5\ӂ\e%\\\\/\\h]\\޲#ш9\`v\\\\\b\9N/\lRagL\wԺ\Q\'\\b\(c\/\\:+\\\~\\\Z \\|\0u\%rvBT i\\ނN\ɫ\\\/=1\I\\ Dj0\\l\M51(R\\;\\gՌe՞$\\_,j 薶\tC@ϊ\&8H\aq_/BuZ\&?y\\\=ӡ\C6d6m\\\]vay\?\Δ-[91\"#G|h\HZK\Z>B\T*fZ/\8߬U(W\\U\{\-\V͗\8$4l\\\L4y\rotf`8\^\`=@lTzŜ8\)}~H}qٗ\Nai\\9U ᤻\\Z{٘\"\[\,\T#H\\5\0F \r\Rosٙ\$Ѱ\Rej`^7\葟%\\yٜM\9\Z\/\\\'\\ ٞ4bVt\\\\tkEp%~D`%\\0;ٴ\ M\nWX\n躨\|\|3ߜ\++4 ,ٷ紱1]ֲlzbVP\x\̜=\ŭ\?\/Č)\-\'Lԗ x\!Uw\\_nFa\>e3;vz\\t\\\Pi(d\\\|\ZVw7BAz\\zMk+O5\\\@\\\&},py\ F(%Ld\\r*n=YNt\\,kL ]*]>N5c Ynl)\"\\qqpuu4F€\\\݆$\ӕ\\_\p~\*\\60#?BT\P|\:X\k\>\`\W\O\@!پp}\_ 0[\\Z@\d\nf!B\\>j\\\R^3\\\V\cZ\=.\0܈\\\\'\,(\&\\M1^t&*/:7`P\nS!:b=\(\\mybVaI\jWp(!A\\\<(X\.#\R[$V<\Z>f+mսRh_i;1\zm\6@\d3\5(G\\ܧDoi Pp*vw\;\\\\X?=\s|VFƢIdE<8\m\J.Ewj\\\#_\ZܞfnN7\U/\/g#\JKӒ\]堹\|M\n\YM\n}2 `\Q\\v\_\\rzB^=څc:\\ܾ|@l\'\\e߲~\\چL-u5Zkw=03O* ;XJ\'z0ڍ\ٿ\sP!\0\V\tbM]^\'Zto\^\ګŲ T\"\\\\S@ޥ+0yrx9M,ڮ(\"Y<%I 0c+ \M\\v1ںQG䃞u\Giԯ\g\\#dN,\\֢\\\_5^W\{Kb\\F\yPX\\p^Mƴs>\\ZH\.\r \\\ߏZ\\ UD\\O\tޔ&ŔLZO\Z4\\vdU\\\=\=cx\\魞5\'ҵ\dջ`k\_[aJ{\p\ZE=(X\?l;]\\)O=b\ֹ\n\\\s \pJTX~\\\\sAk\\Z-=}F\b᜾\TEw!}a}.& c-B\\'Sj?\p净,X\\p\!:\E\s\\t6Sz\åZ\\\\,j\ۂwT\\\ +\=\\ាb\'^x\K\.\ۑ&\Z錷 \ې7\~\\\rb\ۣ\԰<К~_\m?# \#B \(\ۥ~b% w\0 z9ws\\n\>Dy1ۧ\#)\"U\\G\ܑ\]ۭM:E\Z\꧒5>7Dublg\\=z^z )t?Ū\鳊<)+$\>\BFV d 0\3\\m\R\2t\/v\S 4\h\"hAD\'\'|\6[kF=\\nyi\\fmR\̗Ui؜\\\!Y\hL\\a门b\|\r,7@ \\\'>\0\\n+SK\\& sщ\\;Yq9\wm3t\ \ЫQv#`i-1ٞ\Uh\ܑǣg\\\n\\4 ]D$WܗEV8֋i;fe\|\\ˤ\ܝ.r\YMDMK\qĹz\Z\p\\\\\ܣx\L#\!\\E~p#wp1[0L \nܱfX\I`&:=^b\KG\0.\\ܴ&#\kpe`򷪱hf\sIXNk\Ǘ!\JB(AL.V#8de\\B_&\\:K:\"‡$_\\\Zg\\pSI\\{ǫ2jPf\Gi+YHK\׀\\\\&f8\Hk[%\\m\rŠ \s+n0\Of\\֠7\y\\\O\nQp\5\A~\j\xt\\\\\稶\\noN{mnP,\h+p]h4\\\g\0x\-8\E\mb\E\rH\ Zm\\"6N`\! B\'wCˮ\.0{\'~K.s JIPګ&nR 2\JX}k;\n\\5 Vr4݊w?œL)\K\f4ٺ\ra~tnT\ݩzKu\Y\\.\\mi\4*UT\ݴ \\\"cYO|D\\0;\.\Ѵ*NݴK\bT \3y*\נ\rFݿp\\\/h#]\"\n\=\/\ MZփ\\I\\33unM5Kh&\bV\\%Z$\i\\\\C1\~s\\\\6\rۘ\\\nΣ\\\\6tt|\\hfS?\f\_z`y\\\\(H2\nyπ8\F\p\B\\k\ʫ.E\"y\3(ɝO6\Su՛Z&\\\S, \\\p\nb!\s!ͮ]>\\Tx\{\\\\7\R\Ag\\\[:\\ c\\nO\j\\5RLCIe\ỔJe\0\.SF>\.\\\w\g\:$ \Z V\8{\V\9\/\j\zbb\\hF+\0~\X\t\ǞC{\\%f\\"Z_m=\Z>D[{\/m9qN\9wN|\n\֥\\s\j*\b \TO5p\p`)\\ޖ\p\1i\М\ &\19ޠ}D3̲ޚ$>*\\\~wa\r\xޥ\\\}9QZ\\\rHO\Z+\C3\r͇q\,\ޱ\\\\n1\$\d8v^!*3\\#͜v@\\3&hN;yB\Z\\N 8 jx\o\\XQl~?8\i\\\i8|\Le\\\UӷHYQ\'\0h$z\%ι\|q\\\I\_y:&\\Rz\<OT%x\Z\܂it11Eg\U&2\1YI\nf \Yᦊ\\FrL\\7\u\St֗p\ǯ$U-m\ ~\\V>򘀹\EY\r,iՂ\!\r2n\D9T\%T֖\\r>\ƾ\\\AY\{,P\0~b\"܃\\\n\0A\=\R<\F{\;xپ۶I\x3\n\zǖ۝Q\\h\-n&U\e\\\Xj`nُ\|&\k2\ʰ\ S|\I\ ߆R\yr\v@|\z%\Ӷp,ro;B5\0\CyaF\v\VNcۊiBa\\\\\T\fX\\|j\bdP\CW>b\\$=O\tǐ\>G8j\j48-sZ\ԏsŝf?߅yR\z\5T\0\DU磣 w̯\ߌ\nrsgɴ\\\5Z}̼\ߌP\ܻ\0{Q\Щ#\m,x\\`ar_ߔ\}>&Iy pby18gJ\nߙw,\\ sƟlalkH\J\n\?&b+\ߠB.qf6*_\-\\WI\4K2ߧ\)sg\,He\|\"j̋2(߹V\\\\NA=X\\"\\.\n\Ņi2~\<gqԴTϗ\\~%>\ԍ6m_5\\\}\;[I\F\i\\\|x7N*T\\\Zj\r\u^kbڵ\\\)P\0\[\'\.l7\^\r\?%\R\cIgl\QRx\Z\ˮ\R-SZo3ҳCAj M^\2\ɖ \އ͘RRSo sByc!\l\\\ MJh^`\7Z\=\\\^ԯ\\č1\TgرD\w\h \l \\ԑ\\_x4\\r[\ \r+~\\"j\\\粃h_E\V\"R҆c\\}\oiӿFp\&K\IPʽD\[\\E=3iJ[a\\x(aBtgP B\\"ೄ\\"-dJ ի U{\\(\QG\<C<\F\Zm_=|k„Bô\\4\>]Ffw\'\ 欚\\Evm8\\aĆ\J\Hڢ #eR7\"d\#!\E!,\cl \5B\\ W\"gܷ}}\\|C\C0v\\0K\\r-\\\\\\p\4,\\KY(I\ xDQ\/t\\v\\ǹU\8\&\.aYA=6 ݼ\\4\0e0\\-\\4J\0)Sִ\\ \\?\k\"4\Z.\/M[Qt\n.? χIqA?Tj<\woRI\Z9\rk\\X\\e_^q(ѵ/̹\h \2\2&\Xt-\\\\aZnCE\msN\Q\"?mFN8?pi\Zh\H\z\᎞O,\khiYe\8;w*Aފ&\'D:\\5`v>\d\k}<6\ \,?nі\@(ü^k\\c\ȀKB\۵&|UB\\0Y\;@7\\\\GJ\۽揷+\I-\\i3\<\ `VCS5Iٮ\Z;&>x$\\-\& z+\\\e\n!d>\\\a%+eT7 ҧg\я\\\\d\\,w= {|\ZZoϢ.\\p\]\U\Ze\\OlP\\\&A{5\\[8#=G\{tj\ZC`\qR%\\D\"\\/\w?Z)H%K-xrNpꔨ\%\\r/<\rgl+Q_r-m\P\hQ\\$,5%m\\,\nu(ޞw0\9\\R\TZqD\ɩ?\"hK?=&\KoHJ, a rU9\'s?\| \\R0\AtRW\E )\օuTR\Y\\T6\r\\ZIZ)[w[]\=`L\Þ\V G\L\\mJ\a\\fo\0\\\We\2\`\:Z?\\^X=G\γ\b<H G\wE\21\wha3(J\@\g)z럳9\\\=8\\\\'\KI\rn‵`iz y}fW\mh\GmM]\H\r\u:4\̩i7[G\F%6+E{#\I\\ޑa/\jqŦX\쳙r\/a4v)w}U+谆{3⥾ϵ\瑉N)]W1\+Z \*ʠ\u<\e\\\\n\\,&\ͭ1\\\:If \ڦ%5\@Q85ʂ1\-5\\\\ym\n*$ \\\lG\*E\M\nl\׭\m[-B8YٺdJ6\\S.\\V59\4*fH \r*\0Y\㱿;+ h3\ vj\r|\")\"5SR\0\{k\\\\{6\E*\\Iz3^MP4\Fl\wRC\H1\0H\rgf^Hq*\v6M\g2\\\IY \g\_\,\ZI.&;Ӿr\Vӯ\Zz?<^\\޺\%8\"yٱOlB\=VG\h!\\K<\s;׸\';\'=Z8\{\Db\J8\\Jq\;(5nO\jnYZ5q\\Pܠ\\4\zgzB\tWnW&c\\'J@{T\\\rq \*k\J+\0\}VLf6 \\ӆ`lI*H\?6\G}h\o\B\  %\L\@ĥbu(FHP\\ȯC9!cn\N*NJg}Yv\\7\Oh%.\"AX\*䯂:roO\\'7x9\)yj\\?wk\6(.T\v̯1\\\5N\\b7ٳUw*)\h +ڞ\\\n)Q\N\k\\U\4\JM\\\\\V\\\^1\\\\u\rYޥ1mw\t\\\&Cr\'BMF\u\Zx\\/D9 zH\&U\>\+TKF(,`:7Q\\DZ-FZ Q\TƷn\r{\\\vA\H\0eq$W\DjK+{j\Puυ~\r|F\Sa(\J}ȟA\r\1P\xzu\\ѷ;gtS7\\Gn+Q\1\\rgQ\ yg\\\5.hfhm\;\k W8\\ˉ\n\t\A\\byMϐ;(uj?\]\$\C\\&e\Z\\%,zfw#nؔ50D*/rxP\b=-.X\\T\Yn\\P\\\g\\b =#\\0M)\B\\\\\e\CA\w\wKHY\\"\0d\ \~\\k\:\n\\\Yïy.5 <\\o\\oP?DO%ڵN:(\\{Z \ӌUJk#HT]^U\0Tj崠&Y|\s<\\\B\J (zڪ\n\ą[ ƷG\\ֱ!IzA\4N:ӊ\\U [\\\\y-\\\\)\5\,\)w\\ZDU\ vR>k<\vd\\_\Ba\rc\\;p\\\vgm-,\\\_\\"TP].힭j\8\\3\c\Z\^\\\@i# UcjHq.!\\۴ ^U\\r\s\\&\z\\\\L\\Kcu[\\;m幡F}I-6\ n\$[\\$\n \92%\V\”\0D2`q\\T&%\\q5\y\nVڌHt\\\\:\\"|?FH<\\I0\{\eQD\\ \\{~aK\\-\B\Z\](5z\!U\\N[\a9{\\\\\jB0P\i\\%ܴ\\E\^g\2z,\@QV\oU\\Kj\aWś\'\yY\曗>\\@-\\\=\ g_\{-SP+fQp\\\87i!*I\\\\ȣ7\Z\,\ [x\\R,96g\0\È];\l\\0l*\r\\n%E\'\tF\\䝆煶\Zf=?;[\%\\j\\{j Ma7\\ 895p(\\n±vJJ|5:Jh\\roث\\\l\]FA1_\\ \\n\\!痰fWeJSZw\k\Xڱ\Ӎ\\~\\n}\@=\\\\\YYC]\Ǣ\\\5 \cZ\\\rl Y\ƞ[#\i[5Жг4\0\\2m\\&\h`\\q\n\")\n \\Se]\~&^vw\Ŝv|چ`z`I{z\\C9\\]W\9Ջʸoz=pr\7 \ά\49\\E\\\Z\'x$񯏓\\\0H\n({\S=g\\‰kyo\\?\\8Շ\|B\\D\13\7\\\ţ遢\n\踭,\\\q\\r\*\Llf<\w\;?\\ݚd t-\\8e\0W~*\>< *\0V\\\\\\04~\tU\gLQ\磺1Z\ktx\*5I\q*\lmKңk\\"\MQ?\pa؂\4鄳~㾥ݐnn\'-\҉V\>\鈢ڛ\r],?i(R;}>\\\QV!yvpc̒P`-e9rJ K\'t\\>;髥ħgZ\\C\\\Jo\*^\ɰ1NJR\iB\\\OӬB\\V\\hpC\%\\Z\}=s<۔\[Z\# g *\\\\Z\;1\ZE?Ic_\c\#ň\M\\-[\"nE*9p:\cZT\\\\:_\&#`Q\n. .E@ю.%Eg\\=\N3\>\g|S(F\jǕ\n\\;e\\X\4Piev\\\W\soڋ\LQBW\b\ex A\j,prkjVi\\;h!\\z\}) \\'7\2y\\?\\]\A\"3#q Ɔ\\Z)+l\0#<9\\"ϕA\v\hz\J>Aq\W\&zU\V\\nW8 `\0ayxHõנc\\ΏͿͰ\9O8^^\]t*f\%\YE\\\5<\`Wh\j0g_M\TJ\\\npc‰[\_:E(.)&$*~\(gf\\;c\\0̢c\e\:Hb>R@\' =v\@5)\ \\y\&֫\r;\\&\\؛ƿػ\5|V{׾A\rreAF zK`\\"\?\\Ez\\cRz\͞.V\~!\6k8\\W\'\|ǘ\rfH /\@\':{YT3NZO\Q˶ܩ8\N?5\\n\A.ya餷#\c^S\\A_\\7\'hcv]\#\':\z\\K\l\\?Yk\\\2\\W>\-M\PN`g?\\\n\ \rK\0\J<ǘ3bxT:\W* \r\-6fpxc\,hoNI\[\\\\`nB\7$·#t\"Sm\\-C\`\Ɋ\s\E#)(\A[h\'\\|\kaO\I\h\9A\08(?K\n͠\ZNta\Zf+Ǡ\nK\\b\n8\\1\"P\\&8\X;\U^\\\\LDL9\4ݬJ\\݃C\lEe\[7\NJtt@\`2Z\\'SV\\"\*XAvkOxޡ\mdFFÅf\\a+6\\\)rb\4ʲg}Sx\\vֻ aʩ\D\05SS-\*\^Ӆ\\w\ꅱ/Y6_\\w\pkw0\\%`0vl\r\n?4ɿ\\ҧ\e\ \siG\\r֍On_4\`/-\'\aYI|6\\`Z\4\n\\"l\'\U8y\kSlصA\\(GL8!\r\Z\\!e%\duH/l+\\ޠ\\\\\.\I6(\ 웎yRj\nM\\x\r.s΂\\&\I\n6\\_\ga8\\y\\].\\\^5Pn\\>\:\\,GIzR쮝y\\Y#dz\E \92\ \vnjs,_Y{\Zk]ٛzJ^z\\{M\9l+:A\}00\\.@L\\3l囔\\\Hiܵxf\Ll#@Ť\e+\׹=So\nhѱً!J~ẞǡɹ\Ὑ g\ryuCx\\;P{ k\\\\yM\\#h.?\t#ɠ\"\z)`\RI+_#a\p[o\|\'\:@\A\} E\\饬 2,)w _\DʉԶ͂\\\6j40FSc\"~\\G8<\'\\:\M\6/\U9)\O\\\\\WT>\S0\0\;QO\%$K \\'\\͕{)_\\ĝ#/q\&O\[\ \O\"²\,\\l?2j&\\\,k\\$t3\?iYϲYڷO\5]I\{\ٚXL\l\\\#,\n\W\MbXzp)\'\F\{Pniq9\o \̳l5\y9Mb&iK\ues<%\qѬ6\IF_\'Q73#5XN\xL+֖} gTj,\)0 f\\;7p>\Dy(\-s\'\\#֛X\މ\Ά>풏\9\Fܐ𱐠\d\\\ְH]@e\Pa\yŝ&)ԧ0\x)/\mۅ\r\Uz\\\&[j}wREv\\\\{A\G5F\i y*dq]O\X=\ܞ“\W[B\rDݬ\\\vp\\\>j*\욬e \3\p]\L\}`\\`\DX1\\عWJ\\]cƈf\ uJ0fj\0ցs\\ZR~]\\*\\\\"\rdS2\!\{֣:=Nz\\\\g&\$F,lK급/Í9z\Üu\\Z\"\dm\*\Z\\\X\͹[I|4r_xS \*t\^\&\/\\\$\\\r\\`ʳa\\7%eűCS6\\\ǀ\h2.^Ww\H\î4\n~2p{wq\Z.(W\a\_N\Cn\d,ypU~\2ʩ\w\:jU\/t#L\"u\t\P\w\"\L\x|\(.ay\ѫu\#\Zڄeu\\uI\;o\,1{[rѸ5\b,\B2+Y\GH\Q\Mp+\\i\\2\vC\m*\i QLCH8\RvJ\\j\o\޼f2RFt { [O\\5R¸\_q\ 6pOņǶG=6\\b4?\\fs^\Y\\\0 ^\\x\{N0GuD/S\ā;\\%mp2X[j_aG\\v@\2b\\\\0\~*J\jT\\Zw?/cg)e\\Z~&q\N7\ Z-\\\\r\$E\\Z3b\n\\NyoH\NmQ\vaN\/ \Y\!v\46]3]\3\<ڗ\<*=\t󅡢pEKL\\\[Mrx%\0\b0qqĂ|x\\:_V5:\US\o2ҾPuA_*}\~\\'K9;4\\p\\n+=UO}\\6Ԋ|\}<yﭼ։K\hxޫ(R\\1\=~\P\w\\ºT+In\r{\M\\_໘`3x\\4L\#\\rԹF\ \"$q\c\@\n\\C\KnA \O] `oCK\.U8ui\\\H< pSh\Zذ/\r.O}9fPk\o\2,=A}P#\r5k\,PD+>J\5딧n\.\0URq\k\'i_i,\n\G\+L.\r Q\0% \'ym_\#\?\\E1\0² 75mw>Z\\2Q2K=^N\\q\\Q\nIS}V#\N7=\ɷ5\gD>h]3\\n0_э\Wg1*V\FIPxf\vL@\\\p\\\R;K\\\R\[:[\*w(\1 y\jL3ˇd\'V&}l\]dO\\g\V\:\\5\\fHA~l!/6\yԶ\![^IٷO3\E\}{\Yz#\@\XaͰ]\\()ck\\!~s~h\\q0\X?8̅\H\i,+x ͵ SE\9r=#_~\\/Sͻ\(YC/#/\D^>6\\\\V6 E\i\*\X,/6\\\\}%]\v \ZY \<}]8\c\4=}X\j( ;\\w\g\ָ,\\R0$k\oA{\2#\am\'Y#\O\(&\r\n0\{z\\\ 7j\\\Rv^0\?2Dh\4SG\8RHe\|5/\iVV#V\\\A\\\`4ډ3\z\Zr\K,\Iޗ\Oexџi}.\kQ _\39y\nb\-5c,R\3\\'r.]9c\xߚY9\\\~\ \\\f\\\Ƕhj}upIX\p\ھΩT/\6Fk\TE;\H #\ߛ\\{C\'Vۨ/\\H_n{\\FW\\?^ծV\ N \-j\s\Zjh߽C\șI\ER1\GŸċ\d/8\\Z{{S*Qb\Ua\\\9e׽RX?楐1ih\Z\ҕXT9\Eߎiц k!PBxQA.T\\ۄ\\๠\ێv&=G\Vkr2\\C5\m\~q~\ ;rfXᅸeX\tŪ.+[咩H{v\./s|U\Z\\ Ah$DUs\\\I\{\'\01\\\\rkD\\\ac\#kQbm(({ia^\\v\J\MC`QA6_\~j\c,1\F\n)7\䩾!\@\ \nK^$\\NVj\q\`JBZޅJX0u9>!v1\v\ą>Ш\&\D6X]`\\=s\0\\1y5z\\\4\Oš|p\A5P\\%Mu\\#g]zmܦ8\u(fy\\2\Э\9\ex\kzB4\6H y/=\u4_c ο\'M|4^T\\ø~3\$:З\e\\W_6|T-\>{\rC\n\=\k\\Rdj6\T\\\\\\'\\\\t\\a\'\X%=\B-\Ep~\'u)3H\_cx\N\\pnx{V@\f!D.SJ/\xknZ~q\\6Lꂨ$\?{II%&V(Aw\<䩻\\c$\a=\!3CPY\.c%\0 b?O)Mퟴ\[\%>xd\]?Z񴝞15\\q)9W/`\kW\V*\_i_\'h\MaCQW\~K\0X~D\<\>\5\O! U\'IaӴ9+\\6\\fF\7r,?\\OP\\Z\r(ga\u;YR>\v\\\\?s\k\\ ~\m\V\|ݐ\0!\ٖX6av/%1UEd\_w\'ޢ\KGs* %y\1PbBR[B}\n[\\; I2q \U\>\n)̈́IxVV$\Z=q\UO\c\\\n\\\4\r\'R2\8\F(>F2 \\760\w8\([\o\W\\K\\4d\\\"Qj6h\\'Vh~\\Ad7\Dc\\A\ZHzy\I\\\Q\]o\%:1WR\\ͩ\Q\i~\^G7p/\+\Z\z\:MKp\o*ATڌ̄ʟ[wTy61?\"pL\\\,vr`G\̃\S\$ \2|>\YwMW[\ \I\\/H-j\r%\D\+P4\ g.\\{\\\^W\/!u\T &gɖ\\r.\:\)Q\\7ݣ h\"bY(V\\W\|/5[rɷ*\\\M\\lr\nzWm:fO&y(\H\\\\n#_FD:\1I\}U\"\0H\B&`\8m\!Uc%rT\\.qx\=\0\\\"I\8c\_\;k\6Rr\E?{d\\\G_\A\7\c0+\^E\\h1\\{\9U\,\%k1X \r LcN\; ]ySPk=9i\fCu l6E#Zt,#<\ZL\4ZFU!}\\֊_ȕ\ o/B\\\!Z<&^S\\\V\?RÊ] U\@q\Z\Z\\\\7\\\BIq\\ѰɧӿlpK9 \^/t\4,\ͮ6\\RԤz8\\4w\\c\y\sM)9@\\2\\\.\V/B\c5a\rRIG>?\y;\+\'SAED>\\\\qqa\_\\؈K)A,7q>d\'@@x\°E]|/YQ;#\6\yc\Ȍʗ\j\\L2\-[\ 3\]S.\\\\0ה\B/\n\jz\'a\\\FL\ZH-L `$p1/>:r\VǙ =={\OrR\xg\J9G0>z\c& IÆb4~*LQRkg! i\\fnb.*\\η\\$\gw\T\ #;?\`\?\\;\"\A\Y|X;uaw?oa\\bN$gI\\+\\R.e\\Z\\pt \ᣈ\:\Z`\'8y`wW0\\\PRƇ\]Pd\$*H 9\n?g{\g s gO\\XI\#n!F#Yȼv\"|\:\ݯCG#\nYE[Vw\i%-%F\0\\[n\1Sa\+\\\]\BE2\sŎ)?ԟ\B \*\ZOےn+z`ߗ\\]^\$dg\\Gf\m\G8@~n?\ x\*ՑxkS략9U\Rݼ\"EI {`z\\$쨀q\\\Z6hֲCR=8Hΐ\\<\\>\y\\y\= ؃\G\ө&\0\*u\\0u\r\+M\nMƿ\4f_MG\\%2q\0\/ғ:;\\e\WGʈ\P\\,\KA]H\\%\\A\Q<!B|$k݈# ei%0D\۞V蚹xRBBy%\h\Wv\Ƕm\}nG>p\ѹ\W\\\5w\O\E\̾mG. Ճg?ƒ\rТjs$_D&֗H᝭s%\\vx-\\\#? \\T5\)\\\Np\[\>\&]\:.ѥׇ\4U\hnl\h\ʫ\jF**\ZW\nfrP#3\md\n\nunpU0 l\6ZiRw֢$\\\\¡桘3D\\\\[IwD=O$l\Z\\\I\9<\0ox\>L1\\Z?\f\] \\t2Ј\5Iv\ C(߱wziC\038\'U\$S(\]4\P\cU\v\᢭(c̈́ɯTνڐ$_\S\Њ\|\|\\n\\D~v-;&\W0\;\\7\ \"L~ޅLE`!\)l\ʛhL\O\/̩3z4ΚC:Ufz^^Gn\\\/pR1C̬202J΍<:_\B!s*\l6\\\\"Q_ȹ2a7\<\\U}\\" As\\?\C9\`\r\0É\\\\0\\1\yiN7,N]\8\Ϫ\\\\C,01Sͭ\-abpY\x{Vc\olNGqlkb\añԟyb\\@\Y\\\(J5}׸dt`Mu\ƂUz[\w\\=ʼ\0[\nKix-b>\,EdҔ\\nN\-\\\09pM0+~0:6r½c\\ \h{M\\\\\J,k\r?O\Z/ކf\?xȃ9\rQP@\r\\\Z\S\z\nEO\wF.P\)n><\W\S)\_\]\\\Ya\'kY\\_ot\r\)\\C\EI \m/;\\\\ggŭƱ\\0`8^\\\Ƌ~w\\'\\T\OE[q:\Sk! ˎ\\~J\7$kSsYme( |.ŹzZ\\[몾lc\읋q\oןK\֛+%\؂\!a\29\n\\\ `F_h*y.ZۭP\0\"j\\=xat\\K\h\9\wǏ\\;Z)\\K~\\Q[::\js\\^Z@2n\\ve)e_\u\\\!\9]we<΁iJkN\uMٍO\I0x{MyR\r~S\\BSTh\Zs*[? POvDŌi*\b\\*;ةDڨn/N\I}7+ƕA\\l欿Bt\\'st shw\\k1]\':&etbt\*\\n\'Z%$^\*BR_~;A k8\\\\=>J\1\~(\\Ac\qo%TFO-Gz\JTN>\\'\\#. D=\\a\:\\'jK\ WHS\`\r\y~E\~|\nR\i)fl饔e}\)ld*ÀIF^ȯܒ\\W\@~ݘ\0\ \(Uޕ\M!\0\מ\T\ždT\`\l\ \9睪P\k\KV\\d\*\X\0Mo\DO=h\W\0 \7$\\RTbzHpf?@јݲ\IG]q\M;\>l\nA\>\\kh\\\R\8yOt\ldU\^E%On޹~}J[An>\\P:\\\7\\4iw\\q\c\s\ @\"/\\š|sP|0ô!J\\[h7e^\JTuVڅ6bJR\#ԲYun\nO#\r\F1_Ң\'Sz<\ J8@\b\u\\\\\\\ Qi窍gDH ;\0\\\c\nizNy׊\}˜.\\\Z^*̶=\\.)~\ \_OP\nx+U\\1\w\\z)\"4+\B\\II%%\\"ЖX\~X4;;\]*\ &\\"T\QWvRid3m`a\3\r45q$&Β9QO*zkBjdE,=<\\ei|\MqZ]V[]&I-q9)g0TgOrP~tgn g\\(W{v\\\^Z\}ȐC6ݞ+?۸ZP\d?P\\\\\ kO\\}H\"F\+:̵LZKAry\9H$\Ī\\\50K5:\'Ċ\$\Ժx\\r^/\\'D~\4\d \\`8`q׆dŪC*k]0ɾ\"\\Ͷ#8K\\r\\|\Z\ゐ5b\T2\ph=\ j#\jR\\ 𪏨\|z\03\ܸOV1SlfwV\\1 \l?\.\rƨ;p-\e*\\\`\[\p5U\ͳ\\{\n\!z[\>ft4\s^tE+W\L\կ\C\ҩχHhZ;P\\.\\s.1q+܋\r4\$PduU1\\8<Kn\spGRb:L\0j}y슟W\\Sh5GH;\V(\(\\ZB\0\r\lŗ\\B\s#3?+\\Wp\PM\k]NcVMTpW \r0\\Z|\\T-B D\"\,Q\uܳn.\\\A\Z\\Xm,\P \r \Jh\\x\Q#\0  tgF\N\v&W\"IJ}:k\S\-e&sc1h\ؗ]m3ĺXqÏ\j\_\y[+xE\\V0z\\ xi\\n\\\F\n\\7\4\欋\\M\=\Oh=\\ln&\\\ă\J\ӗ ~\\\\lL;-\F\\\0\\U*/\\d\.>z_\ME\MՏ-/v\\_څc\\?,U&\\"R[\R\\\\|L\kv7\[\ׇd̂zR<2\\K\\\7II\ !1&j[656i8\ntl*\?/]\Z4tX\*52.p·\\"F6Zؙ\n\$zz\r9`\\&S9\~{-LKŝI\Ti\\;u!7U\eH> -\%G(m\\0DO;^K\\lظ!\/?aF\z\#U%f\{x\i<\f;KZ9ްN\Wj_H]\͚VIR[냛\Bws\bN}qY\7zoU\u\'\1k~P,o ʂ -~Bʾ\i>1/#\#\yX\oa\\DŞheb\\h\?)31\us\_sШd\>V*R/\0\\ӷ\~r\%\"\\\\8lb \κ\"7eE=n~\\͙\'2\C/\\ r\\r\̈\\r;\JUˑ-\\B\? CQ\c2 G\e\\h\h\\݌^\@˶\\},n\\ۛ~A\F\,\{\!\\2_U\d~\p\\7O\";}FE\0','no'),('currentCronKey','','yes'),('dashboardData','a:4:{s:9:\"generated\";i:1737548803;s:3:\"tdf\";a:3:{s:9:\"community\";i:6426;s:7:\"premium\";i:6451;s:9:\"blacklist\";i:8961;}s:10:\"attackdata\";a:3:{s:3:\"24h\";a:24:{i:0;a:2:{s:1:\"t\";i:1737460800;s:1:\"c\";i:7711405;}i:1;a:2:{s:1:\"t\";i:1737464400;s:1:\"c\";i:10132533;}i:2;a:2:{s:1:\"t\";i:1737468000;s:1:\"c\";i:9048626;}i:3;a:2:{s:1:\"t\";i:1737471600;s:1:\"c\";i:8511907;}i:4;a:2:{s:1:\"t\";i:1737475200;s:1:\"c\";i:8269940;}i:5;a:2:{s:1:\"t\";i:1737478800;s:1:\"c\";i:8932764;}i:6;a:2:{s:1:\"t\";i:1737482400;s:1:\"c\";i:8824490;}i:7;a:2:{s:1:\"t\";i:1737486000;s:1:\"c\";i:8542403;}i:8;a:2:{s:1:\"t\";i:1737489600;s:1:\"c\";i:7780023;}i:9;a:2:{s:1:\"t\";i:1737493200;s:1:\"c\";i:7513573;}i:10;a:2:{s:1:\"t\";i:1737496800;s:1:\"c\";i:7198095;}i:11;a:2:{s:1:\"t\";i:1737500400;s:1:\"c\";i:7214107;}i:12;a:2:{s:1:\"t\";i:1737504000;s:1:\"c\";i:6923468;}i:13;a:2:{s:1:\"t\";i:1737507600;s:1:\"c\";i:5731629;}i:14;a:2:{s:1:\"t\";i:1737511200;s:1:\"c\";i:5689597;}i:15;a:2:{s:1:\"t\";i:1737514800;s:1:\"c\";i:5349420;}i:16;a:2:{s:1:\"t\";i:1737518400;s:1:\"c\";i:5565426;}i:17;a:2:{s:1:\"t\";i:1737522000;s:1:\"c\";i:7298499;}i:18;a:2:{s:1:\"t\";i:1737525600;s:1:\"c\";i:8375176;}i:19;a:2:{s:1:\"t\";i:1737529200;s:1:\"c\";i:7995005;}i:20;a:2:{s:1:\"t\";i:1737532800;s:1:\"c\";i:8173446;}i:21;a:2:{s:1:\"t\";i:1737536400;s:1:\"c\";i:8133839;}i:22;a:2:{s:1:\"t\";i:1737540000;s:1:\"c\";i:7770598;}i:23;a:2:{s:1:\"t\";i:1737543600;s:1:\"c\";i:7471250;}}s:2:\"7d\";a:7:{i:0;a:2:{s:1:\"t\";i:1736899200;s:1:\"c\";i:238728674;}i:1;a:2:{s:1:\"t\";i:1736985600;s:1:\"c\";i:214167026;}i:2;a:2:{s:1:\"t\";i:1737072000;s:1:\"c\";i:215850899;}i:3;a:2:{s:1:\"t\";i:1737158400;s:1:\"c\";i:214400010;}i:4;a:2:{s:1:\"t\";i:1737244800;s:1:\"c\";i:227723366;}i:5;a:2:{s:1:\"t\";i:1737331200;s:1:\"c\";i:175043771;}i:6;a:2:{s:1:\"t\";i:1737417600;s:1:\"c\";i:189842641;}}s:3:\"30d\";a:30:{i:0;a:2:{s:1:\"t\";i:1734912000;s:1:\"c\";i:207391535;}i:1;a:2:{s:1:\"t\";i:1734998400;s:1:\"c\";i:205093702;}i:2;a:2:{s:1:\"t\";i:1735084800;s:1:\"c\";i:249592090;}i:3;a:2:{s:1:\"t\";i:1735171200;s:1:\"c\";i:228785472;}i:4;a:2:{s:1:\"t\";i:1735257600;s:1:\"c\";i:217005077;}i:5;a:2:{s:1:\"t\";i:1735344000;s:1:\"c\";i:200546463;}i:6;a:2:{s:1:\"t\";i:1735430400;s:1:\"c\";i:220029985;}i:7;a:2:{s:1:\"t\";i:1735516800;s:1:\"c\";i:225047252;}i:8;a:2:{s:1:\"t\";i:1735603200;s:1:\"c\";i:213682524;}i:9;a:2:{s:1:\"t\";i:1735689600;s:1:\"c\";i:209088107;}i:10;a:2:{s:1:\"t\";i:1735776000;s:1:\"c\";i:209303681;}i:11;a:2:{s:1:\"t\";i:1735862400;s:1:\"c\";i:233325850;}i:12;a:2:{s:1:\"t\";i:1735948800;s:1:\"c\";i:190602334;}i:13;a:2:{s:1:\"t\";i:1736035200;s:1:\"c\";i:236726889;}i:14;a:2:{s:1:\"t\";i:1736121600;s:1:\"c\";i:210033946;}i:15;a:2:{s:1:\"t\";i:1736208000;s:1:\"c\";i:200364718;}i:16;a:2:{s:1:\"t\";i:1736294400;s:1:\"c\";i:216657269;}i:17;a:2:{s:1:\"t\";i:1736380800;s:1:\"c\";i:220257685;}i:18;a:2:{s:1:\"t\";i:1736467200;s:1:\"c\";i:206990346;}i:19;a:2:{s:1:\"t\";i:1736553600;s:1:\"c\";i:191732137;}i:20;a:2:{s:1:\"t\";i:1736640000;s:1:\"c\";i:240793190;}i:21;a:2:{s:1:\"t\";i:1736726400;s:1:\"c\";i:236961891;}i:22;a:2:{s:1:\"t\";i:1736812800;s:1:\"c\";i:213326385;}i:23;a:2:{s:1:\"t\";i:1736899200;s:1:\"c\";i:238728674;}i:24;a:2:{s:1:\"t\";i:1736985600;s:1:\"c\";i:214167026;}i:25;a:2:{s:1:\"t\";i:1737072000;s:1:\"c\";i:215850899;}i:26;a:2:{s:1:\"t\";i:1737158400;s:1:\"c\";i:214400010;}i:27;a:2:{s:1:\"t\";i:1737244800;s:1:\"c\";i:227723366;}i:28;a:2:{s:1:\"t\";i:1737331200;s:1:\"c\";i:175043771;}i:29;a:2:{s:1:\"t\";i:1737417600;s:1:\"c\";i:189842641;}}}s:9:\"countries\";a:1:{s:2:\"7d\";a:10:{i:0;a:2:{s:2:\"cd\";s:2:\"US\";s:2:\"ct\";i:655558740;}i:1;a:2:{s:2:\"cd\";s:2:\"NL\";s:2:\"ct\";i:256383773;}i:2;a:2:{s:2:\"cd\";s:2:\"SG\";s:2:\"ct\";i:195700798;}i:3;a:2:{s:2:\"cd\";s:2:\"DE\";s:2:\"ct\";i:181988571;}i:4;a:2:{s:2:\"cd\";s:2:\"FR\";s:2:\"ct\";i:134236718;}i:5;a:2:{s:2:\"cd\";s:2:\"IN\";s:2:\"ct\";i:105469595;}i:6;a:2:{s:2:\"cd\";s:2:\"GB\";s:2:\"ct\";i:84302639;}i:7;a:2:{s:2:\"cd\";s:2:\"CN\";s:2:\"ct\";i:74584482;}i:8;a:2:{s:2:\"cd\";s:2:\"VN\";s:2:\"ct\";i:57802075;}i:9;a:2:{s:2:\"cd\";s:2:\"ID\";s:2:\"ct\";i:40998216;}}}}','yes'),('dbTest','a:1:{s:5:\"nonce\";s:64:\"a720ca6c69ce77dc72ef6ffee7246a4209ca8ca72882a77f39d7f118efa4d03a\";}','no'),('dbVersion','5.7.17-log','yes'),('debugOn','0','yes'),('deleteTablesOnDeact','0','yes'),('detectProxyNextCheck','1680022744','no'),('detectProxyNonce','','no'),('detectProxyRecommendation','REMOTE_ADDR','no'),('diagnosticsWflogsRemovalHistory','[]','no'),('disableCodeExecutionUploads','0','yes'),('disableConfigCaching','0','yes'),('disableWAFIPBlocking','0','yes'),('dismissAutoPrependNotice','0','yes'),('displayAutomaticBlocks','1','yes'),('displayTopLevelBlocking','0','yes'),('displayTopLevelLiveTraffic','0','yes'),('displayTopLevelOptions','1','yes'),('email_summary_dashboard_widget_enabled','1','yes'),('email_summary_enabled','1','yes'),('email_summary_excluded_directories','wp-content/cache,wp-content/wflogs','yes'),('email_summary_interval','weekly','yes'),('encKey','84b7e1925341c6fb','yes'),('fileContentsGSB6315Migration','1','yes'),('firewallEnabled','1','yes'),('geoIPVersionHash','d3a40baef3645158d53cc9418c62d224c9d47d555e7bee2a3edc17cd9d8bbf15','yes'),('howGetIPs','','yes'),('howGetIPs_trusted_proxies','','yes'),('isPaid','','yes'),('keyType','free','yes'),('lastAdminLogin','a:6:{s:6:\"userID\";i:1;s:8:\"username\";s:5:\"cvcom\";s:9:\"firstName\";s:0:\"\";s:8:\"lastName\";s:0:\"\";s:4:\"time\";s:28:\"Thu 9th January @ 07:58:15PM\";s:2:\"IP\";s:13:\"80.214.78.240\";}','yes'),('lastAttackDataSendTime','1680087523.776526','yes'),('lastBlockAggregation','1737552394','yes'),('lastBruteForceDataSendTime','1737129824.954429','yes'),('lastDailyCron','1737552393','yes'),('lastDashboardCheck','1737552394','yes'),('lastEmailHash','1553519228:1dda8bb86f06586cb0ae09272dc5d388','yes'),('lastFalsePositiveSendTime','1551084358','yes'),('lastNotificationID','5823','no'),('lastPermissionsTemplateCheck','1737600246','yes'),('lastScanCompleted','ok','yes'),('lastScanFailureType','','yes'),('lastScheduledScanStart','1737538838','yes'),('liveActivityPauseEnabled','1','yes'),('liveTrafficEnabled','0','yes'),('liveTraf_displayExpandedRecords','0','no'),('liveTraf_ignoreIPs','','yes'),('liveTraf_ignorePublishers','1','yes'),('liveTraf_ignoreUA','','yes'),('liveTraf_ignoreUsers','','yes'),('liveTraf_maxAge','30','yes'),('liveTraf_maxRows','2000','yes'),('loginSecurityEnabled','1','yes'),('loginSec_blockAdminReg','1','yes'),('loginSec_breachPasswds','admins','yes'),('loginSec_breachPasswds_enabled','1','yes'),('loginSec_countFailMins','240','yes'),('loginSec_disableAuthorScan','1','yes'),('loginSec_disableOEmbedAuthor','0','yes'),('loginSec_enableSeparateTwoFactor','','yes'),('loginSec_lockInvalidUsers','0','yes'),('loginSec_lockoutMins','240','yes'),('loginSec_maskLoginErrors','1','yes'),('loginSec_maxFailures','20','yes'),('loginSec_maxForgotPasswd','20','yes'),('loginSec_requireAdminTwoFactor','0','yes'),('loginSec_strongPasswds','pubs','yes'),('loginSec_strongPasswds_enabled','1','yes'),('loginSec_userBlacklist','','yes'),('longEncKey','e2caa8e44580bc6235cc8dfa51dd5c71db5c5703542489c78363c8120c9269c0','yes'),('lowResourceScansEnabled','0','yes'),('lowResourceScanWaitStep','','yes'),('malwarePrefixes','\0\0\0\0\0\0\y8\\0ٗΝ;˽sIYJBR$RI%QD\ZHJ!I+JHi!*)EE+\&~\\\yy\\3\\3>\nj\no>^\\\'\_wB\x1\uO\Z\ \%\e\r\?EC\\)M>\\8)}\uׄ-X\\1ff\m\0\\0\0\r\a?\0xG7\0?\)`\04\D\K@\b H \0Y+ gZ\0p\Z\\\0\\@1 Pt180\\0v6\\. \); ռ\Z@U \{\0u\'\\\\\ @p_F\\\q4\\0Z.=\\_\r0h \\\\t&\:A!\\0]߀\\n@7\\0b?g\] \\;a\l`\,[0\`\ `x,0`00a \$`d0ZU\\\0>\K>\\&)\\/S5\);0r\= 7\?\\`\\C`9\*XXՐ\\d`\~`6L XK֗_\W6$`\tt/<$p87O\\0`m0m\.V!\kH,\\Z \\Hf~ \x89u\6~\ \\\\\`\\w<\:`^s0\0,?\0,H{\r,8\,(N\0\\Y\0,x,x\\0c OӀg#`-\u७xxs/\]\0,%|\\ l 0,\Y\\g\8`\\р\\\]\C\\'v\0k܀\0\& `O,: X&\"@`\H h4 8Z \܁\\s`\I\Z0XӺٛA@XPv/6\"J b\\Z \"k\0X\:\\\0Q U5d DG]\06=] lnX[V@.\E\$\.-ض\,\; ~\j >\Nu灄@B#8H\7H|;؁.v+$ i?s\ +\n\\ ؍,v4{f7g\o`\>\w`\\^`_\N` R<\)A\=\qR M6f0\nH/\02\K g; \c\"9P0%k\Ӣ\\@\D g\= \3pdQ!p4pY\\\\@\zs \\\p\N\Z\nt_\Tp[B@Ipm\\Z=(\n1\Z Y\Z {{%\'F\|\0\*^&)\\@(2(OR˧\w&W\\\0`\m=P2\@k@F : P}\|\\7:\S\\\[9Z] rә\0\5Gf6\0|\}E$p\@xxx82\/4htxt\8S4π\cÀ\Q\G\\^@\\6\y\ \<xaj\\rxi9x9Y \^^Kږm\b൷=:$ x1x;r)Юc\r\ |hK:́O|ϻu/o\\]\\#[\?@\@\\=\\r_ǾU \7c\"oN)0 K\K 4M?Ч |c@ĺ Dh-/1\'\\qĝx\x6$/\E\.\\8(Z;] ˢ@@k@\$P2\\[߀2hPu:HDT3\@f\'\{ \ GܺP\0UAUR\0\\\ \\\~P-En8Uj饁Z\Z|A\M~!\U j? j?{*\r\\\:A-\\vpp)8DW\Z;\\@W\h84- zq 8l\0\p4\N\r_[\\\r\p?8X\Z}M\0]A\\;A\ \\@8\\.8\Z\\ }Z\\\\\ м \{*gpb 8\\0h9v>hh5JN\0\\\@kh\rh}\\\lmN^m\ A\oE\\/\@;\~\\U8i\?\>&\/\'?O\0|D@@\'pZ\\\z!\<8=]#~3g3G35\r\\+GYnn\\_A\!8\X\yE\\\\\\r\$%\!o=\=Ꟁgp\\0/yh\ApQ\\Z\K:R.\.n\烾K=\GKT\k\ eWd+\OW|\7]W>\\G0آ4W]\0W\X \{0? ^ Xuǀ\#߂\\\!\\Mu+>\\oQ>3\F4\\0^5 > F>n\\\]\< \\r\np\Lp\+\Vf=u7m2p[\Wpۉ}\\'0nb\\0\I\`’,p;Ll6\GX)\\&\n&?w}H{{\\=\0߯*Sx-e\`ڑ+`\r0\\r>hxpD0\[=\\*p灇^\0R lUݞ\0\\0s1c/U`\\"38_R\n̛\0\5\\12 y6X,<x\\9\\*XX,`3%OM\Y+s<&<\\r,60K@0<\0lX\e3JB0+\.+\g)7gxy\E\\\H+FEW\o?E<\\kC9u5\, ޮowu\w^\Ƹ\\\'\\\Р\ >\nj\0}qw=`S=-\{(\'o\i\$l-#g\\/\_$//Ԃ+W\?\\u\0 sߵ\z\\{^C\ct<\1<\0\ v\mON\\\\\s\\ۧO/\\ ~ U>}8X v\]:\X\nv\{D\{\N?\1\\b\o\2_WvW u6\\Z\#\\ \?\࿲0\k;W; 47C\\\p #\n{0\0v|\!\b9.y  l\\1m#!r\'\Z\n!ѼXH%:+!驫\[Hfɾ\\\SŐ-D\ri\\'!h\)1Rj/w, ά\\! ?H0 VG!a$\49 wA4_HG{ O\r\\\rt<\{\r\˟\}\\Wwo@C\\A\ܞA\|A\Ja Â+Ј5\\Yrh\\#\\\Z\\\n2\%!Fi-F F\'L\4Bcd%И+ 3dȜ\"\]\\-\\8\$Ȳp*dY\BV@\\'\C,t \$dm\MX\ \k \\E\rHQBsSiِ\hڪ7ȹ;\\l\0\0M\'C\h\.\ճr]=r\r}5*=$4O\\_< -\<\C $\IxAs]\4h\\Bo3h\=Z4|=\+\\Sȫv\'\\yZCK<\AK\%ի!!\ \x\\}\Z \ 7w\\\OfB+\\r@+ch垅\ʻáo@+{C\P`\;h;Z5\Zդ\\\"h5v7VB/Ck\\\Z\PH\(t:\_d(\\!;~\hR , 5brnAVB+>A[\\C[w|\,=I$03J\9\0%\nmjЎ(ɴJ\%m/%\n%_vM\n\\ \q\ \\\OA)g_@)/ڠTq%t\V O|\0L\ \\ne\AfYP\(\9O\p\y(kHk\\CG8tdit\\\ȓ\(g{k _\\r?~\ʷ̀#G@Cw\C\'\_\ \ YЉ[\\*\Z j} \B\CE T\9*\>* Ag\n~CŊPq*\?*)̂JNι*sw\Ccʠp\|7t\T\\2TAWA3\\%/ t\ UM_Uqn] ]MB\Gk kC5\\r\\PGtsc\L\X\\9\0\i:\ \\:׮ݏ\z\j =5n\'BO@\\\\@\\uPw j3%Y\k\\rz\\M\z\mrԾ9z\q\ eԑiu\nuz:\ʠO\Z\~MЗ\\\oзF\\N\r\\ u\\{_ks\3zPoUs\m\gaWA\{пlF\\\a4q0zm`F\u\w\`\&\/Är\\܂I`L( [KM%\'\Kɰ,\n\e?a:*_F7`e V\\\&0C`Ns`\\˰\\qXX \ΰt5, 4\ZdXCk:\"u|&:m\\Px}>\!\ \]\\{\C\\\0\<\6t>\<\04\0 \9\r`Ol\\k |MY^$6wh-V6k`E x|\=غlS\4m6¶_\\R\ė\n\>\~!<9v};\\4\rSoiӪ_\ӞR\(\y\\rع\\B?] *\q gN\r\0gfng\nR`\\b\\xN<\P\=\w/ج=`]x\x\>xѹW\?x\}x[\.|t}F$qx\r0\Px\\\\C\exxY\jxY\+\Oo\U \\\\rKag\r\\\0^Yp\ ژÁk\Z\\`>޸^=\\E\\}A\a\p\[\\mሳY\\py1 #o\Q3]\\8\t11\\\l!ǂ\\\\\;x[\(x\6sy\0Ǐ\W-\__\;\\hxǑpҴhx\'\>\\v\#\\y\;\8\x_\{T\IS\qk\C\7\4[ N[\_n\o\\[\\\r\ s78c6\\g gfK:\\\#\M>Q>z\>f>\LyG\\pޣp\ \"\n>p>\>\ \, ;§N\]Y\E\\"\H̰ٚ \mK..Yu.9>r|\<.c\\S\rp\\!pm\\u\!|1Z\%&g.|\rµp\v\\-#62ck\qk\\\u\.s\We?q<\m@>\n\7\o\\Ï\V\MZ\ǧ\Ofͻ\\\g5\w\~Q9n=L/=\W+\W?\U\H\\^]-\߫w\6\X\\F;\~)o5x*\o\Mgwr\\\r\\ow\w?6{\Z=\s\1\\ý:\˫\_\#\_\'\\?^K\#_\\p\?[<\\0>\\"@\n\>\7So#h\}=D\\^q!\D<9\0\ND$!\/R 9!\\&MD\u$B\\O\#J\aL}؊p\oG_ sW\NDQ\G\Dxv\nѲhE\ Zm\LD\n_h\rD GtCt~5\"\\ŝ\oD\\D\\G 1{NF>@!!1 \\w1\n@֚\"F}\\v\\蟦}bڸ \\'2f\>bVeK& \^o \]\\"u\'2[jX*G#g+ub\\\\\ %Ґu}\\\d\\aȤc+{{ 2e\\q{q(F\!N:ia\yC\c*\|<q> qr q9}\<^ 2Պ\%Y[7\13\Z2\\j\"2B\Z2)2\3D\﹇̯Z,\x!a%g\\sx,ܾY\!^\o\@\#KjZ\\ \R}Cd\U\\\C\\2\\h$\gA +N\BUYH*Yٽ \\ \F\mU?U\ 4(ІǝEOBV\EV7C\Lđ5G\ )XN[֤#\KA$\Zdnn\sd\"YTl\0h$:\]qqG6\Ȗ)ȶ\Ñm)x\j$$,Z$$$E\\w7J$\,$\\rsٹ|\\\"{!{\uW {#{?mF]@Sϐ> )\\") \ZER\\CR\7\"\"\ \#i[\ u\\\$$s\x\и\a.\pb3uE: ٽ\{\\޻\\\ȱH\6=\ \\!ybJ9y9Ym\i\Ehrr\\\0r&\\n9S9k9;\3rR<\)\\EJ,s}P͡gH\D8\rI\\\?\Z@>8\B,[|)B@.B\|ьF~\h\ ހR7\\-4{>z}U@&; }KH\3 \\ \_p \o (\'\nu: E\\ʛ(\ZEk\(tBq\(YEŢش?ʮOD\B3\PF/ e>c(ېr#PpTs\d5ܨA<~\\P\q*T/\2\\ߠz\PRT7?F\\\\٨Aj-BCG OG\Iq\\:\l\LPf\QCP B-] j\5:\\":\7\"j\Z@\\\Va7\{e脕5\\c\Q\}cщ\\>N޲ ǡ\uPǙCQ\\:\T\g\i\xt\=u)B]ζӱ2tz=\x:Ctɖn[e;:Ξzu{ S΍[\뚌\|.0z \{zT.\=\rђ>Eo\\6\\ [rkDW4E\\Е+=\+`te>ڄJnD\գo/;!cסޛѰ\'4|G,\Z]k]?\-!x\\ZI8\'\E7\\\Zi.B7E7\\\/1hlc95e\Z\*G _ S\\_\\/\[Sѝ\5hLc4 \%Cw\\\nE\r\>\}\7no5w M1@S\mBSX\BS\G\Ѵ}Uh z0Vf\|f\\@3բl|\\#\\\\nѬ1uh֭\hV4g\M@s\\"М\X4\e(a$zd4\-\E\(F󲖡3t\|h~4\=qFO\CO\m@ X-ЎE ƬC N\FOBO{FO?\$%\\\ZB0L\rZ\t -u-+\\G/eW\\\\޷\U\U \\aNh5\rF+\k\k%\\{\k_\\\\Xz\bZk\֮qBoR\\\^\\\zv\(Κ\\}\}Wz?&\0}([>\\> hI\\a6Ghm\T>\G\u\S\3}Vb씢-\wG9zOr\"5}5}e݇Z}\}= }=\Q(\nrm\ZmcOtE\\\D?\G;l \G/c\,v}B?߃~< \Z~iFjMF\_D\FF\rh\\u\\ȣݣ\\C\\sў\\/ץ FtB\\\C!ST\o֍G\@3\\0RO0\Z\\\cX{_~?\r#\]0\\;v\DyLl}\0lLb`I\\bw1ن\Q\yqS\Zĸ32/?jb\Nz-L}\SaS\O 5\\i\b\U0\\ \Ssln{ Ӄ0\?1W\\IH\\\SlhB\"6,~\r6\[fZ\r/_*\F[O\\5\\/\ ̴&c/k{\663\Z[g\TY,\1\\l\Ll|-6a f3\/f3\f˿\l\1ۨ\\\\\$66i\YMYM)9am\\a7Ci6\;\2sHa?،#Y5 \& ܨc\\n̝s\gbs\+\\ߞؼ\7ؼo?6q)\0-h\\<\as\1\\=\\gR\\\[SyŃa\%?\`>Ke\a\&] b+z!  \tލ|5 |q |{[5e4 :\\\\g$Bta!\\X Lª\`\gᳱuغu؆ǽ؆g\r_\]\X\X\Xtq>܄mmmN8m>t\۲\=\Ƕf\\\ZI\rXxp= Km\a\U\*\x;K\%ݷ\vŒ\Yl\bplϔ5؞\ؾ\Ik\LK=i.\'`\\ð\\X\\\\4,3x\rvh\\찏?e˺ne\b\i4c܃;\N-\Ž:\c\ľ*\\X\j+{2\],\~ G\ҰQY\/,\\vZ\?N\\\#\Ho\B\,\\܇;q\\0G<\q\\\'M\'\q \\rk.\\ҟSq\hj\Yh\ӊsqu\F\\(݂kt\\\Zcmk߶5\:\:p\rJ|>d5>d\[\\R\\z۾\z{p6~\]\\i\\\B|>\\V\Gtō\q~nnrt=>*\<>\D%>\M\O\t`\]\8ռ\͇|\m\\\,n\m[؄p|l\;|z\n\0n\\\0\g\gE\0O|Vw%>;\Z>7\n \,>5>_e/\\\y[/؏/|\n_\qz{u\^\Z\\0vƽ/V\>ǃqO\KR6|\2\\\\n)Skp\'^ʐ\x >_%_5z i^p_p4:}_\\ã\\Oj{3Ou:u:a\y|\\ x\uxd\:~\\=~m\0\yc\[\j\\\\8\519,~SӉߜ\o෿X\w5;Cs \\Cx\pk!~\\oP,8\ 8\e.x*o \𦵾x\fi\T7ݚ71\,X??؅\:l7\[\\/q_\x\u-\\N\0\q\ױq)\t[W\\\.\ߗ<\\\?<\;|Ym\z/϶3\gS/Mg7\_{,o\o\k\\]\Z\.gw6êq\\fk\{7xoa\'i\\\\]\>Պ~х\\?&[߁x_\;\*@1\_r|\\A_G0Մ\0K)zw@\?\@v\\0\\N?\Bh04\'\-0!$d)Urw$\&;Cl\g7\p]\| >b/*^Pe0\0y}\\ZCh%7ڃf\\_w\\`b\"1x\bh11DaC\}%\ZD,aP3ZVSE\ \" \;NxK$\#i[b\H#\\\C\x\U\Dv01\!F\Fѫ>\i\Hb\EbLT\'a\\DX{NX|\N~B\\\|K/y\"a9O|OX~]IX|$񖫉 \\\ /1\a\A\})%\ ΄nbʃ/ĔvC%\\IL\wS\SWN6#ӷQĴ g넳+\\\H \'\\FU.%,\\1#p=1h&fE\\"Y\'r 7I۳\ۛ\\ɀpv\"܏%\ Ĝ\\pb\\T[\ \6\S/t]Nx\$\/\cX<=XbA,~J,$|W\|X*#f\ \K\\K\\\"t\\; \")X9d\Z.lH\k5ïk̈5\ \D\R#\"\\$fO\\ \R\:vXKl\\DDWQ?kE-Ħ@b Al>Nl2]1ݿ\ZtضÜN\=o&\\\׉\\\D\\EDd54̄H:<؅&vF#ݏ\=6=SL\\'܈+܉\ډ)=Dc 688p-q\LfH\DF#\\\\\yDza\\Տ\!8dHr\'`k\"4\i#e\\ܡ\\'\Zo\Df\s\_<8\DdcD\\\#DѴ\D(\nBM\gN\YO܉xCܩ_A\\\M\cN\'Mk\)\}\\\wr)`\\n\⡍-oQ\7oL&\ZDC\\"\Q;\Ԛh|YLӴo\i\7lKGt\'|Ӊ\w\3DH\@\\op\G񻦛ӫE\{}?~ӟS>1\px.%/H ah.V\\Z 1q\#q/\AGW\\s$ \\986rS$֏= B8I?\#\3?d\Z\Hvh)ɾB\y$簞\X\\i3:T!)<\Oj=!5NZ$R\\r5\9ZI\\Zމ$\/%\"\rRQ\ ݚ4+\'-AHC>4\O}\Z9b\r\\Nrd\0r\! i\I\\i|c:i|k7iž\"MF&\H2\'\&ו\u\GLf>O##GFndd/FF\S\(\K\\u\ȍ1\\h\2:y4 #7\Jn\On*~FnlDƬLƴ-\'7;DnNYOƙ\\"\m$J\čd\ǟ\5ɤ_dR73$\\ddr׶Nr7\\#&ɳ\B\d\\\-Εd\=r9)\@fUY\dV+n\'SpJ\'\\t \\Cc\ai\U{1\8Ml\-&nM\\\\.\\\K\\o{\\'kޓO=\fY*\lO6O\ Wo!z\g\g\g_Ed˟\R;\\6d5\\|S|=|;||[\n!\\'ۯƐ\\\k\5=\\ò0QD~6?D~\\N~9RJ~[\\]\Fx\]\Mv?u&{r\\^h\_\JW=@\Db\?-ɿV{Ⱦɿ\~\(\ˆ\=\"p\U\R.dm\"TvPDL>\"Hlc.\z+{k(|8\QXFxKh\"fZuoD\"\"\\f\\ע!;4!BD\Hޝ_\"g\\"a\rE\G&F:o;/2~\/\Z\A4vmhܰѢqwA\xH\"\Z?\\#6!+\\yRHh\\4\D)!٢W\\\Nj\\sg>>/\0_+\\\-\x\&:4Ht(c(B()T#dHmDGM\rEG:DG>r\n!:\(\\Q;щ(mQhpZQѲ\zQQP\\\\ k\D\D\JFJf΋D\D*kEeVʂD凵E\gBD3E\DWfU&鋮nUD׮]Pt\nF#,Ɖn~\28.݉4\Y\\E\QvQCRhOQ讨)\X\T0A8K*zq5+5\'E/b\E/^NX.jm,zy^z,j\)z3h\M\[\n\;\4QǖD\>/[(\\\BїD\\䑢gE\\\\E]\D\7x\(\o\}Q\&\߃6ѿbJ,F&UQ\1\(&\\]bQX%K\\˶eّblX],8-2\X1\\\?=ż\"dX\\F\\V\G\\\JTJggi\\\\֟\#마w_\\>\]\\,>(.\*>e(.{G\\ء9\nrnĥo։\ƒ\\C/}W *Wĉ/{/o._\\#R+ڔ ;!m-H|\qqV\\[Cķ\\wn\9U|w(~P%~c\hq%\'nw7\M7|\7\nō[\M\:\\'\\`q\\[\\73\/_4:_\\\ŭ\\6\G\-\\Ƈů\\\7M;ix\+ğx)\kş\\\d\o\[]wV{ {>6l \?:ſX&\\AK\\\\\\Z$\r .\K\\%xc XB> !Z7HHi\X\"\"~HD\$[\%bm=(]0A\n {Or(Qs\\ d\\"d\2dІ\'F\Ɲ\x[n\6^D\ ]%C? \[\"1\I\%n$>*I\\U%e+\$e]\nT\\_R\Hrm\\^[o%wxS\\ \%u:\5]{s%v~\Xw\Q9I\%vђ\ےg%\#s%ϯH^ y\Kb\Iɋ\\ˣ\%\rݳ=씼\\,yI\ﳔ|0\|^J>Ŭ|WK>7||\\&3Hm\Hɷc\\$\otkJzT;3K%?GI~<(\m+\*xzI\n٭BSl0u]I iT$KO$KeC\R\\ER\/I\^\\;-՚(\ZuKmX:\"wtD\?\ȩ#\äF\¥&`tK:J!5\t̆*\\kff{\\\\\R/.WwJǎI:6\P:Uj͍\$ڴ\Img\6<\\H\\v߂F\K\'ڏ#V,\JS-BS[\Jfܗ:eN\\i\\r\\Jg:*u\v礳G\q\)TJ88K=)C -FH̥OR\dԻO\\\)m,]v8P\\'\)\&K-\Z0Ĥ\\U\6KZ\&i\9i\\\\\"i{4DV#\r\,\rJCuIC#>H\^nuF\Z}F:\ҨS1^I7IMɔ\\҄\;&H&WJw\.\\]\\]\"m\I?ɔ\ \\֔J\W\K3͐\fՌfߴu =z\\w\I]\\z\3i\*=5\ll}\ܺ\\򃷤cii\'T\-\TZ&\!\\'޻Kzփ\\f\;K}u\qҺ\\{pޥp\aNf\G+\"5Q\ƺ\Ҧ \\'sNJߔ>Qi%i\\疑\\ofH_zIێJ_[%}kH\vK̗߭~ \ؽM\y%BiZYK6Xua\?\\T{\ni\\_Ү\"\eCi Fߕ\/*\!\Gڏ\G\/2\J ~$35\\>=LY=\#[\,w\Zf JGp\|}h\\|lJ\'cH6mlI\ul\ed*@[B\L6\'E\F\9X\\Z0\\{vw6\b\H\\Z ÿ\ɖo+m_\<\d\rͲ\gd\dk\:uKd d?e3e;ɢɢO\6\.Ŭ\/۲u,0Y\\(\v\]g,\'\e #e ˶{x\\\wN\DTK]\Rg\z\\ad{\ne}\\\).;Bv ;X\\";X7D\;L\'Yv\=U\#9cV~c{]e\\>\\e\e\\\\n<ܕ&;c(+\\\\ ;7\\\gmم0Y KsWv.PvœUɮ \j\\n\z\dw\\'\ꂞ\\\Z\\\e\\\\\ϔ=l {<]Dy[\,)kt=KY\"k!\\e-]\Ke\!\K\쥱\e -{Y\k\W\5\uN\x\\9r\{\\Aܰ\|\\-\#o}Ms\&\G\d\M\M5\MK\\j \f?7\\\'Qe,J[g\\'x[w\m\,O \r\1\/*w:yL\q@>m\E\\\*\\rW\?9rk\s\\sNF\\\\{/\Z*_tY\\\[ܣ\'H\bܳH(E_(s\˾@\u\Z {\K>/\5ZxA|B||]N&}<\\7y\9y\#y<\"\|yn|LGQ1Jq\<:I_ \4w|\\t\?|\X~[\<\\H0C~<\\O\\G\\M\Ec\E/+K\gɋ\rS\%\ \\\ez\"/G~ixye\y\iyu\b\\Z&͆J́[\n\6C\|\ߖ\]?a*onʛC\M5gfg\_\[Y\e\\m\\\\-W\\ۻX;C3\U\-iOZO˝\\\\?}Y>X4#4Z\\\0 \\Зzޝ\?\*{O\W\.\ם.=Ae\J!\\\nPP\n_D\/P\h=|\"\\Q)Ŕ8`<%\$!JXJ\l)ٵ\9Jn6@\\\r(AQ\\)\\H\G\Q\Sӧ\C(.\ŵPR\\\K#(M\bJ˚\(7M\X\RC\PC\\\j\reuv5\~e̖l\\\ć(;]X85e\25eLM C9YH9\lz\S\ʩrEQ.)\\)\t\E\\\W_)\\<\\aC\x~f-:H {)7&\m\r?6ro7\ 9@\ _K\\ DPR\CKy-\]\\R^\") )_p7廗nF-+E\fP~w\Z?((\n9*\\nj\T\\b*p\o6w\RNR[&(-s8X*\t\c9XD\\\ZATҦ[T#\\\uʞ\u\&ۥ\=\{\"@Dظ:pԗJKϒP鯏S\r\SQ#⨃Y\?MTEe8Σ0=L:#6P\zaT~\\J\oN0:zak:1$:q7:;:Ǎ*z::c!Ux:\6:s\+u\@yR%\ڨ\eT)*~:\UvzUʏ\Q?QFb\s\r uy\U=j1\\uNFg:UfU$eQ\jQ ;Nv\]\^\\?\\Rꁣ.`\r\!\S\\ Ѳj`E5G5U$R\SӔԓ\Ɂ\\SG\rLϗz^H\H\nBk\t\՞jj\\/Q\Ǩ7è7qꝎ.v \.\8\Ju\"AԧA~\\N?\Kd5&ɩoK\o.OTW\f\\Mo~NAr-~Ϸ\\\\\\_\Tr\7*\\NR\Ε\nhR\*YK\(^:[A\\RȂ\nY\?ܨMAݲS(\\+\wJ\9\neBY٠`4M\n|G)MaFlWyWy0\8(,VD+ƾ?7\X1\\b\\n˹\\n\\ 7:^+lM\\n\c/vZuI\.*&}^7r\\\9\ZR8{Ӳ\(\NR8P\q\n\\8Ō\l\L\^\\\Ŭi!\n7SF\e\mF1[bybvH\\D\<y\\\"\Z,(< X:Rp\0Ţ1c($s[ދ\K\V,鹦𭟤X{_\qbYB\\dby\|\\ny\nP7\9c\Cuns(\\Q/Tr~\MlB|=Wm\"\T\)\l\7+»+\(\"녈q} *֮;X@\*E\M_ \+Ɋ\\Z\\\њ˾I5}<=\u1SC\:\Ѓmj\a[\u\rZ\衃u\A0=4G>tiFzm\Z]H\\\8\\c\fƋhP/\h\0\\0m0ҾH[\ҧ:\ E=\T\\um5m\2i\_(m_M\S*G\STj=uz\ٓ\\yS=͹\@DLF쩠]\j\.\k\\o\Ӯ\X\P\/a\J\ܧE϶8H\~\@\Hh\hh\=\'@n=\\IzZE/O/ ʧ}nͼAO\\hIk_I\&T\y\q:\\\tbw \)]p.>\\ӧnӧk\ŮW\ȇ.KF\\L;\s=9\At];}>m8}\\*s]\\r\q\mg1}\\jE\թ\k=\Z\y}K\M\2עoOo_L\E7\uQ=\>O\\~b,]x?5nؾ~$ʥ\я\Zҍ^\ǟ\O\=7}\Π[\-ޙt\\|\\|E\\0\zNniD>w_n~AlJ2\`O\r\C;~\\ү\I􇃓\\s\Y4\AwlKw\ННˏӝ\\·&\'Spuu25TBGdLw-@w-\"f\]G\\ݿ\\\\\\=\\_\\\c\>|e%/؁\>* k%:d[8B\tS\`RsE)ʵP?nRJyJ\\{J(Rh\*\ΉJBI\LQқLAwO\*S*\\\ZT\^TES\nfRxG)\Rj)(GnQj?U~Z9\\$\ \]ޕJ}\ \\e\H\K\\9uʑF/)Jc;{\\ \(z\\㳔cw+\\+ͼ \&?cyrܔ\q\\\7Z9{Қ\6\ً6o5ʉυ)\'uҵL\z~\\O\ Ù\\\(g2W\W7Q\ 3A9r\sZ\l\\grI\ⲳJoJ\\϶J_7J__c\nC\X\\\\e˾+\(\וˋF+\\TDrp2HI*ە\'(Wo^\\}\_FF\ \ U_QVʵ 2\:Qsح\\7\I\\^e\rSw\U\(c\)ʘ\\-<\߯fW[}Qn{F*\>)づ\ws+\#b \m\[@;ܾWnOߢL|3I\\(\'P\j\R\?+wJU\KKUʔ\4\seZeece̘h\\l<4\Qyh}P\B\\C\\Qz\;e\\\\#Vʣ1ʣ6ʣeWǰJe\\"oe\[2/(SZ̿(O٤,P) &+O\Ǖ7+ W1HyV<=Dy\h\/e\HezdfħZYt]Y\*\Q^\۫cJ}\_\+/.*t\RVY+\\UٯU]էieu\嵂\O\򖃧֮\7\q\\ÔT\\\'̔w$m\;Λʻ˗*\lbV\i򁡞\rec\i\S @\\D옋elE\M\\+\)_l3|=\'L\'W\!廪Be{h^eR\1Sv\\\ʯǔ\\W~?>O\5E\PvC\\\\ʞweg\`\/\\\\3(ߗ*\UK\g\0f\aM`ۯ3ҥ4\'\\7\2qQ0Ɍ\X:4\0Ji\\3a;\ީQ\jHFؖ\h\\̓ߌ\dF[]\h{3\Ͼ23:%/g62C\'1F\4Fo\;F2\{0 ڌ~\)\1t\\\ˌcW2_c \ko\,ݪ\,m\r`\,[\\,Y\\\L@])r{J4Y\\\)L\\&8 \?\΄Lτ\3!\LH.&\.\bɄ1aVQLX\&- 7\D|_Ϭ{\Ĭkc\}[ì7\Dd\"C\"ՇWCUۙL*fc\\D11g\ \օ9\\̶!Lw0IH\$d3 \\\L\\L\+]&I\/]I\\c3{˘=\v3\3)h5\\I2顣N2A9LfX&K5\rgnoc#F09cR\Y=9rm s\\\rsoKer\ۘܛr\\&\\'&R`^Oc=_0\'OdN2\ɴ\ɜLA\s\\\L\\J\m\38sf#SO`/0ŏ2\3\B&3\_`.\ /}QLy\b\\L&b.Mg.a\a\\\T.\`*\\L\\\\4su/S\0Szsc<\\\?\\\\\\L:\\z\\ L\"s\\\cn\dnVG37_52\"2\e\\=\\e0,e\}\\O\\yy\<|-g\/0LL\i9i’_\C\\'\3\'棝̳\Og0-\̋+K3/S6y}?y<¼ryqa\\͘sL\ṙ2\M\\gwFL\|y\\0%ArȁK1_Sq\k)\|c1߷c\g̮0]\쥙\ \c\.< 7{ߙ\\kF\Cfhb29\B90 ]>\B\X\( ~\\"\h9bOo{\"5-\6Ys}e͎5y5\q\q//V#C\Ӥ\\\k=k}y%k\ژf6yZ\D\֎\NZ\e\'5d\'}d\\u\\(\ཟuֳNo&\\_X\sX\\~\ D`\N=a\\4\`笟\\i\\y+Ʋ \nBX \cX/Ŭ\R]\\\.\`\\\'׳K\\j\jOe}GTsK\el1\7\wCͮήg\%ӭ\\\\r\\\z\\%\\Z]bCk\\r\ƆΆi=a\Fa\pR6Bkۿ\Gf6B\n\am\hO6:d;\nncxx[۾q\6\s6.o-M\Mg.`lٝ\-vgR6yR\{2\\vϚC\\i\\k\\B6u^6u\&@\$6m\y6\r*qQ\f\fB\\\Cl\\\lN9\\\q=:a9{t\ihJ>{M {li {l\;6\d){<7^ĞаcF^\la\hY\Z{:`\\0/ٳgjŎ\\?ْZܖ\\b[ܣ\\3\ H[ߏd/gTrr\yY`jd]\daO\ސG7\FH={\j\\։uVW\T{k{T%\2܅}0<\ia|\G\G͟\ǚ\\\A9lsJ\\\}6}ЃmS̶<7dLb/Ǿ\7}yraDz\\yl6\\Q\\̟\]\Z\`\{}6k\\}\d\}\qlj\,\_\\(-؁;9\ĺ$\栦 \\X\!\w9d<{\8\\s2#p\\/x)\')7\꩜d\Z\'\\q2\0rPj\)p\3\;\1Mg9Vg Ǿ\8\\q|]Rp5\a6n\ \9e\ZY\4pN{g7(t\0c\\\r\\\tc\93AT\\K7nؑ\P?nx7b=7\d,7\$yY͍lXM医q&\Q߸Qm\\]nn\\׳8S3\r.\\4\\/\\qm\CB\\ш\\Y9ǍO)\ƧqZ-8\M\!\\`$g\7\.gtgoQ\M\\Ml\&_\⦞খsS+h\\%s\R\MSdr\,_\\\87\\x\\xt\7\` 7w\Dn\9[n\n^1nL\,\-VqɜG\.\S&\<\&*Vsfq\cnrK<\9͜\[u9\\0\Л[\Z,p\n\r~z\C\?,8.8 P\'r+>q,}\2n&.Xt \B&\qдR.[\-\֣\?\ Ohnwc\\L\\b~\\Ŷq[\\\ør,\\%\]\%U\u\qT=Nܞ;K\r\s\\\'\_\ʥ\{q) 4>K˥\7\\\w\N\eC\?<37;\\\(\\+c=\[\\˻\\\\^\\\\]\p\'\m\NÝZ\\\n\>[\iW\aϝvsg\Ύ \Y\\\\[WR;\Ý\>ʕR\5W\9+\+\̕\r+\ʦ[res\~~pHWA\sfusW or[ʯk\\\\ڸ돓܍4W;6Y{\\\Uqw\Nquh&wO\\3b{rl\\n\Ñ\\9gQW_kx{tk\\kx=+_\=\Zõ,\3b\\2g?\\\Z2\6\vژkY̵\>\'ci\\l\1]\\\:\p\ݟu5\}\t羖\\\'vp]C\չ\֪\+g\7\ď\͔ S\\p\bzo\k\[\i\-uW\V\8\jl\"o\ ?f??-Pn\[o\mjLy۠\w\)=%Ϟ\O\OY\O)\;\\\3si)H\e\-\e\\\û3DyCc\j~\~V/»\\2\\\y-n|\\K\\\^[C\\'G+\'\N\wJ\\ \?ʄ\\~[\#U\`:`\k8\"_χ!o/Plz\vl\\\L\#bg~Z\9_/G\\##Q_\n\ \T^\oju\7uM\7Gf[v\4[\\~\\\\,>nA>\< K\\\\\\\|\\o+\\\D+6\\T%B\ݦ3=^ O\S\-\|ZAV?\U\gYe\\|\>\\4v Spϩ\iS1\wU:2>\.\'\'wz\\*`_pm_8/h\\Om \OŸ\_\\G\.K~Eu|QgI\\5\%\\\ ف|q;$2/)ß{_\_j\/4M\\LeG\0!\\_Wv\\\\d\+\Nzjm ZG݅\g7b[-em\`vsgxg\߭\\\'UV\\.;\?,\ׯ;\\\7\\\7\~7\?\\\'\rS`*j9oHᛝ\\\-\U= /\\\9|k\:%/#3W\6~\"\f˿\UoRos\\!}};cx=\wV\m\'^\\_<忶\oo|.\\wG\\G__&z<_Uyo\\_ÿ\\M\\\\'\kU\\\y~\F\LV*p\n\0DnvR\U_\\B\WaΩWU\*\QEh\T\{\\%\\\%\\;\o|\nT*\w^F\*d\2UHB*TK\nۤ\n\\nT\Uk;W֫\U\\'ǫ6\rثb-͜*\j\/\֪a\T\_T\kCM\\>Zu\\YU榪\o\\\\E{χ?Q=\\ϺjXj\TMFI쟪NjtTOE{T͉=\KT\^^f^f^\\Y\\[\\\qo\r#Tߞ\Tu[8UO\LՏ?OUq՟\TSū\~W3F\_j\Z8`\fj\\Z\ITCǎW#qG5qA&^TE&jqF-s|S\jzWV\\'Պj\GLU+}j9\'jZpثf5?v\ndD=N_=\qz\,~\jAB\%u\\A:\bC\\E\\#\R4\U|rFmqLmtF6NU\M\\\&i\rjWգ?MӖǘP7S[\S?\\y\\V{Hm9az<)>jk&Em=[_mQms\Pzģ\\v[m\PO\Q=@zJBzJ\AK=՘UOR=\n\\yjmM\ic\\\oޫ]\\\3GS\\袞+U\>4\\\>\}Iz\\T\Q;wz깝\3\\\6=_4.T/V/\+R/]\\T\Y^\ڧ^|Bv>޴E$\^\$C\\TRW\Kwک2jڿ\:`xzj:P.V\\S\Z9W7W\k׫C­\!y.\P\\V\\k\'Q4TJ\G|UopxZ\\Vo\\j\4zӼ\M\Zu\\Bul:\0Vփ\q\\'[\\Iu\\\\\\ZzV^\\Iu΅Uꝗc\\CN\Q\\8xLV\-U\;VN1SSU>bNox>UQ4R}h\|v\#+\Yz\\U6\A\\\\\=\\y!f\\\\\'6O<;> 2Y}\Ku\\hua\*\Cԧ\\gYuc$\S]\ݧ>Ͽ/lTŰ\DE`ŷ\\nH%\9\\˳՗_R_\9,2S_~[[ǫoLQ߈[q㶺v|\\nc\wW\%g\\_W\~`r\\F<Q?\t$Y\%Տ\\\7^\\Hdq~wO\~ʠ\\竛f\\UPܽMjoXn\0Rn\4j߾V\\Tn_F\~tc\ u\@\~ӽ{\/\'Ww9\Wh{Ҷ8mQt\Wk\^=SԿ\,\PyQ7Wx/Q\\2|\ F \ZBr;k#`\\ 8C\#\TP&8 \\\e\s\nA\_P\\"ό\"A褠\"LОD\\\\ RA\;EB\ \d!wI~\-A\Zd04\0\\G\\0\n\Ä\\Z\ @:M/G6)B\J2Qv-H\\Z@辒$z\0B\\.\g\\S\UG\Y.\! \\F}\\0\Q\ZvxOk\\rdدj\\rJנ\^ha\Z\\'\r9L#ھQ#H#Mov\ȯ5h\Ofkk5~\r]sHTO\(\?k\75\\3\>\\M4_\Z\Z-\@#M\hE4:\\4:/Ojt:?h?\\\EFkN\\i 5Nr\0JK3l\\"\\1\+4F \\\Z\\QS\(\QQ\M5~֌\\Z1Ќ ~\,\\<\\|SƢCK3@fr͸K\Z\Z\y }C4\I\56\r5v\Nةk\\2f\͔\4{-5S\\4SM4Ns\su\\/.\L\\Z\K5Lf\R3k\gqQq\tT\|f\\\\fGA͂ߗ5\\4\4ς4 sfhB4^5\V;4͒ٴ\yMح۰S|fEtfE\\[&@{&i&C\f\}\ʥ5+\hV~]Y5fռRMP* \xY y8oǑQ\ܹsg\:wI(JBD6!RfRJ}\r%T$K\҂h~|>\lB2\EH\r\0$z\Rk\\MV\ na5[K+8C߻YDxH\$F\Y]O\m!\>&\ }>K }O Ǭ g\' D\ƕU.\v5âۄԣu\ _ \\EI%?\$\ a\Ϙ0\N\!\ȯ&\YM\\\JN5\@]XOs\nav0k\G\WB{\y]$\\G\Z\'\Dv*Qˌ<@\\0CQ-v\'Q= %j~k$.٫JԚ\!.ݕB\~F&\Hu^uu\oz zy\\+~>$\~H\\mH\ྋDH\\\\d\r~\\JDCo D:nDl!x[u]\_\߸?#\;U_\[\;ЁN%*+d9\\jbw\>g,1Ԅ1\\@\v\\=t+?\\(8\j!\=6opˆ9#~lj6\腝\ѸR☑8*\"~\&~m\"~{&G}8n%qR/q\\qj\rqjN@q\'N$\\nEiK&ZuG\\B5 &\:L\2&΍k{\aq~=\\\"\n\n\0\%q@4P\nlT\n_@\ Xx\X Ŝ\FŚu\x@}\\\\깿\0\\ \0͓\\0N XA\ g\0+N^\014 ]\0p-\0\oa\0L\\\0)( /\m\0]PLz\ !\{g-Էh\szF] \|Z\i\0Sc#| 0?\0\\v5\` n7\0\\\0_\g\% \ \\\Z^˿\0\j#\0,C݀d: sdy*?\5\K \ZrV8\r\\0klku\n::;$\ظ/1/00g\\04r\%`k\f`\I\nX\\\f`C\C\\\ۀ]\0۵iݭ\\\+س;p\\꜁˾{]ـ|\\#\\8\\⁃=\\Ma8<\0\'\O[1\56wN8>A/\0\[t ;}8q8N\> X\~ .\ρ\\\E@\\\\`f>9L\f@6ຎp}kp3i\ZL?D~\"gK<[\\\ JM\Z \z\D_KnG5\0d Vu%\\"8\% nj17\$ @$\;\`\\\[@\\J g9Hi\\i@\\xt\_\\\\h$U^*N\i \<&\"\\\t`\\"0\L\\\i\\\?o\o9\\\\`;`>\\\A{Ag@hGPE(.] A7\@]+P\\TI5@\@*9\\\r.\p\\\0\0u\ՠ&ԣ3@h9p\\"$\\\AR4H\a$D|\@\\%>iAy(\$fL\\ @6\d\ \k\f恼ϋAm$(\\E-(}\7Aq\\6(1>J\n@\\)P\T\0bUj\Z\Z@c\u\xKh\\ \\=\\ہk_\p}q\7p\qpch11 X< n5*?3r\ƛVW\[u]hn?9\\\MmO:9@.pϗ󠃠tx,^w\\\\Z#|eNS3\4:MQ\0t\z&2@\\\a\!𝏠9虙\0z--\n*Ǐ.7\ǻV\'+d\g6\\}\0f^r@N{П?\Z\Og7(\3`w0\ R^\n^P\0 T#B\A\o{4B\ \\\^; \rn\s`\\r309\Z/oK؁\`\ {0>\=>L\d̂wJ\r`ҏ\r`r\B0E\\7_\\\\;\\`&\0\QL\\r<\80\2\9o{\r,\|,pYFq\``, \0 \p,,Z-p.X\\r,\n=y\0Xq+X|,NIS\\`dg,Xr\\n,K/[y{\כ\Y:X\X\\ %ei\n`XN\r\\r}u\,\0˿\r忽\n\BU01+l+\+.TR\\`E5X1Z V.\+?+|\_+*f*$ V\~\\č`5:V\Վ`\u\9=\0\\\ןR:\r\\oaX\s\\ft`J>\O \ەN.X?\\r6\>\r;B>\Pl`C>\l;6\l\5&\X\\\Zl:4[%%f\'\҄H\Z\+n#*\"|6|5 ofi>\;\\ZX\c\\`J/ؽ\\n\\0~ \?~K{L\\Yp`IbUC\4 9d\n\?G[\\0\\\d_j΃_7_ͪ\\ׯ[o\?og\\\N^0@/pJ\N?r@pp>Nӹ\ מ\\\Qw\:\\s/\\;\U\W_B)In;NO$$\fbؼq8\h3I/w\Z\ZICI\84\"$\$.>iɕs$-I+i\n\RA\\;\$$MWN$JZ\KZѝ›k|7\#`\V\)V8\#8yDH\\&$ L%A\~%:Dɧ\\ZDSN!1-IS$OH\o\$΢i\'S\c\0$\50ZDI\\\I%$\\KyF20I緑Vk˓V\\%o\\\u϶LT]I&\ImH$\K;I\eI\+HJI:6*̨\Hf1>\s$s5Җ\$ z\\"ˌ\\(ɆE\UdT\\@Y=gv\KH\$W%B\\\!$GD\o\Ϳ$\\$ע$7\\\ \]fJr\1Gr\'R-$֎&~I:Āt<\-H6}L>>H򾌑|^\Z|\"3#}$/K:eD/zOoQE\V}H\^I\_Dzh]Nz}h\4\!\\ID<\FR޵\rR?TqTōT\pTvCL*kF*\ [\\ IǤlTdT\\s\AR@\^Oΐ\O\Z\\"5\#5n#5>\"5=!=\\\"={l\\,\y}\\\\\fV1\:\5zR#Lz\\\'N\"!u.\0R\;\\H]\\I\oz\"yR\]RR\ER+i\\Zip}Ҡ\;Ґ\+ii84\>/\K\Z9\nk[sz\\\"~AInL_A7\Z\- \%+l\p(\{=o\n?%ЯA 롄\\PB_\'#J.R@\\(\\8q(\r\\r^f@BAo^7P[1\\~ u8OC闠\P\'u~\?ϡ\\\\Ї\\P\\\+d$>eB\'54/h*hh\k\\s4F\\Cc\\[\\EЗa\۠ \^ZMT;A\Ф,4=M]Q~&Aӟqh&?\\n\^\B_A\rd\\d\cd^Y\?Y\ib\b\$Yy;\NV.\*1Yd;qd\Ka\o\j\XdM䥣\\\\\e&5dm\\!N\;\d]-YʔB]\"zO&7Udp8 =N #\\h:2S@f- 2\V8C\摹\:\ܴd\]52\"g\\\y\ Y8N\-ɢ\",\\di\m,k\'˦2\d\lw\\Cd\ZW\&2\")zL^s\ky}yӦ>9\\"y\Gl1l\\Z ٺ-y{9N\񢞼\"\ \!\W\"\\_$\^6 \]N\}LH޳ȃƇ\\UG\\\r\Hv1\'￙L>p8\GvN\\\{\.\o%\#Z\n$dw7dc\ZdMd;\ȇ\ɇ?G@~Zq\\T\\\_x\"\O#|~\C!T֓}\\\oɧ\\#6\"_B\\\">1\'曑r\\V\m}F\M7E\|j6j\ rH\Z?z\#9D\%]bk/Rr\˿\HY\\O\Kȷ \\hM=kI=M]\Gu\C\C\Gd6CN:MNFݔ\) r\yr\9}rƏ=\̀k\̩rV)\a|]H_|xlm\ȏ\7M,#?n$?\&\*\'\ٓsItrލ\\IrAw\b!(%\\lA.\ɥa\y)\O W\\;\\\u\\1Or\\B\'\\+k[-ɵ\\\rz\\\r\{\tr\H9A~1# T&_{\\\m\-\\\,| \b9+\W٪\לHr\r[-3=w\\\\C\͉\BG\A\=\\\m\^5&W\kv\{{\3[?\\]|xׯ-0lV\\;ax!\ \\n;8os~\z`y 츐;K\&a\' ؙ\nvj]vA\cصvc\\ 1x\\\\\Rدq>e&\x\gogS\\G8 2\\"\\pPR\[\rx\0_\˟\ކ/ހ/\K7—\—\'\gXw\p\u\Cá\06tt0\7V~\hX\Vc>q \qR\\`8^!\rNR\'\\ p2M\'\\Qp}}8\\0Nl3P^NslZ\G٫\\'{\OUn \5^d\0\\\E3^pI)\\\\Z.\.{.?]\n\*\\&\R\\\ ᪦p\ڷX\rW_> W5\T\\Zϗp\L~d\nn\\\7.4\&\\ ,_/ptq_\-\֗ pk[\'\\)*_\\ \׋\O n_n\;\N\\"\\uLsr\'\\\Ak_ܝp?-?\\2\\}+\~;\"<С R\Z<4֭t\\b/x<\ \0i߀\/\\cR\ W \rظ׀\]\ɇ\_\\gxnH\\ c\)\mR\Q)r(({,\leeeA\%\eE)<\"褨lܱT_\vS\) \r\P>BY\\EY\{\RA\\I,1֣,\Sܵ)Z^\]\roΚo\cZ\"Eo8sⷄ2g3\BL\5Q\0G&\8ATR\_Z(f\n\B>3HAQ&\-m1Ia\S؇\P؞w)\,O\nm7\"\~Lms(\k0E$*RD\4\";7Kѷm\ЧZɦ\=ȥ^b(\!O)F~Sv|]\Q֦l\΢4R֫\Gٰی)(\4eӬ!e!\\gś`e@,G|y5$PNXPl\(6w)vNQ\Rv\S\u)i)%\')({){;z(v\R59PT\\8_S\\L\r).M(3\CɑCo_Q|Fi\r\Mi>xJ8u\+Qz7|\[)fVQVQzS\"((\|eGz2fQ\\n)\\;(\\go\cɴ󔩃K(?2C(3E_kc(6~2;LQ\Ŕ\\\*DNo)\"wJQ`Ŝ\/Di\" 32E.dQN\"jGO\"\5RDc\\T,q܅,y,۪,;\\\h!:_%\\D7 Y1\"\\Q;\01\-\\-,A_꫏*|\!2E\+\L=0\\\"\\5kF\؈>CTE\nA9w\"A\F~3 \\K5D\\\DVE  K\!\#C\9\b1\1?u+/ \.\nu3u}\M}\\\\$\ 1u\EֻT! Mg\7d\|\1\\ETq\s)ȶ?ȶ\d\Jv\G׌ ;8#\Nnd\nd\\ȮKk\hĎ\\mA\ݍMJE\\\n\Q9=\<\\G\!/|D\\/f#G#GGc\\-K\hn\h \#D\ ^\"\\#\6\ \ꢑ\\\q+\\V\D\\d[xz ޙg\ \3\\\'FS\`䴲=r7r\ \<Go?E\H\!=\|?$Vr\\\.\|+rE\\\\\phr\drm\rm ]\]~ a5\ٍYDXO.k7uz6\^/y0y\Ptg/F>Ȑz+\s\\S{h|,|Cz\\n޻\0\Q(= \=nO䳼o2\2>\| D\o _o/D%F&#ں\$R\F\\\\d&\dv#3y\ώL\W\}\7z3>\V!sB\'\\\'\?\fd~ 22h*gU\G\n\'\q\wL\Q肧\QE\bp U\hDuʤ\\T\\Uۊ.\D\A\¢\Œia>j\F5\\jT\O\\Tˤ\2.\5D:!\\Ityg-;p8\\EW\E?4\B(ք\{Q( 0r˞\\M\&J;\\\P\8\\\Q\3\\_D\*THiG\T\?@EW7grXx\RQ\0T4]%|\A\rNk>\Q\r\XE]sv3v6\]H}]5yڅو]\nfaC\4\D7?~k@\FG-D-P+\Ժ\:\jÊEwffv}\/Ծg?\a \\3}\럃\3|\K2EAOԱ6z`\>n3Cu8\yR\rPׄ \cS8\q\\\-Г7\\ѓn5\s\\nIG}ү\DO\zt\t\ZdWRA\/^pF/\X\\@4/[ge蕠\ZJ\Zz;^ݐ\\\V4\g\r\?/G\-ш+\Z\F$ 7n7J/Q4j\ 4*\mޜMFo\r\DcK\X^4\\mah M\\T\qމ&mA\kД\B4sM\|д\h\ 4\\01[f^YnѻbW\\" u\R\Zhμ19&}q1+\Cs\\'\h^Z-pE \r\\HwZgm@%\hi\6nZ.߇V\e0Zڌ\\bMh}A&Z2mPjChӗV\*6}}q5m^\\\B[z\V\0\Z}힊?\'i\E\h\ن]}~+>\b\J \\\%h\=\nVGlv=hϫ}\Gګu\\E\\`\D-\ϯ-Б5蘬\r\Z~I~tA+\\DB\r:ɜG\'\\)\iG\\\OS\\\DuVҤmU\S\-(TT!-ꑅ۩/SP=Wzz6K^FjT\6\c\\=\z\"zK\{h\r\G\n\\\7ϱT[ܷTߗ\T\\Tu~iOq\SY4\\\\=gLQB<\\\"\:nR/\?@\lA\r6Q\q—Q/+QW0\=Cԫr\ԫ*\\\n\*\\q\k\\Ѕ\\otjX&5\<5l5Bz\&5*\ZU\Z7ztzs\Z-SK1\\\X\5޺\Z\BM0GM\7&:P=\gr)5\T~j\=.5~<5\4~\F\ڮBW- e\ES\\L \\\)5\?\jq2q.]:57x-5\=Z0?E-\tzP\\"T\S\\˩\S+\+\\66r\P 󩍕\&CjS\O\\.ꋒ\\\"ͱ\n\Jj˨9\e꫽C\W\_m\7Q\\j\\P\SL\5j\\U\wY|껗\R߯lvR6S?5~\G\\XD\;O\oXG4utR\ZS\\ﻨ#_⩣G\\1\\q\oS\'7ݡԩiK\4ɟ:#w:TRgܮSgA\\U\?*\?o\sE\s?ߠP/;:o\L\?H;;B Pɇ\\Th\nCki \\4Řy\\4%o4\C}4\Oq4\o\\J\rMe8M-z\\\(fm\x\"m\6\Iޣ@\8J\8H\,-ὡ-~N[|E\Lӊͣi\\YӖ7f\L\V\ޢ\\im\Z}[A#M5\\kh\4DHC\QRiԬl\ZݠFwס1L,h.\Zs\v\Z3i7P\a#hŷ4\$\\}I\i4\\Z?M&J \ZhƓ4\\4Q?MfA[U@3Tҧnw;O3JB5 \ik\\7\\vmD^\6\hM\6\\L3\if\3i\\\\i\ilymKmK|6\bf0f9.m[Cۖ}I\fe\\\ʣ\k\I]\\D\\ىShi\'h\iv54\r=W\{\u2i\n42O˃\4\g\47V\-h1\\}@;\_O yީy\h\\nh\|.\VS \\X1\<\q\i$hi\\Uh_цC\h\\\\\\M:@ykHg;\\w\rо*Ӿ\Ӿ\}\}DJMWiS\$ڏ\\)6ss+CD\I\U)=CI^ACi\]\\nOnҕҕte=[\nTCWqBtetɗŖ\g\n\K\\'\Zz|\\Ge\t]\\}y\ k\n]om}@X\G_yl}\Gm9t\'ޡ\{tM9EGS\\Ԁ::\':}AEgT=3/\Y\W\M%\ʢ\$ӹa\":\r:oY)7\\YG\\tFt]vnxr\\bsn\0}MVVRL_N\ }\$\\'\dގnz }>}}}\ޕt\f_\\]m\[\-ӷfs\\ѷLѷq\\_;\wHl\;v:\m\vMti\\O\\.\%\,>\ɫ\\A\\\Jw\ʠ;\H\ݠ\v<~s\r\S\Lwǿ\ݻv\wE\OLЏo=m@\\\Bz@?J{\QtS\bw(ݯ6\M?~J\J?\@M\\\Փ\\@{\\\9\/_Sbt}z)=BIҬG%\o\ң\\j_\\\|\\z\)wzb\jzby4=q-=\)BO+룧}4gllg\\\3>$\3,GcTz.=g\?-\\|?9F\]\O\˷\xLϛI\?]H/?-zQ 08J^|2^\ \K87\\=g\eƉ.z^U\J^Clנ\ZJz\ѿjп{O=\{Tj\\'4=\1E\\Ady\\w5\\_\k\\w\\Ch\/\\}Lw\1\2^272,f\d,|,\P;\\X%eÆ \v \{%%\=Z#bƲmڌe1-\)c(\d.r:\\:kfD9PwA\\c& Jw2\򌁼hfPG3h\$\.wAOA OSY<\\`/18\ \\] 8!\3DnCt߉!aH~0O\.jƪ+ \ \O1V?\?bna\1/?c-e\0a\c\V9Wa\\\ؔ2\\TBdl\nal\\ؼ\>\1Ɩ ː \b\\c kgƎ:C:İ*;w`\a+\`؎ 0v-b\\\p\\0:_g\-ؿ5\n\NkƁQo0\<\\8\8c\8X\Bnn4\xƑ9#\7G\\ax&So;Ƿg\qqoz\ۣ\#\'\\\\\a2\ Ʃx\\eq3rgs\nge\0\AW_A.Ռs\\޹2ծ0\]fk\$\sKW31B;9Fx\$#LjǸ.\\7\M\Fv\\ F\\FXF|OF•|F\\ #\aF;F\#\Hm\gAt9Frq\Ƹ\f\-+d\-`ܻq,x \a\[\\i`\e\\,b䯛a\\\\(\c3\n3-E r\'5eA%)\fQ\Q\;\(\\(_\(?KfT e ^Vd v2<\\@,ch(11ܓ\?\5Dc\1/\W\:Mvb}\U\.dLSS?\2~\\K\㌙L\\\o]_\:?\d\luc31\(d̹1\ާ3\36t01\\1\\2d#L\\R\#r)Se@\T\\Tb.\\0#1e.\\T\g\\X\\\\%0>061ɖ3i3u\3u⽙:N1\&0L=VS\sy\rsœ\̕L=\T\\\Lx \a\"UL\:&\V\dʝ`2i.\a2K=L…LɿLLc\)f1k\3嗙x\r&^q)JafsLg檀@\8\7L\JLC!\\4tg\Z\0ն0)IL\ML\%\LS݋L\\.2͎0737{d3h\2p_2[0-\3-o\2-\obZran2\d\\`IIf\ij;;\\\;FLLok71w;\2\?`\Jf:0ǘo3.c\\]\\\'\ne\\\43ex\tjb:[,d:_He\_ld\tӼ\t_x\\t0).f\ngzy/\a\H&3=^`zfzY3ڙ\'G3}}g3O\\2O\<ty:y\}y\a\ي^f\|ftcy~Pgy\!r\m\\\\\+!̐_b\\0f\\0fI*,qc32o7\afb2V\36^Ws\1\$92(\\\)\L\\g{t03o`fu0\q31KO1y1E,b\\\̿Eb\\cD`1ʙ\3\1K4?2K^R%5̒i1\\mY.ęݻ\\c55\Z%\z8f\lH\\l\\f6\0Mv̧\\\\^\\}ߙ\/\n\ u\)}Vf͓\\|kq\\컧\\\\=\p`<\\2GC6o\V\̑\1\\_\JsL\%vM\P\~9Y\01֨1<ΜY5\ \;9{N99;97\G9ߛ mg)oqr,HK%4\\\:YxKː%Q{’h-`ID\X$KzK&eɜ4Yz,E^\j-k\\,5fXk\d[މe\4\,2?eq.ey,h\rk[.\*\ڎemy{lX6O\\t\nd;\*c\mg9[Xο/\\\8@ۋX^^+Y\'\|Y~c,^\R\\c b^Qc\\Y㝬&\\G wϲ.{̺$b]e]na]^ zb]\rNa\\Z\ Ye-u7Y\+\ƚu+\ +zQ7+z?}/u{9.𓕸c5+i)+\JX\=܃(\\\\\\)\.ʺ\zఛ( a=\*c=9\U\*f\\c\e\Y\ݬšBV1\ x=\*f\g/\^1sU)Uu0XUϱ/vjijWjc%kKY\tV\4\\z\\`=3Lg=7Sgp`:\zώ\\\\jea=\z\͟ \;\=\{\_Vł\\\\\\\[5h=\\Z\\\Z\\\Z\\Z\dFYa\Yc\׬ klcww& *XSZJ\q\TK\'뇚kz\tw\/5f\̔~ @֯gѬY7kr,kvfU(cͯe\\棻19\L\\ &oS\\?\M1\yS\T)J\0[h- _-:[ԶS#aj \nf/Ԛ\ʉ\\LC\\4\0́dl\\l\lIBu\JZ-8NW?.l1\уP\\Vl\V\`+展.bDJ1 \1Ҋv]hl\\` \{k ɰǨ!%\+Fnї8b̔Q9cm݂-`\\\<ƸAyq \fb9L \~\D\\Z1\H&։I`\V-lVpQlu*\\Či`F:f\Wnjs;I\\\S\ִa&9\0\eN\!lu f\4fn\Z3O\Z\\\\a[aV\#6f\\\v^a;0?)ۥ\r\mR\\n\\0l\\;\p\\\ۻ s\"\*yl\Nl!\_U\\\\\肹pb.\A\s\\Zs\>c\\~\n\^;\ZՂ\W ߅ñ#}\ \\\a;݅Zkݢ=ag?Ƃa\\T,x\2,\'vI9D]:\]\7Bޟ\\\\)\Ǘ\;[{X\\n\na7˞b\Y\,\\S,V \ w%\\\BbE3׋ݡbwRcIW+\X\n[K4\/,\oTe:7cK\E,K\\p \ڣeð{S\`3\3p {\o=\\\r\*cO\'QX~+aM\X!샕8c%\nX\Zh\r&XͅzVb\ecK`\r\5B\\kT\Úb$\Si\5{\܅5\a\X+k\\ڈͥ k;Z5\z.֡܄oðw۱&\XגX\\fM`c=e\G\X\Zֿ\ \wBc\ا6wl\HA\\ؘ\v\.\}_9}?}zMObӐ6\wο\D^\fb3\\Ϭ\\\"\\\\'\z45w\M\o\%\\\3+\a\mg+g/\\\^\\^p~\qc+\ͱ=\c\\\l\+w٪Z\تE\E\l59\Ɖ\\\\\\\-l\\n=lm7yw[ φk;\:\\+Re\\%W\\C\+K\+^]ef[6a\&m`\\\-Oؔ8q|F\\?\l\\ʦyiC\\lN2پ\*\bc\\\|M6ޏ\\b +\8߼\e]\\\%\\Ҥlv-kg\\_\\rl\\\0\h\$\hp9\b {\imr\ncMß\Hd\\d1\4\fo69pa[nŶ\VNl+ #mK\\~ٟmƶ\^Ķ-wcۙ\U\=h\υWn-{_h{:{1\\\b\ZU\Z\2\/}H} HU+\cl}y}Lo}\\\&ؖ}bDvDw\2\r/S\[T\\c\.f}f$\K\\\/;\q{9L\y3\a\Y9\[\n\n/ß \A0WU\\Kk8f 8#3S\\6sd>9^\c 4qo9\\Z5\uuԥ\}:-g\zs\F7 \`(\\KgSc\'g\m\rVű\\\<ϱ\α\\]ʱ\'r6sM>\\g|\P\\\y\q9\\qՔr\j\8\Vsq+\03Nd\%\\r\)\\r\΍\$>Y\I\o\IV\ȟᤄ\sRnDqҗ&q2G9YY\z{o\8&J8\$9i\#\QJ#Σ\\vNn\SΓW_9y~q^Np\n+9EF9Ŕ\'\\8%\cRN\hNySNũ N5lƩIũ}S\~nNq\iq\q&pzq)l\<[\y\\yBbgБ*À-\\pެ8op\\'\8\/8S79o\\I9\\p\o\\\\}:\\\9}˜ne\8\5&\@7\\Oew98^1!a\ \0k3\?\\\+\}8\\\'8_\\|\|\™\$r&\7r&9O8?V\i\2\\4\1\ Tș\)\yz\U\Ug\UpL \>l\.Қ媛\g\\j*|\.\\jor\8su\Zq\\\\\\su\\\\\\\T\\n{\J{.a\n.\\K.u \l./\wg\\q!yw.\%_yͥ\R\..3S\R\WjqC\\^m\\x?\\n\rsVsq\\\\Z\Jp%Lqk0\]\q:zzPk\\Ï\\㼧ܵu\\\g\۷s\\<\n暑\p7\q7\\Zrͯr\rT\v\nV\Z߸r\?xr\\y\\uȏ\:p\:\sz\\\\røOz\m܃܃u׸n/pݷJzC#\\\Os\\ϊN ){l\^4\\Ο\\L\v\)6|L9\S\\ݦ܀\?\cz\Gn\\%M\x]\)6uZ({ۄ*\\r=\\\r-m㆝\\r{{q#u}܈!=n\o.7\ώyc{\\$7j\K\2Vmu{[y{;(7\unl\?nIWnpo 7\07qW7q>{G\M\\\&e\\M\'+qӛH7\\Z7k \͊\\\5Yk\ɽ\/\ޭ\p\/ν/<\\N\}@\\>\\ q^\\}\2[d\\0Ɉ7\-\Nܢ\\"nQ\"n1j\-qr\Ys\ܲ\~ܲݮ\\nCSn宽\\\'\\\Sܪ\\\ܚ\\\Z\Znvީ\pޚ\۔\'\>\}ś<\3y+B;\=%H15)\f3\m??\\0\\v\J\vL[r\Թ]\p?A܏wr{Oq{+r{\E\޾\\>.\9nt;lw`ʚIuk6w\I\/\\{\pk/\sGrG~\\]\~Qcp\N\~\Wǝ\\\sdTr ql3b\\x? \ &s~=\\\2z!\O\\9\y\\>N2YO\o2O1>\\Sn\)[\- \-2⩩+/X\SP\S~\\[mu\\\[W\\e\\U\V>i\\nx\<\g-|\Z\x\+\P\qUyzǷk\ \<\\ȓdvV\\\[g \"*xF\;x\6y\Gxk u\\\!o}f\no\}\r/Bx[6\K\Y\ͳt2\YV{,?<\m}D\m\o\YE\3\l+y;/*v^~\\e|\V\3\\1Ϯ$ϡ>o\\}q}JxN\Z\Յ\I[x&^s8\\k׼o %z\Z\xlry]\r\y]\>\md^\ݼmއ\=/\zLy}`^ߚ#~OO\xν\\r\\rxC\y\\B\0b\v\\\r\>\>\zV2\~ϛX&\M\Xϛb)ߟ|\\2\xN95U\\QK޿?\1o~b-o~ފ/\L\\_\0\n:\n\ JzbR\\nP\W1\D\Uz\|\\ \|5jں2V=\W\2\k\\Z>|._s&_c7,\\'_WZ:W,3>q>1d-\\.󡓖|X݈O⣄A>Jʧ.$`\r\Ƨ]\3\"I|Ɠx>s\n~\\~\g~\\\s+d>/Մ/H\\\\%{\\l\\| =/5k\K\^|UAy|m#|\|?|_|\\U56V5\שL׭t䛘\ק\7?\=\⛕fu\"Y}-ӛFacs/;| mr*mV\\|\3\\ٓ\GB;#=l]|[~\\0\6<;\ \|I>\\CC*\a\r\i[\\\*s\|7\\6\}W\Q:*\cߣ \<߫lG\"4Tyu\\s|XuO\U\V%Ԏ\Ӛ\pr/S\rM@\K\}\~cu\?E\Z?b<I\Ǐ\?ɏZ\\G\io*ou\\G?\\_Ï\0?Y\D~\\'qIFiNӗ3\Zʿw\f\\?\\\:\'03\"0&\t5A`\G`\\n>X)\֔! X%~?7\gt6I˦][\w\VS]\S\^S\n`\\}:\,~W \; 5\n/on\nJ҇\7m7=/BpX1YpXp\\Bp䬞\\e\Eq//_\XQ\x\\V\;\'纮\'I\Ko\l\\h\sG\\\4\ier\ra\Ϡ \\"OpmI\> Tp]\"\\D\R}A\U\\B-`ALAt{\v?]c7Hs\L\\"H8E$l$f\ \e$\$AR ?Uz[2HZ!H\ \d.\rdrh@}\LL,ș\\\r\n<\-x21!Ȼz]\ }f\m?\\s}g#yyѕ)q\@\^A0?&7\'\)L~Snߏ~L ?wtI.\fM f\\i 措\n*\\%\'X(\vG(n {pP(^(\/Ti\n\.!\\-T.\\}_\P}PsQ(Բ\\Z¥\~ Ƅ\iP;\M$\=tBLx@\\Z?\nuB I7 ɆBxKb$\5\!\'U {\\\\Bla(\\B\Nr+\\nENBi E(sx$\M\Z\w \r盄FDU\Xhd^h\g\'\\+ ׎ M2 \z+\\8 \\7.\*\Npn\\<\Rh\\/VZZN<nY(\Em\NhRh}\'B]\pQ\F\\fUpE\\p\]n\>eо\\E\^x@\\5˖FKKНh&t\\\" OZmzG }k?M \hf \ԯ\nAgJA%#\s[KG‹KE /\^1\\";-\ 2[x\Bx\Tzh0,S$ +?#\ o,[\'A} \S;H3]\'\ c\ 5m \;\Ii\d߽”&PVvS6O.\\"L\\\'Lf`\ \\^ \ o& l[.|\">>$|ذ]\_\a0O(\; 7\\\_#̟\\ G { \ƄQae5a\ڮ^+Յ56υ\r\\˄#a§\\.\\–– =\W!\״{\7A\f\P]a\\\wk\ 4]m®\Jawg\Aa\n}aUa_\.\P\r\v\q\\\\o\ϋ\n?o~;X-\@8e\n\(\Zj\\\)up֌\';> K\*\n\Ο\W\r\{p\ZW0+=+~V\U6\?\|\\o\K#\\EW\'\\Z]Ɓ|i(tr\Z\a[\:r K\u\\zKp\\\n\8R_]㄄8\\ru\\\a~#\ѥ\"\ZMé~\.8]G\\ \ΐ&\\\q\eCߊc\\p\J;ցδ㼚\8\n qA{<.g\Qq\\銋]\\\Gq)U\\e\\\&\\ⲟ\\q#\C\7:d\\kL\\kܦ5S\ڶ7\q7z\-\\S|=\o \77;\\f\-pD\,l)\7ۧ\\:ŸEYn1\\-͛qK\)\VZ)ŭv qk*o?\\mM\\ ߕ\jw\w\mc\p\\"\'|\\r/\|\w\\F\{5z}Խ\\\'c|\_3\\\\V;]\\.\r\pWB\h!\\\ڰ ?\?\\!ډ{{\}{V\N\^pK\r\u<@ƽ \-G܏u9~\\W,\?\#\\0x?6\\\\\ZŃ\\\^\\\sv~\H?\=_0\'\j\p:~1\/5\/\\\O\ݻxȝx\t\Ყ\"Xq\xG\~߈9Gi޾o\D\Ѻ\x|\?<\tO*>\'˫\)\?<\\ُ\\\\\Y\.\-~O~|?T\sz h?ك\;\y\3G-xQV^2/mc?O?0/>N\\\x\)\n^D6\k\x\7\\ǟ\;?ϐǟ\0x5\\7ڊ\\\\qk\iXoZWn\Gn\ x\|_6\;t\»Lz\U[xl\\FV\\\>\؏];\Ue\\)|\\G\_VR\rד;\>ᓬ\T\\\'x\\ŭ\Z>\ >m\0=\\\\sk\\\\EN{@\\b(R6\"KE Ou^f\m-6\ni-yZdJ \\Y\iݽ\'Z4.Z\ZATlhYnhYLC \ -\[)\u\\\\iVpE+|d\Y#\"<; \":ω@ܡ!&1\TQ9(B\D\TK1*\D\\\"Ε1g _\UPqc\"\\"oqǬ2xzD|==HU$ , CD\\\"H4\ uu\\E\M\"q-\\"\=\"\΋5;ք֡\"ɜ\\xȤ\hh1h}\/\\r\\\rцu\rG E\n6vN6^(2#։\v|m2 m ڲG%_dj(X\"%\\n\X-ڶ]d\Ud\O.ڵJd\Ud\'\"\R\"ڳ(r8\-rHI\\\\+\G[\'ڷh_1Ѿ\)%\"gD%ѣ\E\ QњLQQ\Q\gQsQ\QqXdQ\뱨**owN*G.U\\jd?DjlQ?NԔ\=\0=\/==ϖZ<E\\bD\\\36:袎F\;ޔ\]_\\7\,_\ݲC\\[\G\\r \Z\r}\w}U4b*\ZՊ:\B\DckD_\E_ݐ̻E?E\Zd\L\\O\wb\O\Ѭh\h\\Z\\\\aX\7Y,3\'^pCH$V;(Vŋċڈ,ŋ4ċ+8b/\\ZLwFbX\.\JR\2ҁa%Abm$ֱX!\\^J$ֳ+^%&\\b\\\\r1,õbx\MLqS\41r\\!fP11C.f\g#\\41\[\.\2|\l\!1{xD\\pN\[L wE\\\Z\\g\\\1n*\\NK2\Œ?b)rF,\$\\'\\\\\c\7]\ū]TĆ[֊\r\r͕\'\k*\뮠b{b\b\xIx\V\\\\.\\Zbv9٧\(y\\\\ko%;Ll)m[2[\[7\\\;ΉwP\;\|Vk\\V\Nl\G\JSl(\s\V\@t;X\\\\\\X\;\N\\\\z\b?u\\\UG vC]\nćŇ\k\G=\{=_qH|\"VO|\d~\{wػ0(b{ži\SBf?񩩭\\ ħ\\x&&\_R\\ni\`~\\FՐVq\Z\8Ef/?7[\\pq\Hy+T|C\8\\ͬk\\[W\\Yű\\q;\֟\A\\=\h q|\%qZ,N\/NH\/Nk=Jĉ\;\n=\;\I\\Iw\Z2\\չ\\h8 \\N_*gTE3|gY̊\\3\wW|\5,_Bg\͈\\\Q=\\ac?X)\}G8/\y\+\N\Ņ\\nqap@Q\\4V\\<A\\∸L㹸uqy\"5X\\ٲC\\P\\\Q\\{kAy\q3]\g\s\g\p\\ZK%%K \n\/\\[8\\\\\\\ׯ\\mo\\m}>\7{T\\\\\dq\\\\FNikok8_a\^ÉqOac̨cvH!qD8[\J\\N $J6OJNI\\%%7hK\H<\\$|\Q\/KrB\PrҨKr\[\_\\ 2$\\g\6^rJ\\\)\i\O$g əۇ%g>%g+$\$ ssI\\I\\씜+\IΫ=\\\( \/ .], %H.\HJ\IB\3$a\Zɒ\DII亥$\԰$\q$\Z-\rJ$7e.ђ%1Z$I\:KI\\2Iܡ`I<\)sV\U\\KҠ I$]\$+3Q$Hr*MP\\ᬚ$\\\j\F\qEk\\}S \\H\n$\«ђ\xSIaҬ\hRR\{,)I%ޒ1I\CIEx2礤J\ARm%\.4\"J\Z\\+$\r㪒F$H\8yR\t)\iP(|9#i^\'iQ\%i)*i}K\v3Bf\I{\\佋\}C\)CI\\|ɇE)mD\#\*\\\/\\{#齬/\\ז .JD_%H>\K>u&JV\J7\\ [NH>JyJ\ $c\\\\%\\\I_0LhޔL\\$ \d\n\\H\\?%\O]\\PL믒\AP\\\\\\@\ߒ.\ߩ/R9\T*HtRptaDHiNQ.:]Cf\ ]}T\}Die#]AHHZ\InI^\K\\j\uIvKsڟiR|T\eT$]~TWt,%8}F\\\\R~D\n\H\Z)8\)%tKI{$ǍRȓ%%W\Ka8\\\n_\&+˥)\K*J\\[3RZlU\\Öb\R,kD\r\KyOܤ{\y\W/\\J\\\dT*#Ke\ER}t\\R㿇knK\]o+ӖnH¥jI7nn֐?\\\\M\Rsz\\\`\"\b[ŗ\' )\"\\C\m\\S]j\*ݾ nՕnGCYU\$\q5@j\"u\e&J\jRw\Y\\V\M\m:Y8J\\Ǥ΂R\>Kp\\\zp\Q\\A\mX\\&u \ڤ\t\`K\_W\\RF9\1Wғ\5\\iM\?\\\gH\K\mi陧ۤg\J_ܥ\w\J\Ul\\/\r,r\\ Hz\\Z^I^uϔ^\,\r寒\PixH\Z\\-/\Ko|@\Z5,C\ZjP\Z#KzH\^HISU.KSeKӔy\44%C,͌%͚\\sfۆI\Z}>FJ&\\-ɐ\rI`HrŶ\2tRZ[Z\K+b\0i\i%\\|I\"*VHV\"# EYY \\HJ\"\\\羯\\2\\"!\!^:\Y*\S\tEwCe!~\U\0Ð\ڐ\yjt/<<-$z -\o3\o,C\nLH P9R6R$Bl\!E\ \i /A^=)\0)\{)[H\62y\ R\\nQ\nZT\x 6Հ\M)C\Z.hC\Z<`i HH\k\\l\zw \ZpqX\n\Q\\ O\m{\\\\ \ \=\r2\r2dL \] \!\Fa\d\\.=ȈdT^2v2_\0&])T2\\LdžAST!Ӄ<Ȍ[,d&䇴d\rTYyCm,\{\rum+\wd\\n~\rwo\\ȿ\`D<*0%d\rT\X*ׂ\(F;\rJ@A\(DJ2;jRuP\(\U 32\\\\P; \>qʾ\!\rPn\@\'*|\0>~G\#良\Pk\Г/Ԙ\\vnP[Pۋ2PG|\\C蹓f\sE=\ +Pg6Թ\ruQut@]\\Kz*\KJB//LB/\A݄\f\\\\0,j ƀ2S.ַMP\X%2z\<\\U4\54pY\Z4m\r6\rƞ\>\rBC#!\\\\\;\лfw_F>\\\l\Z4Z\\Z}94f@\0\r\?j;O&\.h\shBh\!hЇ\hJ\%\#\\0*}\&4mv@!\x\L*IB 4\ \\0ͥ`y\\<\'h^|4\\r7\\0\;\o􀾈\B R\whq\"8h+q9$DZ\0-~ }\ }\\A\\Fe\h9\\4h\!\\\7rw\\\\\\76к\sg\r,\r\K\&\oЦh& ڲ&C\̡\n\'\\z\\eh\\\\=\\3G]ڇ]W]\Ю!hw\Oh\Oh\r훔~x yQ\rE\~\: :z\r:$\@\\ãI\QMK\X:L օN<\N\BCtl\ y\\\\\n\UY\\t\\t}\/h߰L\\\I7L7LUL&=\0je6\V \0\Z$L\/L}&\ \\l\EKؖ\k09\\0y0L\\2LQ\rYLI#|Z Ry*uJ;S\S\\vj\vCa\Zaڒ\0\+7a\)a:F]0\| w\Ll; ;\3PkTŒ\`FU{\̳`\uaBaFp\ K\\}0\ni\1]\qӋ\`\߁A2`;08\Z̀!?_Ս`\t\H { \?90R4k\菮\Ga\\0\rcz\1}Ca\=0j\\coax\WN0\rLV\]x+L|L|? vn;1 vN\\\rra\!ؙn<\\>S:\b\zؕ\0wװ*?aWuR`\^]7\\ v\n\\\r:\1{\9\|L\\&;\Za\)`A8,8#,\\\UZf\BQ\?XhM#,\s\\6kXD\8,-\Z\\Riݓ\\+_\Y܅ŝ~__=0` \TXB\,1\r%t\r`\\ðG7\RKa\\Nh™2Cp~8\%8:w\0\\\p\}I8,n]4h\n\\~\\\N\=\0?́MK;\ \M\Nt\\\~qk\n\UI~9\/\Gu+\+o \W\~{\\$հJN=\r M\0f\f\9[}\^ \+s Ӈ\\\A3`+\x(\!<\.\\ք\z\\\NL\#{\#Y\c\\3\\ ?x\\~x<\ix\D&\n]x\yx\ox~x\\qӣ\b7\xnV$<\\mx^\&xއZx~ \\x\\\ px-^R\ yZ^:U/ \WUW?<\yl\ƐEsx=\/mr mQ o›89\' ~NP 7\oM?|Z\;z\\\Y\\mη-\x\sx\&7\\r\;\ r5>p>p\r\.~\Z%G)uѺ\{3|\e >V;)[?>\n|>FOA\\W,\\\^\JK\02|Q_[ _|H/\/eB\+N\\g\\'\\\\g\M\0\R4>xHgYe`˛ܕj@m7 7w= (P6=\'=\ ؾP\\\g \\\\j\r~@e\0~\\0zI`W/`7xؽahտ.{>{{Eޭ\Z@_a\k=\4\0<;X* \nn\0Fˀ\$`\`w\̀;\Z0K\UG\\ZA\e6 X]\0\"\1R\X\p| p!\0\@YU\0\R>?\\0\?@~(,\0\\`\ \\\0x\%\0\0O\`z7@\H\V\0\\ @>\0\7\\\rv \]\<:h0_&];\\0!R\0\%\"8Y{8-\\98\0r\03\\\p8_+ 89g\\\\H.W\0\(\\a\ʯ\\\6?n\7[\'Wi1\\xޱw\\%\p= )\\0_\[a(Y\0\@\4;\0wt\8\\nDV16@Lp\};|]\\qxO ~QH.\I\ ~Hf\0\\H\\k\\nE\\\"H r׀\z7 M\\0H\0Ș\r\0\"YT\٣\r\\3C [F\ZȽ\"r\zo%ׁ…R(\wt/u\W[\q@ P\nTo&T*N\\0H\s\'\_a|\8|j \ K>Cٛ=V\5`*005\۸)0};0\00=m \.?7?5#\c`H\r\j <,f\\\t`e \kҷ5`!^\\06HP`\\0%\4ċ\B\\'aB\nBv\NB\\b\4b[s(BQ_x# 4B\$Sr/B\P\C\\҈]\\\r\n\\c=\ڦ;:/:5|nB/2b7\6boN:b\\_ā\r\<\\QIIɣ \QY.\ra6pq_0O@G\@X\(GX<8j8JB<<֋<+FX9\!x\0y$9g\'#\]E\JC\\=\QmB$\ \"NG$F$\\#I. R_!R\<\?i#\\\\"\cf ē`_\Sۈ\4ijE&\"H\"{*C\\E\4/!rv!̯!\ш\n\';o\"8{%#J\r#&e\D\^DoD%\F\\0Q2` 16AdhqD4<.C4 $kMpD\\'KD\\; _\CX \\\F@\!\Fm\$h7B шNY\\01y1h!殧!~\ra\Řį<\R>bپ\0\\XA\\"=@/ 6,\m!)AWn7v)qm)53\\@G\\ZHY6rKBrk )\'Bʹ\! .\\8H\r/\B\\"w^x\Y\TD*_\"ջFAjlnBj8!5F\"5/H#5_!! uMjzk{\GKېH\`^iGi\0i4\"\r Mբf_7GR.!-uG|fH\gG\\1\\7\"H\\9$43:v \Ӎs\0\#D C_w!qR&H\i$.+ ƞAd\m$y&Iy;\}B\V\"\zp$C ɜ1D%#\\d$\ v#9\\HN7$3\͑q)<)\;K6 Ŕ\y\i\T\it$\v\\\\0\\Sy\v \c\\6\35gaHǫL\9\Z\Ey1z\R\a\FyyYy\g䕯ϐnkȫ9\\K\;7\\"o\Aތ1C\J\#oM\Ez\ =\0\3Yߟ ֯\"wBu\"Cj^ Cc \ !#\@F8b>*LdT dTk2\ZMC\Aޛ|e%!c/\"\d6!h\G&X!⺑ }ڏLiD\\\"S#S*/ 5^EI-#ӐBdZ12\b\|\\Cf\ބ\,\z̪f#ۜ@~|q|Q\ZY,<,FmC<,iCYER \ \\2YB=،\AV\#+R*Oo5 L\\C\j1d́\S\\_\w!Tl\7l2Fތly\zWA4\"5C\(\L=\\+e\Ǡȏ_\w\\\Ȏd:\Y\y@vyU!\א\w#{\ӑ {\j\\#\\\|r\9p59S[*2@\C؃\V\A~7G~lC\܅#g7!\E\"\\ՑI\\s\C:r\2 #}u\\S\\cB+{Q%wPv\\\ԁ\rT\\'\neh2\k2\\2=2\g2F>@_GRSFjD:\pR/\C1\\/e鱈\.EY\Q\[P\D\QL#\5J\$\"\\P>\(Tm7\n5B/H0P\(\\\n\\D]Σq\PR(Ra \"2C\RTPR #t\2\@q2tP\(\hpT%9uC*EY\\@\\8ġlhn(\\Z\\-(;Y= ʡ:3n:+:{rيЊrZD9.\r\\\"Q.}(\%r\A\\F]`\{b uu3,uss\"\G(\fL*\3u\}\\[yצ\-UWz\k\\\\\ك5^G>C\tG?,D\;QZ\FT\*u&C\hE\SŢ\eG\NA\_wF\:4D%HY\ZuP\wR֣RPSv(\Q\\'ԣ T\)T\鞿\\ͨ\? *Kzfz6c Tj@4\ZgQ\\ZΨa\\ᦧícQ#F)gPTPcSqԷj\n\_\\ 5ueB\>WD-M\\Q\{\\Ԋ!\ZcP+)K \\y;\?Kh>\Mehɜ|\]h)\Th(Z\czj4Zֺ\F8z+\,z\\h\u ZVЉVX@o[>V\JB+\]\ۋ\0\oNrt;Z#\ZRV龅V=~&w ~5\uSq\1=ִ%5\F\ \uuh=E\\OЦ\rh\CW\C\ aqڒg>\&<\FC^=CC\a\Z\0\Z~\\rĝC)ЈP42\2Fͪ1Иhl#\Z&Jͣ\'\\\4I5 M*B\T\\KE\j.\n\hz4Ds\@\u\i\{%Z--ο>1GA[k@[\jO\Zm6h\\\\ \]\oh;Z\Navhy>\dv,uC\'E_\Z/\B_\=v\v\?vB;/\D]F_\v~\n\\r\n\v_;\倾a7\\&=\^Z\^\\;\'\\wo[#ѾLoV-\\2: H\G<َ|U`DS\P4tX}\\N^ Aw=FGy\\\\\\\\\0ta:\*:.\~\B\'\9NG\'->D? YC?~B@@\= \+{\O>)z3\*\\\\\g)\\g/9\\/ߣg\\\\9*ѹ>t^Eş\\t!\ ]hA\DBѥ\\24]\\Fo\fЯ\ѕk\J\qte\irTt1*\\n]UEW{H\\ZQ8V;v*Bn F7?F7\E7Y\D7z\!\\~?n\}\\Z%F>z ݦ\Vdno2Bw\ZDw? \П^Awv\\\0G\kE,zxh===U\A\]F\[\Z=a\Z\'\\Sѳ*\蹪NϠIϻ\?z0^\?^>^C/{\@F\\A\{迈\(_i1fLfSw\iT̆\0\f\C>#W#C\ f[fA\L;Fi\fg\Y \\f.\\WWUk2\-n\\\(\X=\\ZIs^\\\l٘ Y0yp\\xb|<\10\_@o\wL\s\yc\"O`>dc\a\\1AZ\2L(J;pP\DNc\r\0TLܿ L|Z>&*rhxx6\08?Is\<\yRIy\'I}iI\\a24IWIOL\a\S5\\L/&\!&gq\r \\\W0y\1yBLnŐ̋0buL\\`LQ\OL)Sryq\\'S\Պ)\{yc^wGc\|lƼżJ\Ԋc\:%c\ZјlL\R2I)\\\}/Rii]\bZa>6a\\\1=%1}7\'1}g0_*00\1%o0_ݛ1\%\\\-̐ 3\\r3\'f\\\(0Ōw`\b&a&fr1S\\fʉ؆Ml\,c~`~e\aJ7c\0\\\1\ \\KW̚K\if=\r^׏\\]\lts +y\0+ŘJ9\J];\b\TK\m\*z۾\*ʝ\*<\\\n\\&v+U Īê \X\:\\UvZ4V\\?V\v\!L>v\\\;֏\\Ww_bZ5\\ZA\jVXkX\X\\籦Uf X%-\\]\?XWu\C6\Cg5 \ܰGnaa+Xx`^ ,fafX\9,\2\\Emv\b.\ZbXl pyKp K\Z~\~,f&3WciX6/,\J\1\\r\rM\S=X0\E`\|P +|cEaEe\'Xk\\ dd֦:\3\)\F\\P\<\rĞ\S={y\蜍ut\ab\O΂`\Ō\\\X%c\\)\u\0\\n\9\"\q\`&r^k>X\L\\Z\]>\g\{;\;\{B\Z\\rt\`\``\\!2!ؐIlĶ\HM,6J|\Z (6~\GlK\+؄\'\\\n6\\;lҏ}\d l656y<0\ }tSz Ħ}\>\f[o`3We90 6\'L r? bk0\;\\dlB\n\>|[>[؊-\0Ė\kþ\\a_eIb\X\\n\\؊\\n[1\\\V6\\V`{7ck-5\]\\\\l}m+~\n\\¾\r\6\\mh\6\MUV\\\\wğ\w-R*\ؖ%\^\\/lK:g#l\lk\Klk3MmgVc;\W\lO@ \\\\;;x1\r;Xe<\=\a{b7R/%cͯS۱Swag6!?bag\a缾b>.bS懰Kؕ\a\\\\0\*nK\Z\\'\0\'/ \'y`\'q5\\F\2\m\\n;\m^\msm \\)qۧp;q;Gqʇ\T\\\T{`8\pjqj?\8\s8=18ݸ]\q\\up{>\t0n8;pzS\8}<>N$no(n\( g\\ngb~gxę1paXu;\\Ew4w\+wކ;w\\\A\Z/\`5\8\\=>Llq\ZQ\rqG8`A\p\ӊ#ٌ\\ك8Rꅣ\\hkn8},\\2\ı\~ǮpƱ\\pA8\8!4N8҈)\įcq\\L\\\"\ri\Zg;\w\&\y\\$\\Fm\V\!m}\c})\\"\Q~?Α\觊;G9\9\qNo[qΰ\\8\\p\W[\\\[-\ቻ[cpu8\=\ep~8N.@\Zpb\\" t$aM)\`\\0:8 /G\\"\nCps\M\M{\ {,%\\܍~\\\\;dz5.\n \ي{KԊ{\=Q\=\=våA\'q\ongq\\\ߍ\r\\r,p\q\qyP\\\9\[qZꋸI+\K\/{]qjW7^\^%|•\+\*eqٸZy9k\]\\4\\󷓸X<\k{\=׎ZõO#pb\\7\\N\\׹op\r\\\\=\\/\\rډ\\\#9\>\=\[-nPY7م>Syiىyw7\^/n\\+7\>1\}\}p.2f)\d\ܔ\s\\v5\T17Ca\f(\f\!_p?U\~hqF\\q\ɸ\e&\g([\0\\Ec\҇Vܲ\0n9\Z[~B\VA\\/ܟgŸ0\z8 \\m8\6\6fq\_qf\\\ozp/\^\f/\㏗\\.PRͪzx\/[\\\j\\\\\\r\M\&\\ea\3x\oxA0:SW]\ \^]($~\\R]n;m\\ ^*9^-\ﻕ\\o[߿T?47T\\\\qxc(\Zo|Zo|\\Z\8o \\0o\ o77ދ?T\?\do>?Ƥ\o\\㡖\\<\a\']\_C\Zx\Z~\'\\\IE9xR\[\|BK|\\'ÃFA\\0Yc\7}\gN\a\y\">k\9\ղ\\՝\\\\0/:/؋/~/!\_Z×\\\;\\\\O\+L\r\\{k>W\"sa\0s\v\/P\0\7~(?ڑc \\*c\rqbG\n\u\m\&\\'Ud~\~*D?\x?=\\gXe9I&M\rgy\r~A\>}mDQů\?}\'k:2\g+zV?\sM\7n6\Bk\fs\\^\\\W\6\U¶iAQPFPl (NCJBR @P\n\"\\\\C\\}\5@P\4Of4\n*\p6\/ \%hoK\\r{AЛ#\\\WZ{/.\}\%\\~F؟=A\PΆ`\&f\\\"f~<$\E0W$ T%9F+%\\ 0\"ȟ# v\\d\\3c!`)J\gpʮ\:oH+Aq/(5L B\\"P+h#ڽV\G\|&p~\Us? w\\$\\ęLJ!Q+Fp\nM8Up:*`M`\z`s \eF8A$8.\_\ \\\._.Ğ#8E\JW\\z \>\\وpu\9\՘b\uk\\0#\:#\\}\]F\\|.|\/<\ AƄ\M$RjB\fR a\ w\s \ubB\\!D&b do\\!iw:!\@HzcOHY\NxԲBHmxDx\\Z IN\_&\J<*\"d ?\\"A\s=\(5B\tB\oB^t#!\ԗ߸P͖PdRG(*&p&%\\+\vB\O\k\m#R\\\AB՘)\9\ފиExw{\\Ox(Khu\Ah)\"\'\ mTBۥ;v,\S\+K\è\"\_ _\ &Մ\a\naa 0jO\Z\n$ L #Ƅ\|\\M0\Jo{DL\\"0ٜK>L1\%\j%\em%\A%,( f]#\\D\\0$\\\G\zI,(/ }&1%T~%\\!t\" &>-K|\vʎ&)Zf\r;X\@\"֍\%ֿ\!\Nl\جHlU\'|Ip߈ئbOl\#Il#~/|z |H7)r\!0>rO-L\\\rN7i/\Z:i7\fYOۀO{\LH&E\p0;(e\$9\\`\\0\\\#\\0v;\G\9\IIP\ Xx\\n,  gtXs,Ye/2RU#\ \\,D| Vukd5A`m:۳K=~\0|\6\\r!`\\\`\Zl\n?\0[;΃(\\X-?vAv\\8\~Bi\\\\J\S\\2\_\\=\\<5\x8\\!g88>}\rS}i}tp] N\0\C\\s~8\rϽY\b\A\\\\\\ .-z\[\r\PD\]\&l!\4ڑd/䤴I\\\"I~LDR\\$)\\"),rH\\bI۩X\\Ҏ4\\%$ej4Iy{DҴ\#i\I{ H\\%H:\\\.K\1Nڧu/2tO:PL:0D2t&GL\#F2?t\Ճtt\\"\\d\\8\\\ZtO:##2&YBA\\+$1$醑,FHՏߒjɤkIukӓt RoYjt#!\r\ҝJjY\#?\@j婓Z>l\Cj˄ڲH\/HfO> u=\&uC\IqOI_6̮dII\UHa\\o!\&ҰUi8҇41;O\4w49$M\=\"M~L&͜\'\\\&\%th\E<\H\AZIR*ՠR\jz3i\\_\\\\!\WIݷݷ$K %\06yd\dL?,;BޒPGޒ!ˁd9j;Y^2,\JV\ +\\$+>o\'+ْ+KޞBVK\I #+W4OU\U\UU{\d5RnC&Y2L֌e\Z0GY󸑬;F\ 1\'\5\I\l\0K\"\\Y% [\\Y\&wk\&\&\\fg\fdm> H\'٢<|\w|\3\J-\\ߏ!ʞdm2d! #\\\\ddHFQrw\h\\Z2Q\$\\KdrL S6Ȕx2Nf92g\\\u.\'uc\2d\r ރ,̸EN\\"\k\>O:g\u\dk\G\+)g4\6OM\F- \\\Y)䳮4\\"<|!}\\{\\Gv\;I\O8\Cv\"4\\"\n!rȮt\\Z\#||Yv|~||ѕ|}\r<|\C\&{溑5\"\>`\'٧B\'\"&\\^!fw$OC\ɡ\prXl=ΎEr̵o䘛S\{Փ\ѻ\qug\ƒf\\+\\\\-\I\,r\cgrrU\-&\\f\\8rT1T*99êd/Ih\K\\dr&y?9sΞ\V(9_Cή \p\\9\\\ȅBrіnr!\\q\\|N~ҙ\}+\C\\e\7\\!\z\`C rUf2Z\Z҇\\W\\H\ǐkT뼤\o1oɍ\\Ư\M./\Mo\M\\yZ\\\ {\\rk\\O)r[#rG/ܹ/\_ɽGB\}}\\\䯼\\&䡚\\\3\Í[\#x\ \\0<:\r\'u\\\~{\߶$O\'\Zȓ\\e\i+yF\N9MM={<5<\'xD\ZIWEoU#\zMenA \\$\ku\+n\;)\\/4Jź\Yŭ%4p\E\1E\\"e\&\sK%7EUEZLQ_\ʣ\\G\H{J\M,\.vh8R(:u딽\Z\&\6ʁJ8\p%\0b S)F\1\4=bNbFR̃b)\e\\ʡW#\K \}?\\)\\z\̗ȥ\nP\0#|\n\"P(#(i\'\n\\ \nl>_g/Qh\WGi\nc\/\nsHa\p\\La\'pU EՂ\"\TD\PN\QN\Pl8\\\M9\r\%rVэr|r\Zr66rNr\ݓr>Vr\\C\\Ԇ\tԑ\lt\⺓\p\c\\p\\Z\OLERrUzrUmr5OvHr\|&\Z\\y\\r\`\ͺmg(r\O\)pxz)^\E\;/N KJ\UJP4_\RBj(!#є)w\Q¹(w6($J\\tJjJ W)%ۄ\0YMy\\My\K$JR\((Iy\r<%E?By@y\\\0%\ˤ_\"P\Kz)\\w)R $WNɼƣd\\Qz!TKTQu\2u\MT\TH5{j͓j=jvLj=୿T<8О\a]%\a&U7\\r\i-\kT\p\Ѹ*#\\\ \\nM%SaWM\0hϳTܖ.*\ 0H4*\\f@H\RR\n4\g*}\$2PY=T\A*R-v \\rU;O})Q\\̩S9bU\ZաXz\\\'\(W\\`\\\WTGX/ܗ!\y\ \Z\\ ڨR\;N_\S}ͩ\5\eA\\\T\'T}ԫ{cWW˨\\S\Ed@TOy%z\p\NJ\#\\\K\rԣ*yP\\\\%jp\Z\ZTA\r\v Q\^\&RﴼwיԈԘ-Z\{h\\X\OԸ\[\z\$mꣷ/vRӆS\卩\\\LRA\lf\:Q\W>?5\+z\Ǣ\풧\7GP \\\“2\\\ԢWԢu9jZ/Z{/Z&S\\\\n(jn>\rz JZTZRk,j=}VO}r1{\t@mI}B}77B}J}{_\c\vj\jـ\\\R;cjI \Ι\OJ\\.\"jWZ\"U\khK\osm\\)\`-uXu\t::^-ʆ\EH\D:!c:{iu:\Go|H]\Bw66.\\ԥ{\+Q\Uu5R=\}u\u}\#\\ufu{׷=O\#_-\HMs\݋&;L\,1M\\@\&#\X\Ҷ\AѶ\ж\\>\\5\\h\\\Wh\iJ 4K4Fm\'3\MEc҅\\\Iv]2t\.\R\*MS\Mq`h{n\Pi{\ =σh{z\hڨVW M\\[a,M_!W\$m\\"m%ځ4eA\Oa4\(\r\x\\Z\d;f\G3𧙥\\\z𴃘\4s\@\a\nڑy4fDYю\ IT\ZH[Ӑ\4\ 4\\Zq\Z>M:id\Z9nFQQ\`h4\4\<x\\ј\&\Z[\ΧWo\8tƣn\\\\i®4:&\ne\N\<>H;yfs=vY\.ɍ\\r\\v&\\F#܀vn\)\v\.v\\]څw4\'_4gIsw\"\b\(\r\n+ڵ6\苴\qRi\n-nyd\\\\\|[\\#i[iW\e:-f\\އ5Z\ZlC-g-\"K\פ=>%\/%i\\\}ش\-\-AK+@ˀgў\ߣeIhϥ hϕ%i9KZ\r\'-ϨwN\{Fˏ0\\^+\\n|Uhi\YB\\Z=\>Z\3ZeR>\\+Z\\')Z̓&Z\wZ\YZ\\\\Z,V~V7V%\@h\rBiZ\) ZS\GF,Ok\\ڮ-\\\\\\@Z{@}ֱe/#1\\Y@\N\\Ӻ\z\G\z.e+\>JӾ\֡|H\\8Iw6pq6ԡD^ʹ\e\w\\\ZmؠM>qM\r7\f\rgh6C\hsh d)\\eڒ\5ڒ3Tɤ-T)\Vշ\Vw\\V{n\Vi\_h:?\\_\\\c\ʷ\Rh\7T]n_?]\*]\d}]\(]1YcV\\teb\AW\rOW\lBר\B\>ZN\~M\~~\\\p;\\OѶ\qn\SJ7\\\\.쥛=Ч:N7L7ϹD?\O[pb\g\\V8kUP-ݪ}vCg\p#\Uӑc\rtT:f\Zk\EdžܤcӴ\\Zw:nL\M\5:\N:-h_\I 3:IN3\\ktƩY:#\zΖDg\9t̓\B\\"\yj\KtލB:A4҅~\?1ti58=.Ώ \O<\$U\m\u\6\\3tGMo/ӝ_\/\x\]\]t7U{y3F)7\qc+\c\)}\u\6SNE\ߤ( }\\o\\A\A`9z\6z\=\E\G.xУ\N\c\:zܿez|p]w\Z\UzB\)z\\/z\,==,*%\\G\\?nHO 裏\\\3v\\\\;\\Y\\y^\\ZfR\yzi^\I/ \aD\EC-Coť_w&\?\rw\_w\{\轂\؋ބ(zo5g\Vzr(>7GH̤p\[>\>\\E\|>>^x>ިA\m@\\F\&A8y>\L\\v5\[\" G>}\_}n}.בhvh\M_t\ܣ/Y\W\+髚UC{2u}!qi,!\Ɛ\\،a\`Ȥ\ ه4\bcaCn6C>\\&z\Pt-`(.80vj1O0\\ʕ{*e Zcc\Z\)C힘\+\\%{4ih\\\dhY3H \z\%MC\\=\`\\|\\{R\\7c\{)}$\Z\@Va\\0\Zf`\d\RGA\  \݌c*cD\\m\Њ\\5x\0 #\&qǞA|Z\02\BO5|\\\>`\32\!\֡ꌓ\x\\b\ɏr\p 㴧?\v>\\Їᠾ\\0{\pd8|d1\\g2ί2.f0_1:*N\\\n\e%\Z&ɸ¸L2g\\g\\\2ܼ2\uv0\s A\Ur\a\r\V\cڋ\=u\ȸX\~e3363i \`F\#4ZZ \3b?b\-0\"TQM=\F\{_3\`Ux݌\ÌF\YF\8\\\[G\\ \\Ͳt| #\\\\\Y7#{l\\1\`\\9\\'\yR\ygz\͌{\\\"H\8.Q#\J\\ F\SFE6fTtU0^92*eW%?op?Ui\0dTz2\\\\\6FQ\g\}^`\\[2\{o\)1\z2o߿c4\63\Zk\\j\w5Y\{ \r\{>\l\c\ú \`|d1>fJ1\SN\\Ss?ˉ\\\n\x\MbD3z=ջ}O}\\\z\WR\n1.ng<\go1÷wI\'[ƔQ+ca\&xʌd11D\Cz\{\"flk\}]\}rfg]̌s`ƹv3\\0\\3Ĵ3\\\f\SfrW\Cw3\IM\Έ1\|b\\TNef^\af\֘ϰ^\\\3\\̜ߎ\\#̼Dff\u\ }\\\̂t_f%\\,\\gh3K\1KL\n>2_aZ[cbǜf)0\\'0+\}Go2s5Q̷F\on1׉\f\n\\\lcevR2o>fv?Ybv\\\y\a9_\"k_=K\̯-j\!S\\^s\\-\Зg̡T\09b9HcECceL\R\Cs\"J99Y(\˜vǜe?a\ݙc\e΃\'a[&7/\X-*,\K`!d3,\\n Q\Bg0,P\'ob Yd\,JQEYo\'X,\r\א\{\7$\R\v%a \Y⚝,\\əK\\~<\\\1֩[{YM\l\O\Uγ\\ra9\]aJ,%֥b֕7,\*5uu%uquC\\.u\R\\\\\dyC|^\V\YV\!V~N<+2U4U\c:Lffk\ o*XoX\5ze_V\iKV;ղ\?H\C1Ǘծ\jOcuh:9ΑJ֧ϷY]Էn3Gc\\\\\\LJ!rYW\~\ kb5体5 sb\rߵg}n`M)\SY\/ر& YS\\X\\tx\lj\޳fd\RSXs\\\\\\%k> 5uXg\\5d+\ZalFVbwV\\YzGY\\ZY6%t\o7=mdKdK\R!|Tqv).&-sʝ-s;)Q\\|[n[^Ǝ-\2[\V}Vzq΀Uyll_*l\jϗ\\ze\\\\'\>\\fc\(]`\u\ٺTH\\{_]\@m`\6\؇gC?`C\ٰ Zl|3\gQҹlt)`qil\\\#V\xe6>\0(\rN\lR\\+\"UeS9Zl\=wd\ F\\l\p6\*\\W\\9r6ǭ͍\\f\\[O\|E6!-HXb {٢$<[4\Ķf\>V}mk^Ͷ]̶ Md\e\6\>\c\ v\\g;\\\4c?\g\`;f\'f8lgf2\9o7ۥ\vc/5d_ַd_/;\e_d_QWf_\mʾr2}mҎ}m}=ʀ}À\\0=[\v=Z7\^cW\޻3\\w\\\o\>\3l_;\;X\;;D\\f\Ƴ\\Zz\w\n\\\\\wO\w\\Zؑ4ّgّY$vT ;\S1; ;:4}\g޼\}\;Obǟmb\\hc?\d?hg\'Z\`?5\~ځ8z7;m\yv4;\=\\\'?ٙ\\1\h_\\Xpt/ps*]\\\\쳻\\g5.\\k}\ZǠٟc\\'\LscsСs\Ycn㘟\r\\s\\C\\,\<8\q=ut{0z@\\\\>q\09\"H]\\0e\d\Ag>\`x%<݃\\\pR\\nLJs{ÝC\rHK6r{>\ΡX19oF\Q>\awqNm \*\p,\!\s\\U9\0\sć\8\*\\.\kJ5\:s2(\t\r\\2\>\A\qa\9\\9\x\qX看+\\\\H\\\xJ\8\<\8K^\8\\\\R\qr\\*s\\SќK\\\z\\6\\\k\\\\-K \S#\IM\x\\\p\xw\s|n.qn\r\8~\rDN\\'X\\'87\'=\Zz߃\ȹ\ \\q\\\N.\'zsυɉ8˜x\e\'\X#\'\\\E\\\{p\\\\K\\U-W\-\'s\KD\\\r\\̀c\\(_v\\4W{H\k\\\\\\5\ݿ{\V\\O\5l\\\Z|\\Z)ypʑ\\c\)qT\\L \\\II=kjr\%*\3l\\mvG-\ZM\\\\\#;V6\c\c(.B\=\\EDn\\"os1JI\\ \)s\ń^\b̸\R\\\\r;.3K\j\\Ԡ!.mY.3\/udUS\e7*r9>\\z{Ą˽\\rg,B\\\\%W\8W|\\"׺\\r\毀{*2{\+kkvkkG\r\\]\:W\ܳgOr\Q\ָ\ºNT\맹.k2\Ҿ\K\\+w۹\\"\Ոܫo\sEl\^\\`[soTfp=a\\\B_n)Gn@\n`\n\8\\\r9\\rI\↶<\\I˽\v{g\7<\\6n$΍ʖ\F}Fq\Tn\)On̪ >{9`,\&*\&\\&{\pS\/sSf\rS\\\\fn\\0nz\]n\\܌\\\\'\ܧF\n\\(47j5B\͎q\\\v\\B~qsӃUJܼq\nE\\p_\\Z\}\7\nY\n\\ny\wn\u\k\\%\')ܪn\\*Uͭݙǭ\\\|\֯r\:\\\\6\6\\6]\6\p\pM&\vi\6r\2\{ݸ\\ܮ\\\|n_~#s-e\\n\z1K\e\|\w5\\]Wu\SC\0\\i\_Nߑ\$\\r< 7OR\3O\X\J9Ϛ\'-cɓȓ=\\\\\S1<\<ş]L\Õ\5$ν?\s\9Ÿ\\<\\5z37\,wYw\\A\/\\[x\'\'ɘ\E\y\h]<\DߖB=\\\}H&/@\/\ /p[%/\\|\\ Bgyah^8\ wWR\EfyQ^T\/ڦ /\\ݗH\\_\\K\#Uy߯Jx.\\\x\w\\2>\V\y\4 yϊ\\x\Lx9]\\n\E_^i3\Wk?xĸWbb\+\\\佔\+\\:V\{U\{\W\+\Uh]\\t\UPyof\Z\^\\;\ּzh\J\Z\5n\Zp\e\\k\\{g\{|עzn\z<\v΋\ֵ\\>\\\庛\\\\kx}6\!b\\/:\'x_O|\\r\\r\\\\7J\:\~|\fțD(]\M\\\f j\\\\o\\\\'xKxK\o>`yK\y\\ \\n7o5\[\\\[7\ y#n7,%kjR\D /\\o\>ȗ \\˛x\\l\˷4=Tyk|Ś\\RW\J\|叇*k|u0wq\\\n\k4w\n\r|DK\3|mp6-ͯ\\\:~_\\\'\\\\\\\?\?\R\7zo\@\@~MȪ|Q(\\ \\m\AE\ݭIPձ\|ۡ\\\'@q\G4\ck|\7UOr\\{\\O|%4\\')2|J,O\\+齉|f>{p7\k\7&\|i]\2Z\._T2η\\&e\~\\|\_X\\;Er.#p\0/[\%SZs\֑|Z|!\c\)\\D-=|/bW\qWs\\\\\\\~\r\\B\;A1~!??\G~\oN\\e}\\]~Ϗx\\r?j\\GqQm\\'L=364\p7\\n\\~>?N$Ǐ\\\_G\~::?C\/~f \\$~a~\E~\7܆6~SW\\\\O\3/\os%~\8K\/KW\Ge\3e\\N~\\-Jsuˋo\#\Zݯ\Z2~V~\x\\5k~/(\\\\o~\Htⷫ\pO~Lj/sܔI \w\M𻊷{ S\_]C. \\\m\\\)>?\\\;A\sr\O\\gRS\~3o\\/\rZR\\\\_״\\-- 0[Re(\\\\\n@뿜y\'\@\\"T \@\@@Ѯ_\(PC($v\r\T\\4i(**Tj\O Ԋ\]ýLJU#\\\\\莬 \\E\\r</<\n\6fB`n[p\h\y\\\s\\\\\0.\\ \(\"VY\ \\|(yM@2ʅP\N@P\/\n\Z=[@gx\@N\R+\|p\\6 Yմ@/\~\nN8=X nX| \nNi l/\\\CF\}\̶\r\V[p^)Ppn\ϐIF,p\# .\Z<v\ .\ . O \Ox \\\\!$5\Ͻ-4G8K\*\\' |\0_B\ \t :(Uz\`*^~RMpj bR_\H\n\ľQ\7\'\$&\'xoC\ AX\$HvO\\-\T?&̌$\\f\H\nk>/x+\F\f\ns}¼O¼2\\m‚EK(aqȐ\\a\\\қ\WY6²2ay\\\\\7߄UU_DŽuxa=灰^\"|;E6>6|6]66m6P\\R\\/|V\R\\/*;m\6O_a[oaQ\-쨶vN I?#\O~=ElF\r3L##‘\\ \Q_P8O8\Z,&]-ֳMmM\\'\R\ŧ=ȋ%\6\rEI.Ң\K4ѣ\DE鐇 \\\ F\)Wy(3[W=R@e_ȋEٝQ\h\ ۽7JD\\Q\PQpTT\+-*.J\^]y.zuQ&&){(\5\Z\\ZD\$5ѻ\Q\\Q\iIQ\9Q\l\ĸ\\Q?\U\\\Z\"Gײh\0Y.\Z*\r\Z.KDc\\EcѸf\x\N\WL\R4q\"\D?\Dv\EE\ܞќNhiY4[RV$Z~\M<Ѳh5#\+\d\oZ-o].V˔eʰ\[;\rpb,\ /\Zx\\o\JǴ\;XwX̉w\\?#ޑuJ\(\\++#ab\y\XM\TfK\.5Pb\k\nb\!X\X&\=\'\~\'֛m\\m\ʼnn\\\\\={V|\ؠ\AlԵKl,Rl|\]l2IlV&6%\?;\i\'p\\|\\+C|l[Xz,_ \\C\N\Zb`\'F\t\xC\r1\+\\w \*\Dg1\,&\%\%\T.\"f^Q \\nb\\\ \m\\e$0-|->u׿b[)-o\\nLZl\Ylo.+N;xbWbG\{\=\ߥ\\+\\\ J\ S\\c\Ky\+\e\+\\@\}dV|M.v\\|i(\qX|m*xM|\/]|\Z]|랬أM\i-7{\Z$ד(W\Nύ1\\XQ\0ea \\"єd\rг\{?v\+-+\"\"E\\\\w\9w\\0H\0!!;\0!\Ol@\x (?\"6\"|\\07z7\0Q\J(\u@ԛ̀e@4?sB {b>*\0b?S ^ H\(\\\'\0n0\8cA\r\0\\\\0/h2[yl779\9EI)@A@\\\\^$D| P2Tl\"\0**e*_|<\\x<\x\ xJ\^@\, vc\0\0h \NN\0C#I\0#\0\ z\0%e\x `,Aex\Z0L+&{ɥe\f\0\0=\=\R4\6\\'\&e\'`\\3`OsP{(g\0X\\Xv\XA\VVϾ\0v\0\֎\0\\0֛&DFm(\ߡc;\@9(_ ʿ\0*\\\\0\s\-恛Հ[,\\[-\mzw\njIZ\R\\nP\ P\i(ШШ_h|\84hhv\{\\P29:phŎZ˅;wm_,\M1@\{tࢁF\0k~*\:h:uN\I-\€.g\I@7\@\s@wR8\\\o\G\\O@ϦC@/6\[x\ӷ \Kڛ<\Vtve`\s\m=\0^t\^|g80H,0\\I\\@@\M\{\\0\@h\3 f)\aQ\ \b\h \ Ļ|\?\Ӏ\@\\@ yhH\\iJ7XK m2H[2\f*m\rd_\0\-@\=g#?@K>Pr\ (\=J7!ao!Jo!\\c7>C߭+>\W\g1$0z0 X<\0L*=L\I&C\\7>k9Gi\\\ \oc\1߁Yp`\`v\ 0\q`+\\1\yIys\|\_{\Eཨ5`\X\n,(,L ,l \:,\n,\>,\n,\\V\2=gU\'jK\2\r XN\\w\0\no\0wo;\\0l\G[l\\K\Sؙ7\v\n|\ \\~\\5\M>\n\\||k\\D\0D?\Gv\~}\\$o y\\;\Z8\pb&8Y\\\\ 2\ ni~\0~\ ٕ \g\39$\Z]\O\g\\(G\\[n_r\\z\\'ߴ?7mׁk\7A27  \\'ͶQ͒<\\\\}&-%b%Zzu\ \%\:V~V{H\0\q\ #HwS7Hwg1Ha\\0\r\O4\<\\0\\'\4\\dd&x2/ev!A K\.%\Z\}\c \sE\g\dmb\v\0\S\3U\\:\\kB~wIAN[UAN\ AΠ\%U\?\7\#\e\@GЉ \\ bB\0\dq\d=ȧY :#ځ\V7VA\mt@\\@\ Х^((4\‚S$S\\00\&B\ A_$\AxC\\rD!I `ip\= ܭn>g_DA\S b,bW8Q\\ATW *\>: \@1i b(ػn8Z@\ m\n$LpIr@!\@@Ѡ\VyPX\QPd8t\\uPtc(f\(V2 C\/\\@ Ar\($\z\"\: \z\\\YЍ\<\\\\i\\\\\2ʼ5\*leߺ\r\\ZAyQf|&(\PiPr7\^1\\\9P\ PTPrt\\t\\086TR Tje*>N*@\QP\\УS\\\m*u 艷 \\w?PSP\\/P\\Qj\\ jzXj~j\ j5r&Q P\|Jjp;\j7\\ԕ#PO\\\͵Po5\g\{n|\_V:h0\ h\c\\h*4 \Zz\Z\~\n\Z\r*h\c\8)h<\\r4\\ra \\M\GB\\rZN\0!h\\\o\Z Yd\rw<V\{Z\\vm|\rq9%ɀe+\\`\RX1\rV\,+A\J5\`e \hxˡO\8_V:x[@x[#x[jxi\fV\\?\Z\5>\k:5Z\`\\\` ΋ΛxQX \\قR\`}I~;X\l\\n64\r.XOFq/`\\\'`{Ts\dO`;`\\\=\z!\{_Y\Gߒ\N\{>/@ GUر\r|Ķ|\\4\ \ \d1),\e\9\l>^{|B{`΀=-^j\f`\w\yw/ |R\Ӣ\nY \0&ڃ}Oi3\:g&Ϫ\#wχ˃/, =\!\\Yp\~e\0乀!`(b ;G\Z\50\FiAo\`|@+\w^d\D \\T0\\\&̔E0\\r\<~\ywl ~ž?\%`i=Xڎ\0KǮC^p!C\P:p(\8l\8\"b\r4GN.*<_\1=y/~N\\'zn\'\)8\Z8\C\Z*Z&EC\S7\Eoo\'LoߛDS1α\&sݢw!\໘dp>\n\\\r\r\w|r\r|.> .r:.feK\\\\e pwpm\6\"F+\\0?֚W\\0?\0?9~\`-^?\*?[k\\9)\SK5\\\)p\mpC[3\\\i\bTn= ܚlnHݬ_\_=w} \\"fG\\wo\\\7,pOop\\7ྀ;3&]\4x\\xf+y<}\0<ڧ\0\b \xX9bNy\\ŇX\WA,@\ݭؕAZ\g\[k\دBC]\\CC>D88y@?Bߵc\s\5\=q}\nr<\\<DjC<\5 \r\'!3w|\'\d\W\:\\'(\\Qȩ֐3\Zː3 gm& ~{ ~V\$\9\\\m6K\!UZ R\ \@`\L 3!\ D}`\\ eOn>/@E;!C\ҋ\:\B眇05f!L*W\ra?AC\~6D q_\0PDmDi\@>B\rS!ѻ\\Ó؀\w(H\\7s y?$l\n$\P!\r$HJ:$UJ\\\\ V6  \\hH]kH<$k+\\ \&@\\\!w6!9g+ yv|Ƚ nC\nN!\ J%HI-t\)H:\\gG\nV\Ly\\\ UlGȓʐ\'v\'ZTH\\Z3\3\fHm\+H]/R\%\F\Z\\H\KH3HB>yy\\r\;&1\M\n\c\\5q5yg \C$( Ȉ[ d\0~$\3\'\K\n\r2~d\9\r2\|=L\C\Z\숀\fdA~R\n ?\yB\7\!A-_\\ EY\Y.xY\?Y\K!+\ݐ\ӐU\KU \*$\\C\@\!\!J.CeP}rP9—E Tf$*\gBPPeeU\\6\0T ݒ\N·:)BU>@\4EPFT#\\\\Y8\8\n\AuEwz\ǡzm>PH\H0\\|7Ԩ\Լj.\ˇZ:9AhPk\Pk\\>m\0]\7\\c6`\k\\\C?;@_\A<@Cҁ8=cu:p\\C\\4\3\\.\zP\s4\k\Snu\\"\Iz2=9q\0\\\\0s\\Zԏ>\, %\rz\g;\\K%\\A\P@M=\Caٷ\,( E܄\"יP)7C1CuP\)\%B \(\#JJ\ %RP\\Pft\'\\\nJPPqy5Z\<\RN0\\m>\\\r\n\05v\@;\B;oX@_݊\rj\0}5\Z\0\\d\bCBdݟRo\;=mоi/\[з\Ϡ \\\\\kM\ۮA?8\0TmBǺ\7\7A\\D@\'O@\' [O_=~|\n :s Eҡ?\\\\nA3 y!\\fb\\X%t \ ]>|\'\Zߡ\kп6<\\Zq+t]&#m\ 6\Y\事a\n0ū\Z0\\ZJql˗\V6l\m#\vb5Lz\r+i^4i)\tazr\0\\ӹQ\n0Y#\& flS3N<3`K`f\ZJ0>]ư\\P\\\\0V=E\\\\\.\A%ء\y\v s9 s\*srVy\r 7VNMD\<\\a0st=\EKX\\\ ;\rD\\0%0\`\ \\rCV`\\[0>\\\öl\(\dT!\\\W\O`\ w\&n ?킉tak0\im\r\na\Z`ᖛa\0ȣ\aWN\î\Dî1%{ K\RRG`׃6în\\t2ej>eұ,c,\}X\>X2,p{\(,\\ސ+ \8еV(\ + +,j+2+\r+ V\\\0V\Z\V\\V.\\\K\Z`:0X\\: JuJ ONThÞ\aOoc\Z2{\0kkh\\rkx ku\rb`\>\q-\r\9zS\\\"\l\Rc\\\w\h؈{#\\5\\v\fa`\N\>ρ}t}y< Mþ?M<}\ n}\bf=as`\C ؏#\|\\\:\w\0lѨx2 Ju\mؿM಼Ul\\\]DW\q Ż\0\\W@\j~\\\ p\)_\M\Z\\\\7j7\\\\oA׿7 7R=\ 7\J_71>\݀:M\\'\\\p3SpWp\)|\ܲ_ qR\[m\v8,\^no\\?0\W\\\w,it;\=\nwˆ\8.퇻\\\&\\ݷlJ{\\\1~pl\\~M~ h \\'\\\\\\p689‘fp\w;8FCN\IpWN3j\\\Z8{ οM\b<.f\%kp\rxH\ixHx\Px\\@x\,<\><\K\\\Z\05\,\c/\ᱍn8\]\:x\2<^\ w ?O8 O(< OL҆\'\!\7ko\\\ ~ev\w\z#xm;<.\\/x^(F\\\ś\\\\5?x\P+\:\\^>\iX+MQG\\Ǒsj#\A?6\Z\ o\\7\r›|7/7[Ԩ\[8V\:NU8\nZ\z\nz#\mq\\@\\\F\\\Z3\\B\\Lp |$\\Z|\\n>\\\Z\" \h >\\n&ÿ~\g@\\\C\9A\'\X>|z\r/if\n\U\\\űAIf!(T\\'D\SES<\j\ \\r !\\Ar\&D#\"TJGBW1W\\1F1\.!b \5\\D\\vD\d=\"\\" \{\0XHb\\"nC$w^@&#R\\"i+g7n nܜC\E\ƶ\"ҭ\)\\\$D\z=\"\,\rȞڄ\!}Dܕ\FܝSF\iA\Cy#\n\\z^$#J%\nM3Dŕy\cD\\{O?\!sϫ\r+F1Dcd=h\0\\wѤhr Z.\"\!uN\Uī \\\W]r\O5o\A\\\\}A\rtC\WF=sA1Tkx\c\q\\vĤE bj?\rb\Zލ\9?C\\N#濔\"~9mF,\@~XsH\z1\wmy\&y\<\ y1\,\"o \\\C79<\y^\0E^4!/A\rH\H`\0 \#A\$\; H&v \WCB͐0\\D*\"H\Q$\\\9 a\Hj v+I\S}HF^$\\r׻\[{\#BH\8)xBJ\ Ҳ\mod\.2d:\ZEGFAYȈ|d\Ȩ_Ȩ{6\+Y\+OȫF\7$DƽF\\"\ &2Ͷ\ZV62\/L\\"A\ \\pdV\5d\\2WP{H,E,!lE\CE\$\\5yd\,\\0x\>\\t\\}ȧ\5\\\9duKvYK\E\Jݑu\#^ _4Z\"_ G6=kF66 [ [hQ\I75\ٶ\N\Gv\\";a{#.C%!{]\!}o咑oC. 5\ޕ\\i]\\,rd2r4\6\i\\d\\T\Gc\g,E+\\\X29֔|FN22\)(\\Wo\\\w;1rE\B_ šs\q\ok,\Hى\\UF.}\\q>;\rB\"׵\'\N\"\ D\*ddɶ(y\nJy\ZR\RF4Q[\~Gm\V\nNG\Qj\VQ\Z [\QN\(\^Oގx.\K2\܄2.\BELP\\"P\\QV!=r\n=*(\\(c\=\>\Q=\P6\G\\A9Mw=QǶA\sP\':-P\'&Q \Q^\[PޏE(\V\IG\$=\\0BP\ͨ j\'P\G]\n)~_@(\\\n\\`\(&A\:P=\Q )\EnqGQ6P\b6v&E\7@љWQ\*(gJ|%IAI\\PҔ/(i%dBڢ\"\"b\\mP1\Qq/\nQߨDpT\(*\\*\JCB]I\P\\ P\\ZP7WnFE\؎JƢ2VT\\ T\tT\\ZTf*k[*\-ug\DgW\+IB\?B寞F[WJJPe\P\]P* Zʸ:ԣ\8\\׳+QO\ZbPO\e\\7P5i*ZgTU\c\Zj^\QM;\A5\ ZZ\P8]T\r\n\ed/ꕠե\\\\ס\sP\7J7\AinwƝw\!T7~6j\\f\\\\\\}&Qfn7P\/>\>\'\E}\rPQ_B/\zo+Xf*P?kQ\Qo#QQ P \!?OQ\rP\\Q\_P\\\\?\\q\Mq\Л\rg\'\r;\\wZGG+c~D\[8\Foyy\r5\\rꞀV\:Q\oB\5I\E\he\@fmICV\r_@\mE7\\f\fgs\ܣmq\mQ(އ\\C E\L\\'z\g\\\9O\,\\<\ϻ&9ɠm\./\\n[΢ݎ\~\\\\hoj9Q\\\'}rG:\g\Z\چ=>>JA\FE\A_N\'Cg\UCg:\\\\"tn~-n~:OE/g],@\\S\Х\貸Qt\\]t\Wt\\\\J\g\\G?x\ljj\\'\nS\\a\)t\-t-!]\\g\h@7\$_Ԣ\M\f\\\t$\w\Y\Z5\3\]݊\q\Ap\\ׇ\\F\A\YlA+g\\\1\@!zg\n\CA\f\\N \:m9=d =\\0\\F| =?s[\+^W2\+op\5\\u\id/F\߼#\#ۏ\\̮bd~a\-0\\(]\b\cvbcڪbtcKOb?l_wǨ]Ũ/b\n`\zoaԃ 1Z\\g\0:\Xn9F\7\\\\\\\J\\c m1#,c*AbLG]}KKMuUc\\l\\\\\\!aʜ\\\\n1\\n09ӯ1`)a[e0GZ1Λ1\]\ ;9c/\%\ \M}9ǜ칅9߂99=vs\n;\La\\.Z\^]\ >c.݇c\b%qU\\SK\b1\G#\l \);׍\Ơt\10 \rA+Ơ 1^\\\s CrÐ\g0w1܏zC00\c%*\5\pbx\0RHF(cD1b\\r\\ \\b\"\D!\a\ \\\`v`.bc1\Wp\͘xL?Lm/&\6I\Ǥ&R1i#9L$\\V`\\0#\\7)3VĔ)\La08ʿGD\S\혧\Z+0\ SkSkԕ\Խ\oیi`^0/1MzLK*\*Ei}ƴmiyu0\\\tb(a(̛vL\\#\\\Y\b\}}yk\y \ \:p[\ =\ \\\ ebüR0~\0O\0cc/\\0\`&1MI\\\\dfm f\nUZ;zZ\ru9\LV)f\\\0y\r\4v#}\V5UMU\j<\n\j:\ZauTc:o;aw\c\rձ>X\;I\\Z\d\\vk\Xݵ8}4=*c2\ \\Z$[\[[\j}\m4}\\Z׆m\+¶b\\RmKZA\؎\l\\}\·\.\{l\\bMb{w\`\:\¾ `\\\\Ya|_cvCN\ؑ\\\5\\'ر8\X\r\\Hq+KT#v\Nv\\r\\"aZ~\~}׀\\\\\M`g}\I\o`8b\8\x{\|vp\0`2]\`ҰM}\\'Gc-oɘ+\6\dqʞU8\tܖ\Z\V\E\\\\p\.)\oR\\\vqj9Zf?N\\!^N\\\ \i\v\\\\\r\\|\Ƿ\vR\\v`q&Πg003ۍ3\c\?bqBi|\, \,i3Μb3O<3\5\Y\\\|\(\n8$mգ8\\8m2\6 ۫e\;g\O\Ҍs\\z;\x\w%\0\t+\Zw\n\,\s\\I\8\s \on?\,\ɒw8_e\\\\8cW\r\\_\G\\\]hػ , ^\\]\\rwyWT\A/\ j8\+jPN\q0F?qP@>\!>2p\}\q\[x\P\\Nh\p\8\uW~:\0#H_\gpd\\'8rE\G9ꋣ\\hή8\m\\Ǹ3cU\\n8\@%\'8z\\.8\8q\'yJ>pa[4q\)pn\\Dr.r U\\=RMͭ\\U\\\m\ŧ\lp p w\\*\N*\j\q\aʝt\\n\\u.#\\\.\\\\\O\\=q{A[p\\\A\>\\\v\}\\\\ `b W\\ր+\\ggq\Vp\\1\=\{zW\=\Yz \\"\uW_k\s\x\y\\\ ǵ\Zpmvp\\{\g\\gg\\z\\\W~\^͛/\\Zۿ\n\}\\\<\\\o\\07{7)7\w\Z7\q7\\\rG\\o\FVq\=\p\!YO^,\T|=\\7޷\fиY\SY\)\\sy܏Is\\\H\ϔQ\ߺ2܆\nnu3\\CmL\il\mG\r]W\\\\\\\/*S-\[[\Y\«\U\\jx}X\^c\Zהy\)p\\,\uV\;bzz9x}X^?+\rop7\n;7FH\ \SxE:~׾l\\~>-\\L=\V\\v\~\WwH5;/\\;d\\[GvJN\geǐ{n^\'n\}^\\rxߚ/x\Y)3w\϶=\ik\L\\Z\\k^Ÿw \/\AV I>zr\\"p\\\x`c(1\C\r}xOB\\*pg qQ lǣRSf3<:\0\*m\c\rx\T2 O\;\'\W񔃗\<\\<Ւ\\\\rxr<\<#gM\\\N\l\c<\ϋ\ \x\kx\"/z\+\K\]\\\\6|,>\J\ϥ\#\Sy+7\W\ Z|\0>!>\O>q,>%|r\"8O᯹h\\\\\9E\O\o\o!\\sX\\Z&>>>\\$^ _8k2\\_엍/a7\\|\ez\n\-|\Z\_\`s]\\\c\\\]͏-\\\\L\\\1|<|wz>w[3h\~\,\p\\\?\\\\Q\\?OOI\O\\>_\_ \\\\\\\Z>ώ4\H*?\\d\\rsu[i\B\Q\W僋\z\m ~QG\tKPF\\&(?Gج_I\pRpݷ=*a{ \\\CPM#9Tj^A!A3bޟ=\J\ L\'\t/v\\Z~s9a[=B@\$\F\!X5hl6y\C {{2Y}\6\r?\"#8~ \'Q&A#\G\"{ G߸y^cL6\\Zݹp\6p<1 Mh8K,\\"x݈$x=3!x\UIw \%`S0\\ \\Ww ߈ g~q?)v\\pnxpzp+\upQFp\Z!D\\BB\0iK\0`s\n1\! իȷk/[N%\\\' k^b@ryJ ]#:, d<yKv \ lH \%p\#\h Q%AbMT\&D\#DoQ\+vܩ&\\)9OaGڙNK^\"\{+\\<2!%3!~p]őp2\\\\-p\V^ !\\\n!=\-!N\4 d&-\١;˟ w1s=\\B~L(\|n{C(.\E(5F(\\dі\nRȾP\YOx2\Nx\Zut(\>PJ+i\'[@\K#\z\"_\܇y\\Z\B\w\\\\\GE \GXZ#,\&\\6@2\"D=`|\9MQi>q\\c\-Dg\\m\\\H+\m<8QQdB\\ j\\A\4F\ w\r\\rJ{\D \\0\\ɘ˗I\@n\"ZG\\thljh}fh\\'\ZmSv-\{!\\\\r}\.o\U\c_2\#OtiHt\Kt\{Ety@tHt?G<\ C<-x\1\u rѳ՗\\} $\8\\\,A\\.%a\\\E\ \/\'^TGU∁D\0c\0A:D\4\\"$\ d\"\\Ypʘ$uh\ḎD\\\<H\\"R\;\"\tHkw\"2\m\!:\\$\rglDN\"[\N\vy%\Q\'!҈ijĴ [\\.o\;oۺ3b&e\xkC\\7\'\\#\wsb^n%1\n1 X.\"\<\'>xO,~X\RM,$V޽L||\0C\%֘7)!\\Zш\Ć⋼Dbl,`eb˽Xbk\KbF#\ ؉\\'h#;J\fz=*=vψ=/}iaľ%4#ۜ8gq(:8+q$\E\G\c\G\87q\"h?q\G\|\h|\BHHƓN>$q\'P ]P#[%zL\nF\nVL\n\]L|ݒ\{TqjTX%=\TE\IzOzJS$U[=$\l\$\,&=\>Mz\@%=?\#ɹ\\yO!+Gj^ZeVI!V:=N\`q;\\.\nA\\Z\"\zLH}i\rWR-Կ@\Z\$\r%\rm]\'\r\\N\Z>r4݊|<ŋ\} \;C>9\F}}d\OP\Ƿȧ{w\l{@> \ EZN 89p¡\ M\KGȗo+\\\ rp_\\T2\S 1!\:24i }C!\c\؇d\))1\NF\ ި\U\\zdL9r02*Lf#Fd\P-}?QGfY)dVH85iL\\\-\d\|8C\\kdi\oʚ\/9\\r9\|%DRDvBY\'\jg.\Dk\"\' )Ԑ %\Βo/%g\\O$g3w3\䬮d\`r\\%rȔS G\YL\\\y0r^9\<9\4\/rIQEʎA:C~49iVZޙ(\\ۆ!\yOW|\'7Lˑ!7fG\\Mh>\ܬ`In\D[\ޑ[/\%f\ɭ+\\*\\E\o\*K\\\"\\W~\׽ \.`5M\\'r6\sg\߾J\\'n%Ƀf\Z\(\\\RmT\?\n#PA\i? s\ \\Z\.&bLI1wPL\\Q̻:(߼(V-k7\6\\\6\fA\rt؍n\SR\~@9\0.\F9,r\K\\h\7\\\'\c{c\1\\[ \/<\C&\yq\\\F9ir\\d\C/f\[\E9{rq\\\0\\*\7 \ݡ\Pp(\&s%Eʥ\"J`EJ\!\n%\%X^j@PG(0v(>:JA}\k\\\\n=X\k)\ \n\\0XlL!s)J\\nU@fR\wS(̗֕N\ny\nt3/\(\&lE\\n\\(a %b% \\_J\8%\7%6jw\%d谛8$הSRe()]kk)\U{*OJ*ظSp\T3T%\3 U%ϐ\\g\_jj>NT\TM\TT݆cT\&U\tU/\#U/)u\'%\\5\U\\\\TӘj:>L5{M5o8L\C\\L\\dA,9M\ljӎj}7j}j ږ8S\,QQ\,\DR{P]~n?^Cu\6`\T\u\z\R\SzZdM=z \O0^P@@٠^\n̥^B[y\l\\\t*Dk\n}\GE%Q\G\T\\'e*j:\b.S؇x/B%\ZQ\^1:JҊdvs*\s(~b:JKP#AT\"\APP2\\nGB*V|B?TJ\TIw(5ʋ\ZzN\rO}K\rI\roH+FWSc{q`j\A25‰rJMݩOM\RӞRo4SoR3\S\\Y*\¨w3洞g_TQX\\`jI.j\wCj^ F-\mZVvS\\\>\S\>}B}ʐ\YjmC=#6/\Pjܩ\\7m\>ckҙ\{\_dM0<\]_S=\ԑ\ԑz\ZuN=:=u|1:@~Eh~kPg3\9\L\%\>\Z\m\É:WLGܡ6u.q\QǩkwP׆\R\#\S\"\?c\gip4YSM^H\gbi)4\'4o\\\㴭r\jirBjB!M\y\'Msl\|E\k~D\\\D38\A3\0\h0;͐fH\yь\Zv\L\it \|s*m\5E\\Z\\4\e4\\W4\\4Ek\\?\nƘfϭ v\\\`.\}\@\I#\w\t\\YÊ\RHs\rNsZ\_٠\yJ;\\:Cy!Kh\\34o&vr\(\\L.\G\DY\|,\|h)\\ک+\^3:ڙ (\\\\J/bZ\ck\ߴkJii\h\_\n\\`V\n\O\:IKW\0\2\\2)h},-{cvg\ZN-\=TG\ \1\C\\\n6li[‰W\fZv/Zq\nDV\\Jh_\\\io7\{CҚ=?AnI=s=ü={E\ʥ=W|Ek\\Z\\ az/ae\!\\o5m5Ok\r伡\:HZ\T\n\e\\+Uګik\Z\>>+ܚ\](G{C:D\\\O\9\E\}}\wJ\+L{{.F{glK{w\\.|\3m@ߒ6~6F\\\K\i\+\h\'Y\ϿhX\h{RitKi}}~Ia6XK\H\&lЦ\McҾA\h\\4\w\\\l\\\"6[,O\}A\~]\2\~\\-=9J[j}I[>\B[yYhkuz\ș\D\h{L\Xh\}u˕i\+t%j\JQ:}+\ D\\4D\\_G\hEט\5\l\Z \ 56Lז\*\u{\\'\\ tCS\\,hk+˶ۣneOB\\ZGL[~\m\\\T#]\8ݮ7n7J[\G\+I\\\0\2^\u\G\\Atw~({N\=)w\}tύi\N\dLe\\}۰t\?\\OKE3\=\\ t&ݿHP\\M뢟\\d\\\3\ͨ{+\\O\/);\/%\\/\Z\\\ӃS\y\A\t\+:N#7\ѡ^tLP 3x\K\>oD:\7/\N~\Z\t\U:\?q-(Ρ\9\\tc}pAgW\Ņt\\aT).\Lӥ-9hz\\z($= nrζ_\_I_\\\\?=\',\',\\\{\ӯ\iA6=\"===e=\W\r\N=\f[\r߽}wp\'=O\q\\\\\\ \\E>ҡ(\d?z\\'\\\\\_o3\nNjm\jt&\L<٩i3I=u\nGo8Eoj\_\\\_p\/\\\\\\[\\\-\\Vjz?\\Nz.se\UF\?O\6\׬\\_\\r\f0akNw,A>\ m\6/;~\\\\ǝ\\\'\\7\\\'\\\\\P\}^vG\n}|Ӕ\\B_Q\\W\\\\W\W\\W\^5\n}\h\zSJ\Xf\x#2\n \} \w;r\\n\\n-R\bIRbC9\+cs\"cM?c\2c\5e܅y\Ш\\Leh3t6\1v_g\\\\ 1 F/3 H\Eiv\l!cWòc|êna}}aúc3whwÂa%þ+áu c\\~\r\\04q\S\! G\^\4Ƒ\$\QJ\\HKƱk W8\:\\G2|<2|}\13Ζ1 䯌KɌ+&\ی=sAƹ<\ҹ%F\\\(#\>\\JP\\\0 3Q ؂\3`\\(\S T;9\~\g_\=d\?3NQ|A\f\V1\\4\=.`0>1sGl\- N#\,C3c\\(Ƥ\3F~en\\\f\Tߕ\\`gjT15\fj\\Ǚ:\\\\\<&c\0]\_LoD \;\N{\<\fx>˜>K\Lߒ\\\\\g\Lӿ*®\ l\?\$\\OL@3 ij`n\"DŽJpoe&3%\\\fH\yf(\3;8s`̼\";̌Όy{3̌=d\e\U\3\\q;]}\$\,f93\\of\m&z7\\rs\\\\[̌\\\N\rf6]\\N<ͼ\\by\ fT.N\r\-ШY8\̼1\^g>X g\\3K`\̒rfɌ-\Wf{1R\\nr)11Y\\ʬ\[gV\f1މ`\\Ù5?5G\\Jϝ\\\h\&o\"\eYv\'3M\/ݸ\Nrgv\'1_mQbv^cvA]Y\ef\Kb_\\OncV̱*\o8\L9/a1L\12_0^̿#\1\c(kS-K;%wK\\Z{MV^R\\\Rbim$,m2󧏥\\ڑ\\Ua驯X\X;\IJ\f\ϱL\\<,\B&\\هe\\dY\\'LXV b\!u\\,;(\^D־U\X \\֓,\/YGV\N\XǰYǾ\\R+Y\\Y\ì\\,\ \ \7t\ߒ\:G3aL.&gಂ;Y7e.JX\0S]\ x6\f\,\\\ts:\B\Z\ wY*\\"\ճ\޲\\19ÊEE]\bqY\a,V\A{;Ź\\x;\,\v\0%tmb Y\"K\4\nteE \"wڰYWYW5ŬI\XѵlVwŊ;\Jֳw|`%\hR RY\\6X׺cXi[Xi\*٬[ڬ\\'%ÙL^V֎V3+~#\rmHV^6`\+\zqUlN`ֲJ.γ\丬2\nUn\\zؑ\z\Ī8Ȫxd\z$Uuͪ Y\7j\rYf\{BVKB\p7\r5\jcuDmaug\O.zY=\'Y=\&\\\r\;b?߀\ꯖk\YCvyì\6\\wֈ\N\ȡd֨F\nkW\C\\"kބEF\_/k5QYǚXA4\\XS\Yo]m\\R\\i\\C\\U\O\5֜\y\ǜa\~Ö \c2\\6\c\r\\G\'\ϱ\S\o\1`O\Q\\>w6\\Zϻ\}\_A\_Ir셳7\ 쥑액0_eS\c\\r\\ Y##ˑi\lJO\\e\r\Q8\\jG!P{|\6GR\\\\l5\\n\l}\l{0\\n\َ|Q\as4\8Z~q\st\\b78z?Z9679\`Tg\'\1f\8f9!:+7g\'c]\X?0\\\0?sl\\q\4g8v g\g?\\\\wC\\\#\E\Z\`/ǹЃ\R\\qy\q\l\ad9ne9\\9\'\9N/-w\u\9\iY\K%笧\r\l \\Č\\S\#8pOs\\Z9\N@o/\RP=\RL\'\\\\<\\0Ɂɐ8G\8\\\'[!\yqȖ2*\P\sWW8\uWM5C\0i\MsO\C\-\9\c_9eW*GD7戾\sBgp¤j\O8g8[\t2\'G3\'!Džx\I\>㤍s97-879\8\Nz>(\\(z\\N\ʹ1\\\\\\pr\Zq_9\n8U\'8\O9E\\\\41S(\\勜Dz\9\o9\\',95\:1N#yq%\Oņ\iB8-ɏ9-7z8-\\VGNk\r8\i+}\i[\t9b9\n\8/9\\9]͖noΛLΛ_#^ӛZ\\~\\3\y k㼍\伣p\^r\osr=8CӜ\X\+_8 \8c\\!!\s\\\GOY\\g\9 8\g\9\ e΄53y:[\r\\OoI\\\zʙ\\\\͙=ę\\̲_S-8 oq\s\9K_\sV,sVNpV9P\\\\n\\[հ35Ά9p)+A\\ެ\\\ĕ_\ʍR|IWٿ<9\\\U\s \-ܭ \\NB\W8W\Վ\\8ru\\p\s\rBVF\rv\\\XIB%\<ĵ\\Z\\\\%qmev\_{)r~r\pE>krBXM\CùUkHo\\#ܣ&s^.\\\Mo \\ \={\?\q\C\qi.\\*\'^\zxp=͹I\\\?\\o-9\\\D\\ړ\\\\\'?q\zr6qq\Z\\Xm\\r=g2\=׸\=/P\^\^\\\\GFp\\n?`\[\\\x \cи8. \\\\\l\_.\a.]Q.\ǥS\pl/. &\),\r/ F-^\0W8\\Q\ͮq\ydD;+\J_irC\\\\ \0#7\$7rĽBs\^\^} #\\\(\'rc\Ǹq?\qs?\s\ 9nrsn\nʸ=\Z>{mʽt{\Ͻ\ȽՐ̽g½\\f_\fڸ\rYVmܬ\\\\ %n\\!n\P7OΒ[^\-<\'\-\[\\gsm\4neF[)\}\>\r\>1\>3Z\>s\>W\Z\6!r[1e\\B\\G\\[r_r?s\\\s{κp{\`y\\]gw\';b\\m\w\?\}\\`\\DL\~\\^+\!\x\E\\\7wj݈s73[a#w{;\Lgq۹qW\|f9w\Zwac\'_\'\ҳ=\\sܿ\ZOy(\ڡ\Zw m\\(\/\/O\x Of\o\W|AB\\+e\6t\'o[vo[{2O\O\t\\\\\u>\l ]y\\J_\\e^g/\K\L\ZRn/OnD\\h~Ļ5w;2/\\/\:/?\ˊ\\\*;;Kxw\\\=\\k\\|\\;yw~wo xw \+\=H<\+\U^\U>\{\<Ϋr«z\{z0\~^5W\WÈ\ժ\D\Z^\=\bi׬ע\k\$\0yL\n\\\\\0yoH\h^o\_H\\r\\ry\[y1Wx\yc\/\Zx_\xߣKx3ɏyƓx?2輟\/\ޯo2ޢ\s\\\\_8w\\\z&o \/\\TST\"S\4_.Ć/Ϯ\+x eOe`ʷ\-l[\"[\\'[[\\\~\o{\\W\\䫷*55=;;uw\z|}\6ao\S77\f\;\jdq o\|\\"\Z·T-/\\7\F|O<\\Xo[roķo7\S\\-mF<\\A\d!1X\-\i\+&\\n\\\w\?\?\ō\ܐ\?v\"y\\>\٬\?up\5\\\3\|$?\0\\\\?\'\?\'>>\6\\y\\#|@\Y>\·~aO\\ZC|\$\\\}=\\\ǟO\\36>NO)T|ZKwKFe\r?!$a\2\=_\\\?\j$/\kr\\_:N~\21~ü\Z\~~\:\\"\oY7\iDۇ7_˾\\\\\\w\\\\\w\/\+Y\L\!spp0\'a@ٝ\\|?Ꮕ\\>ʟH\\L򿎻53S?\n\\\\\z\_C\\o++CB\ZBF௽ȕ^ȕA4\X@]}3@iX\n43 \MZ.w\\'킝%\? @mB\\\`\)0wFrF\R%[`D`\\ ̇قݡV\o{6\}p>J`\ {N\u\\_z+p\O8 \~\ws\Y\%8\\Z/p\2(p\G:.B\`G\N-\Ix,^୺,89()T=i$\YF\\2\"Dy.\O  \\0\(\0\\ fU\0=$x2R\xA\0z \3\O\0,\'% :TW, ^NP_:\n\s᳀U\\"` 8-\Hg[W *@ G\\N(@\m\"\t\{U\.\D \\=K\ Ċ8 \N FCI|BHX$fn~\Ϟ R\!\_\\gy?/\nn\\\\\[NA\Z t |\\\$ANP k\n\A^\1A>v\f\K`$(\}ܷ\ɿyf Je\\\n뷂\\n\Q@a\nLT\n$ճ\N^\Z\\s\OY&:\\Мp@\?|8/|\Q\co&>ɣ\\-Fogv\n\\ns \߂NL\0]0-\Tz f\>b@Bh`፫`\\_\_,%\&A\nPo\\S\\`P\\}\VY\\\\\4\\P\\[\\\~\Q\vX\\)\.j uB\'\ \\iBFK\\\CB\KyBc\B\\\ Hh 4שמ\28*\Uo%\0 -} Bvតֻo\nSIB\6Nh]hwZWhwFH(O\:xB\\\}tSgdeΟ:^\#t\N\'N6B2йH,ty ]\yB7W\sx\ɞBB\?=_\?X\nV./\ ^^\R\'f ݅A. \\`VBP\m!.PBUnawBػGB\BW$\nQ\\BTP\/\\ \r_؏}B\\.Iz-\\'V\n _$\ !i!$\\"dB\LH~RO Y.!++\\\M&\)\nBaP\n/ Cf=aaJ\n\HxuQ!ɫ\\v \\n\/ S}ׅig\Z\7O ;U ob7s o\\f\f\\\n\:\3;a\IyaNj0OFFO\\\6\\KZ 뫅\\\\"\.a\\ \\Ea팰-DX%jV kb\gog+a}m\V|W\地i幡Ê\"\x$\/K}/ _;_v?\ {v\ {\o- I.L\XC8$%:?:m~\~F\pl\R8\Z _\-r\$\"ڑ(\\*(ppvɊw\ipp\p\\+/}*ݭ$rQ,\\HM~#\\E\׿ }=*\Ԗ\"R85.RP0NxH1%VX1\'R:)R¶ʓDJ߶~mm5\0;ߞmO5T\>t_E:\"|hǎsȀ\=Z뉌{~L;̯͉v\r\Z,lj,-\"\Nŝ\"+;]UHd[d\rl|D6,mXd,\;Kdo4.YdhC\@e\\\P\\\\}Êˢè\\i\ѡ\0s?\1Ɉ\Uy\5&R\\\&r\Պ<@\"\s\բcY\"\f\?\o\>\u\l\_H\\MtNJt|Ct\\\CQ,J\\-\n~\]\Q].ȊE@rfdGk\ZD`/\.*/\]\"\9R.S̿*BGDT\\ᔫ\D\&%=CD\.\\؛\\E\6W%E\FD\\"H\C\΁\"\d\UeX%z5PSzK\)J J%WR.NR/REiOEi?zE73onV-n>ݶ6meEwʈ\l\4\\n\\_\\/\rT;J\R\WQK;f\n\\vQE^T1@T\\\eѓ\EO.\=\|Z!\D\^Du1\2?$yQӢEOԢ_&j]:\"\P<&\,\ \^^PE~w^\rD\nD=E}w\)Ȉ>\6%Fb$S\\\羋>>\}!\\͡hݒh\\1\%}\}i}+< NqE)ٿ\4\\Wk_*\n_GzD&\D˶OD+*\\\kG>\\VՅv\ZܜhmH Z6&Zg&\\.޴lP\\m\\sX\}XL PD\w߃\IbM/fYX+Xu,\.4먿\\\zb\(Zl.6MMcŦEb3{%!b\NŋU\Un%w\+xOAئPFl33(M\\t\U-\ŵ\nR\~b\\x\K\uw\\͋?y+v\n\#vS|`\E3$J\Y\f*v[֧O얈=vˋ=\^nb\\\ްb\hI\W\\\SDfS\>]\ \s\\\^šq\\q\8(\8G 8{U Dƅb/T\P\\\Z?+t\:asnb\fE%F+\GĘi\\"\\rĉ A\\M1(&++\\b\\y1\q1Ͳ]L\}+k.~\\@k1W1\sO]\\j>6۾X\. Ž\b-q-^\敋öő{\Q\\W\\W\q_\\Z\\ MHqR8\\S\Y\'5\i\r\>߲\[\z3\+\6sg\{~sFNs\st\yqQ\z^\\|\[\\\\9(.&Kω+ߊ> b\\5\/\gԛ\:q}\7q5\Bq\eUܴb/n\ \c\mL\qs#PGܑ w_s~{[\}Φⷼ{\Wߖ\\CMg\C}\\L\\'\\\"\!\\nDْ+\:,\)\\pO(>$rVxflV<{&K<*]\"&k}!kg\]Ŀ\6J\ +\\?qix9\'PW\\+^\So\\&8I6I䯜(\\(Q$*V\/9G$[C\%\~ܓl \\-ѾrI8W\wOcUs\"љɔ\\)\\JP};D%1xaQ5Obf\h\Sb4.1ђc{%\B\䝅\d\[bGb8,\5}Vba\.\mX\\h\%6 ͻ\[3 \\\M\^u/\\\URb\\_\\0KrdjF\l}F\Z$qH_ x\Z`$\\%>\\,\u\\T\덑\T\u\119\DI)\^\\ג \ݒ \?% ${\K\\\H.H\0ƉЎ?+\'A)`2_J| n %d\' e.\\.7p%nX\ֿ]v+a>p\HrQ^\D\0\0ID y-ԄID7$\U\\$dO\+螕\\i\rDm\\<\DH\G%qubI$yG$u~\ڋ\\_ $7F%\I\\nI$SrgAMK \.왔89H\nK\n\I\n%F$\%l$ŲIgIY+ER<%76I\I\\'${\$y0Ic\Ic\\\%ɋⳒ3O%M\ZwIӜY%#i+iS59B%\~\'$/\K^}t\'VH\lz#\)\"\)闼(pcH\'% !%d84F2h!\T$gT2&|!|||)|5|$v.o*\~h\wdFd\d\mdV\d\\n\\xɏÒx\_;e$z?Y\bd 8/YJ\I%$\\H֔~I֎VK֮J־$kS.%cRi\M\RYATT\TTItuTc-UiLn\\&U\ǔ\"\\J5Z\o:T{T/IW/{NQTât\$2Skǀ\r\\y\n9\Ut\$.Ԧp\\j= uaJK\\I|\̒r:bG\cS\c\\rRnۀx\鉕\R\\FW{\\dV\wRzʠJzGzL\M\\Iϗ\\K/ {K/ٖJ/5\\J\0{)\cJ\nB5KA\3RXƠn~V\ \Of\/E? b\Rl\HJPt\RluPJQ*%RjjL)s\C\Ҭ,ä\\ͅ\0<\*QFI\"YDf!Q\{\GeSv %\n!H\\\\0\~5R1\\\00ڏ\q\0n$0\0Bd@b\\n\\\\\\0_\Z\0\"4=5@\\"@\\ǀ\"P\nP\,\n(\\\r(\(\\3\r\0JVJMg@\T7:v:\>(\\b0\ic !\L\^F:N\\'|@g\Z\0\2E\0\;x{u\'\-F\\$\o\a\\NG\S\3@o\\\\\3 T\TMT \\\_\0\f[c\v}jujmw8\\p9ԃӁz/;\0\ZvvFK%@\Y\\c/@\\CO\n\@w#\Nm@C{\.\ΨxБ\<ct\\\0YS@w\cG\c\c3o\]g\\\5IйM\ہ籯\Z/6^l\؟ \ [ \+\N/\/`S:0\\o`\0c,\d nf^k>^}\ \\܀ \0`\"\>cI\?\)0e L[\L\ L\\\(\ \03\\\[o\n;ٯ\s^oW2ywl\0P(l\0z\\0A\s\X CO\\E \ \r­lk@xx\\"A\r@T^M⭽D-K 0H\r$b\g@*h :Ȋk@\% \nrm\\/)\&\@@:)P| \\%nt\&L(;:oh\n|p\nX\+d3?K5\G\jϣZړD\co!\E\\}F\\́O\k{\¹\\pf\\ g\'`+\r\u\K <\H`\'\%s\9`W\Zkp{<{\f\g\I\G\\\9\\0)E\Z%9\pd\'p\u\\\R\7p-k\g\T\\p\\y\788\N|\~\h\:N=oXZN\gn^{ ?#\ | 끿z܀\?!*- 5K{\ڿ\ \X\2\_hC\eIC2\\D\9\\v \\0R3R\Uw\y\ xzI\V\>9\x\nҌ\iR@\A:>n\\ ڡo\\n\u`dXd\\Ø \\X\Dɩ\ )\\_$ho>\wоu\0\|AA\Z\\7pP\r$\|\\Ѕg\Aa\\@ᛋA\ P\)(\\r\\VPE j\\\0%Ԁ7\AI\W@)0Pʵ\%P`\n\0J=z\rtc,(3(\1(/\Zɉ\|\8o\\\\Y\-\0\Y s+\j\ >gA\@5aa@؂^n/r@D\ h]A\a\0]\0I s\CABa(#$ $6P\0\6s@r\S\r*(oV:\nAŧJ鑠2D \Z5\aK\#`?\OPm\)P-OԈ\\rz\|\z\nz!([j_+un2D\@\YzP\\snh\4`\l|l\Z\Z \ +O{f&\nA\\``q{+\\\\Vw\\/`[\nmض\\.||\=qgBÕBC \81\0>iH;mO a`\\`7\[{\2\\;\\2̍`X\\\R\\5\K*> Ϻ\̂\'AY\ \^p\h\n8\} 84o\/UGz\0\ςcN׀c\Xo*8\F\'Z\0\'~_kf>Sid\4QC~\\n8J|8?\m\\\\,8|w~+.VB08 \^Cg\|\nQGQ\3`\}F\;s0\Z,\&[\`g\Z\\2`\=`:\Z\ت\\\0s̭\\``AX\i\0-%\jn\{\[<nH:l\ e\\[\*\\y\G_<Tph\0\\|\\\HWǶ!\\8i$T\0nxn: \0?ف`p3\0\T\\rn\k\0\RQ\0w<w\@Z:A\\Io5\?x\[\\Oʑ\>x\nO\WX\\<\z\xd3<-`m\\.\kx\\C _Or.\'_lOzg\\\Y\9\x\:\/\i߀ך!\ޏBL$Ey\"XŃ?\ \0i Qٜl\QcMC }\'/A\\`\\w\;M2D;DDZ˼\[?\3\< \wɄ\\C \u V {\\AL\ {CL\-Bm? 1GC,^\\0XGAϸC6=9Z= nQ\$)AlC- }\\x\ȉGg!\j!n{\\Z{=\#|\0C\tA\LtBl ^\\"Fa@|3!H\\H\^2$\ \)\\2\\JC.DI!_k \?C@;-!qkF0H•k%9\Zzȵy\uq\uHZ\6ȍ !\\\n C2 r 7\!Y\ Y3슭\qHNk8\v\v?rg;\n\\\-y\ۦ\C\0N@ @\`ڲlA;`e\\s\!xC#\(Tl!7@\nKA,Ly\Ah t\!\Or\j~ a\A\  \\\A8 *D^f \"\Z42\"\"3 y\\# =\!ED1\\dRRfy\Xy\6\lԼ\\#!\r>\ \n\\ix\nҔV yRI\XAZW!\@Z;\@^\\'A^{ ]\HW/.\an|jS| \գ@z}4 OA!>\\H_\\2\U \2ԑNo|9/L\n=!ߓ ?: ?B.@f~\C暝 s\"\O\MMy[m\\\"\ ;y/\wmȟᓐ\鐿q?r \! >d\\\nTq\/\Ju\F\TP U[O\y\-\G@\kc\\Z\Pm-$T\A\Qn\ \1T_\\"tit盫\]HAb \5\59pwBAM<\辣\\\9-jэ8~z\=\!\\! \=jEpZ\sGlУP\-P\oP\\ Pd豟iP;7P;\ \~7\a\!, \\ u:U:o>uֺu=\nuvƻC]\\AOu\a u\zn|T#Bϰޱ\'\PCP?.\W;@dnА%\s\=\s\Cô@\A/]J^(\\wh\-4!MM~z]z4?M.~rCoj@3R\[Л\'bY[j.\\\y ;8 iAA\Pp\nIj\Aa\\lb\ +PB\(\\ \ZԷ:P\.32\\t?@(\߀r<\\PI*ԫ\nr\Ox*\r*Q*JnhAoiP9z.ȴZ\Z\-}m\r}Z\\C2hUZ+ Z=\`u\\LjF\\5ɖ\\\'\\\'\&\\s\Fm\B\0m\\>v@\@[|\Z-\\\Vy\r4\:ں\4\\\rm=}9\}}X\8\\r}gLJ\_d\~ ~j\n{\r<:b܂c\ow@G#\q\\:\Zh\r6.ce\X 5\1tb:y\rXBgbB\\\rBzB\Ce@f=+\ \Z]tc\t\[ [wlcl#si\\'J\^\\C\+\0\\\0m/`jϘ0\qؖd0lK)\L=UN ӹ\U\?\(\1>3+a{m\!a&\n0\۪}s\0\a\G)065\\a\ \`\,\\,vh%vXb܇Y\'s0\\a7ra\'\\;SaN\oa.`^\\$\|y^\aAs\߰`x=\Z5;vA\4 \\"k\'aтM`16 X,+\U`qXX\yXCX(#W`I$n ,\ \\Ye\\a7eʰ氬 \n4,;B\rY g\࿜`G-G!\a\.0\< g\\e*\\a\a0\?% FVqn\9\a\9%F\\clc\\\ZWƤj\X\`\\{0ws׸\r\Żx\0Fc`\s0r/Lu&IF00iuL\L拆ɿ\S^\\K\\;}؇\\n\\Fa\a\n7eXէ\Z\.X]\1\0\\r\5\Nš R\3n\ss\~6\\\S}~\\\n\,}޾s6|\lT\'l\_8l|\O\\ l267\0!¦w\f\\`3\j\\lN\s\r`zq\ZxV\r\0\i\\;Oؿ\Zyl\X\w _?W\l\D\ \r\\\s\n\\\k9 \5+\[\w\ޅ\\nn\746$<\\ໃl\{\\*\\l\k=?7\\r7\S\\X\\r\\\\\_\̂~\=\?\Z?V\k \\pG|\S\9{\ܽ\v\\ n\}dNϾ\:w\A/<B1~X2\0\v\r<,\ \<\@&ʂj\ x\aw\\z?\)\%4<\o\˅g\ug^\\0\fK\\\sZ\wx\+<\c\\T8\/\Oa!\\ 8c\\\$8v\G߃\p8N:xFp\\0Nj3M\02\\& \p\9\0؅\\\\\,c\\\ k\g ll\\Z\\9\ŋv:\W^y\Zt^\8!^\\DX7\19\no9\\\\Z\\f\/W\]\\\O\8\oʊ\o\\\ \߉*\\\=\?\,\u.<|\(|؁G~^~섏\>|\Z\v\>*|\IT\'|Z|f8>z>{p>Z\\\\\ \p\jyXwtP\PG(:F(\/\!\\qBlh\KAn\"\0\\\\Zl\'&\1Bl{Ѓ\l\\| @\L!¢z\!v|B\!v5\# Xnq=\xB\'\00C\|0A؏0_~p!ȶ ,mH\jI\ZQ#O \#6W#DX\\Dmĉ\\\r\\\'K\'i)\)gkN\n\t;\y\q\8Bx\ov\o\\#m*D\a.\"\ID\uDP\DpX\"D#q.\@\BN\ .ToE\\\D\\Ba^\0\0V?BĜC\\X#C\\IE\E\ \\fD\.D\\iDe\nqݧ\Zg%H\#\\ \qDFq\\n\"L\rq\=\&\\\ru7q\\<\"\\F\Y_B\\\y#EwS\Zw)`|x\Gf#\UP\n6q*:t?E\ZD_E8\\~m\]<\\`2#X\ȿN\?n9Q\7\ZBHFHK!\*{\K:\\IBg.\D\\ZQm(~=(h#J~!J!pDY&<\0Q^xXp\nQy񘨈x\\v\drTy\x\r\X \\HG4~E4\#~; eψf\|/\x\\0m@tl@tߩEt\%goI:\=\!zJ\=0\ć\O\{0\g\/e\P1YB @(\+)qĸ\/\x\ڏ1=\E\>A\]G\Gu#\\>!~M#~;\"\\rB\\%\k_k\A\NC*KAn<\ՆT\EM @\\"\Uꫡȭǐڑ\{\1܌\D\\4LX4!k#,@&t,ҤEܻ4\>4o=<=< !D\D\\AZK6MHsHǭ\\- \\0\\\%骑<\\X<\'\\B@z!.#\bll\R22 !C42Ȫ\Zy~\\ny1\bV12\\F\+\\K\d\\cd~\g!_ ,9 czqs,d\\ \\\Td\y\\]\\3\dd\t62ug,25L9L+!\Gf\#o\Z\"Gf5^E\N2A\\ C\\vG歗\"Yא@FtD˜0\c$\3عDv H)$2\ f\\C\\Ր5$\t\߃$r\[ۑ\k\Hڞ$-\2cdԌ#\9o-H^\\'\rFlcP\f=R0y)\>A!Ep4R\\\"R\+FJ_B\!eIH/)d|p|xY\ \T\03,h@! Vi\\\xdQ YY\hEh \vN \\"rYUIU#\\\\\j`Y\bc\#\\#\А\rcRd\U&Y\-\\N\\]Ɛ\AȖ\\rȶ3\vc)}\%\\n\8Zg5 \\y\zEv+Boo\#\,#\W\\\!{\!\?\G}6\"nB~\G~;=X܏\OFl& \ga\\\Q\?-uȥ}zȥ?\rr\'o*rm\pKFTMOTLT\5\&Q[\`(\(\GQZ{!(7j\\\\=6(\\ Ԏ\\(ڋ5Q((\ݨ=!Q{P{\Q{PNԠ(3\\~{j?\Z\?e\\Zu\\0\\{M\u\'\Iկc#]s(k\(\XMԱ| \/ʶa+\\;u|\\DK \d\8ʹ\\\\d-\e\\0\^r\D\\pPF;Q^\VϺe\\-EK\P\\\T@\T\>KT\5TP\8*\\*\\ *4:\\n\BG,*lvuI<u%\0\" bPW3mPw\F\?ǡz\$߫0\uǨ\k9\WP7\_(2L\Q2\\\Q\\\\\XԝDKԝ\\_m j@\n(pMxֿEA_Dӯ\(䛛(ԡz\Z;\J((ʐ\0E5D1zx(6\1(@qQ\7(O\E C JQ\"\$J%\{&\Q\\\(i%J[\ @ݻԌz@/B\j:J\\@\&J7\(\\"ԣ\֨JT\2T\t0\>UPn\n@\lz\z\".C\_\\P\rhT\uƂxTc)y\\\\0-ն\^>\@uN::\ߠ^{C\\\܈\z \n\\\Z\g/\\#P\Q}.D\$\\V9\ \ZM[A?@M\0&ݭQQG\"\T\ Ԍ\]\Ouy\n\\\/\=_y2\\.Ԓ\\"jw>\_\/) fZ[pE+\\V\ިvUi+zIz,Z\H \\\Vod5\'\\ZhM.Z\ ֎BkC\\\b\0h\\\\;\9+^ G\L\E\RGħ\r޾B8<&\F\\\ݰr*\4\/1\rom&ޟ2>hmzދ\~>\FE&C;\\'\\'\'F\NQ\SQhKhW\\ӱRB?\J9\#>\ZB{ڣ}•ѾF.h _EE\;\n~8$iD[ډ\;]>`G_/\./,//f[Â\\6\K&\KtĬ?}9}}y\0%Vc\\_F_-My]S\D\\AM]i@\';\\\G\\\\ߎ\\շ\4ZtZE4:m\\8\Z΄}F\t*Aߤ/o>o؂\A\lށmG-2\@K\ZԜע\D4\rD\y\h\h\\b4*F՗ч1\1h\I4Y\G\ƚh\n\nMy悦û\,\{4\\\\\"4G\s͹\\SCmG \\'\\Rx\-*CK/\{ЅA\?^8Ԏ^LE/DF\?i,\ѿ/r\K\\\+\BF\G6FI)fi+fc\f\H>f[Q1\a\]1[ۺ1[\`4\0Zǣ0گM1:3$fGc^5F\f\\̮*̮\]\o\kӵx\>\5YE+\\\1s@Ѕ\c_>jډ9\\\X\k;ƦYc{c{cg2_9㠰\@\LŜ:\:qqqρbeI\,\Oc\,\ra\Zc01+Gl0!0kS\\G\n \waCjaX\\=ư\a\\\r]7*]\cU\\0Kjv\\v\6v4V\\V\r-\v{\75\\\cu\\\\;bwy\`w\\\Z<\n\\Zj`w\{>~Ě\`M>c.\\k\5{5\߈5\\=t\k뀵{\4֖\\\\\\>݃K\\oH\l\\ƞHHÞX)\:`X\\T#Au6vƺb\΄`\7(b=\rwcz۪?سNسسE06lP\lP=6x\rac/\c/$`\6b\Fa\\H*6r\{y]8r\yl\zl]׍n\\f_\$[l)6i{\769$\"6\C{#&6C.fZf\\h\\Z،\0\\p{\\67\\\\D:X{,Ў\{c![V\`,b\7i#¢?Ģaw%X\\\a,xKo\\"d;,w\`\6,\Yi\\`y\\ZX\WXVx\+Y\\\\b\?\>P_\>Y-;-[s\ecfLb\\>zSTLV\.c2\a\\jؚ\غbl]n{[{퀭}\ ɻ+\\\31tlӡ\0lU}6\j\E\-LlK\lK\\n\rރ\\܄}\}\?Q(\n-\\)\}\~\GacG\Jؑ\籣/\\ѿ&رs<\X-v\nfc\'v&\\0;P7c\)a\{ұ۞`\\\\b׊p\n\Bxn\\)qn\\Kh S]ũmD\\\\Oq\^\8\e8\S8\opZSqZ\t\\\\qQ],vG6\\3֝\\o\\v;\\\)\\=\\݊3M:ۧe\\37z3>;hw=;d>;\3;\\.;\g\\\=w\=\nw4g͸\`i\\>y\٭_˧\m\\\9&v\g5qN\FܩG8\i=\\}\p\Rpn\8w%{^,\3\w\AWU7\\ ί\\?p\2.f.\\\\%\=\1\Ev8.\Y!. _يԾw\ lC\\ %\sp tqI⮑Fp\pן q\\q)j޸Ժø+i\\gqY[{\\\rJ\Zp7\V\\08P!z3pH\Xr6\$=S\?㰌`.\Woß#n\}p\8؞#\‘>d\ȴ\Z\\G*q\8D\K\ñ8]\N(1ĉu8w8H\pd\X.8+q \\\J\r\S\U4k\*\*N㪵h\\*v\*\\c\\4ppO\\\[\\o\}\=M\k\=;u\kՄkµ\}\ŵρp/]jq*n\:\^W\^y\2S\u9\\\d\\?\}\}ܮ\5|\-z\&\ \g\o\`+7`&;⾤p#:0ܘl7\\+\[?nxqc\7]~v73)T\͆u\\?\'\*Rqqܪp~\qǸ?\ZpĎ?\Oq\i\V\W\kx\\\rx/\\Iī\U7^ë>lo\Wكߚ}א\k,\k\6\\^\R\r\9\\\\\uܼ:)VxL^\^\ \\n~\sxC<\xÎho֍7f=\\yk7 77i7f\Mkxӧ\x3\ތ׏\\\\[^\[qRa\x+\Gx\Mx\6W=?\:w0\;D\a\\'Y\O\U\O^\vN`;%)!\\&\\\w/\{H\{\}\1~_?\AA \Z\\D\7}9\LJO\/\k\\õN\\C\Z\\ZEH=Hk|\\ |T7JS4J\r/\\D+⯺l\_}\\"\\U wF 3ۗ\տ\Sx\\,w|  K>[m\\\Z\ϩ\o\\߆\\\\؈\\]\=\Z\3\\\=4ǃN,ࡵx\y\n\\O\#N\\x\C<:\\0s`\\0OXނ\'F\\I\\xR\87\\\G8d3I8l&\"~\'^~D8\"\j 6\: \T\6$\y\ c \#\'Ip\'\u#\\<\B\Q./I-\! \BP!\J~~ܟA}G0\F\\@B䛻\;+ W+ \|B,N=#\1q.\ڷ*\״ \L!Y@HR۟R?\\\4.!~+\\BΎaB؋󾃐\\F\@\\L\\0\\0\\Bp\0\ND\0\P\tӉ&\h.#>V\Z!I W(QeB@;@+K\_\W\ni2\\}^-ą Ȏ\"HxizAZKD(\#vrEn.\N\ ;Bi\?B\组2ur\V\C#9\!P$Tv #rBD\\ TO>\'\u\y,቉\IA\0\I/\\p3\"!0-m\ \\\W\կjB\,S\+\r2\\d2\\^\\\DBJHW! \8oF̦ #w9alw\n\\\ӄ\ׄi\e\_\'6\&*c\҉U+**D5\\D5^\ZeETߟDTg՟&j\ZKZkG\guCWD]ؓCVJ\˽E\\nLܵqqW\cAs\q\K\thz}\,\ \,J\\FܿO4\\\\D_=\Z<%\-R_z\\FK>#\M핖\\{\":Mt\n\SID\&\k\uk\\m}\ݯ\{\\q\qo?̿!\ѷx]\\\\?rݓ2I \숏\\n\Ċebw⑔XQ\LܖADvk\k\\:b\%A\H\Z\'>׽N|\\Al6] [Q\N\\\j\kM\vb\=-b\7Mb\\\Z{:&\[{\\ ~\%~zط#\经\W\ؿ2JlA0M%G\]\\ǧ \ɀ\\JqpsqLUiF;؈%%F!K[fKv=ĥgĥz\2Θ\NCD\\\"?FR8\CRX\')jPI\HJד\G$m8L\p@\xk*ixIU\IR;H\'\"mY\!34\|I\%j(\.6dB28$ \$$\\$\\$c5*\i iw\$\$d\ SH5$3{\l!Q\~\$$ \Oųaҁ\9\p\Gա\'#*\Q;\0\(\\\$k\zdt,\\dL$\\+\"/N:B@:y}tr\8\\>\)8\\:Hr.\\\$7m ɝ \\|>|\HA$\\\\\ɋx֟E\n\\!#\\&]\HubHa]\H\\HKqRd3)\\<))\BtՔFz̝0\E\\"U/I{\>\HKD\'\\Zp\\C\nL\\\ryH#餮xR\\\Yқ\7\r\HoWHoO\e4\%In\'}#}K$\%͑ko><&\rl@ܯd$\@6i\a4 $\rcHc\\Ict\׺V\Q3\My\\\~釧 i~GiiJZ\\EZ\\A@CM7NNV^7\\!\Z&RDd5Odd\&7ɺ\O\;\(dN2Y\\!\ܦL\ϓl&\.\"\n&\D:@pdTy\w-\UYm\\B6o\MxE>\\R%\K><\M>f\ V \"p옂 1K>@>EAv\\\!4Ȟ\d\\\\3\\\\~\7\\_\\0%rur*94|@-B&r 6w~<\"_I%\\\\Whc7GcU\ /\5\\\xor|\EN,LN\%_\\\\\\\\'7+\\}\\H9c !\@\\#\r \zDΎ%\j4Α\zf\{F P\MTMd\c2\\u2\m8䔐\M\d̉\d\\#K&y\\\\P2\r$\O&\E}d%2C\T2\\\) \\\d6&\@_d~%2L$ 6dI\^,y,$K\dٛcdތ|\%r. 9ș\\p\\bG.\'Ʌ*\\\JrI\\\G~\\\H\\0+{\U\\rMru e\p\L6ry_\Z\KrK-6In\\ T!<I~\F~\ #H~m3O~\O~C~gM~7si\\xN1\M1@1\?{bb\\\e\ \\K9\L9jI9jiK0XS(6^(6u\i\\km\;>\V\\PL8h>8NZPNJ\)N\r\\\u\w/)vS\\6I).&\(n0}{@\\\ ʙ)>\R|\$S|\(~S\\)g>R8J8%4Ȇ&ES\"\)\KȤyJd\\JJ7%ffr\0r5tr\(%\yʵ\\(ɐce3J:LIO܄NRrSn\\\\kRR\0(\nȦv5@l\(\]h\7\n̓KAXS\M(\^O\n\HbT98=@\R(WP()\\\n51B\~B{C_0T(\_( \\nc5Š}IaoW\\n\n{N\\=D\W)7w(Qм\"$S\\(\(b\"\=A:)r\Mʃ\vJ\_J*p\ZI)eQRliR\\Gy(<\n8C8hOϡT.nTQ)5&\\\J\\ J]\"屽;\q\6ʓ5J}]J\yJSJ\n\Jy6\Ji%)m\Zvw*\\\MJG[Jn\ɐ򞸏\ӵB\Y|͢|\"\\|ZPzSvFPh4\\3(IK\U\\<ʗ}/\QLS(\\\\x\\[(\ {(\\n\Q\\)N\]\(3)s\|\ZE\O}WI\w\5UPw*ʩ;oS:F\c\\1\{wS,S`{UvS\\vP-vR\H\ME\~QM\\,\\P\rs\\iT(a\n3]’Ҩ\\T\TL\e*͘_J%\\ZdU\r*9vJ!pT \S *g;K\#\\\r8\u\\nYRO\"\h\U\T@;P\\;ԩ\\\?Q ]7.R AEFŻ*%C\\ ,\\"5ZYIO;Gַ\>\LmVS-P\\3$jsyR\1\"\ҞOmS/R;P\\N\K\\dSj\gj\\0\킦3料{F\gF\VO\0~~\Qw;Q\/\\/\\h[+\7u[D$\Q4\SlI1\IFm\=@]1.\&|f.RYG\xԕ\o\Cu4E\$M)RHS]o?F\PN\PO\X\\rM\ЗVO\غ@ӌʧi\\4;iZl]\\v\`ccM\LM\ mm\rm_ _9WO\5=J=\Ezu=r[L]MO{NOo\3\)I=\5=D\"\,&6=\\F-\fqe\ MmI=W@ޣ\&\!W\Е:G\DޢcIt.N\ ;h3GA }\S4}΍I\I[n\\/\\C鿻{\KOїC \\U\\+pʃNX}*렯~룯\2@ §\\\\'clu\0CyГ2ؔ8\\\\\\P`\ Ufώ\k`eh\bh\\`h734;K\\m\2t\o3vL]`走;;c\0\"%\0w\ \E \_\ \T\9Za\`\8\8 f\8d\84̰܄fXV噌JG % \) k\\\"l\\3\bvO3\\\*\ &\1qrT\th\\\\p^g2df~\p\~\D\$s\x\U\,bx{2|.gd\00\F/jqa5^ʸtÈG3.gdDY\aDj2b\2bw2bsD8F\;cƵT\\\F\\8#\~F+o0n\gd\O\O\"\#7#yqr\n\f?\Eܯ\{}˙e$i\F9Ƞ\`{3ytc`\g0fp\\\@c;Ke\G3 C!dHܡ 5S\-Ƹl\x\:\v`h#QQ\\FR7\zQ}Ȩx˨!\u\ U3\uHF\FCF}4\k\Zq\hR.f4y\\[/h\Vƌ\|F5s1\u\LFf-Ggtw2\\0\$3\fY2\\\1z@?͌F\WF\\V\\GS\A;\`111Rf\a|;\\v#\ac\"ȘX\\+caL10\\,Θa\\\3->0c0Ss\BKNս\u\n \ZywXR\w>\\Pfn\f*+h0U3so3s\3kMf\~\\ ha\\\1\\0#qLF?l>\\0!ۨL[&f dh\\nGbbMԘ\\L>0wI:\\$]D1I\_7yLVB\n}\ }f\\\erۇܑ5&\\(?T\e?W\\btoSEc\W\g\\|P\|\\5a\~3X2O\1K]bìl\`V~D0\J\'͘\0\C1:e60j\=ϗ2s/3[μ`\(1ۃݙ{|\hf &\\&\\s\̞\4C\Gmgf/\Og~fl|\p\b\<`\121:\3f#_\60b\&X\\\s\ZaΙ1n1n1\Q/ 똋\\\O\o柭\\?\?\Q\e\̿*+\Y7&YJ\X\HXN76\\\b)Ϟf)/`m}\\tI\\T`mZ;\R.eLV6\\gm^bm\0`>\eԔ,5,4K\rcuͰ4#4/YY,\K,]^J,C6\2f\b\\3\\2b<\ڻ\ڷ\6\씜\!\|њe\:Cu \ ԁu됛uxe\`Y1:XGXG*-YG\rlTX6=\,\1\\m\#-;e\븎)\6 \ \8։r\\\z@\Lf\\ߡY\39.,/\\\.6f\(\\^D) sVЁ\nVp+S\:\:u\:?oȺ̃ue\\\n<̊|t}̊\rs`]\rźژĊ\xH\fY\\oY7\'lY\\\$V\˗;5,5\_\l\B1X\\I6\ 󚅫\\=\a\w(Ype\1Όňta1X\qG\]eYe\?YfKɒIa̰݃\c\?t\_@YX+u\"[\"b\*c9*\r\\*\*\Y\am\Y,\Yo*.C6\cV\rϔU#DzjFDžYO:YOX\r\+DV\FEV\6eVSP)^\\\\z\\zVc5\j\?jm}\j euqY\X\L\\;Xk\a\\\WY\RXKY>[zY}\s}k\\Z ,eob7\>\Cvb\\\>Ub\v\\I}\,\\A\\$\}̜\yd/\ ,d{{H\\i!loI>\G\'\cMbe\]\Rv\%v\0\\f싾\0#;\\\\u\Ȍn6vT[!;\\&\1ESv\\n;FE\Ύwlf\'\ b\'䩰r,٩G;٩z\\ro\i\7\\7:\ ~3K\\:\\\zd-$;\1\Nؽ\\t]m\"x \rf)lH\r\5bC6\:m1bc\\\Ml\b8\cٔ\l\\lںlڶh6\ftI\LClN0G\aZ\|\%6v-a: lٛP\\+\\ T {ĂP\*gٴz\+{m\^\\\QX.\(n\(\欷\\l\\\ljT\lv^\l~\Q\Q\\Q\s\GVq\\wq4~\hjqeޜ9q8,G9c(>\1\\\\,Nq\Gpo\\ϟ\\\9\\\\@΁+CC$\\C\r\a\\n\\SÏ\9Vͽ#\8G\r:er==DZ;ʱq%G+(\\\%Uq}P\\\p|^\\ɯp\\\9۹8\ \ \\s`s3RN\ \'lb)a8ʼnn\DJ\r98ͼ8Q\m(\'\\n\\se9MY\Dpb\9~9 \$뗜T9\\\a΍9GN\m\e\\\C[?\99*\o\8\9wrp\\q\iq\0\#9e\Y\8[\`\'W&\\o\\8D\!q˶C 琕80z9C\\\pn\\\;{%\\n;X\\\\\nQG|0G̥r${g\s\ip\n8Ec\ufRN\q}N\62 sS S>h5c5\֍S©;3ϩ \\\b\Y]ܳS\\u[Y;Mnx+7\\'n\8n0l{\\r5r\^p{Ͻ \\^{q\7\\r6r/}\\\F\s4?p\\\Yn\w\u!7%ܒz{\e7]|{G!7\Ľ \\\\Fsau\\X\5.\\./\sQ \\bdKI\\\\\J~.|KK\q\q\\D\e¹,\Z\\\\\\ \PD㊣\qŠT+]J\\3r\q\\\\ \ާes\\ܢn1[\nR\\sn|ϭ&q+ls+rvNs\\>\>|\}\Zgm mY\m\qz\6xs+ϵp\rͧ/,r_\\\\/q[\q\/vq;4r;&np;w\p_\o\]\\ݵ\6ha~\RD\9۫\\\\rw\s[\-`\ n;\;6\)\~t\\\p\&_#\Fh\\z\X2;`;yN;;r;p; \\\Yǝ\\]\.^\.\\.\7r\\.i\\U\ŤqWw\;x\j\x\yJ{ZyJ\(\u\v|\<9\p\xA\uyA5일\4/\\.\E|<‹XbzfyWսyqyfxI\VxI${޵\\y׿\\]_\%\\KbxiJq4e/ލ\nͼ)/[\\\\n>\e9y9x9rFyy_\0(\Z\\\Syண<4Ϝy򖇵u\a[x`-i\#syC{yL6ȣL\1nW:\c[\\<>\)\q\y{\<~\'8{\'j\IͶ\{yvyx\{\W^\\o:ƻ\\f\\W\uW8\\+H\HJ\\r\/t\*F-x\,y\9\%$\pW\W}i=\&^\駼\쳼S8 nƫO\=%\r\xOWO\Z\x\r:2y\,y\o%5\f\\4\{u̔\љ\\TV\u:u:;x]w7>\9&ཉ\\)\\{+\\{\]&\\\\YO\\OO\` oX\=\q\ \c_\_l\ϩ;\ռ\T\,t7W\\})\\V\Ҕo\\޿\0޿cyUx5S[\\9!o\ \W8\WXY\Wq\o\'UmY|ռZ*0v]\\Ր5ҙ\\nq,i*\k)-?__\\,u;\;ڶ\3)|TGAg\-;vKő.˷ w8\\\?p\E1X\n\\go\ \^a \^i/\~\n\\5߆\ZR\w\wK\\M\\u\a|vLf\rLV=\K\_\ޟ\\h}M;!:W\\Zr§0\k\IfKiQ@??Ɓy˂\\\m+2 j4ލʏ+\\\\\'\ - q0o~J\~j`%?e\;?}\=?#\\\h3O\o%go\\g_~\\~|\%PX\=\n\f>\22Y,%T>\\y^\G+\||ppOXv\tA|\n>ϧ2~/> qg:r>s)\\\n\\ 4>;\ϛ\w8\w%O%W%=\o{~}nHA3_m\/4\vAE\E\Kr\~\p$\\_~u_\1ï\\ͯ3\?L\?|\+&,ܺ\Z%6߮x\nv\~X6\͟\\>\\;tͫ\/o\\j\;=]3\\>U~F}#5/;/\5X\\ C:?T\\\\\\\Z?^?q?\\_\\\\_x{{ i6%4\\\_:\_M\ռN[9 P:C4h(ؠ<)ظ\FV\"P{FlU>M@}q`\zeL}[O\R\)\\I`\W`S`tR`\-0.p&c\ZZ}cOfO)ނ}@s9CyC\Bc\\\(*G`s\\VnZ`:+8(Hp|9Rp,pH8\n\'/ bs\s\\\i\u[)8ۏhAΊ TtPp1\"Jj+Qp\d\Rh r%z$j^*e\nb+o\n\?\nj8\hAR\ \Gz>ZZ\>.HW6[ 2\7-\r7[Y\\"A\\,AN\3\$\Apg \n\\\0\*\0<\0\\@.* `\+\b\"$E2 @n \7\\0& `B?\\V@t8 \+\ M)V@sF h%LC8;(`\\0`LZ&\, I IHjb \l@.\n\3 \\f\n\7U\\A#\=AAŊ򜮠\EA\HzF釠&\CP\<\\n\Z\r*_\rƬ\\l\+RКV\%XjIQ\\_ی\\fAׄ\\:kAϠ\ހ\o`\<\rj F]#\\# HѸ`=SM}C\/tSW? ~LL\nfFm\߂E\b\~R.Tq`\R_\\*[-X94.X jH/ V+Y!G/o 7n\҄?U]̅[:\ZsV)R\Z\\)ԾS)\Z\* w wʄ;\ zB\zpF\д/\wAGp\\WY9Fh\&4Ob \ - 6 o d\#m\#\\n]Z\{ֿ\\\\v\m\\iB\L\\Sx_xt]\*\; =X\n=n\n=Bc׫gB\\BU\\)\Ya\\CaW \&ap00\gQr)\'n\ &˄\\35c\Ba\eaa\/,k\\2\Na!,\'>,*|4\%\b*\\ +KJ\kšg\ڣ\\Z7\ZCvXWX\'c \jYº§;w/ _\ Z/ o\:o/?Kء뚄*þ\apՈpXJ8E8j \R\\cMc/˄\>_\K\o(\T\prpe,]p\\ᢚpp\C\c@\\˧\E\n,H\^&Kx_\QF\ =\/S\\znH_\Wc\n\Ft3D;l\D7D 74]dT\'\NG_dZ\)2[,\\Z,/E,%䈎]lDvj\'D\'\\EN#~\"\#e\"R\\\\\XU\MK\\)( yyYy.\/|V\"8\;C\Y\碳f D5BQ\ӢQI(x\[\X\Gt\\QhgхEC\EQ\At\YU\Qr(H\*%PsEI*뺖\@(y\W\Ґ\'E7z\ZEx\\*{QK\\.QeQ6\Pt6Ot\V W^D\ub\Sv\a\aiE\"l1Vm\A\"\:\^\\\foq\~8BEq\yHŊd\"\\\"y0Et?2OI\n@Q\\nQXT(\w\pMrF\yLT*U\l\^\\m\mJ\qE!\Q}V\4M\\\rыK|ы\E/D-oDZ֖{\0Q68IꗡuJEϯuu\$\Lnʼn\E\\/DD\˔D#Eq\D\\" Vh\\\A4\B4uh꧑臞\\\4\\(ͽ\M~b\'E \k\U藃h\Z+s\\\ZO\dh&\ZM\Q\"V|X齷X\QQ\'VqU)D5h\\m\rbc\"hXO>$ֿc,6xTl\Vl\!6RB\\{ۻŦPb\W\AŇ\%Ķb;\^A*O,\`(vN.>\Z,vQ\X]2Q\\1\\\ϋ\\J/\\j\b\b\cb֌\뽙ػ\O^\"W^\\\oā@q`\^qY\_8\84\HZ\_P~\'\|/VGS\7ė7_\(\\%2 K4\\։Rʼn\\r\\\i\t\̷\\,\9q\q\AMq\-2-\ qn8&TC|\,@ŀ\'\b\\3bÜa\1qN\0Qnb\Ee1z,W\b$\\JӜCĴ\/f9n{\y1?+\9\“>\\"|\\]qy^\%RsH\\i\W\\UF\5ĵfw\g\Hӝ\O\\r\lqC팸Qjy\OA_\'~PK\z_܆\\_\,~\6whįu\]:⮒_\wW\\=\\i\\\Bq?\x\tx0U<vOHBēC\\\(}x6\xv*&i~Gd$\'z\9\yW؂\}WMxK\K\\\\r\ \վY\:gK=O\Cq\D\iD\DvmH6\/Q7;(QΖl3-\\d\"\Ȱh`1zD)ѿ\\"\\\,\5^!1\\K$-%{4H\\t\{\'ٿ:*1>!1Ϻ&9\\xYb\'Gb%o鮒K&J\>J\>HW %7$\"$Γ6SS\H\\$.U\=u\\&kR\B&a)uǧIvJ-%!\\Z%!\ɒsW$\O`%\Q\E\\\[$IN ®DK`p\Qɵ\>d I\ԆI\Z (IkFI2%BIfF} U%\~\![\"C2\\PO \3U܍?#\N;(`% d L\&^3t%GF Z#C͓\z \\nK%BE\ȦI\c%\\\!@\3#%ˎ΃nCbT\"\Z9,\\r$r+{ ț7J\P܋R\0% \\I\gI\ I\\\"IiA\\\cGG) =$Œ3\T\rI5JR{%MR\'it(4 Jz2$\4IIJ%\\\\=F\\{Nқh#\;\"\7[`$\Œπ>\@\dt/՗LH|/H&H$?l:%?J\J|LC\H\$3=YZd\\wɢd\X8!ɥJ6$+N7$=REmR\@_bT~t\t}\\6}W(4Rm\HiVRg!h2)ұ\\ \{I:s,\4\6kHgWsK\ҟ{:JHTHW=JWkӥk\e\n\X\jLxll\GťT~\KNy)S_x\"\\\-i\rɴ*dZWA2-L[sA\\*\)m\!\5ȗ\.ӯN\Ɍ5eƨ\\I\W\k};5do\,,Ų\R=١\{dV22+z\l\j!;\%Y\l`eDz@\=2ͳ2pg\O\6wN\̝ܕy y\r\|m4d|\-#o9[\)]\,\W\_, P\rd!G3e\^\B\\d烃ea[\\\\D\\\lE̗E\\._\Ȣe\3e1s;d12,,N\/%$\\eI\e\1dp,_,\\BˑА\\z\Z\]\IأPG\`2|UM*\\2\\Mh$#&f\H2\My9*\\\09%1\:d \k&PƎ \\e\*]L\$|Ȥ%s{hٽk6\\\\n\~\\nϞ9$Ȋ>\e\\sG\ @V\rO\X\\\\;dreO\\ZeƠLYc\C\3\y㻬\G,k]\\A\ ,{I\^ܕu\h\%{gsXnA\\a٧{C?Yb\v\\\祟\\l\h\\'\S\\.l\{l]\ǽ岟\e ;d7iȖ\O\8\ \\\n}r\\rrO}\\rr]\@Jb|s\&*\\\\\\\c]\\㰓\\+\Lȵ \Z9 rm#\\|\\\\\tC\\\\X\\\Ԉ\\\U\@mTn \'7h.7\n*\~P\\>N\\J\TDnj*7B\}w\Ϳ\\\N\I8\mY\'?4Jn#?)?b$?z\Un\\\1厼2\`\6s\\\r\'L\>F\"wiV\"!r7\g{\:\v\\\\W\ \rwy\yP:B^W\/X\-K\,cq\\\d\\%\y\:\Vy\[*f@\*\\\G#\\'<\\ϲ\׋ȓ\\ix\rI<\\@1]~S9@~\T<\%yN\oy]I~{\K~\yn<\\q94\ړ\'G?#G#9r̶Krl۲N3\\9^+\' \$?9#˩.UrZ g\09g*\y\\9rsE\C\\&U~|?\ZR\G\~\\ =\\\\\%\F\+\\+\\\\\M\U9\ٻBpM^\]x\ \O^? o|?{,v\P\Uy\y;JA$ZRb$EC\;Vʻ\"\]W\\33w\nw&\Y<I^ܐ\\@y\쨼\I>.h*ȇ2ɇ\\1QX\\U\E>\\'\1\\\\\pQ\0)#IeF\(J\JMJf\*Ɉ\\\*)Hx\\>\|\s\s;܈\ \j\\9s::sǯq\w֝\\\v8\#\}sVsڵ\\\\\?o\:Ot.\k \z\\\\\0U\\0\\E\0\\>@\@Su e\1X\\\m\\\l\Dll>|D ،90Rg|\\\\Q\0# \`Kf`K\[&`{*`\\I\]\\\0\0+\SK5 y `]\0\\\\ZM\\0?bpؿp8 \0pQ\0pK= Yd\x\xi\Z\0^3q-\'V x\C1\0\t4~EBZ 8\}pJ?p\^2 HU N\qK\0Dݲ}Ά\Ǿ\0\\\0b-@d >\0 O#.QV\Z \\\\n\"H\0$:\$F?\0$$H=s\r\n= H\|pg@pa7\&mp\\0\\Tn\\0](ȹ\0(\ (\y (\Zz\r(ax\0\9]ܿp_zP\\T\0TU1l@՟x@mC\/\n!\\h\\rht\fM$\04\݀,[@Wu\0P\n\0\@Y\07\0@Zc@\0j3\0\0\,\0\r H\n\0\]\0=\\\x\r\0w\\0\\w\E =\\0=\䰫\0E.r@ix \07\08@wg&\\\P\r`d\*\\`o `|\0030ud`\\0L\\\0\(`)m\<`fY\0\\0~*\0,D\,\0K%|\\d P\Pu\h?P\6T\0\\U\\C\\0:\o:F@w!\^7\\07 @C@7W\+ǁ;\\0w\wG\0Z\0-\\-{T\\6\ o3ж\\\p_*С\\\o\Q t\\.\rwC\\x7˗X\\]\_dz\@ϭA\Ǯ\\Z}\@\h\ \@T\ \r\\Z>>)J_\0þ<_\O􀧧\0\X|\ \\0F/^8S y ]G\Blq;N\xb`|xn\U\R\\tC`bW`\",\0\n L\ӯa\PS`:\nx\O`\g`\\~`\ ~`\\C\S;\/ `ap)\y#\G#\\g2X\%!XYX}o\q5E`mz`<Xw3I\0󁭫?[-[ag/\v@\q\nbwY\0\0 #@b>H\\0R&\nT \\ \c\\'Z@\EZ,:P\\\.^vK\0{\\!\ۙow\L\0,yhP\ZQE\|Ty<8n\r,\'.NU\\dل??\R? \_٣ooԍ\\~\{2\r\ \\z\\\H\\\\^V\\<ԅ\ \r\ \7\a@k\\\@hAB@\Z\f\a\oQ\iOh\#\"h\\\Bd\;\\; \vR\֓\\o\r\^b\1~\\\`@{?l\i\\,MA鍠\R?e&\\0Y]\0:2\\Z\r\\p w\+Ǚu X\\\|\\A\ڪ \ \>\\y\T\nr)\ԀB.BσB^m}*ERZAg9XйG2\9>t\j=\1 t\/\ \/(\\\0t),t\\t\rt_\j\ \\\ P\\rP 9(\r J\\e\\2\\\@YOrB\A)-\7\\'\A\sU@\YA͟\@-\ZAm\(\yWn@8;\b\J\@  \_\ATlB\Aȭ\@A&V&\\e\tqD7k(`D{Al V4\\ \jqox@gM I=H\h\0\\@E\:\\ԽFԷ\u7\P#\\YPE_1\Z\Z \Z $\A5A\DS\ \\\ˠ\Z@Q<h;\\\$з:4\C\w\\'\\j#\\(]\\\hA\\r-T\K\>\0\n\\S_\v6Xe\rVm< ^v=X\8+nm9X\r^61&ol\xu\0\V`b\]\\\\/\=ւ\mo\=\\\}(l?| \|!|@v\hs\\ >\\\d=jGs^~>~5\m\&ă>!o~%\\'H\\\\ s)8(\2[8B8\"\\e\;pT 8z8$8>~RD3\ p\\\\\)p 8e r8}3pŋ\t\[p:9 ?\\g#\Y/΀P\,\v͇\\[ \\l8;\-8\':8Y \}1\]\0\v\{G\\ \J\ip\k}p\\up;p\m0\\\w[\0dnH7\\OU悛RހXহV7Z\f\/\\fpkf\\c\y\: p\[0\k\`\N?0\" \Dg\\/\\h0Ư/S\}\`ZR \ B)]`\\0n\;\IOU`~X(\<\r\r4tX,\mw]IwU\0w:;؀IPz\_oq#\O(C\\\4<\m\/L\r\\g^J3x\\0\=<{ kW}d1\\_??bxY\\nx)hAV\n@V\!jq~#/ !Zwa\\:Sk\\\r*!\9\Zd\>\ \0b(\'BL K \\rSZ\\L٣)ȖG\"Ȗ\~E<6d\K\+\\2s\F\\Ő\w!vٶ}\ 8\8.\@3m .\\\\SqM)@\\\\v\QG\*vij9\nB>\Bx\N;\Rv9\\oC@ Ai\\\\șo ɐ\"Hdf$\\_\%\\wHlO%$.\+$>Ur\#H\\\\H\f~\\r=i$Oy\\\-t\\\OHV$\0r{yH\ދSHm\\4*\.\0)<5\B\?C*i!U\t\#U\ \\Z.\3\-H}\IHC@ !yNT4W\!/A^\\A\& /{\9$@ q\'\A\@\!ҝe\\\r\Z\ 0\eA\\U\\Q-o*k@DiG R\\\D\\\\!ʑw\ޛ,Hߥs7v@Ȉ\0d\A2M{\>t\ZdLC\B&Wl Sw} _OAl%AfL@~C~\ *\!\9}3\\z+\\wG! \\\!\i\b)dE UQ@UlĔ@U<cj\f\Pl\v\ڧP\V~Te]\%g[\ɃnvHn@\r\C܍nyIg\A\\'@mAA9ݾq+t\\)\)\e,\vu>5\ng[ t\?\vW7Զ\\\\\\[辭\\}B }\*\]GK\\+ \z\\Z\u У\bGCҠ\t\c@c-޹\P.P\gfP\'NAO\@f@ߋ!Gy#\Їao\\36NгK[\lg\zC\hO|\n4\=\Z\Y\aA/B\zC\Є\$\\^\\\ռ1h\B+Z Z\4i[hR\ hr\7h\(h\Z~\~ i\\\AsCo;@\\nJ\]Iha \cZ즀<| -y\-i[߸ -r>jVVfB\jF\"\\}hm]U=\v\\0\ mdNA~>5>\)6#\Lh\r3\\zmm \/vC;.\vp\\%P؅P\c(*\By>P\\k(7zi\0Jp J?uʈ{B9\\P^~(\y\rTZ\\\\Pg\'4r*b_\U\Ac\\\Aݕ4\\thN\\9_h\\nm [ UBDC\'5;Zv\\,\0tr*\\2\5E\\Os՞\};\\ \\\\t\4ʆ.}.z]f\AW-`hLu+Lu\\\r\n[\\Ӧvô?ށi\r[,~\\\f\u\\[\os\0\\\*\<\5\f\ Hm\\\EY\Y\aVm\a60 ga{ҁ=\`{]E\k0\`v\\~B=N\\\\;\)\=\l\a\x\aZ \yD梭sᭁid\\q\0ׯ\07O0\\r \ؿ.\q\0\a\'`XG8,Hc\R\ \wĀ9tQ1Q;[:Ȇ0]Hք\\\T\\b\.\n\\\aS˰\+;\\U\`\\a\vm]:.,K=6\x\v= sv ㎆\AavXǵiP\]\rI!d-t\\rvo=\rVvV\\ {\V Ui\\\`j`\j@Ay}X\\ZX\\N\ӸX\Ӈ\r綍\!f e}\Z\eA\˪Ў\0%aiX ~\ \\\Z0K1F\QLa``\`\0\uv1\\~< \\Sa\0\1L\S.߄u`}\i\ίaa\\7`ZaC\ذ)\r\467q\>\\qu\\e8l\\|6\\r\\\\~<}][\7\W`\0[6\Vp\Rjccfe\\\\I\-\0|mf*\\;\z\0Sl_{<\,8\\r\oZ_7\M]av;a\\?w0WwE5\0\{j}\{\Z0=\^\\\B\\_\\\g\M p\W\p\\YSo&pP/܅\n\\"m\\rwo\=ep\ֵ\cw\\ޫ0V_\\'|Oj\Oyz 8\Tx@a<\\zX] z\n\t`/\?0fp\0~-\r~\p<\p~\,B\/xf<&\s/<\<>^~ >\nO_s\nSF4Swxd//\*/\)\q\r\U\F9y܃\W0wS=߿\\n\\\K\5B\1\t \\Ch\}\<@t@u{X{\ RI\Zb0 \0\"Ly3\LIya\rcj%\\{aY\@XŀVk,7!®]a7t\$\&bf0\0\\2\\n\\\ѱ\8qh\ b8\\p9pa#\\=\n\\w\a\Q1?Bxp#G#\Z\: _\\\A\!M \7\"@\!9!¡[#\"v\"\VT \Bb\\ 1\D\W D\FD|+\rpuv q\-\\z)\"Qu\nqm8t\n\"5hZփn\h\\Ddu\\"n&\ W#\#ehDξ\ZD\SD\YMD>D\VD\\!Dq\nd\FD\\\\E\}Y\U(؂(DTD #*\=BT;vnB<@ L\#U\~\C\G<!j\<Oe!*B<\ \\v\uG!\bxx9uѮ6h\":|Ct0^#^MZ#\\#fB\iCe\G2#`5 \\GP\"\U~B|D\k\]\m+\E(Xߠ\X\#\10l!\<\WG@_.Ez\+>\(\\\ȓ۽\'ۢCd\">\Z&y\\\+d\y\\d y\@ƥq7c\\\e\K 6\+3ȫ -=\kdҹ$d;2\n3B1\\\\\\3+\\37WY\n\\? d\gd\\ߡ̯?\o9,x,4B]9,vG\\ K\Aӽ1{|\YiR|| E֩ \\\r\\y)yg59}\ܚl]\ZB\AۏlCC\"_\"{J\Hp^RBB(\"$4\&\0 C\#*NH\O$\\*\EbrL)$Id|d\Am>H\v8h )\<\0\ 3\܇Hi\.~\#\|\HBvy\ \\nΑ\1rDsoA\\0 G?\S\I七r\M䄧 D\ANE\"\\EN\\"g\s?\r?\\\\_1\Ş%\ߝ\1(\ K\\\rUjP?:\\Ey:S u|\ry\u/ }\\r\u\r;P=V.w\PWMPW\Ũkڣ\T\ZA\r\u*\u\2\fd$\v\?T-T>\2*މUtoU\\*_A\.ʷ\OP}ePZ1k\P!Jv :2U\@=n.D\l\@\Gմ\jKj~zH)\\\p\W$jjԼza \)\nt`l\qT\\nj\\ZP-[PmRTu\![Bʾ\ܴ@GQ  {Z\\:\P\0\R\r6mC\\BPx\Q>\n! D(K1E\@Qgף\Pgps\E0\0\\>E,>O\\P\\n\'p~%:%@d\\\@)6(% \\؇\\\Z&\$_5V\ZPB\rn\A\r&\P\YwHwQ\Q\csQ\P:ϕ|\\a j\ZWA}rQ\TP\\7f\P♨_ 4Ԭ6u\'( t.n/j\Z%\^BZ%Wqhu.Z\{\\hM\\5\\k\\k_Ak|F\@\뿽Bo:R\,kߢ=\&:\ i\=Aڬ\ \P \|m36/G[L%Do}\&#\(z\]?\‡\=J9zog z/\:\\z\m\-poh_\hx5a\5ڻh5\#\\05\\+\\d 蠏&G{=Ġ}h?\TpI\'\"Tv8\\X#:p$CF\a\Ч5ѧ#\\\\n7BG3C_p\D\F\'\B\'Ġ4nC_i\ZA_ѧ\IQ\ۅ\\DtZNt:GgFg\^o@\\چ\ @gcй|t\3\;mbt\$(L ]T\ZW&@Oy\*6t\0(]]\B?\-G?>YLGן)E?QA?1C?\\ A\F8n_-|GQ\\\h\U4\rFj8\h4\r\4=@\4и\hM\ZC\oCS\o\\4\y/{\_\0\т\B\(Z?\33\n-9كm*D+X{\\P-\\\.Dw\=z\\\}\\ot!0#\\Ϗ?\\\c\\1ON\r\i5zJ=SzD֋F\8\A\\A\ZBϢ\||\suN\\E\E\+\փ0/̪cZ\g`\\\DczcfM\~ִ\r]\\~Y)\\#c֟ \1l\n\\lYٔYfsn0\U7\\\7f\`<\\1\Zc\\\Z{UP4\\X&\\\X?`b1V\\ fE1\*ϳ\Z\\}90fqP\8\8\\1R1g4\\m\\i5̑Eq-\ղ\~H\9jd9V\97\Zs\os㣛񱹏M<\]0\\0͘\\ɘ\\ L\Lx^L8-\ &\&b\>&&\yl\0\B &F[c[((\\\S?\I: |,Ĥ ha\m1\\\1U17\0z{07o217\\cbw\b\nL!m)\S܇Ĕ\aJ1e10e \0\Ṽ\\\vL\O*%\n\y\&c-_\<>k1\\\,cj\\4\ڇiby4\\ļ\v\`9]\'\N;yxD\0\5\\ D\;rz\\\@CL10n59Ay\cP^T, ߅A &l܊bp9\ܐ`Cl\\_`1\- NAO\\\{\0\;\;\\k\\y\M+I8f8\3a7\#=؀\B\LDc]0S=\N\\\n\@ufY\9YۃYn\'`\7w0+\ \\U\S\Oܰ\Zx\qvͱCص}&X\\#X\\\rXO\MlkA5.:55E\b\^c\sc\\]X &\\N\\\\\\\]zVKֻ։NX\dd-\\#[\o\?=`8\=贄=x\:`m\\3\\yX\:31օ\z_\\r\Ӿ=\{,\\"9:֧=ƞƞ2Ǟ\\w-b`C◱\-\0\Z6,\rôc\8&b#l%\s8\s\$l b\-^\^JMH3\^9Jr\^\XMmM\M.M{폽\Zі1pY\\csKm\z\m\Ul^\nl1[\-j-\a\`\/a\t>c\\Ͱ\yll9P\*\>(}~[i!V%?\>\5W_\\!\\\ϳ-̻ؖ\V|lke<\\\e\K\K\Nc,@o h tzcbRP\XXf,~\]E\wa/˰XKH%\\c X\\0\"\\\\~ t\r,\~5\m5jf, +>\c\ _R M\ZV)+ₕ걊hQU\6\*;خ\9lw\lwc\'g~ \w\1v$\0&\0\\\15\\\\sؑv\\n\F\\\=\Q5؉_دt\\*?\\\+sӳ\\ V\E5o\\4u쿇b\\\!\\n R9S\ڂS}[e3Sli|Jŭy=[{-N\ X[g[[OH\\\(H\\5ٸs8\qN`qg+\D\Eۢۊ\㶒\\_Q\m\\vcqqo%8oWq\ wq\b/\r\s8n\n_>\q)\\\i;w\!\i:\^.\\\[\\8\}q\\\|/\|8eop\\.\\\0* \">\ \q=wqwv\B;2paz@\i3,\\Ԧ\\t@\'\|P\|\d \\ŭn]v\]\[Klv]lKNK\%\K؎K\x^Kލ~\\`.2Y \w \\\7\\\\\Gj\\nኍ\J&pe;\n\\Ŗ6܃T܃SpV\*O㪴}q5\\V\걽\'\m\\ca7\52q\o\p-0\\ˮ\\ ^\\7\\\\^\\Q\\d\Z\\m\u\p\RpR(Hd\ \pP8\,b\!\?C\a\\(Q\q8\Q\ \\\cZPp̔Fs1\\[±6\\\\\p\N8K=N,](\M\o\\}2\TG\~G\~F\~\Y\~\n\\f-\f/U\\ p p&c\}˸Ň?\p+\p>x2^e\js\n6װ\kN\k\\k.\66\ Z00,M!~S\#\t\\(\\\ \\O o7c\4\Û\\\ \nۈ\*D\{F\3;4T;e]_5CV\\n\nކߓ5\;TU\\;X\]t\\|.\\\Γn#x?xjxIGx8\N\b]\A\\F-= \)|\-|<|]|\\%|->\e \r\ag\X|<f>\e\|\n\(b\N|\N>\5 ?\Z +)˧\X|\_e\L\\ɇQ G|E\\t\\s\\:\\\r\ Ww\'EQM\|i\\B}\z|\|\Y |Վ/*\n|k&\n\W \\~\k\3u^Q:o72\yjO\KO\ ֗mc^\ 3<*\m\\aa\xD\#ڶ\Qcxt\4\'\rOjWǓ\lSU\x\Pw|--\\k\\\\Zw\'\{\?#\b\'݃\Yϝ\\\\/\\'S\.o\]-Oϖ\\\Qu?}?\Pp\Z }_s\\\\]\_OPybJP}\ZBP3t\'+a-\s\kl ڟ?֝8AX!aC\=\D\\\B\3\i6,A\,¦\@\\\u\W\\iњ!\a1\x\dE\1\2\V\"a\\i\\\ž=IO=p@\pAp ߢS?\\\!\f\Ƈ\\\KJi\'[\$_sp|0\s\f\;\ZE\N#؟E8u\!l\CݕBWN\N\\Nϼ\'\pf\H8\@8[BBbG<\ź(B)!~4p dJFZSKKH\\IH}2EHYG<\ZK\\^O$#dV\'d\"b7&d9@\~\fE\)8O\_C\L\'\1A\nw&\KxBɥ\RB\-6\\? \9B\KBٮBY:D\!T,~$<8PjBxt$8>P5K\\Dw\"<{J\"((\'\ڷ\\.: τWv\0\\Q(&o \C\ #@>d\?-\_\<\'S\Ms\j=\\E`\%\k 쇚 g\G\\\C!K ~%H\ 2OB\\ۄn+s\\\!zO&zS>\L~%HM%{J\DFV\/ } I\<&|\nR\'|\"\'&Sw S̭Wi\_\ф\w\R\n \rބ ¢\_\_Kiz؄\\߄)\kA\U%ljkk_Dpvc\rq^=\h\q\T\nQ7{~TN4Hb\rV7\rx\ZoƞDs;\\\1\\\Zq \SsD\<9\{h\jJS!\xo#\\&\-_O\&\\#vD&\O\DD\3\W~K%:\$:\\WΓnn\zD6\z\[\]\J[}q\SI\\0\w\\0Zb\X%1܋\N \ l!#^\#F}\'FAc\ 1\ċ\$\\+\+\\k%bm:1$\mͿ\\{\Ăk\ĻvF\b\\R\6biv\D6\7\)\CUć\6\G\:b]6bG\\\'͡\z\$\\'\Ӑ+\g\g\\n\gM\M&pb\[b\b\\\)I?i]H\f\ \3H:I\_%m0.\"mH?@2\\!E&m\\${Y\ï,ntv?H4\#Y\\!Yх$k{$\^\q*\q \P\0tE:@r&l>Fr1#yT<@kI>}H>E$\\"\l\k߁-$ S\֓NZ΃I\vRp\/Rhx\n)ę\3@\nCNϑ\"6:\"\"\HgI\΃_.\KI1Gϓb\I`Rt\')A:)\DJ(DJ #]!]]CJJ!]{FJʙ%eD23\rIY HY\'u!LHV% \> |Og gI\{ {$#!$\u7*.M%Ϸ\OHxLj (\'~z\Ɩ$r\\rqY\Hb]8WI7&$ @\\,\IoH\f$I\/I\\q$\E\ I!BR^0$)$\mRIN\\\M\Y#\rړص\0\O`1\\\Gҧ\\nҗi۾4H\H\7I?\\"\\K+Ň|*|Q79\j/9\K\!g\_#g>oK\w󨜜@έ}A\;\NΣ\=$߽jC.,\&V -\\\"r\\yrWJ.\\N.ݭG.\rAo{\\\:E._\N./X!?\0= ?1!W\!W{\\Ձ\\\\5^k\\\DD~Z2K~&R#7 \/|[uȭg\mW\m\m \\\]\vCr\:\y4ؖ@\\\$CD2d@\\\\10hH\Vqo\\;2q=T\D&#^)&\82 &3xdv;2\5YE,<,,\"c\b\\d\Yr Yz3,V!\\Z䮱Jr)\H&fߑJ\C~E\\\Q,g׻\/\\/C\ɝ\s{`\\n3\\\?\? 6m\"\\l!\~BQ\\\P\*P\87J\YJƓ\0J\\vJo\'%)L\\\Ꜧ䅒(y\T)w>q)c7Q\>\F;\H){L)2Рx(m](\Q\A Jk5Z6\|X/I닠\)\r[)O;)\\])M\\&fJ$\\\\<\iJ&ҢSAy!\0(/(/(\uYp LM@\S \)}~%k\}\P0Ng)\L\@R%\)\na;B\J!kfP[7Ph\-\\n{\\r͟\Mp\7Rx({Q`\0Et\"m?IDyR\=0J\\6J\70Oy]A8~2D P\\fSލ(#g)#7)9PF\|YlJ_u21bKLLuާL(\v\\8\Z\w\c\\Mu\\ٔ,\1c\B\\\J\\U=\R1e\JYRAU\?I\ljN RVZ}0\Zs U;Õ3\a;U\ U\nU\U?τj!j\0\B5Xjn^mF5\"\Q\RMf\\\-}抷T/۶P]\\]K\\tj\GLΥZ\P \Qm\=%\Խ-v+T{\Z=\՞E\\I=xz)zpz(e\$JuCnT\.ST1\z&QR/PP}2iT\a{\ :\\\z\\=\S+\\\U\>LjTz\c\ujiCj4DSc~S/n\\G\I/Х\W|\/ zS\\pjҟc\\O\$jz}\{jft3\\[\\n\PswCBy\~ԼK \|EIj\\0z\$ncj dZ˔Z\,\\-jZ6Z~ɄZH}pݓ\C\Ð\*\U\*gj\\ ּ\r9Ā\|ڢ-|\Q;7N Q!FUT\I*\n\K\"\T\_*Jd|{\\N*5J\,qa\T1JD8PҺT\\jʦ\P\\n[~\O\AR_îRߤ\RUSQ\fQ?l+~\L~\O\J6\\W\X5:\\KNRo(\o*\7\ \\ \JuB uR:ul{@S\1~\VzPIS\ix=i\ny̥i\.ii&Ѵi\i\\iva4\ӴM\i!\(\!\\&f\ZCʏ\\J7ӶhShAc4(k\3\VLm\3_h;}\v\,,hJ\Dͪ<\\nSAL\#\JU}K\ \]zL+F\w\{\J\v\\v\\\\Js\B{ќi.ڑ4\S4W\$\\[\=2\=>\^\^KcӼ^Wz\|\|\ۏ\\"h\r JZ0h=-X|vH v>iEw\\"9L\\y[Z\k*-\49- \Q \\B\ھ\rkcdZ\,-)LK\BKMɢ\\ҫ/Ю_ݠiY#$\\9[c<\ ڝ\HZ\!TVF\`@+\\7Ch\,CZE\\Zڃ5{h5\*-fh5\=\Z\\0\\\%ZY5\=\\EZӪ/#ڴ\ὴ\\|Zs\PN{abUPA{\\a\RC{Eqj\oO\@EWh1 \Z\A\Z :O\y\C@\ZO\Nu\p4rn\Z?zF\6\\%L\Z#J\\\?\rјJ\Zt\­/Ɖqh\\\qJ\\k4\\E4EY\Z\=\\5L\ʦu7mu/\zki}\޴>\k>o/Ox5C\r޺A{XE{\'\'ӆL{hå\\N,\j6CӦ̹o{Xo9i?^ͼ$\\f\ri\Y\I\\\>\\'7C+]C[I<,9\WI\u:隃\k@t\7\:v\\/Q\D \r=麱t\\;\=\7&L\s\\\;\\s\\=醙[\\\э\\9t\YC\\nH\!K\1\IK[\\K\\\0\\mk\\}M\\ϸ\\2\18}t{l.\qÄ\Zݱm~HHw2_;=}K?\QB?cݕ3IwWGw{{[\=ѽ^N\}jEt? 0DS=7NC\adz\ez.=\rL-=\=b=ːSA?kH\LXɦ\A9O\\N\h>\\<\ZEOJKO*\r\lg\\'=v\oޣ߂\o1\~a\ـ;O\ۼfBiЙ\\L\JEg\\9tW:\MB\\}At\\tq\g.9r. KS\\te\4\\ \6G\_G\\r\\\#?\\:.ݓ/>w/}\Cwwo\hLs?뉒>\>S>_Fo=O\K/s\\\o\\+W \C U\\ dc\Sz\\C=\ZC\CpC6C\\X36\\\\0qb\\elL^bl~`\gk2 B\\\=\\n\\\\Ð\\0=̰8\\\:zT40\\"\\M \Zɰ>dɰ\3~d\\0삅OY \uAÂ- \#O\\EC \_ka\}\u\qcãiqtg2\\C\X\Xq#\+\\\\2N\\'!S5wF\jFOFF*\d\d3\"\"0\"^((qn\Gƹ\ݏ1곌ح=-qVKT \m]FFx #\a\(B2n|b\*qf\m~\\e\/\3\a\\\17f\3\B;3\Ây\3\\\"|g\\ʼ5t\\dfOlc\\0o0\0M\;qf\̂Xfax 5Y4c\\`1K_~f\\fI1\ \̊W\\\GϘ^՘,\\\\'\\\g-̦[\\矮2k/F2\י\{_2\+O0\\\2_nb:\0L\L) ?\<\D_c\왤\LR3Ȥ~\d=f3ُN1[\"LQ\]_)^eJƘLY\.SS\^\\\?\캬\\J)avG0{\\\\\!\׵_oRt\\\\\\c\wX\pss\\\\%2?\Z3\tWcṈ̉!Kp(K \\&>s\,9\Ng~EeNG\\\Bߏ\0g3\O0\`=̅\u̅Z/\\\&\_\\r\n5e}>cnF-XF6\~\ kB\e}adMNB\7y.\;\'\\B֯O\\\kQm\'\\SֿY+\Yj\Ow+[#ɞiYS\\\ֺIek=cku6*\:M \\lIưv&\\Ԙm(a;\(IlI8{˭\\\\ۧ\wbwww\we[-\6\6g\6\*l[ 2\.ڗ/%\\\ycYۑ\俋}S\rۥ\v\e&fqd䖰R\~\\*\Z\\\'\O鸰_h\"cI;\jLv:v\쐵쐛N\Ivy\s\g\\\g\2\yJvij+\v\9 \170;f\\Nd^b_Koe_{\g_t\N2jL\N]x\NKe:Ǿ!ag\\a\zcg\9\\9oٷ,\r\t+\\\\\;\þe*؏>\ڿ\@]\n(c7ܯa7\<`?Mf?%<\\2\\\{\>=\\/aO\b/a?\\\|u=i5\Aʞ\\\\až{\Y̞u\ȞyŞ+>\\\{֜\I\\v\"ރ4\\c//\\rT\d\#8\|*Aʹj\Y\Z\\QYu,g gm1g\\Q\j\:[>g]zg\\4\ g\\0\ѵT\\\\~\\\;\٨\\\h\\\1x+\S9\\pɧ\\\qs\]\8J\ygJgggg;g\'y\\^\\ͱ\\X%\\Xñ\\\dsv\qu\\g9m\\\%#bǑsأs8\0\q\\\#\xXn\x@98G8p 6r\\xp\5\x 9>Þ_i\0\\\ \ l\ r\}_\_p\Vs\p\`\\6ND?\'I0\\\\\k9g\q\8\C9\V/8\nshx\\_\w:\Ur.\\\\:\ǹt#sϖpj\05\\\\r\\\9i幜\\97[8f\;\9@\MsSD\\z\\\19\\6sgS47\)QsJfrJwsJ\\Gwqʛ_r*\\9b\a\\r\\\^N6S%3\TxraO9O=\˜z\S!γt/NXӢS\i٢\X\q^\p^M8\OZ9}Ϋ_N@9\0\0\\\tq૗8] dZ(3\ER8\^\\)ҘC\\\\N\Zs\9%ô:\\s8_8\\w\#u\\ Gԭɑr8`Lp<\\)\⼆Mr6[q\p29\ΜUU\+Ѭa\\'\\\X\\\@θ#gb\\d\f\W3&\LoΙ~V\3\E\j\\.\\s殭\,P8\0G8\_\\\@3W\U\\r5_s^\\js\}I\n(@sr7=K\\Z\\sM^r\t\s\r\]\ǜ>\\*\\Nr\\\\\\q\nwwe\;dk_\ڈ{ǹ{+GVcøJuәz\\\a\ko\u0\YQ\=r/x\'\c듺\{\M\\p\ T87n\\inX7ō\Fuq\\˸죹11a1\\Xs{Q?{\\\˾r/Y\^\\\&DqR͹ w \\#\\L6\A 7\rg57\M݁\&1i \ܴZn:\f7br3\Ǹ\Tn\,7k˽iWʽ6ǽ)7g-\-Ev\\#Tnc ~3[[[\H\VG8pߦr\FU\r>܆\\N\/͏¹ͣG-wmk;/\x\ H\'p\\\\\\'\\\kS.(\\\\D.$m5»ͅ\B}CM\\XU+r\縈>g.B3)\\EIs\\n8 \\#R$$.E<\KeU\$.5.\.o\s.\u\n?\\\qn\W+\\v\']\'nu\\\МۗX}m\\}\\K¸~\\\D\ !N;\1\\ٸ;r \pxp\\#\\\\r\x\s\\X\W\\=\\\`ܙ{\]? 봸 ˸\Wq\\.-p\-ۈN\\\C\i݊\i\ֺ\֦Pyk{֥t֍6l\m8n\ӵ\\K~ ЇxFf\\\\\\\\7w~G}\[U7UjWWg\WW#\Z\o5\\'kRC\\\\;\\E\\r+|\S|\7i|\_5|\\-\s[WW\\\o[\'\o\r\\\\͸η0V\?֗={|ۿ_\}mc|\z\\lwv.C\#\M,+\w\̈\\\\\ZxHx\+|J\\r?\3?0͎Ƞӣ~R\S\\\GN\\\/HVc_u\0~|\?~a#R\!^~bE:?\O\\g(>o|\gzo=\\j.\g_:\\\6\g?\\g9\>o.rc~^{\\\u#_j\\\ǯkk}\rWFCqƚ\$?\~\\"eʃ߾i+#\Y\ 5!c?\\6>,6K\#I|ԏ\|ȋO\k\\'P\ 3\|\>9c\"\\\\t>=\*\gv]\s&\\\F>>\\\r\\r|Qv7_|x/\p/\\\\\0l\\W\n\Iu~o\W@\v\{`0~F?1\\&\Z\g4\%1 \c=\_֟\\\3\Ng\\!\V]\8\_rjU\/\"+z\*\&\/ՙ(\u\E\FC\\@˳U\%\z\.\xPN\@\T@h.\\\\\Zax\(01\*0Y\\ v\\ v] \z,\}%,ߛ\n96l{6l؝}&\Z\wN\;8L 2\_NIkn?<\*8tN\3+8Z-8\EplX\\r-vP\nI\+D\\:/\=*8W\ j l \fA4U\"8??!`f*͂5\1[ .>!Ó\\\lA\Y 9Q t|W\nңM\Qׇ\\\'\\Z5\rH6A\\\[=u9]A\\eAp \\vyA\i`\:A\\セ jB\A񡟂\ӂtw4Y $Vp?,(3\\\u / \\Z \g -\2-g\AǩWSWt\j\0RC\0\@\'ge}Z(\N \\P\! \j \~\G(\nTS(`CN\n3zё* \@ vg\n*VV\'V\Vw\rIoj@\ <>#<-*–\RዊDa]a{v\ l\n;\P+\B!\\<|M E~\"\nQ؍B\gG!LHDI.4֓*ḋB\,\\:#\\\n\0mP~L($\\'\\BY0U( :J\S\2v =.\n{xU\޴\^\ma\}o\\rDدc$p8%|\ph\Q>+A1 Z1\]8\?(\\%NAOi~<\"~\"N\v d\7\\\ pf^[pvSp\JpS%\\\\,\\,\/\\B^k HDn?DٗD\45\^1\r\"\'kD\D D7DzM\"#\"#\5I\~ٹ\n\ֺmK-m\\A\"\kl\Z%A\?DKDE\'D4\r\E\!\UB\\\#r7ܝ]E\o\E\2E\Em\r6c E\5 \"\\\"\rX\Y\W\\":\(:e\\':l%\\'\r\jDAGvREfEEΞ/N\ZE\\.O\/fxp\e(QO8)\\%\#RDLOx%-w\rUJEˢ\\D%\n߿$Uw\"\D\ƿ*l=D;7ED\ZE\\3E5ץfwz]T\\IH\'z\5\\:+zC,F XԴ\S\T\+z\\'z!ڞ6^J;E\7\d͟\EW^-\0\"p\W\\=L^(BE\f0\\E\"Z\a\n\EBzI\\'qPE2;\!D\^#\\[\"a U$$EbB$\\!\GD\}\"լHGR墮(Q\'\D\\EPE}8G\k\\z,zQ-\+\Z\MΕ(\Z\h/\Zg\\S\+\ZY+\Z5\1}\G>O\D_^ES\D\#Nff 9c\\_?H\\\|ѿ}\bU\n*\%5\+X=)\@]9H\xE!px\\^\b\.-\h\\r(f[\\x\h 63y+6\n#6Ɗ-\m2\;Bߊw?\.*[n[\[M\[v\\7!*\Ų\0k\Ak\qXSc\B@\\0V*v\n:!vo;_p\y\m{\{\ǽ\\*hK\*\\'۞-{ȫ$>_M|\4K|\Qؿؿ\Q\zڈ\\\!\gš=/\\v#6ƈ#~G/<:\">4T|qDUϙ_)NXN\JPtT|\\|\L\FrhQ\\\[V\nQ\\ahq:fZ\\%{B|]!\<\ng.>\7g?+\\g,s(\ۂ q~De5Q\\\#_\ߧ\\e\⇞\ʘQq%xꟉQnG\\q\\\,M\h\%~vyL\7?\wCI\d;\Xd\/dݿA\ldOd\H\.Zb׹Ub\' \wEW%9ıd\V;}\%\Z(qy\ni$? %nU%a\ϕ#\\H\"\He\J|\\_\\\ \{h\\IߒRI sI(]\\JŸD\DnWD\<$\9I\\ՒsuIt\休\b$d$^Qr\*Zri%\\r$K9H\KR$)\T\0EV8H?\uH\|\\r$ӯ@ \~j䛑$w\H\n\z%E\%Ż7H_? %jZ%m~J\\s$\\k\n\75\=V\w*\*;ɣ\\FmI\rꑤF\"=.,\9\!\Z$A\'I\Z\%;%σ%\\rI3v%\@\\=Ht<$` Z\FN(~I1\d\ʕ\$\}Lg !\9IHyq\\n UsIB\rH *pfoJ\- E\">zH\"\\Id:SyDJ(W4WHz\r$\+ I\w\u`\5E_F)y3a yiH\d\Z\dS2tL&\*\/[-Ӷf\\Sd\dzV\2=z2_2}~L!S\YKfp^f 39\\'3w\2s\\Z5Ef\\vخ\Wf=\"\\2ٺ \l/\\\Z\\w9\\Gd\ ١DzC횲C\\߸#sVKdGʳeo\\4\dd76ʎyekȼU&˼\\\\N\\NmJP\[Ȃ~_۱e*e0Yȝ+q,\\~YhG\ޥEn@\\"wg\\"ö\\"\eQ7dQOʢuʢ\b,zd1n\bI\,LcNC_&TE\0]=T\_T5/K*\\+K#d\7\ʮd`o\\rٌ,\,kTv\,[,\dWdynY\ٝ@ ٝ| YA\ZKV\.+RM}\ZMm\e\A Y2JVIΐ=z${FV=TVF\\"^\0ʖ=.k\\\\N\\.nK\+Z٫\RY\aYg\^@\'Mea\H | rm ,L[\0\dd ;>\TFH\\'#9!edᄌ\K\\1Kd,\nGN\ӣ\|PLTU,0e\G2i\Nt MօLuaȺ\zte=\\k\%\\+p\\\\\޺\r\F|Wd#\\>\\\>\\Y#et\\ԙk\Z2싪lr\!\dOlr\G6u\l}}\,uXU6$-\\+[(?)]c+\Qp\T/\\\Š]\\+W!WZ/׈\5T䚽b\\\5OU\\\\/\\,rv\r>.7\Pn\'On|?Nn\<\"79Bn\N\06\M\\[8H\ۊ\;\\;?\;K\ \]\y]ݙ䖁\r\$\-ܶTEnDq@n{N~0M~تO~:<\Z%\\.B,ʽ.˽\O\}6\}=\\'V/\OE\ʃ\\\\,y\ZyXj\\S\>Ky]ǰq[zTk\Ny\-,yǟ Ρ\n9@/\\T9\Ǥ\WñNr\\\Z9b\iW,G\џr\\)\\ߐ夶e9yO,{*gٟ\<ҊosT.\"\ʅNrѹro\\$\\\\\req;Wޓ$\m7V\\\\a;|~Q\%\_\"8n\"\%|G]\"@Oȧ\oȧ˧W 0R\w\\n\b|pH/2U/;J\MV.S\\+4\PhPMxXcb]C\zUbC\.ņ}\n\eU\\\Ie\;V+ =&nX\\\b\s#\MkEQ\VUb\vbk]bJcnjbwbg\k\Ny\. ՟ru\n͕]L\>Ka\\\,\%[z‘:8!>\o\/;DqbXqBKq\s\\93ũ\\n\"?R\W\{C\L;#Sei*\"\N)\"Bf|\Ymsk\+.pr\0/((]H\#P\Qe+߁*nlW܈Qd\)ZE\"f\"W W䭼R\)Gw*\n\\\ڊ{6`EY\zEȨ\ꩢr\iAQs\\BQ۰Kݩx_h\&)\M),E\\5Nd\uH&*\:\3ζK;\7W\ۂx=^鬠;+\8k#F`+Xj\n#N\6Rp}\\[\nZV*D \nq\B\U!9ѫ])d \"\DPV_Pt*^߅*wzw؊\G\bb\Q|\b\ǏEO\1bLb\\",hWtw7;(\kR\\r\\n\'e\[彏\Q\ yʲte%Sڥ|?`+UV\Zce\Sdl<|\Z\V6}S6{(_)\8\k|\\;\\ \vZO\V\\P\ \Ƽ}8k\``\?\kOIiɍ\:LB#·\0ང%l^`v0;\ j\r0wi\r_\\\r N\߁O07%I\\ra2:\rPO\.Xw\rX(>\\n|:u,d\0\\ \;)i`\l\||M-q\Z\0\,\0yM\0;\Ӏ\\\\d\`\~`-\7Q<\ױW\:%Rc _G5P\q+\\\"p,\^\\Q+3kky\{\~\\m\ Dr \\ \rNr\"\.@# Z D\D\׏ $@\"r;\;}sʀ \0AJ2\\V \,o^X_rGs@\\@Y-PcPkdc&KFt\˪ULzz\\\ZbHcbhh1h}d#h=\Ai \0醀A6<\\ Az%\V\g_/O=\4m\\r\ \\Àv:\|qU\0\%\rڭw Ǐ ڻZ\\R 2\> :s d y̫mAC@ԪAu\\\?\l0\@Gg@\\\X\9\1\+ rh\|.4|׃\<\\0\\@i\΄\U\g\A!\cA?\\0]\0\n4\n]q]\0\0nNNbWo\=I%0ށn\%\%\r%WRmR$Ґ?A\*;1s;k@w/A97r\׃\n&@\AEϠ\N\W\A%_J\\ZA%$T **\ *@AUgA58}\C\nT\T\rzT\z\\j\}z\\r\rzq\\Ԛ+\\;jr\\yqs#Y\6ǀ\\@>T^\A21\\mA\\n\`\\Z\\48h\\ 4\) \Z (W&z\@>/A\\\E\AN\wY\G?\Ǘݠ_\r߬}?/ \0Iܷ \k- oR@P\KL\n8\ ~bt @l`Pq޼qC \%\\\0A\@\\0Gu$}~$s&;Q?*wUs\\\;\̟k85Uu`݃\wlޖog-Ɓw \\*h`\\\ &\\\\\"\\i\.l^ d 6:E`ۛ`{\ H\\6\`v\\;\\0_\{*{?.O7y}kggY\\\0\\\\0z68p&H] \\n\\\ \kϞ_9|%G]G~\\_\ƒodۃof6ccqep\'\'\\\26\0\RFo_\'n\\\\Ԟ\ല0pZ\p\'8]f\\\7 κ0΂~gb\\y\(p6{pA\!p \/pi\sp\\~\0\\q\\\kg\\ץ\\?~\n7\O\g\Z\g\,sO;\\7g\kw6\M\Y\\t\+\\)!\W%\Nq\n\\n\/;l\M\0p\ b3×)p5\Z\| \W8?xX?;YWG.G*\Q\\\(khggKSWU.:x!\r\OD\x\\?\{3\n\+\nKp\p*\\\_\\p™\\`\\G`\}6^\Fgщ;00~5O)\0[`\\\`R_\6 S\V[\`C0D4\:\6\.O\z(-lr0;U\r\[`Wo\mQ\Q3; Qg~hWA4\L _ ZLE=DR\!dS\1ȖU3C}d[X.d[\)\.\\r\c\n1l\981bDs#\b}\Z\\"b\)\J\rX\be΂\\bC\?Bq8z\8%/C\!.\!\\B\p n\{A\\v\{\ěr:\$\\H`I7$\dTD[\ d\\\P \2!\\ B\"\\ W9k\i\\d\gHTr;\FG8\f\n\&\Z$P\rS} w\<\z\V\0\\W$G#Hҙ\}H\H*$=$k$\z$S|r\t䎟+\N\}\zHv/$o\0ɯ\J!! 鐢\b1Č)&>\)\nT.B9\\\z?!Oml!O=[ OC\Z}!\ruA\\u\yxȋZ\'\ \(IOҜ\y9\ny\> is١ y.\\r\ni}}\\Q\ritҡ\\ ];!]\\^ȇUMCo =\$H\S/\2\212\0|2$d_X2i|;XLBfr!~C, _!S\\k,1x{:\\\\n C6\rmB\\n!n뇐6d@;L!S\! \ a=Npv\$ȿ\"\Z@Ĵ-i D\\n[kB\WCzE\?\P,\cZ=\o]\C\Au=Uy\\-[@<\ny\\-\6 t t{:\\cto\\\\'\}\&C9\r=ح5\rݬ@͏jA\36C-j.B-\+\\\^@\bP;q:~\Zu \z\\n\\\\\\PW\P\Yu0\\@Os\'\B=;>\\rPg = \wv \oԏ\@\٨A\)^ACCC~*\BþC\}\+2h\\MЈЛ\h4\\;譇\\$,h\n\eZ \\ V\\\n\]慴BB?f\~\\\\\\\nZ֫V>Cd\Ї\'\C&Ak.Bk&\ڕ%h݅ih]F\Zn<\\r C/@\v\C[f^C[۠\\Sm3xh\\Ю`h\9hG:\?8Ё \s.tpe:bk\B\bTc3Я\@@@g\\\{Ԡ?}?oFCT\_.օ.\\((HB> A!}P\V(|h\0nE\'A1R(d\g\\<\ JlN$PҭPқ\P\(e\V(m=W\`H SeKr\\\\f PWPR2TJ\v|\b)T\k*+ХuKա˾\\\G-\BN\\TM>)\"a\\\aOK`WwG®= \\nEoа߽`1!JX,\\\| K`hn\n[[’o\Rv\RbB`)\)X,} , S\*\x=\4 E\\v0a ZrX\ \ˁl\\n\\C`E\\2\xTV+5f\\]U\a!Xe&7\\ \C/\=\r_8{:k*5:a/6\a\\`6^\\j5\yھ.\\>\:l``]ᰮ\ n\[jX\37X_\#\\Z\>\r8[ÆN\rݸJs\r=T\F\`]\1}\\񻰉5>\\.l\um:6=l\6\0K \\Kn ;I_\W߇Za\'7\\\rg\n\6!\n\aa\6x S\ \/\Sa̔,#G΃\>x\J\\^\L\\{a\nI&Lٿ>r\>W{˂\D\\\\u5#\k\n5\\l\u\pn\r(\\\.N\n\\N9|cq|S\,|S\)\UW\[\\[~moo ߁~\\w\#޿\v9wy~ J?\\\\\\\\n?\n\\Rx\w\\\\\R\\<7u> >\*_I\[\\\2\\\k\\m\\\\\'\\UppM+.&p\\ p|\f8\'\[\\7\\\\\&`\\0r\r.6i\D\\\+O+\Z\J\u\"d _\.1u\K\\*6)bxĚ\\\ZqfIBw\s ki\$B\M xmw\3A^!bϋC\c{I%#h \xd\r\\=\\WC\7U\qM\k\0\8G\\s\n\ؼqt\l\p\B.!u\\\1[\-\=Z8y\ q<\yl\_\n\^#\\r\0\k\Z\Ǥ\\5]\"\hq~8d?\8AmE\"EIs9\\\".\V#. \#B\ȈФ)fĕ ĕa \>\`D\*)\"\R#\FD\"\HH*@\\@!R\3*w*w\#,(DV\\}\\ܛs\\8(~(FN\"J`DEZ9\oDu\D\\\'ǵ\nZv\\u\\\ \k\E\r`\'\s\\n\E\\9\=Je\&\A\\>D\\D\D\ˈۣGq.~\\ чF|F\G \\\B fd!~ 9#Q7\\n\au/\R\*bbb\W\Dy\Tfbu1CbA\0]F,|\E\0P\p\cD; ߏ@o@\'\OA׎AX<i>\,E~g#D+_\A[tr!\4T!\\\0by\IJ+pCK#UF*KHu\\0RG\y\\불\r/CnxԎ5G\NF\\%E#u⑛8H=YRd Rӎ\\ \] rJry\ZrW$r\\b\ޅ\H\\kHFȃ5H(\%U\ãsH\M\"mH6Ҿ\\yԝtJ\F:e#.\'\H{vHI\\\\\;ǯ\"]\_ \#=HϭiHϏ\\Ez\ f\rgba\35_gH}ȳJ 2\B2\"rm-\\\\\O, /_yդ\nyUV׀\\\"\'g\"?\BFOA\\\\V)hE\ƮF\N\#\i\\Ȅ=\dJI2J\ \tE\\JA\})Eޝ+Df% YH2?52_yY,\A\"4Eb\\\\\eO\\\\3W5 9Ⱥ4M\# 䓓OB-7#\.ȧ\\ bdZ\\$U\+_͆\73\w}k!ߟBy\|\>Cv\lF~`\"{TȞ?doٗ5쫲F\\"^#۾ G GP\\\\\\g\\kx\ \\C \\Q5\\T\ԗ7\\m\\46-+UB@>9|5\0rG5A\nT ܮuw#\7\np`QD\\KH\T\rĎ5!$\!2$/jCdJ\\Jg\;Jw+\d j\zԦ jfJ\+J\/7}\\\Pڹ\Z\_\>L jn\\2\2ʓ]֡Ljo\'\P\7\ P!/P\(\P\ƧQP\TwGt2\\j&\\\0\6\kr\Z\I\@Zk:%hAy\0lQ\˨\0*\,*\*\\*h\niE@oBB?1PW7P\47\"\\\B]n$P{w\v\PqT$*~\5x\ru;TJᡒ?\P)ܙ\._Ce\E\g}De;@\\PlT\TѽQԃ=2T\ LUY\BUD\\:\٢j{$Z\fT-;-A\ŜB\\r\A=rA\_.B5<\Z\Z3rQ\RE^mCqM7P-!TK \2tv6\]G\}\+T\i\\\l>z\\0\\;\'wi%\r\\#\\}[=\\oіc\V\\7\6\\r\67\ʌ\v\\rhǧ\h\'KKvQ\\\\\\_]hh\hhV.\\\\_~Ov=.=\Чœ\\Mh\O\'ڗ\r}F\Z\iB\V\\\!{\\\  \oז@\\e\Wn\@_50AG\FGDG=BG\7.\7G+\q^/ѷ\ѷL\зc\ۛ\\\[-\ę1tZgt\itzC:#\A\@g\Fg\i\\\\yV\ T\,V9x~~|+6~S~A\5݌\Է\P`P0zt\V\~\\\)\Ƙ$f筯 )f\w! c`b_b+S0\\0Ff㵶\\Cs\0&iw01\1W0礼\e\`<\i\\T ƙq\i9\cwaq/`\"c\\U\c܌o`\4\L/\\*\n\\\`20~J)ƿV\ߡ p\\\b`\'V0\D0\G1\e[0!\e z11ݗ1\\'va\\0\ݘ(`\.Lw&\Zp \I~II\\`2\b\\\a >`\<0]1\;arʌ19o\09\09 1yArL{S0\\0\mY\\+\+L\eL)!\Lyc(r7\0S҉0\T7cg1M\Z1a]\\<\Z\c\\'QL\rLØ\?i\b\ތy^`y!.\4k`;1\ 7̫s\iL\L\ͪdL\\t\01eaJ}0}=6~L\"f\\)\\d\d\r\\Rf\\k5f\v3\n3e~d&\ǎ\0\ϔo_,1c\\\a\0sO?0 :Zo]\Bx&\\`\0N`\,t\\@\Z0\Vk \2`C%ߴ CQ\PFj\4\z\\na2°F1¹N\'F:G`đ@R/F^}Tt\rL\\S+Ī\Vbկ^êOcWnƮZ\p\j\\j\\u\\upk\z*\5\N\nvsE8V\\{\֛O\bw?\\\\Z\\1=ݿ)\\Z\\\\Z2&C{\\X\\F)k~\{YZ|n\\\jcm\\\X\T\\\\>kOu?uڥu9Vu+u==\.\ w\QUC`O3bo:Lu2\k\\UggM\؀\ r+6[6f칼^칮.칟/NUb/\\^\\^\\^BWaC\^a5`ݎv|/6\C\\'O7Ya\X\*l<\6?h\\&Kw/aS\ܱa\\\ރ8b9`\o#a\\:as\\ؼC l#) [w-\-\Z\\V\[\VqV7ckbwbk?\'ac\\'/a\\63C\]웓\ط\;p\ß؎؎\\\ﱝ]e\\/\.ClW\Clw!]\\չ\5\a%bءءQ\pPv8R;rv\Ev\,\0;Vو|;᥆?\cf\~\;kJ??:;H;& ;[u;\ԃ]6{\2\\ \\(,A?^ÂN>Ăo\`7c\sx\<`qKȋĒo X*,{@\\S\\b9XVbPX\a%өXɯ\X\Q4\\0+K8~\fb\\a;lJ\\]\\.]\\._ڇ\ǩ:©WuyV[\­#X\\\\i=mV\t\6q[\\\dY\j5\^\\_n\mSۦm;\Z;n\\܎\q;\ \\q{\\m\pƳ+8c9\A8\\Z)ά\\\yqF8\8F-\\+\¸;~wB2\u\r\\\ݍs\Y¹K\p\'|q\'h#8\H=\'Twp\0\y\r\g\?y(\\';\Y;w\n.\`.h\!.x\M\\2\\p\B\Eo1. .4 ޻wٸwEwD.h2\z\Y\/\0\\.j\ u\Esp\+.=󸛝C\\b\ q14.N\..>u\w#.]).i\#.9-ՊKـˈ؉\\\2\O\2\\i%\\w\\g\q9Ɓ\\N/w\ \\[\U\q%q\U2O \\yH\%.W\{d^{~\09W?k{\\5,;\^!\Zp\p\\n\\q\\\:\"pIո\ ܇xs\\\]\\OK\\\\\\R\\\3\\_m\Ǻ7\0=\\'M\@n07Tv71:\\[\,[\&\N\&\p\&K\np\F\\n\M\\XX\fpwqŸ\\K\t\=_{V\~\\\n\qk\Gq@-~#\6q885\:Cn\y>8d>9Išp+8LE\rCY\\Y8\G|sG\\Ȑ8G[w\Z\麅\\\r\\4_6\ㄬ8QK\ZNlɺ6\_\7\0q\xܿ#Fx\xUXWOkX\5\Fch^\)[~\\*\M[\i\\D\w\[\wk2}\|^cxC7*\0o8o5\/\0\0\(t=\\\޸.ol›Y\Mu\?ě\\Z\\ \"ޚ)(\\x\\m7\D\\\[\\ֺ\~:wYul1\\ar-\t\\J|w\n>v ć|\_ߌ\\\_u\C}_2G+\G؟\_\r\*4\9(1|T }|M{\\ckq\I:~\\Oj\:[\'w#w\JlCnⳗ9\r_H8/\"?\)ŐD|\\|H/𻀯\0U\\*\ \Y.Y\5\'O\r[O\Ķ\#\hf42yy\|\S_|\|\;{/oNw֗\\Ap|{2ߩ\!\?￾\j?g ?,~t\$l̙$l|9O\BЏH\o1v~#\2G0o`\E0M0U\" &\\\ \\M3 |ٙph8`iz``ٗ`]F\ \wR-H`7\Jp\#8m\0On!\E8v\ZMp=CpmzEpJp+|Lp\'\N\\!\M8$\*\;\\\0k!8ȅp>d5\ŷoa Zm \e Ю B\NB!|[4\rK!\A{5\$D7r 7`LBn!&Nz\\\ BB!t.!l_EH\\"d\\"df\2DB&pG#\=B\'\=pE7\E\>-%\o%\o.$p)\_PF\#TF\"Tn\"T-Z\ij# \k#\tf\MO\"8dNI%v*ʈ^G\[&7\\"[\\'D\pl\"2Mj$^$Fj\\"^{x\I1\\\"bS 1\\bB\\01\Y.1EL\\GL/\K\8|9\B˅xh+1ˀD\\L\'\\sCE۫E\bW,xN,\q#qĊ\zĪ_\!׉5k\m{N\\\\#.\ .\'.o\%.\"W\fH*u9U$U ImMi\{aI\pn]\'i\7Ika?i\\\$m=i3\i \I\S\\\ \.\u]\\M\0\\\F/\[=ҁ\\'Iƺ$S\C$\գ7\PU\l9\·Io!!^%9wΓ\\ߒ\\\Av$\\$Ok\7\HX^O:\"4\$\&:JR}J\8M~9D:j\'#\Ր|mIAUHw&]\Z$]%\!\\!]\,#]1\$]!;\" \H׼ȍ֤H\K\BIQ\|R\~R4ts\*$\W\\HUu\-<)ȅO$#I\fHIv\;9;G\)\"eUսI䤂=RwTcAzM*\&]!U\7*7j6GjO =Ҟ!=O/2&5{\$5_t&\v^Ajit I%\-\"\ZZ1\c\I\VƤ\SR\\;O\;O\>2 IU:oA1Y\oIS\`\̏\bMqJM aّ\\Y\I\0) A\`K$؈: \IȔFD\"x%\\$\\$)DK:ؑh_h1PVHb\i!q\o8\\0ߚ$0% I1$1$-\'\\\\$l$WƑR2~_JZVbHINzŒUnl\"ԔU\dZY1y\)ƤYUN\D\~!\;|\\g{\\[ԭ\[^\"o%mE\V#\'lH6M6~K6}\'m5#\K\"\A\id+{>\V!o%\ޠ|\&\a\\KI\\ޒ|슑=\dt$D\'\Z\$@ȧ\m\"6M$nq\"ZۏϮ\J\hr\rP2tl}ЎF|/9\`,By\.r\\r#9\ԃ\H`.\\\Wݓ\W/9꒯&_@RQ0\fkɱ\\ g\\[\\[\ȷR\\Brj\ir\\仝=\\\6rn\5rA\\$1Nܭ\'KZȥf6\\xCr!ry5\nJk*]ɵoRȵ(ri(\04q7!\\9A|M~\&%7o \"7\`_)ޓ_w\o۞\'\=ɝ\\\jr\\`r\r\ \4r\0f7\@%%]\0rϓ\\3\\\\\^Mdi\'yb{^ψz\ oO8wT.۟\%.\n\@2( 3\`\.2\BH\'crȘd\s2NL\!OL_dW2nI(-\KdF\2%!\ %s5G\\cd~Yֈ,\8G\:\0Y(j!YTd;,[h#\\\Z\JQ2#Ȇ\\R\y%`EMY-hL\Qֺ\)S)uwRjP6_\@эxO\-AS6\S6l>mA\e/ԙ\b eשk]-ʮ\(`-\\_\0\\\ޢ$\FO\\)z)F1g7S\)_S,=+W|:r\jbC m\=Ҥ8\rP\fRuvQz(.\)Ǵ3(n\JA9J9a\H91r\/\\\DPJ{p\חM_E ƺP3(S.S.\"(\K(\GR)\]+\2\U:r\ %3%\#]Hy0rsОCsĒĔ\1\mD\U \'J\C6%3\$%SlOd\\dYܣd\\S\\PbR@J?\j\\!hd\{\RJ)TlɡT=TTr\l\\n)5ƪog~g9\sa\r\ņ (\9bJ\"jKyclOy{N#.\=\]!\4޻\\\S:R:F(]AwC\"/ӊ\W\ѓ\_$|ߦ n) %iS)\\0*e\eTe\re잂2-emD\sz9\s\r\+ ʗ\03ʄj\D\^\D\Z\\m\74\\\˔\)\ Dm\.ߢ|\K|\M,-R\\0(o\n0\8y\JTwS (0\ػ\xx=q AO \x\n\͚%S+O)\,yB>6J\U\_0S\IcG\b\)k)\O\0\_H\S$I^\'Er\"\'(4)\\EYL,\'R\(KEAU]ʿÔZ\\KT\\\U%\58\5W?P5R+S4\\z\y\UW9u\9\\O\\?4[v.P\{G\+mnnPw{R\r6n\Z\\C\7ojdI59E5Z\_ZjE\\wv^v\TP\q\9\T\Ty3˱I\q\2k*\\1+\(\MυꮒCu\ dD=Ոz[޴a\>#\iW\\ \5̿6\\G&\\\k\\ \\멁ߩ\\\s\i\\G\'tMj\Sj\\m굍`\5\\\\\FN7S\^^F\4Sc\\J/Ʃjb\-5\nj\\\Ąij_\\}Ԕ\)\%Ԕ,j\sWj.5-IM+\Q3\n^S3\FS3\rR;ޏ\>S~P\ jaZ8X@-+mΠ\<>\\>D-=J-Y-R\O\NQkQhj\\qf\L\\ԧv\S\\0Om\v\\\r7Nmj\\D}\OmTS\\\Z]\S?\QP?^~*@զ<=:*:Q%>\8*u\F\JZ\DB\"\ZPg\' \\\{3ԟyԟM?Q瀫 Ǎ ׇ\T`\)*XG\\"O\\\vpvtA\+93i.ճc]z\\8k:\\q ͝B;QF;yE;JyZM;M\\}:\\ivhM;cw\g\IL hӂb*iAoiX]\yvJ\N$\\]\h%\\\c\\8ZT}5\\\dڍ81-FTM۬O%4\\HL\/Ĥ9Z\DZJ-\Hj\@K\\@Kj\2v\e\Z&\2\\\2hw\i\\T\C\в\|e!\i/\\$ӊ\6ZIv4eV\gЪިѪӝhul;\c\c\\[ǂ\'if Zl\n,-\Q)\\Pګ\rګB8\\e$\\"A{Ў6М>ܟ^\@\|3M\*cк\W\;hCt\Hnm\>6\J\]mmu\ \k9\[L m6m\C\Ky\0\s?ii\ZF4\\\Zd\\Z$\ \r֏\'А1\ZwFxFDШ`\Zm-ư1=\i\\]4\"L ?\\\4_Mf7I\\\'4\w460H[=\=\kt3=R~}4=*=\IO\%\\㣵\)_\\uۏ\\\\ZI=m8.Wg_EϨ-gLb\Zz\# qzP\'=C\\C\&\\d\L\\\eBx\0\y=\T^B\\7ѫ\\?#\_O\_h\\_@x&}czSZ\Nz\-\-\^7Z7{\o\\ z\IzG&\ǘ\k\\@H\\\P0}t!}\\X}\"ɀ>eRD\\_OA5\D;3MXLСt\\':\:b\C:\f{\\\њ:tk:z\:\@\D\\\\rt,چN,5\-\Db$H\'\T\\\\t\I:C.U\i{\_>t~\'~\xD3(\t&@gl\>\ً:\Y\r[I 1\\]t1@?C\tdm/}/\EЗ\\\K\^\\EJ\W\fj\'C\\nPK\`u\\b\j c\#\Znf c\E\z\\v\j\ .C\'@\\=\\\1t\'\\\5*?\ N0vDE2v\_\ػ+cax͆a\bJ}wC\ \f\\\XQ\3 \g#\#\G4GR60,2\O\Yos?Ù\p9\pI>\p)\8.|p+3\P\\r \nG7q\5q\y\څ`xeex=0NO g`/~ \0#Pd eYf{8_2\)ud\\\t\#TNc\\s~θ\NfD3\"\He7\zQ3#ʣc\Ĉm0\\Zڌ5\{ɥ)9T3\5Nw}\w9]{݌\|\ FѼ\n\\x\\0x\\Fپ2\\'bŨQqgT\3=3jgԌ%2ju\׌GTu\'>3jE1\Z\[MZWMM0F@Fs{\ od4c͂nƻ]?\r8{F[=\%#\\p*\\0\腕1512\0c1y1t\v\ι~11_\}1\%c\\K\80>j3>M1\__ɖF\\q\ 81g\X\\0\\0\eg2H\%pw\@n\@=0020܍ ,` \'1p[\|A0(7t4m!v\Và\N0\\* ܕFbpLZ@;\\|ac\\rR1!P\P\f,F82f+ϲ+g/\LOG n1U/\0U\0UfL\\LuX s\~\#0sx\'S\Dednn<\ܲ~\ٌ?p\ܭg\s\+\~\Z\=\ML\\A\AX\t\i\rg\ҙ\3G3\N2-\\1sL\wm\-Iiw\\>~=\>wi_yd\h\\1\k0K1,372]73ݞ\c[2O(T*L\ϝG\\!טgT\g0UL){\Y=3\Y\f@>3yƼe?\ \Kd[\G1\i@f\r\?\\W-W.1b1`F\"ћ1c[љư\7ki\nf\f\3Aļ<:\L\afc\1̾S\ny̆ي?\\\q83\X&3\'\,Rb9w2$1K<\R\5f\m\J\Cf:\}ZӉYS\Ŭ)^b\o`\~1낿1?\|r\\\w\\0\l/g>z\|w)\|e;\\l$0\<`=Bg~Kb_\`<\\}f~8\\\T\r\{ٯy9*9|\;ǜx<9\w9b1\t+\Ek\\|\c\"s>}9g\)g (& \\΄\1\\wL8\#!0q<&;& I\$\{2\'DII\3晴\d&\r c\`\L8\?2\LNeC\\\gr\\'0)\)[e”\`\Z2\\!sE\\\R\Z=\\\yֲ/6Y:\V,\\Xt3\\,o\&c$kSkS\\Y\Omf\\\\\\:`qe2u0e\²}uH}uH+e\`\\Yj,[!\\œej\Hk\\\rzr\"Y\YS,g\Z\R7\r!Nسy\r\?\r\g\YS1ˬS#,\}\\0\̵,&\V@\+\\9D\Z\\UVH\'+$;R7Ⱥ4ͺ4\\\n_e]9NJeE6\Ċn`E\W\n5b\ܙ̺\\\\Š?`ſy͊_4b\\^e%f`%5X\~լ\qVJ\YV*(8~i\\\,\be Y\sY9mT+вU8_\z\;t\=VlVe\wV\[{VU5U2`\:*Xo\\Z\\0X\92\\O\ӒUq\) ~\1\\w\r\kW\7IOXo_X\\WSdV\\"\ի\\\\>f\cU(Y}ʝk+;XYq^\\/-o\X߈67XӎXӤ8]֏WX֯e\UP\\\Hkn&5\\re\G|d-\g-LZ\0;Y\,\\0~\\di\,h\ ~XY`P7XY3E`,r\\r%ˢn!\"m+v\\\M^X\{WX\\q\ZKP%\%r-g\.d\nM\\k\'K4Dz73,\YK\r/[\t{U\:^\V\aׄ\\q\\ZZcl\RƳ`Z\ډ9\W2{mԇt`\&M7\leo\go\\Ϛcoߴ\\m`\6(>\6薲&:\؆\\l\,&@2\\T\6)+bTaD;f\eζ/e[E[b\`ۘumlp=]\"md\\HdMub;>e;R\N&l\'9\ٶ}ܸ}Be\OLeĄ=\ا\\l\*w\;\>/j*\\\_y\Lz{\\E\ \!\ \\Kv(\;\e;|:J?\\$;\"œQǾzx}mڿ3\H\\h/ɎI\c\|mf\뫳 Kٷ؉\^vꛭ\\0v\\v&}Gr}gye}q\Kb\a\wO\"\@vjx\IvѬO1\W\3\+\\Y\\nO/v\ sv\zv\t-p\~8\nc?a?re?hd?\a?7b?\\~t\;v\-5^\gI\\\즵f\K\H\\\Wv;دg^[?[\o*\o\߱[#\mH}vG.\]\\\\\\\\\\\7re3\\O6;\\.!\'!\\\\\{\\Qt)\MlZ7{%k\,{\r=}+o\rx\\۰?N;\\P6\Fl\HJ>\\F߹\\\n\xq6\CM6\d\r\\\rl%\^~\\\S\܄&6-hc \%\\nle4{i$\\^92yG}\gգ8\Z\\k8kՇ8\qֽt嬏dp\8\\"\\n\\6ު\*g+(%g\gm.gІ~WcTc{\\\*%\\Zs0;spv\\mcÕca;ȱ\ϱ|~c\c\>\9,{ȱ\Pʱ1\\slW8vDz8v i<_c]/\xs\&ǥ™s|\"s-\\$㖚\q\\B=\x\\x\q|, 9>\8\Μ3\8g\9~&f\l\l9N\vN\ }Np\n\9\\\'\f\\!(\'I\\\\Ź\\\͹ʑsE3\\\\\\\MZÉl\\snf97=/rn\Ā9íĊ͜d\=\;\5DN\'\l\'d\'\mN\,\ݱ\=d\}|\']N`\'Gt_\)_\)\b8E½^}Ev<ȩxy&0>S\{SSgVǩ N\;ę!p&x\7]\Z\,3\™\~Ιn\\L9ęL\̐ٶ`\w\?\8\O_Ŧ\\9\\\uO9\\G8\w98 \A]8-\`^rp\\y\ou\\Zb9l[ˡ94}mpy\+9z\\Z\p\8! @!GP\`9š8\ GW#ȑ r92ش\w\\Z\F\]eB\Vr\\\rs׭\]oӇ\\ںurcsg \\s\Zd\\סp͒\\J\\#6ܽ\\\\C\r!\5\\\\\Z\\\Z sM֌sMX@\A3״\(\tkj\5SFrQVi\VmV|׮\u0\uȺ\u纆p]q݊q\#\\\\K&\\\o\\\Z\֋`P\\rB\qk\sy\P\X\d\#\КC\\FKn(6\\\Ↄ\\+g\p4pMEܫ)xn7nԫ\h\\\\+\\7\\'rc\X,7\\6\-.{\\M<+\&\}\+׹i\I \\>:\\}d#1T\P\\mX\6\\6Rm\)\\MܦC-\W+\w\VV4=m\\,\˚ە\\\\%q$R\`.;2\\Y]!;Q;\zņ; \\~s\\ΘjqgMqg \٥\?\"?\"M?w\ \ZK\΁;_t;\SpN\s]>\\ \\UゑH.\~ \w p\K_\$.ћTTr1\F.>:Kt\%d.\\.\eq\~.w\\\rjs\\\\%\W\"s\J7K\\\\^\r W\P\ZOe\3o\O\Uڴ or\\\K5\<<\r\=\Z!oj?O+\.O\\\\t\\xbosJ:OIo\oL\v\\\g\\֗\\\];\3ܾg(\\\w\'?\\rϨMg\3i]\;)\\\;(w\+\g.g\'goų`ϳcije<\>1My\\"x>_x%Ag\\F\`&ox7S\\A\{/&Px\B\y\\wy\\`\\\'9o\\m\/\\\\9|1\O\\r\B\o\W+w1PA\0yP\\A*b_w|U-_\\_\9\k\5ͪT\6.ׇlN78MÊ\F\[7\oB\\t\\\e\\\4\\]\߃\\\woq_^\?j\?ŋ\0`\7\\M|\'|S|*m|\ߥ|<\\5\2\\\v\\l|g\\%r\\\wKQ\\f=Z=\'\\O2nOJO\\򽍳މR\\\\\Z#~\0Џ\1\ʾ\?\1\+/mſOz*\6\_N\\_\Gl\G\n\_\\0z~Lc-?vۼ;\"\Ǣ\Q\\1~bu5?鮂\\\\\;K\"~\?mEY;\t\pM\+<\\9~\*\Z\q#QtIj)Fo\\7NJ\ҷ,\[L/\\\Z濾\Z\c\\\\\d\o_\w\\\w\z\\\L\w\{՗h~&ȳ h\c\5>tM Z\\CQ\pB\r\\\c_\cX|l]\\'\1\EI\\|<ϠO|\e>\=5\Ս\C_|\_#\@\\ejLV\.Xsy`͓\\\-kwi\>].h\\nUu;=\>k\n\[\n\\ ͮo[\\l\~/\J#\!\g٦\n\}\\)\j\" v\.\ vwi  W\\\n&\n s\\> \z\ LO LZ\.yA\\$xK`)^,\(\Xl9Y\\vZ\uN\j\'p\\nu \\m\7{\G\8#\ N]x-8\Z\Ţ aϛ7\\rkAK]A`]\ܱ(\z\o)_\\\\nBB``A#\(տ%w@pKpU\Yp\zt z\\\AL F)\~ RR_CiN:`;Ac Q \ S&S\*{\nA\\ cmnh>>\nzz}=F\:A(D\\z(Lh U ] _*U\%\n\\ \.1_`r\`Rj\"\(\.!K\,HK\I0\wF\0\niW\;&(+\`Opa\yI\0+@:\U;+\'\ZdC@^\- &Է\4CfW\'`X \!>v\UX )},f\t,\\%FG,9,k Vcj\\ժV ՞\\nպ\B3kᗄQ\\r^pB}.\'zz;;\}\=\B#oLCh\Qh\"\\"4\r+\͓M_3V B57\r[h\Q&_\:n&zzB\3\\8t\f\\9ᙸ|aPՈ\aHAb6Oxq.Yx\\0̵^n&<\* ^w ^G\\'Q\07avLxC\Kga̾ta̩\\X\,a\}¤\\䶫\dn0#LR.L\{+\x\,\b\"{JxO7_x\K(̆\\掯毬DE l$¢w>\\hka\I4\BXͽ/֢ͅ[º\ru:@a~DX\'*|\)|6cϫ _ F\n\UM\—\Wy\Vc}f\麰mz}[=x\6\\\\"\)\\\W ?\tl\#*X\\R8GG\C\\;\Tp\*q(\?\\i>Nk)\\n\ݝ!8&>&Z (A\\$\l& 1 6\#\:)\kDy!ꀐ|\Z\h|\"dm\\.!\Q`\k\W(\\'\n\NB\]\)\\~ʿ\\n+KB\p\\g\\\0 \\"NtjT W,\e\urE}YFh-\h-eQ>-\ i[\tdSM\lі#-+q\{ 2Ut0GdֶUd\\\ZthS\\\8\\W\\\'D9\"{\-\Nא\-Lt)rz*rQƊ\\w\\\D\9\"W\e[\]\CEtj\\?G7\V\M\N(K\(:#:;\\<\?D\n\\)]H@..\\%PZ\/ܻFqTA\$N];T#vU!4\-2|!\Eg鈢q\D76nnEqt(G(q!Jz)Jv\Ê22\=\\\(;fTh((,*tM\D\DR닢R\Ҷҟh5Q\\ r=ל=)OT}>_T\\=L? M.\\=YZ\=u\h^ly#zQ<\++9+z}\"j=^\"jm>&zm͚\3E^ˢ.\r.n@G]\\-\?\!\w>==\'D9/\Z<\\rm<-\Z._\rƪtE_ɣ<\d|蛱\ v䈦=D\A\ߢ\`hna\\4\;-,G\\FoLE\"pP~A.\'\rX:%\\auD\^D\\\\'\"}&\"?\ћDLKu\IĶ9!\\6{x\nLH\ 8a\"ɟti@$ -RL׊\U\US\Umū~\9U5\Īqb\\03\'\\5;\\Z\zZFxCwn|xc\Q\\m\;\[\\\;\Ļ\ĻmO\r\_{Vl+\bCb\Sqbb\bz\g-Bl\)\;՟;\+vO<,#S\]\\4qg8\J\\\.\igCDc\ /?_J9!C|\[\yAq\_\2AJ&\\'oou\Is\$C\\$NNM\'?8,NZ_\"-%S\\i\;6\eBq^8/tX\C\\xIM \"I\\kKhqهNq#88$\; tY\\9e+rŋk>l׽x-~\\^\\U\\O~+~:)~$7ԔH\^\gl\f\⦅O\fqsL\qW+\\Y8q˶_\+\oj;J\;\\~\}Uq\Mq琸xp6Y<\.W\[\\'\\_4\'k\_\O\\O\\\OgGĿ<ĿWΊ\m\+¾1ШF C\\\\\HR]J~V\\Z\D\!1y{ܳY\Yw%bVI\>!f͋E \);ŋ\|\I{RU+^JT~LIVGI46\K4\r\JdpD\D\dSdQ7ɖ\A=ADcdk]\-CA\>\ނ\n\}Yc#Vbz@ \Y+LNX-\\.CJl\Z]$6L$׏Hl\Kl\.I7I\Ӓ%\|\eq\u\\i\\S\s\I[Kgk\+k\瘣\]$\@8\ߑ}* 2ؒ ib\C\\L\\"k$\nQr-Y\Qrf+2-\$\\&YY-\*aInHn\hH\~\$飫%M;;ѯ$Hrn.Jr\'$yF\.IQSI\\I\IakP.)n\wHJ\%oK*=I*r$U}a\Վ\8IDD\fܓԥa$uڒI\\\\\\:䉞\8V\\\#y攤r\\\oT!3L&_N6\1\eo\\+ 2u2# \\U/\\\\d\p͢FFÒdt\z\8C\Z#c\+c1\8;d@Q(pjd\e\"k[\ULQ&J\/\ʔ\rejt\\mٿ|3ٿ;r\A|G\`||MN|\\nu\\\wɵdrA\\\\|q4Lc\|`|\\wPMn\#\,߿n\0\\\<χP\r\\&r_\gYX\\ȗ\\+TxF\ C\_)IGj\\on\*!\Ǣ\\c?/\ɿ\\OlO˿ȧR\gG\gnȿu\\\\\ݑAS\b \\ה*^ Tɡemr褳\$J\1r~p^zC_cw1\Xw\Д\\lR&\'ѳ\\\0;9u &gN3l<\9Z29/맜a7œ \\\"HT,\\\ 5\'K\w\\\˗\ \\\DJ|\vB\C20X\Y6Uo>P?XqB8Dab\DicbK-XK}H-b\"I36S\0M{U\,]絧\\}D/obߧ\\n\N\\\\K\H\\{Ta\HaQ=ܧ=械ߴpRp\)\pRp\5Vx7+<9C^>\\n/?m\p¯C\ﭦ*\^sTy@Td\0)R~T\̄*r34\ˊ\k\]QIWQn()\\*\G^CJ\"Eefuꨨnx\󮢱^K\챢l⥎\UM\k3\\\ ׍\-$\\\\{o[E[t3?N\\蚹\ިp\W\#\S\*>+\\(jl)\btbl\\}\dزbyիwV\=\0T\0\Z\n\Zb@R O)PKx\\n6a\n\"篂**\)k|\~\Fg*\\]k\V\n\B\;PޥPR(f3j\0Ŋ7\J#MRP\\u%^jT\\+\w\+\]t\^Da\\czN\3N\SSأ\\5Ԣ?U\\W\ 5+u\Օ=+7\\QnnPn\LVnJW\\v\\\ոrTO\v\\\_\OJCr\K\>-rrߵ*\8\\ \r<ȉV\T QTS*;tRZ\VZ\(mΚ+\N*\cvE}U(#N\l-P:Sݕ.\T\\ k\/\\r\\選rئBPl\\<$V~}RyM\\'<+ pWԅ*\`z\9\t\ʋ\r\ʰ\\AGW[_(#\\+\no)K\)of\S\\(oT*\r\o)K\\+\5\t\)\\y2\\21[\mV\emR\w* ߤ( \Z)KW(K\}ʚ\\'5,o\\ov\ڕ|e퇲NT>ݩ|{M蠲!W\HR>8|~G\"gV|6U\\\\_\\}T\O\nЭl\WvR݉iʾȫʏeBr?TUYQ\Z##\p\-_%r\"kr2D~UN\Ӕ\lu\\W\k)\)3sm-.J\0\J WBn)a\KJ8\\UܥP\"[(J\q%앒$\nPm*)&\Ԑ%\\ɜ\\u*hC)\\O\\Xr\!bq\\Z\x >\EC+rJi4.8\\CK\"B \N\IIH\T$\r%PT$Rtҥz\\\\\ѠPz\nn g@(%虳z\C\\Qe軣@\\(\\hP-/\ˠy\g Z`\|W\A;\=]Лz,~_R\r`F]Q}rp`<=۹`c$L\5i%\'a50c\'N\\yf`\1Xt\:eX\0]ym\-=v \`k\\0e,P+G,}4\n\\n\u\\\\\*\e\n1\_<\﯁\R^`\\tY|\\d;iC}\ g\F}?\=6\&\\q:l\U\D\6uNm\9\>\\\qaot*xB D\'B\o@H\\*84J\Lp\Dg?9eD;\A\_eS}b,ؽ\\rq\VB\EwU\\8b$N2$H\RggP#87k=}.\Az\\\H_<2\lKw\2o~\\\nWՕ\\\pͰnV@\\T\;\\\p37\Id\c.=} \\n\BQX)Nި|\\ZU~t\/;΢\\8`\'\/\A\q!vQ{P#7Whp\\Geq\8Ƭ\\tGKG\\J>kU\ /\"pb\Z/Vt\)\\$\MI6N\iW4ph\rQ4[\\,`\Q\9C\\Wh~\Z\\-\\)Z^|izh2\\F2\*C;l/:\pK9.\rU\!\i\=tz:W\MDwQ\\Z=\\G\\\8=ߏC\/\Kw5zrBV\\\7\L\n\5?{\gMCߜz߃~\\I1@?nL@\+9 nx[bq_w \\p\5{\\o{\\\m^\\4 4\_p?\3\x0\Zr6\\\%x8\ãNv\q0\[\w\n\}\#y &<\\$Cɚ\0?`\= 1c[\/5\eW+̲YSzK=f\`Nb\\o읆7{\oM?ǻ5\\e\\{\e%j,BXd\\\\\n|şI?G,\\\eϻ㳄h| \\r\\n`\5+kcո]ҿ_V\X]\rk\rL\\\%4\0M*J)\'iʢd^J&$\\\hځ{4|+M7/d溚\\ dn\LH\r&d9͐\m\E}S9,%6G\B\B \E\F9ϥ\%\Zts-M;L˜\\ywtsU\\Z\@Վ\eyŇ\eZgN>\䛹|\O%?05\\;6X\\Pږ@\\}ӂh\ڇ(?\K\|\\\Xc:M\'P5\\\2:\H3/PTk\\ tj\d+\7\(n\1JP$JPkEl\(\\Bg>J-Ԇ:?\b)\Q5\S\1o{A ]J\\<(kv\"]u@\^\ \6L\v~\B9\\F\Gʝ|r[]\\\\2\74P\T\\Dz\Å:\\*J\]ORg_*\r2\s*\\ZHe\\P-\F\s=U;\2u\IGһ\\L \?fPÔ(-\oRs~\hKm\Kj_ګOuU\\\s@\\ً\ʆ\p\\];-X!rSYq?Φr=V\gU\\.yɪ]G\SVmV\uXm~\'e\\A}\<љ\АJ\YpuM`\\<\ڄeO`\\`56\\\#V\a<\x #\r\\\\<[ l\\̖x\QS?sL\O>\xO[ñ9VOo\\\\+\pݕ\\I\N\\\\My( \sy|qh\}\Ô8&_ \fk-\\|{\Nѓ\\w}\|\|\..(\̅;\\"ü(~ؖΏۺ\\\"\pu.7I\\E\\Ѝ+^\s\a~i;n\\#f\g\\\Ńk5s\N~S؅\;\n\;m\\\\>rHn|\C\p\}4@?\ֿ\\%MώY~\^g3b\گQP\\6]Q>Q\']\jQ}!\eWd\\5!Q䄋vh\g}O\Z8Wt\"~XO\)\ݎ2줱\\*\\4$\?C _Ā\(\E\\\H\<8(c*Aƙd\DjIˣdJLm6\ފ\5\VQbuJSlU\6Ķ\־\w]T\)[\dA\HYx\U8\*%\ʲԌeiL8ӫ4Y5t\T#;WI\\ɺ\) _+KY?{W4L\\ٺ3M(J\z\i(;%\\X\'JzLҒvИ>rx\rkx+\.W\\Z9D5\?\T\P\X- +NH⑋XV()k^KJ`\\\'c%uFSi#$ӭHI\sɪ\\"Y%r\6\'A\"$\'*Rr\%ש@޺ɝR\?T$\R01J\n\'ΓBUyV*u\n\q<\EwIqMHI\gy:\J\<$cʤ@\I~ yTx{HŶRY Uw\e[BjޚKM\Z=~B\\\;\N\E\Mȓ9(\r{K\ۏ\О%.i|2\ -\\\fR+H\_i>Gf͓g\k{|\ʷQ\1\]:HG\"\n\K\\\ZS MЧ$a\ͩ\fl?\wZjȑ\0','no'),('manualScanType','onceDaily','yes'),('max404Crawlers','DISABLED','yes'),('max404Crawlers_action','throttle','yes'),('max404Humans','DISABLED','yes'),('max404Humans_action','throttle','yes'),('maxExecutionTime','0','yes'),('maxGlobalRequests','DISABLED','yes'),('maxGlobalRequests_action','throttle','yes'),('maxMem','256','yes'),('maxRequestsCrawlers','DISABLED','yes'),('maxRequestsCrawlers_action','throttle','yes'),('maxRequestsHumans','DISABLED','yes'),('maxRequestsHumans_action','throttle','yes'),('migration636_email_summary_excluded_directories','1','no'),('needsNewTour_blocking','1','yes'),('needsNewTour_dashboard','0','yes'),('needsNewTour_firewall','1','yes'),('needsNewTour_livetraffic','1','yes'),('needsNewTour_scan','0','yes'),('needsUpgradeTour_blocking','0','yes'),('needsUpgradeTour_dashboard','0','yes'),('needsUpgradeTour_firewall','0','yes'),('needsUpgradeTour_livetraffic','0','yes'),('needsUpgradeTour_scan','0','yes'),('neverBlockBG','neverBlockVerified','yes'),('noc1ScanSchedule','a:2:{i:0;i:1737798000;i:1;i:1738057200;}','yes'),('notification_blogHighlights','1','yes'),('notification_productUpdates','1','yes'),('notification_promotions','1','yes'),('notification_scanStatus','1','yes'),('notification_securityAlerts','1','yes'),('notification_updatesNeeded','1','yes'),('onboardingAttempt1','license','yes'),('onboardingAttempt2','','no'),('onboardingAttempt3','','no'),('onboardingAttempt3Initial','0','yes'),('originalScheduledScanStart','1737538800','yes'),('other_blockBadPOST','0','yes'),('other_bypassLitespeedNoabort','0','yes'),('other_hideWPVersion','0','yes'),('other_pwStrengthOnUpdate','1','yes'),('other_scanComments','1','yes'),('other_scanOutside','0','yes'),('other_WFNet','1','yes'),('previousWflogsFileList','[\"config.php\",\"config-transient.php\",\"config-livewaf.php\",\".htaccess\",\"rules.php\",\"attack-data.php\",\"GeoLite2-Country.mmdb\",\"ips.php\",\"template.php\",\"config-synced.php\"]','yes'),('scanFileProcessing','','yes'),('scansEnabled_checkGSB','1','yes'),('scansEnabled_checkHowGetIPs','1','yes'),('scansEnabled_checkReadableConfig','1','yes'),('scansEnabled_comments','1','yes'),('scansEnabled_core','1','yes'),('scansEnabled_coreUnknown','1','yes'),('scansEnabled_diskSpace','1','yes'),('scansEnabled_dns','1','yes'),('scansEnabled_fileContents','1','yes'),('scansEnabled_fileContentsGSB','1','yes'),('scansEnabled_geoipSupport','1','yes'),('scansEnabled_highSense','0','yes'),('scansEnabled_malware','1','yes'),('scansEnabled_oldVersions','1','yes'),('scansEnabled_options','1','yes'),('scansEnabled_passwds','1','yes'),('scansEnabled_plugins','0','yes'),('scansEnabled_posts','1','yes'),('scansEnabled_scanImages','0','yes'),('scansEnabled_suspectedFiles','1','yes'),('scansEnabled_suspiciousAdminUsers','1','yes'),('scansEnabled_suspiciousOptions','1','yes'),('scansEnabled_themes','0','yes'),('scansEnabled_wpscan_directoryListingEnabled','1','yes'),('scansEnabled_wpscan_fullPathDisclosure','1','yes'),('scanStageStatuses','a:11:{s:13:\"spamvertising\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:4:\"spam\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:9:\"blacklist\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:6:\"server\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:4;s:8:\"finished\";i:4;s:8:\"expected\";i:4;}s:7:\"changes\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:6:\"public\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:7:\"malware\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:7:\"content\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:3;s:8:\"finished\";i:3;s:8:\"expected\";i:3;}s:8:\"password\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:13:\"vulnerability\";a:4:{s:6:\"status\";s:7:\"running\";s:7:\"started\";i:1;s:8:\"finished\";i:0;s:8:\"expected\";i:1;}s:7:\"options\";a:4:{s:6:\"status\";s:7:\"pending\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:2;}}','no'),('scanTime','1737465709.1036','yes'),('scanType','standard','yes'),('scan_exclude','wp-content/plugins/LayerSlider/wp/notices.php\nwp-content/themes/pearl/assets/vendor/paper-full.js\nwp-content/themes/pearl/includes/admin/theme_options/includes/presets.php\nwp-content/themes/pearl/partials/content/stm_media_events/layouts/layout_1.php\nwp-content/themes/pearl/vc_templates/stm_project_details.php\nwp-content/themes/pearl/vc_templates/stm_opening_hours_item.php\nwp-content/themes/pearl/partials/content/stm_products/parts/tab_3.php\nwp-content/uploads/stm_fonts/stmicons/store/stmicons.svg\nwp-content/wflogs/config-transient.php\nwp-content/themes/pearl/includes/admin/theme_options/includes/src/directives/element-control/element-control.directive.js\nwp-content/themes/pearl/partials/vc_parts/projects/style_1_carousel.php\nwp-content/uploads/stm_fonts/stmicons/psychologist/stmicons.svg\nwp-content/themes/pearl/includes/admin/theme_options/assets/js/app.min.js\nwp-content/themes/pearl/assets/fonts/stmicons/healthcoach/charmap.php\nwp-content/themes/pearl/partials/skin/layouts/beauty/style.php\nwp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Field.php\nwp-content/themes/pearl/partials/vc_parts/services/grid_style_7.php\nwp-content/themes/pearl/partials/content/stm_events/single/join.php\nwp-content/themes/pearl/partials/vc_parts/stm_separator/style_5.php\nwp-content/themes/pearl/partials/modals/search.php\nwp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_21.php\nwp-content/themes/pearl/partials/vc_parts/timeline/style_4.php\nwp-content/themes/pearl/assets/admin/vendor/font-awesome/fonts/fontawesome-webfont.svg\nwp-content/uploads/stm_fonts/stmicons/linear/stmicons.svg\nwp-content/plugins/LayerSlider/views/about.php','yes'),('scan_include_extra','','yes'),('scan_maxDuration','','yes'),('scan_maxIssues','1000','yes'),('schedMode','auto','yes'),('schedStartHour','22','yes'),('scheduledScansEnabled','1','yes'),('serverDNS','1737616928;3600;62.210.8.33','yes'),('serverIP','1678641677;82.165.84.115','yes'),('showAdminBarMenu','1','yes'),('showWfCentralUI','1','yes'),('signatureUpdateTime','1737213342','yes'),('spamvertizeCheck','1','yes'),('ssl_verify','1','yes'),('startScansRemotely','0','yes'),('supportContent','{\"top\":[{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":0},{\"title\":\"Optimizing The Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":1},{\"title\":\"Wordfence Web Application Firewall (WAF)\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"order\":2},{\"title\":\"Scan Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3},{\"title\":\"Wordfence and LiteSpeed\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/litespeed\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5},{\"title\":\"Firewall Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":6},{\"title\":\"Scan Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":7},{\"title\":\"I am locked out of my site\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/#i-am-locked-out-of-my-site\",\"order\":8},{\"title\":\"PHP Fatal error: Failed opening required wordfence-waf.php\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/#php-fatal-error-failed-opening-required-wordfence-waf-php\",\"order\":9}],\"all\":[{\"title\":\"Wordfence Free\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-free\\/\",\"excerpt\":\"Wordfence Free is an all-in-one security solution for WordPress websites that includes an endpoint firewall, security scanner, login security, alerts, centralized management, and more.\",\"order\":0},{\"title\":\"Wordfence Premium\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-premium\\/\",\"excerpt\":\"Wordfence Premium comes with real-time firewall protection, real-time scan signatures, an IP address blocklist, country blocking, and Premium support.\",\"order\":1},{\"title\":\"Wordfence Care\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-care\\/\",\"excerpt\":\"Wordfence Care is for business owners who place a premium on their time. Our team installs, configures, optimizes, and maintains your WordPress site security.\",\"order\":2},{\"title\":\"Wordfence Response\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-response\\/\",\"excerpt\":\"Wordfence Response is for mission-critical WordPress websites that require 24\\/7\\/365 security monitoring with a 1-hour response time and 24-hour remediation.\",\"order\":3},{\"title\":\"Incident Response Services\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/incident-response-services\\/\",\"excerpt\":\"Let one of our Security Analysts help you clean your infected site or inspect it for vulnerabilities.\",\"order\":4},{\"title\":\"License Key\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/api-key\\/\",\"excerpt\":\"All Wordfence installations need a license key, also known as an API-key. The key can be a free key or a Premium key. \",\"order\":5},{\"title\":\"Account and Billing History\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/account\\/\",\"excerpt\":\"How to navigate and use your Wordfence account.\",\"order\":6},{\"title\":\"Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/\",\"excerpt\":\"Wordfence Central provides a powerful and efficient way to manage the security of many WordPress sites via a single interface.\",\"children\":[{\"title\":\"Connecting your sites to Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/connect\\/\",\"order\":0},{\"title\":\"Setting up two-factor authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/2fa\\/\",\"order\":1},{\"title\":\"Using the Dashboard page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/central\\/\",\"order\":2},{\"title\":\"Using the Configuration page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/configuration\\/\",\"order\":3},{\"title\":\"Using Wordfence plugin options Templates\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/templates\\/\",\"order\":4},{\"title\":\"Viewing scan Findings\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/findings\\/\",\"order\":5},{\"title\":\"Using Wordfence Central Teams\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/teams\\/\",\"order\":6},{\"title\":\"Using the Settings page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/settings\\/\",\"order\":7}],\"order\":7},{\"title\":\"Dashboard\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/\",\"excerpt\":\"The Wordfence Dashboard provides insight into the current state of your site’s security.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/options\\/\",\"order\":0},{\"title\":\"Alerts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/alerts\\/\",\"order\":1}],\"order\":8},{\"title\":\"Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"excerpt\":\"The Wordfence Web Application Firewall is a PHP based, application level firewall that filters out malicious requests to your site. \",\"children\":[{\"title\":\"Optimizing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":0},{\"title\":\"Statistics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/statistics\\/\",\"order\":1},{\"title\":\"Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":2},{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/options\\/\",\"order\":3},{\"title\":\"MySQLi storage engine\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/mysqli-storage-engine\\/\",\"order\":4},{\"title\":\"Brute Force Protection\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/brute-force\\/\",\"order\":5},{\"title\":\"Rate Limiting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/rate-limiting\\/\",\"order\":6},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/troubleshooting\\/\",\"order\":7}],\"order\":9},{\"title\":\"Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/\",\"excerpt\":\"Aside from the firewall rules that protect against various attacks, Wordfence also has custom features for additional blocking. \",\"children\":[{\"title\":\"Country Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/country-blocking\\/\",\"order\":0},{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":1}],\"order\":10},{\"title\":\"Scan\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/\",\"excerpt\":\"A Wordfence scan examines all files on your WordPress website looking for malicious code, backdoors, and shells that hackers have installed. It also scans for known malicious URLs and known patterns of infections.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/options\\/\",\"order\":0},{\"title\":\"Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":1},{\"title\":\"Scheduling\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scheduling\\/\",\"order\":2},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3}],\"order\":11},{\"title\":\"Tools\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/\",\"excerpt\":\"Wordfence Tools include Live Traffic analysis, WHOIS Lookup, Import\\/Export Options, and Diagnostics.\",\"children\":[{\"title\":\"Live Traffic\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/live-traffic\\/\",\"order\":0},{\"title\":\"WHOIS Lookup\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/whois-lookup\\/\",\"order\":1},{\"title\":\"Import\\/Export\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/import-export\\/\",\"order\":2},{\"title\":\"Diagnostics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/diagnostics\\/\",\"order\":3},{\"title\":\"Legacy Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/legacy-two-factor-authentication\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5}],\"order\":12},{\"title\":\"Audit Log\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/audit-log\\/\",\"excerpt\":\"The Wordfence Audit Log is a premium feature that records a history of events on your site to assist in monitoring for unauthorized actions or signs of compromise. Events can include everything from user creation and editing to plugin\\/theme installation and updates. All data captured for relevant events is saved remotely to Wordfence Central to prevent any tampering that may interfere with post-incident analysis and response.\",\"order\":13},{\"title\":\"Login Security\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security\\/\",\"excerpt\":\"The Login Security page currently contains settings for two-factor authentication (2FA) and reCAPTCHA. In a future Wordfence version, existing login-related features will also move to the same page.\",\"order\":14},{\"title\":\"Basic Plugin Settings\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/basic-plugin-settings\\/\",\"excerpt\":\"Here are our minimal recommended settings to set up once you have installed and activated our plugin.\",\"order\":15},{\"title\":\"Advanced\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/\",\"excerpt\":\"If you want to know more about the technical details of Wordfence, you will find the answers in this section.\",\"children\":[{\"title\":\"Compatibility\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/compatibility\\/\",\"order\":0},{\"title\":\"Technical Details\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/technical-details\\/\",\"order\":1},{\"title\":\"Changelog\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/changelog\\/\",\"order\":2},{\"title\":\"Constants\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/constants\\/\",\"order\":3},{\"title\":\"Remove or Reset\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/remove-or-reset\\/\",\"order\":4},{\"title\":\"System requirements\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/\",\"order\":5},{\"title\":\"Wordfence API\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/wordfence-api\\/\",\"order\":6},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/troubleshooting\\/\",\"order\":7},{\"title\":\"Plugin \\/ Theme Conflicts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/plugin-theme-conflicts\\/\",\"order\":8}],\"order\":16},{\"title\":\"Wordfence and GDPR - General Data Protection Regulation\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/\",\"excerpt\":\"Defiant, the company behind Wordfence, has updated its terms of use, privacy policies and software, as well as made available standard contractual clauses to meet GDPR compliance. Customers must review and agree to updated terms in order to continue using our products and services.\",\"children\":[{\"title\":\"Sub-Processors List\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/sub-processors-list\\/\",\"order\":0}],\"order\":17},{\"title\":\"Login Security Plugin\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security-plugin\\/\",\"excerpt\":\"The Wordfence Login Security plugin contains a subset of the features found in the full Wordfence plugin: Two-factor Authentication, XML-RPC Protection and Login Page CAPTCHA. It is ideal for sites that need login security functionality but either can’t or don’t want to run the full Wordfence plugin.\",\"order\":18},{\"title\":\"Wordfence Intelligence\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-intelligence\\/\",\"excerpt\":\"Wordfence Intelligence is an industry-leading WordPress vulnerability database and evolving Threat Intelligence platform that contains over 12,000 records for vulnerabilities in WordPress plugins, themes, and core.\",\"children\":[{\"title\":\"V2: Accessing and Consuming the Vulnerability Data Feed\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-intelligence\\/v2-accessing-and-consuming-the-vulnerability-data-feed\\/\",\"order\":0},{\"title\":\"V1: Accessing and Consuming the Vulnerability Data Feed\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-intelligence\\/accessing-and-consuming-the-vulnerability-data-feed\\/\",\"order\":1},{\"title\":\"Wordfence Intelligence Webhook Notifications\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-intelligence\\/wordfence-intelligence-webhook-notifications\\/\",\"order\":2}],\"order\":19}]}','yes'),('supportHash','9bcd7876de6fdd69ab54e0da0fc4d2d5a1d728b7cdfa7b7efd5cf99a73a6a6a2','yes'),('timeoffset_wf','0','yes'),('timeoffset_wf_updated','1737552394','yes'),('total503s','70834','yes'),('totalAlertsSent','58','yes'),('totalIPsBlocked','68298','yes'),('totalIPsLocked','31','yes'),('totalLoginHits','113898','yes'),('totalLogins','23','yes'),('totalScansRun','2394','yes'),('touppBypassNextCheck','0','yes'),('touppPromptNeeded','1','yes'),('useNoc3Secure','1','yes'),('vulnerabilities_plugin','a:19:{i:0;a:5:{s:4:\"slug\";s:11:\"coming-soon\";s:9:\"toVersion\";s:7:\"6.18.14\";s:11:\"fromVersion\";s:5:\"5.1.0\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/78d7920b-3e20-43c7-a522-72bac824c2cb?source=plugin\";}i:1;a:5:{s:4:\"slug\";s:17:\"disable-gutenberg\";s:9:\"toVersion\";s:5:\"3.2.2\";s:11:\"fromVersion\";s:3:\"1.6\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:2;a:5:{s:4:\"slug\";s:14:\"duplicate-page\";s:9:\"toVersion\";s:5:\"4.5.4\";s:11:\"fromVersion\";s:3:\"3.2\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/76044985-477c-4d62-aec3-1905add0a9e2?source=plugin\";}i:3;a:5:{s:4:\"slug\";s:11:\"hello-dolly\";s:9:\"toVersion\";s:5:\"1.7.2\";s:11:\"fromVersion\";s:5:\"1.7.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:4;a:5:{s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:9:\"toVersion\";s:6:\"4.9.21\";s:11:\"fromVersion\";s:5:\"4.3.3\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/370a6130-425c-4264-baaf-8989d3b00d14?source=plugin\";}i:5;a:5:{s:4:\"slug\";s:9:\"wordfence\";s:9:\"toVersion\";s:5:\"8.0.3\";s:11:\"fromVersion\";s:5:\"7.2.2\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/833eb481-4fb4-432e-8e93-3f497ccbf1eb?source=plugin\";}i:6;a:5:{s:4:\"slug\";s:10:\"wp-members\";s:9:\"toVersion\";s:7:\"3.4.9.7\";s:11:\"fromVersion\";s:7:\"3.3.7.1\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/033069d2-8e0f-4c67-b18c-fdd471d85f87?source=plugin\";}i:7;a:5:{s:4:\"slug\";s:11:\"LayerSlider\";s:9:\"toVersion\";s:6:\"7.14.1\";s:11:\"fromVersion\";s:5:\"6.7.6\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/441bc9fe-3dd6-40a6-b7f3-36511115c083?source=plugin\";}i:8;a:5:{s:4:\"slug\";s:11:\"js_composer\";s:9:\"toVersion\";s:3:\"8.1\";s:11:\"fromVersion\";s:3:\"5.7\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/7fad30c8-fd8a-4cf2-a3aa-16a374231b87?source=plugin\";}i:9;a:4:{s:4:\"slug\";s:7:\"akismet\";s:11:\"fromVersion\";s:5:\"4.1.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:10;a:4:{s:4:\"slug\";s:16:\"breadcrumb-navxt\";s:11:\"fromVersion\";s:5:\"6.2.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:11;a:4:{s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"fromVersion\";s:5:\"5.1.1\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/c2f54e8d-9e81-4902-9111-b826ef5da164?source=plugin\";}i:12;a:4:{s:4:\"slug\";s:6:\"leadin\";s:11:\"fromVersion\";s:5:\"7.7.0\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/66697f3e-c023-496d-b553-7d20352e33b5?source=plugin\";}i:13;a:4:{s:4:\"slug\";s:21:\"really-simple-captcha\";s:11:\"fromVersion\";s:5:\"2.0.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:14;a:4:{s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"fromVersion\";s:4:\"12.3\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/59bcd246-ca2f-4336-9a6e-89afe873ed25?source=plugin\";}i:15;a:4:{s:4:\"slug\";s:6:\"booked\";s:11:\"fromVersion\";s:5:\"2.2.3\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/9cd2ca03-e644-4bcd-b4b1-a547494fed7d?source=plugin\";}i:16;a:4:{s:4:\"slug\";s:19:\"stm-gdpr-compliance\";s:11:\"fromVersion\";s:3:\"1.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:17;a:4:{s:4:\"slug\";s:9:\"revslider\";s:11:\"fromVersion\";s:7:\"5.4.8.2\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/951e3497-8fbc-4cc9-a784-edf7bb679175?source=plugin\";}i:18;a:4:{s:4:\"slug\";s:18:\"stm-configurations\";s:11:\"fromVersion\";s:5:\"2.9.5\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}}','yes'),('vulnerabilities_theme','a:3:{i:0;a:4:{s:4:\"slug\";s:14:\"twentynineteen\";s:9:\"toVersion\";s:3:\"3.0\";s:11:\"fromVersion\";s:3:\"1.3\";s:10:\"vulnerable\";b:0;}i:1;a:4:{s:4:\"slug\";s:15:\"twentyseventeen\";s:9:\"toVersion\";s:3:\"3.8\";s:11:\"fromVersion\";s:3:\"2.1\";s:10:\"vulnerable\";b:0;}i:2;a:4:{s:4:\"slug\";s:13:\"twentysixteen\";s:9:\"toVersion\";s:3:\"3.4\";s:11:\"fromVersion\";s:3:\"1.9\";s:10:\"vulnerable\";b:0;}}','yes'),('wafAlertInterval','600','yes'),('wafAlertLastSendTime','1664651046','yes'),('wafAlertOnAttacks','1','yes'),('wafAlertThreshold','100','yes'),('wafAlertWhitelist','','yes'),('wfKillRequested','0','no'),('wfPeakMemory','33734656','no'),('wfScanStartVersion','5.1.15','yes'),('wfsd_engine','','no'),('wfStatusStartMsgs','a:18:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:47:\"Scanning for old themes, plugins and core files\";}','yes'),('wf_dnsA','fj-lifesciences.com points to 62.210.8.33','yes'),('wf_dnsCNAME','','yes'),('wf_dnsLogged','1','yes'),('wf_dnsMX','mx00.ionos.fr, mx01.ionos.fr','yes'),('wf_scanLastStatusTime','1737539247','yes'),('wf_scanRunning','1737538839','yes'),('wf_summaryItems','a:8:{s:12:\"scannedPosts\";i:47;s:15:\"scannedComments\";i:1;s:12:\"scannedFiles\";i:7921;s:14:\"scannedPlugins\";i:19;s:13:\"scannedThemes\";i:4;s:12:\"scannedUsers\";i:1;s:11:\"scannedURLs\";i:3200;s:10:\"lastUpdate\";i:1737539239;}','yes'),('whitelisted','','yes'),('whitelistedServices','{}','yes'),('whitelistHash','bf3d76dc05caf8623cb3fe01c1fc9e308e2f2ea37b826937d850fde361cdefd4','yes'),('whitelistPresets','{\"wordfence\":{\"n\":\"Wordfence\",\"h\":true,\"d\":true,\"f\":true,\"r\":[\"54.68.32.247\",\"69.46.36.0\\/27\",\"2605:2400:0104:0100::\\/56\"]},\"sucuri\":{\"n\":\"Sucuri\",\"d\":true,\"r\":[\"97.74.127.171\",\"69.164.203.172\",\"173.230.128.135\",\"66.228.34.49\",\"66.228.40.185\",\"50.116.36.92\",\"50.116.36.93\",\"50.116.3.171\",\"198.58.96.212\",\"50.116.63.221\",\"192.155.92.112\",\"192.81.128.31\",\"198.58.106.244\",\"192.155.95.139\",\"23.239.9.227\",\"198.58.112.103\",\"192.155.94.43\",\"162.216.16.33\",\"173.255.233.124\",\"173.255.233.124\",\"192.155.90.179\",\"50.116.41.217\",\"192.81.129.227\",\"198.58.111.80\",\"162.216.19.183\"]},\"facebook\":{\"n\":\"Facebook\",\"d\":true,\"r\":[\"69.63.176.0\\/20\",\"66.220.144.0\\/20\",\"66.220.144.0\\/21\",\"69.63.184.0\\/21\",\"69.63.176.0\\/21\",\"74.119.76.0\\/22\",\"69.171.255.0\\/24\",\"173.252.64.0\\/18\",\"69.171.224.0\\/19\",\"69.171.224.0\\/20\",\"103.4.96.0\\/22\",\"69.63.176.0\\/24\",\"173.252.64.0\\/19\",\"173.252.70.0\\/24\",\"31.13.64.0\\/18\",\"31.13.24.0\\/21\",\"66.220.152.0\\/21\",\"66.220.159.0\\/24\",\"69.171.239.0\\/24\",\"69.171.240.0\\/20\",\"31.13.64.0\\/19\",\"31.13.64.0\\/24\",\"31.13.65.0\\/24\",\"31.13.67.0\\/24\",\"31.13.68.0\\/24\",\"31.13.69.0\\/24\",\"31.13.70.0\\/24\",\"31.13.71.0\\/24\",\"31.13.72.0\\/24\",\"31.13.73.0\\/24\",\"31.13.74.0\\/24\",\"31.13.75.0\\/24\",\"31.13.76.0\\/24\",\"31.13.77.0\\/24\",\"31.13.96.0\\/19\",\"31.13.66.0\\/24\",\"173.252.96.0\\/19\",\"69.63.178.0\\/24\",\"31.13.78.0\\/24\",\"31.13.79.0\\/24\",\"31.13.80.0\\/24\",\"31.13.82.0\\/24\",\"31.13.83.0\\/24\",\"31.13.84.0\\/24\",\"31.13.85.0\\/24\",\"31.13.86.0\\/24\",\"31.13.87.0\\/24\",\"31.13.88.0\\/24\",\"31.13.89.0\\/24\",\"31.13.90.0\\/24\",\"31.13.91.0\\/24\",\"31.13.92.0\\/24\",\"31.13.93.0\\/24\",\"31.13.94.0\\/24\",\"31.13.95.0\\/24\",\"69.171.253.0\\/24\",\"69.63.186.0\\/24\",\"31.13.81.0\\/24\",\"179.60.192.0\\/22\",\"179.60.192.0\\/24\",\"179.60.193.0\\/24\",\"179.60.194.0\\/24\",\"179.60.195.0\\/24\",\"185.60.216.0\\/22\",\"45.64.40.0\\/22\",\"185.60.216.0\\/24\",\"185.60.217.0\\/24\",\"185.60.218.0\\/24\",\"185.60.219.0\\/24\",\"129.134.0.0\\/16\",\"157.240.0.0\\/16\",\"157.240.8.0\\/24\",\"157.240.0.0\\/24\",\"157.240.1.0\\/24\",\"157.240.2.0\\/24\",\"157.240.3.0\\/24\",\"157.240.4.0\\/24\",\"157.240.5.0\\/24\",\"157.240.6.0\\/24\",\"157.240.7.0\\/24\",\"157.240.9.0\\/24\",\"157.240.10.0\\/24\",\"157.240.16.0\\/24\",\"157.240.19.0\\/24\",\"157.240.11.0\\/24\",\"157.240.12.0\\/24\",\"157.240.13.0\\/24\",\"157.240.14.0\\/24\",\"157.240.15.0\\/24\",\"157.240.17.0\\/24\",\"157.240.18.0\\/24\",\"157.240.20.0\\/24\",\"157.240.21.0\\/24\",\"157.240.22.0\\/24\",\"157.240.23.0\\/24\",\"157.240.0.0\\/17\",\"69.171.250.0\\/24\",\"157.240.24.0\\/24\",\"157.240.25.0\\/24\",\"199.201.64.0\\/24\",\"199.201.65.0\\/24\",\"199.201.64.0\\/22\",\"204.15.20.0\\/22\",\"157.240.192.0\\/24\",\"129.134.0.0\\/17\",\"204.15.20.0\\/22\",\"69.63.176.0\\/20\",\"69.63.176.0\\/21\",\"69.63.184.0\\/21\",\"66.220.144.0\\/20\",\"69.63.176.0\\/20\",\"2620:0:1c00::\\/40\",\"2a03:2880::\\/32\",\"2a03:2880:fffe::\\/48\",\"2a03:2880:ffff::\\/48\",\"2620:0:1cff::\\/48\",\"2a03:2880:f000::\\/48\",\"2a03:2880:f001::\\/48\",\"2a03:2880:f002::\\/48\",\"2a03:2880:f003::\\/48\",\"2a03:2880:f004::\\/48\",\"2a03:2880:f005::\\/48\",\"2a03:2880:f006::\\/48\",\"2a03:2880:f007::\\/48\",\"2a03:2880:f008::\\/48\",\"2a03:2880:f009::\\/48\",\"2a03:2880:f00a::\\/48\",\"2a03:2880:f00b::\\/48\",\"2a03:2880:f00c::\\/48\",\"2a03:2880:f00d::\\/48\",\"2a03:2880:f00e::\\/48\",\"2a03:2880:f00f::\\/48\",\"2a03:2880:f010::\\/48\",\"2a03:2880:f011::\\/48\",\"2a03:2880:f012::\\/48\",\"2a03:2880:f013::\\/48\",\"2a03:2880:f014::\\/48\",\"2a03:2880:f015::\\/48\",\"2a03:2880:f016::\\/48\",\"2a03:2880:f017::\\/48\",\"2a03:2880:f018::\\/48\",\"2a03:2880:f019::\\/48\",\"2a03:2880:f01a::\\/48\",\"2a03:2880:f01b::\\/48\",\"2a03:2880:f01c::\\/48\",\"2a03:2880:f01d::\\/48\",\"2a03:2880:f01e::\\/48\",\"2a03:2880:f01f::\\/48\",\"2a03:2880:1000::\\/36\",\"2a03:2880:2000::\\/36\",\"2a03:2880:3000::\\/36\",\"2a03:2880:4000::\\/36\",\"2a03:2880:5000::\\/36\",\"2a03:2880:6000::\\/36\",\"2a03:2880:7000::\\/36\",\"2a03:2880:f020::\\/48\",\"2a03:2880:f021::\\/48\",\"2a03:2880:f022::\\/48\",\"2a03:2880:f023::\\/48\",\"2a03:2880:f024::\\/48\",\"2a03:2880:f025::\\/48\",\"2a03:2880:f026::\\/48\",\"2a03:2880:f027::\\/48\",\"2a03:2880:f028::\\/48\",\"2a03:2880:f029::\\/48\",\"2a03:2880:f02b::\\/48\",\"2a03:2880:f02c::\\/48\",\"2a03:2880:f02d::\\/48\",\"2a03:2880:f02e::\\/48\",\"2a03:2880:f02f::\\/48\",\"2a03:2880:f030::\\/48\",\"2a03:2880:f031::\\/48\",\"2a03:2880:f032::\\/48\",\"2a03:2880:f033::\\/48\",\"2a03:2880:f034::\\/48\",\"2a03:2880:f035::\\/48\",\"2a03:2880:f036::\\/48\",\"2a03:2880:f037::\\/48\",\"2a03:2880:f038::\\/48\",\"2a03:2880:f039::\\/48\",\"2a03:2880:f03a::\\/48\",\"2a03:2880:f03b::\\/48\",\"2a03:2880:f03c::\\/48\",\"2a03:2880:f03d::\\/48\",\"2a03:2880:f03e::\\/48\",\"2a03:2880:f03f::\\/48\",\"2401:db00::\\/32\",\"2a03:2880::\\/36\",\"2803:6080::\\/32\",\"2a03:2880:f100::\\/48\",\"2a03:2880:f200::\\/48\",\"2a03:2880:f101::\\/48\",\"2a03:2880:f201::\\/48\",\"2a03:2880:f102::\\/48\",\"2a03:2880:f202::\\/48\",\"2a03:2880:f103::\\/48\",\"2a03:2880:f203::\\/48\",\"2a03:2880:f104::\\/48\",\"2a03:2880:f204::\\/48\",\"2a03:2880:f107::\\/48\",\"2a03:2880:f207::\\/48\",\"2a03:2880:f108::\\/48\",\"2a03:2880:f208::\\/48\",\"2a03:2880:f109::\\/48\",\"2a03:2880:f209::\\/48\",\"2a03:2880:f10a::\\/48\",\"2a03:2880:f20a::\\/48\",\"2a03:2880:f10b::\\/48\",\"2a03:2880:f20b::\\/48\",\"2a03:2880:f10d::\\/48\",\"2a03:2880:f20d::\\/48\",\"2a03:2880:f10e::\\/48\",\"2a03:2880:f20e::\\/48\",\"2a03:2880:f10f::\\/48\",\"2a03:2880:f20f::\\/48\",\"2a03:2880:f110::\\/48\",\"2a03:2880:f210::\\/48\",\"2a03:2880:f111::\\/48\",\"2a03:2880:f211::\\/48\",\"2a03:2880:f112::\\/48\",\"2a03:2880:f212::\\/48\",\"2a03:2880:f114::\\/48\",\"2a03:2880:f214::\\/48\",\"2a03:2880:f115::\\/48\",\"2a03:2880:f215::\\/48\",\"2a03:2880:f116::\\/48\",\"2a03:2880:f216::\\/48\",\"2a03:2880:f117::\\/48\",\"2a03:2880:f217::\\/48\",\"2a03:2880:f118::\\/48\",\"2a03:2880:f218::\\/48\",\"2a03:2880:f119::\\/48\",\"2a03:2880:f219::\\/48\",\"2a03:2880:f11a::\\/48\",\"2a03:2880:f21a::\\/48\",\"2a03:2880:f11f::\\/48\",\"2a03:2880:f21f::\\/48\",\"2a03:2880:f121::\\/48\",\"2a03:2880:f221::\\/48\",\"2a03:2880:f122::\\/48\",\"2a03:2880:f222::\\/48\",\"2a03:2880:f123::\\/48\",\"2a03:2880:f223::\\/48\",\"2a03:2880:f10c::\\/48\",\"2a03:2880:f20c::\\/48\",\"2a03:2880:f126::\\/48\",\"2a03:2880:f226::\\/48\",\"2a03:2880:f105::\\/48\",\"2a03:2880:f205::\\/48\",\"2a03:2880:f125::\\/48\",\"2a03:2880:f225::\\/48\",\"2a03:2880:f106::\\/48\",\"2a03:2880:f206::\\/48\",\"2a03:2880:f11b::\\/48\",\"2a03:2880:f21b::\\/48\",\"2a03:2880:f113::\\/48\",\"2a03:2880:f213::\\/48\",\"2a03:2880:f11c::\\/48\",\"2a03:2880:f21c::\\/48\",\"2a03:2880:f128::\\/48\",\"2a03:2880:f228::\\/48\",\"2a03:2880:f02a::\\/48\",\"2a03:2880:f12a::\\/48\",\"2a03:2880:f22a::\\/48\",\"2a03:2880:f12f::\\/48\",\"2a03:2880:f22f::\\/48\",\"2a03:2880:f11d::\\/48\",\"2a03:2880:f11e::\\/48\",\"2a03:2880:f120::\\/48\",\"2a03:2880:f124::\\/48\",\"2a03:2880:f127::\\/48\",\"2a03:2880:f129::\\/48\",\"2a03:2880:f12b::\\/48\",\"2a03:2880:f12c::\\/48\",\"2a03:2880:f12d::\\/48\",\"2a03:2880:f12e::\\/48\",\"2a03:2880:f130::\\/48\",\"2a03:2880:f131::\\/48\",\"2a03:2880:f132::\\/48\",\"2a03:2880:f133::\\/48\",\"2a03:2880:f134::\\/48\",\"2a03:2880:f135::\\/48\",\"2a03:2880:f136::\\/48\",\"2a03:2880:f137::\\/48\",\"2a03:2880:f138::\\/48\",\"2a03:2880:f139::\\/48\",\"2a03:2880:f13a::\\/48\",\"2a03:2880:f13b::\\/48\",\"2a03:2880:f13c::\\/48\",\"2a03:2880:f13d::\\/48\",\"2a03:2880:f13e::\\/48\",\"2a03:2880:f13f::\\/48\",\"2a03:2880:f21d::\\/48\",\"2a03:2880:f21e::\\/48\",\"2a03:2880:f220::\\/48\",\"2a03:2880:f224::\\/48\",\"2a03:2880:f227::\\/48\",\"2a03:2880:f229::\\/48\",\"2a03:2880:f22b::\\/48\",\"2a03:2880:f22c::\\/48\",\"2a03:2880:f22d::\\/48\",\"2a03:2880:f22e::\\/48\",\"2a03:2880:f230::\\/48\",\"2a03:2880:f231::\\/48\",\"2a03:2880:f232::\\/48\",\"2a03:2880:f233::\\/48\",\"2a03:2880:f234::\\/48\",\"2a03:2880:f235::\\/48\",\"2a03:2880:f236::\\/48\",\"2a03:2880:f237::\\/48\",\"2a03:2880:f238::\\/48\",\"2a03:2880:f239::\\/48\",\"2a03:2880:f23a::\\/48\",\"2a03:2880:f23b::\\/48\",\"2a03:2880:f23c::\\/48\",\"2a03:2880:f23d::\\/48\",\"2a03:2880:f23e::\\/48\",\"2a03:2880:f23f::\\/48\",\"2a03:2880:f0ff::\\/48\",\"2a03:2880:f1ff::\\/48\",\"2a03:2880:f2ff::\\/48\",\"2c0f:ef78:0003::\\/48\"]},\"uptimerobot\":{\"n\":\"Uptime Robot\",\"d\":true,\"r\":[\"69.162.124.224\\/28\",\"63.143.42.240\\/28\"]},\"statuscake\":{\"n\":\"StatusCake\",\"d\":true,\"r\":[\"103.194.112.70\",\"104.131.247.151\",\"104.131.248.65\",\"104.131.248.78\",\"104.156.229.24\",\"104.156.255.184\",\"104.206.168.26\",\"104.238.164.105\",\"107.150.1.135\",\"107.155.104.182\",\"107.155.108.234\",\"107.155.125.29\",\"107.161.28.219\",\"107.170.197.248\",\"107.170.219.46\",\"107.170.227.23\",\"107.170.227.24\",\"107.170.240.141\",\"107.170.53.191\",\"107.191.47.131\",\"107.191.57.237\",\"108.61.119.153\",\"108.61.162.214\",\"108.61.205.201\",\"108.61.212.141\",\"108.61.215.179\",\"125.63.48.239\",\"128.199.222.65\",\"138.197.130.232\",\"138.197.130.235\",\"138.197.140.243\",\"138.204.171.136\",\"138.68.24.115\",\"138.68.24.136\",\"138.68.24.207\",\"138.68.24.60\",\"138.68.80.10\",\"138.68.80.173\",\"139.59.15.79\",\"139.59.155.26\",\"139.59.190.241\",\"139.59.22.109\",\"139.59.26.85\",\"139.59.29.167\",\"149.154.157.61\",\"149.255.59.100\",\"151.236.10.238\",\"151.236.18.80\",\"151.80.175.223\",\"151.80.175.226\",\"154.127.60.23\",\"154.127.60.59\",\"158.255.208.76\",\"159.203.182.22\",\"159.203.182.60\",\"159.203.186.225\",\"159.203.31.18\",\"162.243.247.163\",\"162.243.71.56\",\"162.248.97.72\",\"162.253.64.104\",\"162.253.64.87\",\"176.56.230.110\",\"178.62.101.57\",\"178.62.104.137\",\"178.62.106.84\",\"178.62.109.7\",\"178.62.40.233\",\"178.62.41.44\",\"178.62.41.49\",\"178.62.41.52\",\"178.62.65.162\",\"178.62.71.227\",\"178.62.78.199\",\"178.62.80.93\",\"178.62.86.69\",\"178.73.210.99\",\"181.41.201.117\",\"181.41.214.137\",\"185.112.157.185\",\"185.12.45.70\",\"185.47.129.168\",\"185.60.135.86\",\"188.166.158.224\",\"188.166.253.148\",\"188.226.139.158\",\"188.226.158.160\",\"188.226.169.228\",\"188.226.171.58\",\"188.226.184.152\",\"188.226.185.106\",\"188.226.186.199\",\"188.226.203.84\",\"188.226.247.184\",\"188.68.238.79\",\"192.241.221.11\",\"193.124.178.54\",\"193.124.178.61\",\"193.182.144.105\",\"193.182.144.147\",\"199.167.128.80\",\"209.222.30.242\",\"213.183.56.107\",\"217.148.43.188\",\"217.148.43.202\",\"31.220.7.237\",\"37.157.246.146\",\"37.235.48.42\",\"37.235.52.25\",\"37.235.53.240\",\"37.235.55.205\",\"37.97.188.103\",\"45.32.128.80\",\"45.32.145.79\",\"45.32.151.21\",\"45.32.160.172\",\"45.32.166.195\",\"45.32.171.24\",\"45.32.192.198\",\"45.32.195.186\",\"45.32.195.93\",\"45.32.212.56\",\"45.32.36.158\",\"45.32.7.22\",\"45.63.121.159\",\"45.63.26.78\",\"45.63.51.63\",\"45.63.61.213\",\"45.63.76.68\",\"45.63.78.84\",\"45.63.86.120\",\"45.63.88.213\",\"45.76.1.44\",\"45.76.192.50\",\"45.76.3.112\",\"46.101.0.24\",\"46.101.110.32\",\"46.101.110.43\",\"46.101.110.45\",\"46.101.20.96\",\"46.101.238.182\",\"46.101.238.189\",\"46.101.240.208\",\"46.101.27.186\",\"46.101.61.83\",\"46.101.74.251\",\"5.45.179.103\",\"50.2.139.16\",\"82.221.95.161\",\"91.236.116.163\"]},\"managewp\":{\"n\":\"ManageWP\",\"d\":false,\"r\":[\"34.211.180.66\",\"54.70.65.107\",\"34.210.224.7\",\"52.41.5.108\",\"52.35.72.129\",\"54.191.137.17\",\"35.162.254.253\",\"52.11.12.231\",\"52.11.29.70\",\"52.11.54.161\",\"52.24.142.159\",\"52.25.191.255\",\"52.27.181.126\",\"52.34.126.117\",\"52.34.254.47\",\"52.35.82.99\",\"52.36.28.80\",\"52.38.106.97\",\"52.39.177.152\",\"52.41.230.148\",\"52.41.237.12\",\"52.42.126.166\",\"52.43.13.71\",\"52.43.76.224\",\"52.88.96.110\",\"52.89.155.51\",\"54.148.73.118\",\"54.186.37.105\",\"54.187.92.57\",\"54.191.32.65\",\"54.191.67.23\",\"54.191.80.119\",\"54.191.135.209\",\"54.191.136.176\",\"54.191.148.85\",\"54.191.149.8\",\"52.26.122.21\",\"52.24.187.29\",\"52.89.85.107\",\"54.186.128.167\",\"54.191.40.136\",\"52.24.62.11\",\"52.88.119.122\",\"54.191.148.225\",\"54.191.151.18\",\"52.89.94.121\",\"52.25.116.116\",\"52.88.215.225\",\"54.186.143.184\",\"52.88.197.180\",\"52.27.171.126\"]},\"seznam\":{\"n\":\"Seznam Search Engine\",\"d\":true,\"r\":[\"77.75.74.0\\/24\",\"77.75.76.0\\/24\",\"77.75.77.0\\/24\",\"77.75.78.0\\/24\",\"77.75.79.0\\/24\",\"2a02:598:a::78:0\\/112\",\"2a02:598:a::79:0\\/112\",\"2a02:598:2::0\\/96\"]}}','yes'),('wp_home_url','http://fj-lifesciences.com','yes'),('wp_site_url','https://fj-lifesciences.com','yes'); /*!40000 ALTER TABLE `wp_wfconfig` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfcrawlers` -- DROP TABLE IF EXISTS `wp_wfcrawlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfcrawlers` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `patternSig` binary(16) NOT NULL, `status` char(8) NOT NULL, `lastUpdate` int(10) unsigned NOT NULL, `PTR` varchar(255) DEFAULT '', PRIMARY KEY (`IP`,`patternSig`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfcrawlers` -- LOCK TABLES `wp_wfcrawlers` WRITE; /*!40000 ALTER TABLE `wp_wfcrawlers` DISABLE KEYS */; INSERT INTO `wp_wfcrawlers` VALUES ('\0\0\0\0\0\0\0\0\0\0\"YV','i| OoD!\','verified',1737287269,''),('\0\0\0\0\0\0\0\0\0\0\"YV','>b0oQ1','badPTR',1737287268,'155.86.89.34.bc.googleusercontent.com'),('\0\0\0\0\0\0\0\0\0\0BD@','>b0oQ1','verified',1737023749,'crawl-66-249-68-64.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BDC','>b0oQ1','verified',1737023749,'crawl-66-249-68-67.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BH#','>b0oQ1','verified',1737467463,'crawl-66-249-72-35.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BL','>b0oQ1','verified',1737023750,'crawl-66-249-76-135.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BL\','>b0oQ1','verified',1737467462,'crawl-66-249-76-199.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BM','>b0oQ1','verified',1737467465,'crawl-66-249-77-129.googlebot.com'); /*!40000 ALTER TABLE `wp_wfcrawlers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wffilechanges` -- DROP TABLE IF EXISTS `wp_wffilechanges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wffilechanges` ( `filenameHash` char(64) NOT NULL, `file` varchar(1000) NOT NULL, `md5` char(32) NOT NULL, PRIMARY KEY (`filenameHash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wffilechanges` -- LOCK TABLES `wp_wffilechanges` WRITE; /*!40000 ALTER TABLE `wp_wffilechanges` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wffilechanges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wffilemods` -- DROP TABLE IF EXISTS `wp_wffilemods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wffilemods` ( `filenameMD5` binary(16) NOT NULL, `filename` varchar(1000) NOT NULL, `knownFile` tinyint(3) unsigned NOT NULL, `oldMD5` binary(16) NOT NULL, `newMD5` binary(16) NOT NULL, `SHAC` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `stoppedOnSignature` varchar(255) NOT NULL DEFAULT '', `stoppedOnPosition` int(10) unsigned NOT NULL DEFAULT '0', `isSafeFile` varchar(1) NOT NULL DEFAULT '?', PRIMARY KEY (`filenameMD5`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wffilemods` -- LOCK TABLES `wp_wffilemods` WRITE; /*!40000 ALTER TABLE `wp_wffilemods` DISABLE KEYS */; INSERT INTO `wp_wffilemods` VALUES ('\0\"{s :','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/headquarters.svg',0,'!*\5z<\>?2\','!*\5z<\>?2\',').f\ٖt\S̐c&?\n\\{S\琮','',0,'?'),('\0\@u2\X\','wp-content/plugins/contact-form-7/modules/date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@}a\k\9ƫ3','1՟g\8/y\\\\|W\CN\\'','',0,'?'),('\0g R/$e\luX','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X邐bk\Z\\l\\\','\\&4cL\@r\\,V','',0,'?'),('\0!(\?78<','wp-content/plugins/LayerSlider/static/layerslider/skins/borderlesslight/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('\00#9Z4\j$','wp-admin/network/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ?aO\Z\' ','nF\#\V}\Z^L\\Ku','',0,'?'),('\05g\\꫔c0\"D','wp-includes/css/media-views-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(:/pg\','}\\n*\\\Z \?\ O{0!|:\\"S\k','',0,'?'),('\06)EDQXn\W','wp-content/plugins/js_composer/config/grids/vc-grids-functions.php',0,'\kМm D\\’\','\kМm D\\’\','~\\Sh=bLaW\`J\&H\O\}k','',0,'?'),('\07#o\'Ԯ\{\)E','wp-content/themes/pearl/partials/content/post/parts/postinfo-12.php',0,'ZJ\n=.:R1UU','ZJ\n=.:R1UU','\M7<6<\w(\~\y(\ugPܡ','',0,'?'),('\0?[\Xd2,3IQ','wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php',0,'u\"I9\DϮL\n)\','u\"I9\DϮL\n)\',' 6meI_, x\Cu\\\Fs','',0,'?'),('\0C_\n\\jD \@k','wp-admin/network/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ޚx\Ϥ\','Ek\꣼\|3u.P\IA+S(~\|','',0,'?'),('\0_\]wgGS\K\','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\+13qc\','qPH\0acmMEMa\Z^\\0','',0,'?'),('\0`YϭrG','wp-includes/SimplePie/Restriction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*qhds;\y','\u\\\\\\\ Qi窍gDH ;\0\\','',0,'?'),('\0a\0=꼏뺏 {','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/el.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\/Vk0e\5','\l\b&u\DL\\&Mpg]\\" \T','',0,'?'),('\0kd̑DE/n+`L','wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_VE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\8\ɘg\.','\\lc۴**\ye-\03j\s|?v','',0,'?'),('\0uR\r','',0,'?'),('\0\;fQ\=*Ǖ\','wp-includes/js/wp-emoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\r%՗-^c','V\iK\[_@\`\(̫\r\?|n','',0,'?'),('\0ή;d\n','',0,'?'),('\0O.bE@sC@\ZJ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award3.svg',0,'ȚK\ZN69\'\\&K','ȚK\ZN69\'\\&K',', K\D\Q\cx\0\m','',0,'?'),('\0Mp\\D\\d\0','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php',0,'\\煚5\ \','\\煚5\ \','\?.RN9\L҉','\VP\>N9\L҉','ț\5\Jh,\\V%8\} +BF','',0,'?'),('\0\\NՎ\Z\o','wp-content/plugins/LayerSlider/templates/tmpl-popup-example-slider.php',0,'&X[;tc\\V4D]%\Y7\\\4\(\:','',0,'?'),('\0\lDd\u^\\Y\','wp-admin/user/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\׼n\r\\')','\qOXu\AG\Z@YU2j.\\[P','',0,'?'),('\0\N5577אn$5)','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ջ}\\BH\71','\\"\beTb$\\\\׉\n~ln\\','',0,'?'),('\0UOk3\le{m','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s$R\\\A_\','|\\hWʧe5\02r\\tE:{','',0,'?'),('\0SFۮ:N','wp-content/plugins/stm-configurations/megamenu/includes/enqueue.php',0,'Ic\\9\ݙ.[^M','Ic\\9\ݙ.[^M','uy{\$\_ObGH:t\nÅg\h','',0,'?'),('\0n ybh\\w','wp-content/plugins/stm-configurations/page_importer/pages/store/pages.php',0,'\\\\f#Q)&aj5\','\\\\f#Q)&aj5\','U {A\'mqTV\&5*Ђ\r','',0,'?'),('\rx+U\\ڜ\','wp-includes/css/dist/list-reusable-blocks/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rws \ny\e','bUXA\\6W\\n>j.C}L\%\'','',0,'?'),(' 4rvHXaKpJ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php',0,'Kj\s> D\\M0','Kj\s> D\\M0','\s\CXw\\\\c`?kLn%ܦ\'1Y','',0,'?'),('uHs6Ze*\\I','wp-content/plugins/mailchimp-for-wp/config/default-form-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͔쨣\"J','\\Yr\^w^՝\0+UDgĹ`N:d','',0,'?'),(' .s\"5\ԉxcH','wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php',0,'\\\vERz\\nvP\[1[','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/crown.svg',0,'\r_/n\rt8twuga\','\r_/n\rt8twuga\','OE`WS\K\\/\qfLa\<1 ','',0,'?'),('1HMg#K:!\\','wp-content/plugins/revslider/includes/framework/aq-resizer.class.php',0,'.s\\ê\\ۖ','.s\\ê\\ۖ','Ҧ\!ì\؛\Z\Q5/#\y\G','',0,'?'),('X2\BCT','wp-content/themes/pearl/includes/theme/woocommerce/cart.php',0,'݉v\ܠW̆','݉v\ܠW̆','lb.8S]>URLO\\Ȝ?Mo8','',0,'?'),('Bv\Agpu\~','wp-content/plugins/wordfence/css/wf-ionicons.1550163483.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Als\\j⯃','ג4\ˮv\M\`V\Z','',0,'?'),('NQ\"*hzr\w|\Z','wp-admin/images/media-button-other.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƴk\ |\\,O\\"',' \n6b+d1\m㗡_\zт3\<\}','',0,'?'),('O\m\X EᏓmwD','wp-content/plugins/LayerSlider/static/layerslider/skins/fullwidthdark/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('T\\r\4\}^a@|O','wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FաBEd@','ҽo&W$3Lv\\M| \1Y|','',0,'?'),('U\zPٓ\\|','wp-content/themes/pearl/vc_templates/stm_products.php',0,'\\f\PC\','\\f\PC\','+39\}ټ\]cs\R*m\inK9E\0','',0,'?'),('Xɘy_7XN/','wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\\Z.*:î+1','\Z ޔ\eg)QRC\Am\\','',0,'?'),(']\j\RX','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','//R\\j\\\.','3\'X\r\o`/\\D\\/3\Z','',0,'?'),(']\-m-\sS\','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_24px.svg',0,'e\\˼\jl','e\\˼\jl','V7^\\В^\"4!vv\','',0,'?'),('_1z\\*o>','wp-content/plugins/revslider/admin/assets/imports/woobig/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('nsW\e}\\ٳ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php',0,'\ \\0a J\','\ \\0a J\','k3\N\<\1\n`%Wu\`\O\ 9\Y-S','',0,'?'),('r\ܟM(#`','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_vintage_24px.svg',0,'s\\'\n\~4\','s\\'\n\~4\','\Uux\cZz oBd\j\:>','',0,'?'),('uMzl60\\{C\','wp-content/plugins/duplicate-page/duplicatepage.php',0,'\`580k{\\\'','\`580k{\\\'','t$\`nW#֙k\\%PPA,\f@gIi','',0,'?'),('zTi:A\','wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_AO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \ ar?3\\M','SߥLq%9Q\,-\K\\G2\','',0,'?'),('swpOf\=>\','wp-content/plugins/booked/includes/updates/plugin-update-checker.php',0,'ϮT\H@\S0p','ϮT\H@\S0p','\=)\I}\\\>}5\윞V/$x/','',0,'?'),('\!-FP;{\0\|NT','wp-content/plugins/revslider/includes/framework/addon-admin.class.php',0,'p\E㈔#SA̽','p\E㈔#SA̽','VXb:|}\yYA|@\"\rfz2\r','',0,'?'),('վ&\\FD\vD\\\c\\\!p\','',0,'?'),('ϋД\'Ot ʗM;','wp-includes/js/dist/deprecated.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p >2\\qo\ ','\_}-ܛ7\"2QUۛY\z\4zY̥','',0,'?'),('u9\5EzV9','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h]p\6=','1\\r\n/}s N\of1\"\\y\o\ ','',0,'?'),('8HbMA\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_translate_24px.svg',0,'\ng\QOc','\ng\QOc','\\\Nv^?ˌ\0\mS*)\ii}=_','',0,'?'),('\\o[\:_\4Iw','wp-content/plugins/coming-soon/public/images/menu-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E˵9C','&\ʍ\\vjT%?\\=','',0,'?'),('݆M\8fn\'OP\\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_column_24px.svg',0,'$\r{\"\0z\z^R8\','$\r{\"\0z\z^R8\','\yǹv\T\i\*gP^\\n`oy\','',0,'?'),('\?d:|ٽP LT','wp-content/themes/pearl/partials/content/post/layouts/layout_19.php',0,'JAN\.Zb1p','JAN\.Zb1p','U| 4@2(mf\r?;g=\'\','',0,'?'),('닭N\\{=\;_\','wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\U&X\a\Bq','0ML\P8=}/9ӯ3\nkw\ Mx','',0,'?'),('ϽFٷI=[\s','wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T$%ڲQ]`','1ñ\o4\LG:RBpZ`\\\\" h','',0,'?'),('k(\0ǭ\M','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser02.svg',0,'_]$_\B\','_]$_\B\','A={9ʚڹs&C\J0KGw=AIW','',0,'?'),('\Z\쀻\r\\'','wp-content/plugins/mailchimp-for-wp/includes/forms/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P(qF>6','aCH\B\ } )v/\','',0,'?'),('>A\X\\as(~','wp-content/plugins/contact-form-7/admin/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_*\ZX]\[\AE9','k3cMuz=a_\Ki\% T\M(','',0,'?'),('t]ٟu\\u\\j','wp-admin/images/menu-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qL, _;1/\E','GiH|\)E;\"_\;ԣ4Իwly','',0,'?'),('~w`5;F㮮','wp-includes/js/jquery/ui/effect-size.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\hw\ṶzYXf>','(O8mz\r,C \\E>=<\\\=','',0,'?'),('=q\rljA+','wp-admin/user/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*zuc m J\e\','啱\\̱ \p@\\ͩ؈\\9.a>vYʢ5','',0,'?'),('(q\"\Zj*]qtzT','wp-content/themes/pearl/vc_templates/stm_sliding_image.php',0,'HnKL\2&','HnKL\2&','%jű0&`VGW5\Zx \L~뎈_','',0,'?'),('+ŪHRݓXsN?','wp-content/themes/pearl/assets/css/header/builder_elements/weather/stmweathericons.svg',0,'\$\0X3zN]\\(','\$\0X3zN]\\(','7\g\\>F]s\nLv­R1','',0,'?'),('1&^sn*/?o1','wp-content/plugins/coming-soon/public/images/home-video-teaser.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\>6\0GCx(\','ߺ\r\a=0N{X-mA$-=n*?K\\','',0,'?'),('<)8T*.SuS\ĺ','wp-includes/SimplePie/Cache/MySQL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\B\C\ZH\xV','t\AB٠ \B=)\\RhO\"\g;','',0,'?'),('?sW\\#\\','wp-content/plugins/coming-soon/public/images/themes/8.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\o\Z@\nj\=','ڍ\'\]\\C Q\n ;ۄ\uX','',0,'?'),('H<>oŷC\','wp-content/plugins/mailchimp-for-wp/assets/css/admin-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!EmE\\ʱ','v\\N  ̣R\nb\\0b0\\l\','',0,'?'),('HC\\!\"(','wp-includes/js/tinymce/plugins/compat3x/css/dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\11h+ezK\\k\Z\"','*3\U#\n]]uho\rβ\\r;5j\','',0,'?'),('J\rӷG>','wp-includes/class-walker-page-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nXK\*K','\K9ղ\G\\O\]\\(ҫ;9\@','',0,'?'),('M\`>H~\\2G','wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php',0,'#ӦCV?űd','#ӦCV?űd','eO\\"@V)Q2V.t?\;\\nK\','',0,'?'),('OP0\\-\Pd','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_phone_24px.svg',0,'8WFKE?\mT\Dv','8WFKE?\mT\Dv','\T1x\ \.\\~cEbԏGA\v','',0,'?'),('QWu$\\','wp-content/uploads/stm_fonts/stmicons/startup/stmicons.svg',0,'\Z\n4 y\\q[.','\Z\n4 y\\q[.','Z\\\\lM\I)\\\B69J\C\iY\T(','',0,'?'),('i?\Rlkg`\','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg',0,'OBƋT\n|X[','OBƋT\n|X[','}\\Z$\\6\y\\,\N1Oxo_d','',0,'?'),('p3tJ!6Džqf','wp-content/plugins/breadcrumb-navxt/class.bcn_breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Og\U1é\\Y\','Ӣ\K0\\?W\\ \\9\Zg\\Z]','',0,'?'),('s@q:ҍ','wp-content/themes/pearl/assets/fonts/stmicons/medicall/stmicons.svg',0,'GKjǐO_M\','GKjǐO_M\','\\r:G[!s_\0O\n%\'fozȗZ\ؙ','',0,'?'),('u\\sy6\'v,\=','wp-includes/js/tinymce/plugins/wordpress/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E(pdWfH-','C$C\[98}R\\c<\r]\0\\\=','',0,'?'),('\"\qUy9\%Q','wp-includes/class-wp-matchesmapregex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XRyq2F),\\\\\\','Hfws˦Xt0\nj\Ec','',0,'?'),('\" .}}X\1\\Z\','wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>@v‚\HZ#u','X\~mW\;CF\Z;\\>\ፀSL\3S','',0,'?'),(' \"i\&\ԫx','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-fa_IR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\d\\=noq ','[G4e驽\f\0ç_*\','',0,'?'),('\\\Z*bXC\','wp-content/plugins/LayerSlider/wp/scripts.php',0,'\‚\D*\:','\‚\D*\:','b|\\ZoC\E+\vJh;|\()3\>_','',0,'?'),('\V\I0p&\\\','wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˣ\j(V\B\q','s\\L^=>\26U\\P }','',0,'?'),('\}]\\\\\\','wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero-3d/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\Hn\T2B7\','wp-content/plugins/wp-members/includes/admin/dialogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lJm\z\0װ\\f^',':S\W7LuAK4B\\λ]\','',0,'?'),('\\\7& Ȁ','wp-includes/js/tinymce/skins/lightgray/content.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \\{~_I˵O\K@','%\\.\"UҚV\&\9\\]\^d%\zg$','',0,'?'),('\\0\B\ӣ`TvE\','wp-content/themes/pearl/assets/admin/js/stm_widgets.js',0,'r\,\w','r\,\w','>nk7 \\Rcv\z\7[0\>','',0,'?'),('\85\\Rqo-\=','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\\\$x /\\','\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone.svg',0,'%\X\\7EZ%>','%\X\\7EZ%>','\Ծ^`\Uipm\\Z Gy\fg\Q|H?\"','',0,'?'),('(!(>^%\gG','wp-content/plugins/wordpress-seo/admin/notifiers/class-configuration-notifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Re~C\','\weڑ:\log\Gʝ|\m*%','wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/products_info.php',0,'\X{G\ޏ\'\\\','\X{G\ޏ\'\\\','Ƞ|4D\jiaN\0&З','',0,'?'),('`\me/Te','wp-content/themes/pearl/includes/theme/vc/modules/call_to_action.php',0,'\V9Usv[Ű\7\','\V9Usv[Ű\7\','\zl]“HcE\nq*\}\','',0,'?'),('b\\\q*T','wp-content/themes/pearl/partials/vc_parts/posts_list/style_9.php',0,'u8On<:}.\','u8On<:}.\','W\(o\"rӥqUF[t\\'p)','',0,'?'),('iO \0@X(Y ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart08.svg',0,'6`Iy{4+|o','6`Iy{4+|o','X\5Rʩ\{G: }A\\0^ˊ','',0,'?'),('iPÙld\0','wp-includes/css/jquery-ui-dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O:G,=|\R}',' \R郒anҌ`\htC?','',0,'?'),('iՈL\X\\0%D\\0','wp-content/themes/pearl/assets/js/vc_modules/modal/single_donation.js',0,'$u\jh  TKY\ ','$u\jh  TKY\ ','UfC3bB_n\\pj&\ݫ','',0,'?'),('k4c\\5<\"','wp-includes/js/dist/autop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*NX \.F\\v','\L\\\H|HS\jV$;拎}œ\a','',0,'?'),('X\\qɳ葂I','wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php',0,'\\[\ #dw%\\','\\[\ #dw%\\','AZꀡV\'\8Ȇ^~j\\'?','',0,'?'),('`\\\\\\~\/4F','wp-content/plugins/stm-configurations/page_importer/pages/personal_blog/pages.php',0,'L\VC1','L\VC1','\x$c\\\\d|#ѡ3`U\\\O\k=','',0,'?'),('\\[\`.WPA','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_flag_24px.svg',0,'\\Lh2\~\\ ','\\Lh2\~\\ ','*\]4\0\AtJ[\\.vt[I\','',0,'?'),('3~fߧ\藃 c','wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php',0,'\\\0T|S','\\\0T|S','?@zIM\=wQ\\H\r\\i','',0,'?'),('uAms\,)DEv','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bfy y','QYpC=3\;uNKoՄ','',0,'?'),('\e }j\\TJf','wp-content/themes/pearl/includes/theme/vc/modules/floating_gallery.php',0,'\z4\\Z\y\\\\\','\z4\\Z\y\\\\\','\šl$|a\\|\Ĭ\\r{\Z|n`\z','',0,'?'),('\\pCy\)\ \{','wp-content/themes/twentynineteen/sass/forms/_fields.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}6r \\\_\\','\H\\ (X\JN5\\<*m\0\r4\','',0,'?'),('\\y^_\\-cV\','wp-content/plugins/wordpress-seo/css/dist/adminbar-1230-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jR|/p*\\#s','z\\nP-7r\{=\:\\I \\','',0,'?'),('\\M5kҀak!!\','wp-content/plugins/wordpress-seo/languages/wordpress-seo-sr_RS.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Β$Œ\n\P\','q\'\\:0\\.?\rxH\\\W','',0,'?'),('\=M\\V*br\x f','wp-content/plugins/js_composer/include/classes/shortcodes/vc-video.php',0,'*\Z˟ oe˾\','*\Z˟ oe˾\','][ o{Qӿ\\,$\f\\gh2 \','',0,'?'),('\>\!\Z\\٘','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EOxٕX\2떭؃','x\aJN!e\\"\"Nq\}\AMC1){j','',0,'?'),('\IF|W|\Z\3^2','wp-content/themes/pearl/partials/content/post/layouts/layout_4.php',0,'\!s\vaҸuk6','\!s\vaҸuk6',' \rv\@X!k{\re#,\r 4){\','',0,'?'),('9䷳\n6','wp-content/plugins/wordpress-seo/admin/pages/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8r\5ي\2','\Z?\rk㹍\^е\"\\ \0rp','',0,'?'),('\n\\\",\\֢뒒','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_ring_volume_24px.svg',0,'5q*ap~\#[\','5q*ap~\#[\','\=<^\\"Fݸ@ϳ:y\O\8\on','',0,'?'),('\r.7\dϦD','wp-content/plugins/LayerSlider/static/codemirror/mode/xml/xml.js',0,'JjM/2&','JjM/2&','Ԇ->揘wF!\p\n|G\.\a+NR','',0,'?'),('2Aw\Q)J.','wp-content/plugins/LayerSlider/config/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('!\@|4n','wp-includes/class-http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\wY\T9M\','e b\8\Y H\\ZZsoB','',0,'?'),('#\c#Bk\ b-,L\t','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-article.svg',0,'iԇ|!HG<','iԇ|!HG<','XcaL+Dg:6Քt\\'8_\\\T','',0,'?'),('$Jy \\}gtt\','wp-content/uploads/stm_fonts/stmicons/personal_blog/stmicons.svg',0,'^8s\$\nGNU\'\','^8s\$\nGNU\'\','x[dWcp\> )\?iͥ$D\:$\\ F','',0,'?'),('\'ڞ\0;?\+VҪ\','wp-admin/network/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WVt\{x\ra\͞','d\\\Z-aV~\\IehC\n\1\\\','',0,'?'),(')c\RY\G.Th:[\','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_tab_24px.svg',0,'Q\3\7}$n\rHN','Q\3\7}$n\rHN','\JVd.8;4yL֧}?\ףP\/\','',0,'?'),('+\\\L','wp-content/themes/pearl/assets/vendor/mejs-controls.svg',0,'^yq+\S%\\y','^yq+\S%\\y','\\\hA3L:\\'1ꁠ\\\\','',0,'?'),(',u;\\aa3','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pt_AO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Ed\\1\MG','(t\S6%\\#\\ T,xX','',0,'?'),('.-d:XPyU[}','wp-content/plugins/LayerSlider/static/font-awesome/fonts/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),(';pR9+qpծ','wp-admin/includes/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ҥ\\0k\'','-\V*K:ZE\H*r鑵=1\\<','',0,'?'),('B{)s\'','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2O+zp\㓗E?X','[\m_-\af\\\\Z\r\{)\\\\\\Z','wp-content/themes/pearl/assets/js/stm_timeline_carousel.js',0,'/T([ 92\\@_','/T([ 92\\@_','_\U\w%$Hր8ꕓzgifa/','',0,'?'),('p\n-\\"l\"l','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character07.svg',0,' N+\r\nO9d\',' N+\r\nO9d\','~cEt.kz%0J\\/\\Z { ','',0,'?'),('u\0e&\$\\O\','wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y?T#U{*\]\','aD\Z\kR\0\Ba|{\'Ǿ) \n]XG;','',0,'?'),('x\m\0\~\','wp-includes/customize/class-wp-customize-nav-menus-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vK\\\\oe\\r','|5~\VAWo*Q/iX=\AS','',0,'?'),('zyH@\\\++','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\(\tܓ5V','\K()\17@F`1Nش\&m9\\','',0,'?'),('z\\\pKQ<տEl','wp-content/uploads/stm_fonts/stmicons/charmap.php',0,'u!\9ܡ\.Y[L͆','u!\9ܡ\.Y[L͆','#깤M`P\\ ۚ\\FZ$','',0,'?'),('{ׁTf\,','wp-content/themes/pearl/woocommerce/layouts/business/content-product.php',0,'M3\0~v{','M3\0~v{','9V\'\Q)\\߇Z-:\\\uF\\\L','',0,'?'),('lg<\\\=\l','wp-content/plugins/akismet/class.akismet-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1O2e1rJ\j','#TcxE\ƒy\ũ\H\\>\\','',0,'?'),('\\$O\v\0(','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tab.php',0,'\ħ}fq~w\m^','\ħ}fq~w\m^','5\S}aF\\5\\\-1qX\u','',0,'?'),('R\.<\\zm^)i','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_off_24px.svg',0,'BJĶ\\w`','',0,'?'),('Ú2\d\=','wp-includes/rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yl\_\\nrR','\il\\!swJF\','',0,'?'),('\"N߬jj)\0N','wp-admin/images/menu-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jG\{>^;$\','2]y\\#h\\29> ^s\rH\ \n\\g\','',0,'?'),('# p`C$3ڎ%\05','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_attachment_24px.svg',0,'s{&\"v羨\\v\','s{&\"v羨\\v\','^D\K\\9@O؈kx\W\','',0,'?'),('0\'` \c2_\','wp-content/plugins/revslider/public/assets/fonts/font-awesome/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('8\?F$k\&1\Z[8','wp-content/themes/pearl/partials/content/post/layouts/layout_16.php',0,'j\p } v}\)̜v','j\p } v}\)̜v','qZFͮ8\d.}\shr\9\\\:油','',0,'?'),('[&Sc\3Z 6D~','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_clear_24px.svg',0,'\\F\_\Zd\"','\\F\_\Zd\"','MrY5t\J\$YI \?\\\^\','',0,'?'),('\\\De\秥','wp-content/plugins/mailchimp-for-wp/assets/js/admin.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RX(\nb6li\a ','z\-ig\δn\flpZK2ܻ','',0,'?'),('^z\\"\n@bs/','wp-content/uploads/stm_fonts/stmicons/personal_blog/charmap.php',0,'G\\n% \','G\\n% \','on\\]Fy\Mf@9\+\\5 +(cJ\','',0,'?'),('j6I\\'j','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-ro_RO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\0\ \ˈs','2—[\\U,\\D\H\/\','',0,'?'),('mύ.Y0R͛(3','wp-content/themes/pearl/assets/fonts/stmicons/linear/stmicons.svg',0,'\2\Z8\\Y\Z\\.\\\','\2\Z8\\Y\Z\\.\\\','j6\B\VN\\bل<*\Wv=8\1\','',0,'?'),('q\_\" 1\F','wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϔ:Љ+=K\','P4V<\hE-\ϑd\:>m+&.9\H','',0,'?'),('tZQYz0\跫','wp-admin/images/wordpress-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ưy\o\8\8S`','bx\LPͰ\\=^\\am\\1i\','',0,'?'),(')E\)K ;','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0w\Z\\"\TVejl','W#}Z~4\NU\W2\\3','',0,'?'),('f\8b/n_w\','wp-content/plugins/wordpress-seo/css/dist/metabox-1230.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\U 7wtHBu','\\\so6CTH\n!B\\k','',0,'?'),('\\\0\\[uSG','wp-content/plugins/wordpress-seo/admin/views/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D5$!\\\'\\q;7','߼L\\9|\&}\&\\\w\"\0','',0,'?'),('7_\\}\Ze','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_voice_24px.svg',0,'d1\*ұ߾)','d1\*ұ߾)','ק{zYР^\0R\\q\R%<)a\','',0,'?'),('ѼR\Kd\\\P','wp-content/themes/twentysixteen/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\z4ۥN1\wjƱ\\[\','ֵ_>wjƱ\\[\','\x\\\eP@\3<—\\\ *\n<','',0,'?'),('k5SH\\\Ы','wp-includes/SimplePie/Author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4q\_A%Nw1','n#O/\jb\wP&i\#_`\\YО\','',0,'?'),('\e\bWA0\d','wp-admin/images/comment-grey-bubble.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y*\'tF','7 y񮌬\\U{\ԟ\\`]m','',0,'?'),('K@π-\$Sh','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nl_NL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g \2*P\Q}p','\\3:`Qp䦚\|\\\Zd\','',0,'?'),('~A}Cy~,sJ4t','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shopping-cart.svg',0,'\\\"5K$zoZPyF','\\\"5K$zoZPyF','Toy\\*\|L!D\TM\n\\','',0,'?'),('\Al \\oF<\','wp-content/plugins/js_composer/index.php',0,'\?l08K ','\?l08K ','I1Il\0ڑ\G럡$js@\U\DŽ$@w','',0,'?'),('[\4\?s','wp-includes/css/dist/block-library/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ݧ\}55[\',' `Yu\1\n4\#\HV ؠ/ I','',0,'?'),('\|˴d\!','wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_10.php',0,'\\3{s\\֍\@L5;','/మWc\̘D7\\?\0Z_[3[','',0,'?'),('p1KM,r\\N','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pets_24px.svg',0,'8Mʨ\!\Gt\ZpP','8Mʨ\!\Gt\ZpP','|_\\m \-\e9U\Q\wiE\Rۭ.','',0,'?'),(' ,eO\zÑ','wp-includes/customize/class-wp-customize-site-icon-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\B.:Fr\\+','\U\ܪOf\\"\\(n_IHaѨWi','',0,'?'),('\'yc$Ԉnzf\','wp-content/plugins/wp-members/assets/css/forms/generic-no-float.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>?\\(Ur&z','1\akKT[\\\dIGU\WG&\oB+Ο2z','',0,'?'),('+t#p\%Һ\','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/offices/offices.element.html',0,'d/\?ŵ\D','d/\?ŵ\D','>\^*n4J\ʖ/VRO4V\','',0,'?'),(',5\Xp\BFdcj+','wp-includes/js/dist/vendor/lodash.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\]!\\8\','ݒk\\"G\\0\%\ \e$û','',0,'?'),(',!!\\iM)Nb&\','wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php',0,' M\\w \\P\',' M\\w \\P\','@ϰ\Z\~ʨ+cm\\\'A9.d\','',0,'?'),('.8 \n\\d\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Gs\=[ h','\Tc/ԿЍN\ t\Ou\\bNy','',0,'?'),('2U3q+\6','wp-content/plugins/breadcrumb-navxt/includes/mtekk_adminkit_engroups.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7O%\RȭWj','ܕ\'*\\?0>={(+E%\','',0,'?'),(':6\L4Lm\','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_bold_24px.svg',0,'\|ǟX\Nb>','\|ǟX\Nb>','xlw\m\̛9\zmW\8\','',0,'?'),(';\"#@BIy\0\i','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_off_24px.svg',0,'2&\\Gdء^\"\6\$','2&\\Gdء^\"\6\$','xq\\5\4O\lZ!4\Z\6','',0,'?'),('?\%i\V3ǵ\'\','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bg.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Z&\E\I7\\\','0\Pc2V\ĀA%ANz \L\OAT','',0,'?'),('P\\!ZnţJ=','wp-content/plugins/wordpress-seo/admin/links/class-link-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޜ(ڑcBG\x\\','\\`:Z: -\\V\ \\','',0,'?'),('Q \(;ؠ|~R8b','wp-admin/includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=%#\Z\Z,<\f~',' iZ#\\xl`\N\0}hs]\\\\R','',0,'?'),('T]\\g4źuP;','wp-admin/css/admin-menu-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']U\, *XQ','_z)^jr6tmKK;0Ȏ6|@N\u\n','',0,'?'),('X\K\>)T','wp-content/plugins/revslider/admin/assets/imports/twitter-feed/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('`V\\Nr','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist.svg',0,'\ \k$}Ng-','\ \k$}Ng-','ċ\Z\\\ a\'I^\gx\\+?=','',0,'?'),('b\pA+\-+ʉ','wp-admin/js/widgets/text-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#f\!\\fDl5','F\>7b,\\"j_Io1RD\=]\\','',0,'?'),('d\\fg\\n\J_SHl','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character06.svg',0,'\j\CW\7P.U','\j\CW\7P.U','v\(y)7\W/?%\n~','',0,'?'),('k#3,\\_\','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-radio-image.php',0,'$MTT;G\\ǥ\','$MTT;G\\ǥ\','´ұQQ%Rx˰\P\p\\rGŭ\o','',0,'?'),('n&[F܄^\\\_','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/box.svg',0,'EÃ\Azq|f','EÃ\Azq|f','\gj\ŦV|e7c \04~\$%p$됶','',0,'?'),('x\l\\u\\\9','wp-content/themes/pearl/assets/vendor/utils.js',0,'S_t-ѳ\','S_t-ѳ\','[:\ģ\Z.\\\Z\n4-.:8OT&','',0,'?'),('ix b%nn\sp9','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/fontcommon/fontcommon.control.js',0,'CoU@|K\\','CoU@|K\\','\?Q\\M ԴL\AsMTf\\7\2','',0,'?'),('}&\*\rwc\\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_24px.svg',0,'\vːͦF1\8?','\vːͦF1\8?','ɧbN=\,\g\8r (MXjO\A\`s','',0,'?'),('H\IQWW{:A','wp-content/themes/pearl/vc_templates/vc_row.php',0,'7/y؁$\^F','7/y؁$\^F','n\\0cgTH\,e~ :\a \.J\','',0,'?'),('%bQbM<\x','wp-includes/js/imgareaselect/border-anim-h.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\\,\ntZ^6{Lp4','qs\c\h\\m-%\x\ZB\x\\'\\E:','',0,'?'),('\\lk\\\+','wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_add_alert_24px.svg',0,'t\njroY)m','t\njroY)m','B\\\+Ι\\:[M8\\b X\r*Y','',0,'?'),(' .A\G%ǙBdU','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_fixed_24px.svg',0,'G~)5o\\!g\','G~)5o\\!g\','W?ړ-JA\\\V۩TS`o\{+','',0,'?'),(' 0,X\\','wp-includes/css/dist/edit-post/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SG\|\\\-)YɊ','\=$\\ ~\0BD*\\诉 3\\\','',0,'?'),('\\߄%\\SՉ\0','wp-content/plugins/js_composer/include/autoload/params/vc_grid_item.php',0,'D\ZO\\\{ﷆ','D\ZO\\\{ﷆ',',p?T\\,\5ݐ:BWU\˙\r\\"\'W','',0,'?'),('w\6ʴ%','wp-content/themes/pearl/partials/content/stm_products/parts/tab_1.php',0,'xv\rvo*t{Kd','xv\rvo*t{Kd','\FtAU#8\<kr\r;r','',0,'?'),('9ĥ:ؑA\u','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_sort_by_alpha_24px.svg',0,'+Mo%|\fi','+Mo%|\fi','~\x\ ش{xވ>6غn>2Eo','',0,'?'),('ѧ_4a!F','wp-admin/css/ie.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\H\=\{Z;','\'p\Gg\_P@EuE-\jbc=\H蠕\\M\W','',0,'?'),('\R\x\I:T\+m>+','wp-content/plugins/revslider/admin/assets/imports/newsletter-hero/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('׌ZۥE?lw2\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pin.svg',0,'Z\\\QCJ:8','Z\\\QCJ:8','-I)6?uY=\[oSD z','',0,'?'),('\U\^\$\uҁv\','wp-content/themes/pearl/assets/fonts/fontawesome-webfont.svg',0,'.\murI1G \','.\murI1G \','Lr7D@y\ɂ]NK(\ti\G9\\Tm=','',0,'?'),('\o\\? 8|}','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/en.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' rBO\\+\',' 7Wx\<d\|FBF\q\|\%h','',0,'?'),('\\\<\XT\`Fwg\!','wp-content/plugins/coming-soon/languages/coming-soon-da_DK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IeIl\\\I','#|H\a}`\XOn.\9\'\j\[KT=\t','',0,'?'),('\1\EV\\o\E','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_work_24px.svg',0,'wVd\\uCz9l','wVd\\uCz9l','\}\\[\m\07\vZϓE\\|\%N','',0,'?'),('Lýf8=fB{','wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\4f^ ,&\\~\~','g\R\Oۃ\d\C\\^5\\ke D\7uPK','',0,'?'),('x\\|s\\Ka','wp-content/plugins/wordfence/views/common/page-help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\2\o\\\0X#\83~','\$>\\n\ZW\)O \\0(\n\ݮ\\08','',0,'?'),('\\ }(Wwe!','wp-content/plugins/wp-members/includes/api/api-utilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vl\Y2WÝz]\Z','~\\JnD0m(T\\E{If','',0,'?'),('c]lL\\#\\K','wp-content/plugins/LayerSlider/static/codemirror/addon/lint/css-lint.js',0,' \>\WB\n\',' \>\WB\n\','4ɉ]@(C\z\"{\rt\_U','',0,'?'),('\\ri*\\','wp-content/plugins/revslider/public/assets/assets/svg/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('3K&c&s','wp-content/plugins/wp-members/i18n/languages/wp-members-he_IL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\֫|^\ͪ\`c\','+`Ae\\+]:.e;$\\b6A\v\q\','',0,'?'),('\\\0F\\MH','wp-content/plugins/coming-soon/public/images/jt-compressor.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')V/\S\Z\b\MM','֭E/f=\0v \K+l\\r7','wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\I\\m\LWyݓH','\rflդ/\;l\\\\\\.6r\#P[\\','',0,'?'),('Q̓Ԙ״Z@\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_data_setting_24px.svg',0,'X6TXD\~\{IJ p','X6TXD\~\{IJ p','#\\FB˄ʠ\hN\Ѩ - 8>','',0,'?'),('ņLGP(\Ή\ȯ','wp-admin/js/widgets/media-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\\ɶ穽X5~=','gؑ|\-\pk$˓*R]\PIH','',0,'?'),('\&\ A\H\\)I&','wp-includes/js/dist/vendor/moment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\"[ew\C081U','\ynX$\",Dce~\9c$\\','',0,'?'),('\\\Zͫ\&soXA\','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-repeater-music.php',0,'q ʍ\BՠoI\','q ʍ\BՠoI\','g9Qߐ\\`c\ )C{\vXTw','',0,'?'),('\09M)\^\','wp-content/plugins/js_composer/include/params/loop/loop.php',0,'l2ۈw\*sH\','l2ۈw\*sH\','M|\L\;Eul7\{<=\j\\r\X\\','',0,'?'),('C\~gI/\i_D','wp-content/themes/twentysixteen/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\\\`l\L|\"','$\6>lI{\Æejg\n:eR\+5','',0,'?'),('v\uv<\#\','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_convenience_store_24px.svg',0,'\*\\0\D','\*\\0\D','Ї#\\9s^M\k |I \$ƃG\\[\r8\','',0,'?'),('C H5\x\G\"\','wp-content/plugins/stm-configurations/megamenu/assets/js/megamenu.js',0,' \\K~Y\n#5\G',' \\K~Y\n#5\G','\\\֞h2RF PEH\'\uT\\vЎ\','',0,'?'),('#\7\r\Y\\0\i','wp-content/plugins/wordfence/views/common/status-tooltip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%e\rFd\E0sB','%M\\bu\\I\]C\I\\n6 \z}\B4','',0,'?'),('&#\pJh\','wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Is0w4Q','E\\\"v+󴄏bo}xa{:@E','',0,'?'),(',A\}2+/\x\\ў','wp-content/plugins/contact-form-7/images/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+7wD:wk;z','H7;鸻\\gۺ\]VC;y\2\s \','',0,'?'),('4\ہ;0.*','wp-content/plugins/wordfence/views/blocking/country-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-^A?','axR;\,\'K\\?Q\\ߦH\\','',0,'?'),(':;b\\ \4\`','wp-content/plugins/stm-gdpr-compliance/stm-gdpr-compliance.php',0,'ه\Z\0`\f]9L','ه\Z\0`\f]9L','.~\nf\g=tl\n\bV\\~)+\\\6','',0,'?'),(':뭲c\\RPe (','wp-includes/rest-api/class-wp-rest-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9(L\Q_\Zl','5\\nՑgX$38_\ʋU!ጕ\','',0,'?'),('>nQH\\A\P','wp-content/themes/pearl/includes/theme/setups.php',0,'8\XOpQ\$\;','8\XOpQ\$\;','$a@ѷW;-F\\'\\K}C.\\"','',0,'?'),('A!9 \iFp','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_downward_24px.svg',0,'\\Z\m) -!A','\\Z\m) -!A','QPdJ\w\\s*jZ\\l}[ \u\"Z','',0,'?'),('M2&rx#)','wp-content/themes/pearl/includes/admin/product_registration/screens/system_status.php',0,'Qx&[\\"`E#','Qx&[\\"`E#','\\\pNJ\54\W\/Q\o-\*\','',0,'?'),('Rzһ(5\Z','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fax.svg',0,'.\"#p@','.\"#p@','\\\\\LY\*cb\9M9\\Ӥ3','',0,'?'),('e؟v\笪Ej','wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\/]L/Gb\\;','$y\r\np\u\ ?A8\\KΙ\TcVa','',0,'?'),('g\\3,SO g\\Z','wp-content/plugins/mailchimp-for-wp/vendor/autoload_52.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\>^\\\"','9S-\\" \\[\wX?&JpOXp\a','',0,'?'),('k\0\Z\{ ݛ6','wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ϼ\d\p\ ','T\| y\A(u\\\ZGT\\B','',0,'?'),('k\b\gS','wp-includes/js/tinymce/plugins/wplink/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wot9 \\;\"','7g6DP&ueН-(=\\e\','',0,'?'),('z5\+','\^fɢMk\q>+','w\d\-HOވO`ѕ)\\\\h','',0,'?'),('}1\1Z\ \S:','wp-content/themes/pearl/assets/js/materialForm.js',0,'[ HX\>\r','[ HX\>\r','-\\:\7Y\@ \Yp̑FׅQ','',0,'?'),('\R$60jw\Im7','wp-content/plugins/wordpress-seo/admin/import/class-import-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\\\9<3(g\','Tx\\-\P\o\\\A\\\\\','',0,'?'),('L\\.\n\w;[','wp-content/plugins/wordfence/lib/dashboard/widget_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\\#\@Xs\','ĪN2\9\WDWO0ѽmG\\N\','',0,'?'),(':\\zh~E@','wp-content/themes/pearl/assets/js/i18n/datepicker.ru-RU.js',0,'=\\'8 /ШP\Z','=\\'8 /ШP\Z','42\)j\0a(3\\\\\X\f\\%\qL','',0,'?'),('_t\$+\)J','wp-content/plugins/revslider/admin/views/navigation-editor.php',0,'p\!{f\0<\Vf\c+\','p\!{f\0<\Vf\c+\','}(\' :zÑ;2TBg\l)gM+*','',0,'?'),('\g~\w\Z\hh','wp-admin/css/themes-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\zP\\oq E\Z','I8z\KfAսq\\ #C\\\','',0,'?'),('~)A\\ӳ@d','wp-content/themes/pearl/assets/fonts/stmicons/advisory/charmap.php',0,'`uDgH\799g\','^I\Rb\hi6\ɴ,\\pu~ǩzS','',0,'?'),(' \\Ĩ\Tw\YC','wp-content/plugins/js_composer/include/helpers/helpers_factory.php',0,'xDІc\\<','xDІc\\<','.R1\,ɫ\\'߇S3Oi\܎','',0,'?'),(' j\z\1e?yx','wp-content/plugins/js_composer/include/templates/pages/vc-settings/default-template-post-type.tpl.php',0,')r~Ikπ\g\',')r~Ikπ\g\','07\@ \\q \M\n\_(Kk\','',0,'?'),(' \K!\Tz\','wp-content/plugins/wordpress-seo/admin/links/class-link-cleanup-transient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֮\\_\\2$\Fo','$~:4\[w\j\cE\:q3LZHs\Ŀt$X','',0,'?'),(' ,w\w\N$-\U8','wp-content/plugins/LayerSlider/templates/tmpl-gdpr.php',0,'\\WCQ8','\\WCQ8','\Yr~hCl\oP\m}ۊ\b\','',0,'?'),(' ,/Օ!\gyd','wp-includes/js/media-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r75l(\Sj','\@\<\013tQ/]ZCcoL\CCӂF','',0,'?'),(' ,\\\"\W/.','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\-rjiI\أeb','b\\E\\\&q\*\\','',0,'?'),(' -oؙ #/I','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\4{ݕ))y\','ZI \nV\ \\ {\=׀\ZU[vR\','',0,'?'),(' 7\\\f `','wp-content/plugins/wordfence/images/sort_both.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dm 8\f|\Y\','~\%\ۉ%>BlouI)ȉ7g','',0,'?'),(' 9BWGK-\R\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2%\C8Xn\',' \btl\n\E\)1\x֬#\\\','',0,'?'),(' =\c#\H\ܵ\1','wp-content/plugins/wordpress-seo/config/php-codeshift/remove-vendor-prefixing-visitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=I :\J\IBn','(Z<\'4G4\\\\7^v׮','',0,'?'),(' El7Q j$m','wp-content/themes/pearl/vc_templates/stm_categories.php',0,'227\b,~s.t','227\b,~s.t','V@c\8Y4\^҈ \ܵӮt\B\','',0,'?'),(' P=N>b\"j:~[Q{\','wp-includes/js/tinymce/plugins/wpdialogs/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\[ߢ9\Z',' $\'\v D7\7H\\\l_cdN','',0,'?'),(' X\t \\4vNI5\j\\','wp-admin/async-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\e\\b\zG\nK;@','k\\rX&8\\tTjU \{\|','wp-content/plugins/wordpress-seo/migrations/ruckusing/lib/Ruckusing/Adapter/why',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{k \^ʤtM]','.Fk\M1\k:\\fIH\OX\[\','',0,'?'),(' tZ\\`J_\'3l','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_24px.svg',0,'X\tTGlO','X\tTGlO','j9S(Ls຾ji\\\N','',0,'?'),(' h\Xk%>\{NB','wp-includes/js/dist/viewport.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\AE6e}[','M>a!M\Z,*k=\\n)\\y\W~','',0,'?'),(' fO4\ρ(S\','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-preset-panel-editor.php',0,'Xf\6u\\\Q1','Xf\6u\\\Q1','\1FX\\?LBC2Dٯ;\\\\\\{z5','',0,'?'),(' 7X \\ÕL\0l','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_24px.svg',0,'D?-_XuR','D?-_XuR','\'܀e\'6h\\0\Vt\*H','',0,'?'),(' yo6=6\'\Ț(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper.svg',0,'h\.ڼ۟k0','h\.ڼ۟k0','\cWvp l=,W\T\\\\=h+','',0,'?'),(' .\5ua\WkJ','wp-includes/Requests/Exception/HTTP/413.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\<]ɐY\XL\','\r}䟹-V\\\\'eCCʅ\e-2,0','',0,'?'),(' \r\Yk\cJ[\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ԝ\\\,|\R\ b','\8\Y|b\\KK\'\\_9o/^R\D[$','',0,'?'),(' w\\h\ʫL','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting.svg',0,'4V6tX#.8`X','4V6tX#.8`X','1$b\r7$^Fx}\\ ;!361\','',0,'?'),(' \M\"౎s=]O','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_car_24px.svg',0,'\\׎ZXkux\','\\׎ZXkux\','˜CX.\a2}/~ ݊\\UB{','',0,'?'),(' ͞x\ AzGm3','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_auto_24px.svg',0,'z\j<;\6','z\j<;\6','le@\P\N\ӋcfQf&4=\ \K\','',0,'?'),(' } 0+g\j\\','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hotel_24px.svg',0,'\1<io \\\X','\1<io \\\X','hzΝ&\\:I+9~C\y@\J/s2i\n','',0,'?'),(' Y&$n-R','wp-content/plugins/wordpress-seo/css/dist/yoast-components-1230-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\\fHzp\B','*?:d\Tp)\W\j\r^\-Oe9v<','',0,'?'),(' l\q\1Ti\','wp-content/themes/twentynineteen/sass/site/_site.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\@* \D/\\\I','XmW\\ MK\t\V8Ɗ\','',0,'?'),(' \]xIj16','wp-content/themes/pearl/header.php',0,'~\\\_\f&\0&','~\\\_\f&\0&','\83B9,>\XDK\9\t','',0,'?'),(' ҡ@\R\Ʉj(','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_large_24px.svg',0,'g\A~6*OMfY3','g\A~6*OMfY3','x\wr\xw3N0ơˢoEe݁\渖\02','',0,'?'),(' Ӱꅑ\c','wp-includes/js/dist/escape-html.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\ZPt?F','I;\>\6> )og\"\o֚^[\0','',0,'?'),(' \9fވUf\','wp-includes/js/tinymce/tinymce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P \rj<D\\','@\R7V޲\M1\!j[\WNDSvnl','',0,'?'),(' \\\09-bͩW','wp-admin/network/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\1\5]-ܠ3 ','.\5q\\־3\x\U5\3\\l','',0,'?'),(' \%%|&0d\?\','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_screen_share_24px.svg',0,'hA6\\.C7','hA6\\.C7','\1[\\6\w;\$eF=b','',0,'?'),(' =y\r\ne\0\+I\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_90_24px.svg',0,'\o[Gd\!5 ','\o[Gd\!5 ','*=V9Z\n\ncn\l\\Z\|u5Vy\Q','',0,'?'),(' c-^q͗\j\ o','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\}\7`\cZ\','ti\\\\˜n O/\"\0kߓ\A/\.\','',0,'?'),('\n\\?}\\!!t','wp-content/plugins/LayerSlider/static/layerslider/skins/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('\n\n@\\0L|\_ \2','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_24px.svg',0,'\3ʠ\\7','\3ʠ\\7','\\\(.W\n$ھHа \ZG\"\\FG','',0,'?'),('\na5٦0\=Pٞ','wp-content/plugins/revslider/admin/assets/imports/mainfeature/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\n7V +0&\BHP','wp-content/plugins/wordpress-seo/js/dist/wp-element-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':f\\]\G3\'!','=>|\\=B17\7 ӂ\[\˜','',0,'?'),('\n@6\&O\r\<{Sj','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_36px.svg',0,'4\4\gd3&','4\4\gd3&','Ն^dx}yI0\4\0 3,EA\\U','',0,'?'),('\nCʡے]zx\'$','wp-content/plugins/revslider/admin/assets/imports/travel-static-captions/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\nDk62G!\n\s4 c','wp-content/plugins/wp-members/assets/js/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\';Q#\Ĕg','yZlo\\ 1\8%T\j*._&\\U +\','',0,'?'),('\nPXl0ҭ5\\Bqz','wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js',0,';g\ɦ\W\\c',';g\ɦ\W\\c','#o\\3mvl䡇\PY0\AOQN','',0,'?'),('\nT/\\9$YU\n\\͌','wp-includes/customize/class-wp-widget-form-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\^jF!4FSk','\wNV]cNᗏ\U{F! uIh','',0,'?'),('\n\\(8\\?','wp-content/plugins/mailchimp-for-wp/assets/js/forms-api.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w3\"W)\aoz%','-\oU8֫g?jehJ|[\V\R@','',0,'?'),('\n]\re\{į5$^','wp-content/plugins/LayerSlider/static/codemirror/addon/tern/tern.js',0,'ot\\s','ot\\s','!yc\]\]\\n\ʝ$,\&\','',0,'?'),('\nfY4&L','wp-admin/images/se.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ȔB\`\.}\'7:','Y\\\"K\{U\r:2JL\','',0,'?'),('\nt\'\\\P.\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_developer_mode_24px.svg',0,'$g\\ZXYy:\\','$g\\ZXYy:\\','ԟp+\\m>o_Ɵi\WDhEIztY','',0,'?'),('\n{X%N8Ÿw\2?M4C\','wp-includes/css/dist/format-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\(\}r\r','J\x\\H=W\\3|\ݬ|\\{Σ *','',0,'?'),('\nX. \\U\\ruv','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tabs.js',0,'\rY!!\"󏡌','\rY!!\"󏡌','\nM[)xa[j w\B6sO\gY','',0,'?'),('\n\f\Ӆ;{t','wp-includes/class-wp-role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GUkƕ@\\\z#x','\\p\XeV$2ЙY$$\\J}&l75V+','',0,'?'),('\nb-\V:|m','wp-admin/edit-link-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$%\͏|\"/\',' P \k ? ۔R\"\nT\~3\\\','',0,'?'),('\n\NNM\ۑ4;p\4','wp-includes/js/customize-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\)|(_C\C{(','Zc\\#c\\\nvOD^\C4V\0i\`','',0,'?'),('\n5\=IK&{\P','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\^Y\K#W9\'D˲','\'Mܣ_- \n\0N1$\AЗ \\l=\','',0,'?'),('\n\r!\Zo>)\E','wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php',0,'J|v_\:\','J|v_\:\','r\\(\\ \\r\\r\\0ʫ','',0,'?'),('\n\\ak\r[\mT','wp-content/plugins/revslider/admin/assets/js/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\n\Oe\lgn\3\"\\6','wp-content/themes/twentynineteen/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\{IŘ ^מ','\㱩ۘK\k7<-\r2\\/\Z\Q&V\','',0,'?'),('\n\\hc+\T%\0y[H','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǵz\)=Vy-b',':ቷ\\W֎fxX1é9j\\9j.\','',0,'?'),('\n\wt. \','wp-content/plugins/wordpress-seo/admin/class-option-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\,\uBq ','M\\0N\\q\˝\3X\-5\n\n6\nӏ','',0,'?'),('\n\@g\+T;V','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\f\\r@)뻚',';\_I\m1\n\9|!޶\','',0,'?'),('\n\r B\p̭','wp-admin/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\٧Ԥ=\^ ߞ','[\\\̋\q\c\=ϖq\\"VkS','',0,'?'),('\nGƙn\\Z@1+U]','wp-admin/css/revisions.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r]@\ޢ\\ց\','8ȻG]+\\\\?*]\uT:g0\','',0,'?'),(' \Z9[(kX\DO\N9','wp-content/plugins/coming-soon/public/images/themes/36.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Ӵp74Oә','&Veev_\xٚ\lˎ\'P\','',0,'?'),(' \"w%\_K\\\u\','wp-admin/images/wpspin_light.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\\\Z\\\','(\\|\[QoU\@8\\OֺT','',0,'?'),(' &cYD\#\P{+','wp-includes/js/jquery/ui/effect-blind.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\oנطA\\Ow` ','\JQ\0aNOE\|\\Yd\\\\\r\fz','',0,'?'),(' z$~\\J\o','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/credit-card.svg',0,'\\n\0jY\','\\n\0jY\','\K\ZD\\k\\#\i{^&','',0,'?'),(' \\\Y\\\q\','wp-includes/customize/class-wp-customize-partial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\\\\i','{>\\xH\\n|AE\|ScOs/','',0,'?'),(' 7\\\:,Z\r','wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/staff.php',0,'\\ay\Ƣ,U','\\ay\Ƣ,U','5\v%ō6I8P|ܿ.A\rxf\-','',0,'?'),(' O\\\}','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-cross.svg',0,',< M\$mR4hĆ',',< M\$mR4hĆ','ٲ_(\rhW\\~{f\\\\','',0,'?'),(' )\)}\*\]','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\wF\HkhJ_\n','в-C\"OF{o}>\0\\\\+','',0,'?'),(' ,H(b\_FO','wp-admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5\ΔNX3E\r','RP\\.~LmK<1i\\\\r\\$aG','',0,'?'),(' HVեd\p\Vp','wp-includes/images/media/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\\\0T\̇?','\ v)\\n6Zl2\В1\!+ \','',0,'?'),(' eE}Q&\,m','wp-content/themes/pearl/partials/footer/scroll_top.php',0,'\rȽA\d!\'38','\rȽA\d!\'38','\'_\}P$kpN?\\A \n\\"U\\','BWVYC>\n\\"U\\','c&xO|ޛcaibg=w\|5','',0,'?'),(' \^\\0uZ\z','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_10_24px.svg',0,'B \\\ \)','B \\\ \)','\YP)!6MM./s\ip\\Z','',0,'?'),(' \n\V\'\Wgm\s-','wp-content/plugins/wordfence/js/jquery.colorbox-min.1550163483.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y5=\\q\)\','H\4\\v\ /XGK:gkl','',0,'?'),(' ?=7\\7R','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"^U\fi\','\"Do$=D\\91Qᜋ!\r\\&i','',0,'?'),(' V\(^ -O\\ZT0{','wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|X\GOTD','0#P\娑B\(4`_\s6dӬ!R- ','',0,'?'),(' \&;F\&3*1}!*0b','wp-content/plugins/wordpress-seo/deprecated/class-wpseo-option-permalinks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ƽ\I( M$*7','^f6#J0e+bJPSqRhO','',0,'?'),(' \|\m\;ǮT','wp-content/plugins/LayerSlider/static/codemirror/addon/search/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),(' \ӃYvh_\\\'','wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/events.php',0,'3a\rʦ/hb\M','3a\rʦ/hb\M','\0hg)\dqtѭ&UWve}\','',0,'?'),(' ؼ҇rg\3$*%','wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php',0,'yb\z\.\\CE','yb\z\.\\CE','~K\?v\*wo/\.i\+\\','',0,'?'),(' \\p8\yq\M','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_equalizer_24px.svg',0,'\e|L#\=\Z\7J','\e|L#\=\Z\7J','>$o','wp-admin/images/wordpress-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N%d\ \g\\\p','\\"uj-QE\0\[\gL\Z5\MD:','',0,'?'),(' Ƭ0\n\Hܣ>8@','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_activity_24px.svg',0,'\?z/OTZF','\?z/OTZF','\'\\A\\$\0M$6%Oxh\=NYU\ꅠҸ','',0,'?'),(' [4M 4ԅ','wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php',0,'@ٝ\\0M\6a','@ٝ\\0M\6a','!$9*vJ֛s>͉Wv37ޯ7\\\\P','',0,'?'),(' ӏOJg -\[\Epp','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_contact_calendar_24px.svg',0,'ӌ}LK\\m\}','ӌ}LK\\m\}','\nCf,n^BNH y\Z[U7t','',0,'?'),(' \rw\i\5','wp-content/themes/pearl/includes/theme/vc/modules/staff_tabs.php',0,'|\^-\c \w','|\^-\c \w','_\\\BY\¿\\׭\\\\\K, ','',0,'?'),(' \Y\/X0\@','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_mail_outline_24px.svg',0,'iρk>.֦\j','iρk>.֦\j','Z?\0!\:Y{\aK$:.|:\֛\_A\\','',0,'?'),(' $%#\_U_d\','wp-content/plugins/wordfence/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"p+N\o\+T','X\\q?\'\\Є,\\\U\\эf[\@aWh','',0,'?'),(' *9G|\\\Ӑ','wp-content/plugins/mailchimp-for-wp/includes/api/class-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ ]\\;\\,z\z\\n[','ݶ\=\(VN\ !\\!ueY3','',0,'?'),(' *O\\\\\i','wp-includes/customize/class-wp-customize-media-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\lFDq,\XM',']<5\\lc-(\\F,X~ꌀ\8w\','',0,'?'),(' -8\y\h\N1]','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pharmacy_24px.svg',0,'\$ 9\GsjL','\$ 9\GsjL','b4PSq2','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_alt_24px.svg',0,'O\\\a6Y%\C','O\\\a6Y%\C','l6\ꏀ\].\r\C\\r;E','',0,'?'),(' D 2K|&\','wp-admin/css/nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\\=5Rb\@','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/image/image.element.js',0,'4\\yز\"z\'׋ga','4\\yز\"z\'׋ga','\\C,o\iL\\ǐKؠIuw\','',0,'?'),(' VWeo\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_80_24px.svg',0,')Cy\^\]l_T',')Cy\^\]l_T','%-S\t\\0٭m)z\n .;+\','',0,'?'),(' kB\O\% cS\\','wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php',0,'\\wj\0S@c','\\wj\0S@c','\rTybI\Bx<gU\\V\0\<\'J','',0,'?'),(' {\M ii2n\6\','wp-includes/js/jquery/ui/effect-highlight.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bp+I؎\nu\_','\'\\#\l\\0\DȒ ݁\Z*va','',0,'?'),(' F͍_\vc','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_AssertionCredentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4u s\\2@','\\ȩ:\\S\PPKٯ].u','',0,'?'),(' P>Fބ=_\','wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JLT\\\fs[\','#\0%(92\\@w]\rov','',0,'?'),(' s s^G\x蔛\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#_\0KH2\ HQ','\\b*[uW\Z Vb\\G\r?kW','',0,'?'),(' \W\ 3-q\','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/js/cmb2.min.js',0,'Y\ٝ\\\D4c','Y\ٝ\\\D4c','\'N>*opڞ,\\ :\1|\XzF','',0,'?'),(' ݪ\\\"ӓ]z','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_camera_enhance_24px.svg',0,'( a%\*%\','( a%\*%\','B˜i\nkк\ZƋLL\9ڛ\)|','',0,'?'),(' \r6\Z͌\\\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qdM7m0\ 8\\','oHB4r%li\j&M=gW','',0,'?'),(' ʧ<0y)Xkb\S\\BMa֓2d','',0,'?'),('\rE8\Z/Ԣu\ cV\[d','wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js',0,'\\H<ͼS','\\H<ͼS','_xbK\Y$\Iq\>L\B\d','',0,'?'),('\rF\>\l}\5) \','wp-content/plugins/LayerSlider/static/font-awesome/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('\rG #=\x)*\m','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/telescope.svg',0,'\'+j,U\ˡw','\'+j,U\ˡw','Y\SiM%C\煳\4Z`\,','',0,'?'),('\rOE\\\\l\}/^\','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/tta_events.js',0,'-]ќ4\\|','-]ќ4\\|','Ti\*/Cߛ銩YERi[f','',0,'?'),('\rQ4t9鬖\Q','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg',0,'Tҩ}\n+Qp','Tҩ}\n+Qp',':\3:54tKߎ5^p(Br8w','',0,'?'),('\rT1\/Cm|\"B\nxv','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Text_Datetime_Timestamp_Timezone.php',0,'֧ԉ\{\','֧ԉ\{\','ieG)Cu\\r )-!3mn<\\\5vwV\"\\Z(\Zs\07\l','',0,'?'),('\rr<&,SYP','wp-content/plugins/wordpress-seo/js/dist/wp-components-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B\spIm\-\X\\','A\\r;`\X[FTA\DۘdB','',0,'?'),('\rvkP-\tGHm','wp-content/plugins/contact-form-7/modules/checkbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bsw\\BߵC<','\Ifh6fK)\\Uϗ@(Ym=','',0,'?'),('\rxݍ^\Z<;','wp-admin/my-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\,L Jk\M$','M^/@_\\$\\czq\$P\\\\X','',0,'?'),('\rz\D\D\\','wp-content/plugins/wordfence/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z(\a|\Α]x','͏̽\U$\q9eg\Zrn_aHC\','',0,'?'),('\r|ۈ-C [P','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart02.svg',0,'\oq\\','\oq\\','-WKA\K|\r vB@\\C+ \','',0,'?'),('\rvN\[B\\&\\SL','wp-admin/css/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̺u\p#7P','U\n\rYO\\0M\"o\eoј\','',0,'?'),('\r\!\\eX(\)','wp-content/themes/pearl/partials/vc_parts/posts_list/style_15.php',0,'`&T=}:\=B6\_\M','`&T=}:\=B6\_\M','\ѳ\\\JS \\\\\W3\~*ë','',0,'?'),('\r(+\B쓅+*7::','wp-content/uploads/stm_fonts/stmicons/startup/charmap.php',0,':ltO&B&\',':ltO&B&\','~\N\2uC[\֍\\GNeƥ\\s','',0,'?'),('\r\\\oM:\X\k','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_wifi_24px.svg',0,'1\C\\','1\C\\','\V\\\\+b(\8L%\\m\nI','',0,'?'),('\r\n\v<\y\r\OF\','wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\7j`\1e=jv','\0\0\% ȰW\\n\0IHG\(','',0,'?'),('\rduQn\k','wp-content/themes/twentynineteen/sass/media/_media.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\<2Q.%|=S\','$?2sȉ\FG?TC?EkB\f \ \S','',0,'?'),('\r\Z\nhX\\CC{C','wp-content/plugins/coming-soon/public/images/themes/20.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\=\Z}b>;l','$\l\j\'l\\؃+d\X\=}','',0,'?'),('\r\\\W%\{kˈ\','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_REST.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\z\>4\`f','XhfZ\\.?Y^ΖM\^PDXk\I','',0,'?'),('\rҧxOz\\zh','wp-includes/class-wp-customize-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1jG)3\\]\f','B\C,\Jƺ}t>m;iɓv\\','',0,'?'),('\r::\HH:d','wp-admin/css/edit.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\FuܓM\\4\v',':\"k\@,\\Ǚ\`\S7@~','',0,'?'),('\rȫhz\sr','wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӕ\wɐBN','A2\\"#SMb5\?6V\K[,H5f ','',0,'?'),('\r\X\\l\^#C','wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_warning_24px.svg',0,'\k(1:\bck\','\k(1:\bck\','\\*\t蛪 tmSI o2\r|o۲2k','',0,'?'),('\r\^V/\Z7(\Z\n\','wp-content/plugins/revslider/admin/assets/js/codemirror/util/xml-hint.js',0,'V\6V:m','V\6V:m','\ʫ\m\q\E,\','',0,'?'),('\r#\n*h`\A','wp-content/plugins/mailchimp-for-wp/includes/forms/class-output-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8\\̧_91#\\','8o0_\r\rO\W\\rۘ\\Ǩ A\\q','',0,'?'),('\r\%\\\\%yS`','wp-includes/js/crop/cropper.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\H.s\o\','py\\\\,B\\G\\-\t\\\=\s','',0,'?'),('\rѪ1s1=`(y','wp-admin/options-head.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ԯ\\'ib&<\\5#','Rz`\r0ɚ\\\Z#z\\lQ1rf[==\','',0,'?'),('\rҗ\r׾ \\n\Z','wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!Pyt8턺P6q','kwQ)\'\J~MEsrX\Y_\\Gf!','',0,'?'),('\r\¶2O\2&@','wp-content/plugins/contact-form-7/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V2?\\'%\0','δX0҆\p_3SP9J[qŒƛ','',0,'?'),('\r9򛀟R7U7ch5w\Y!%','',0,'?'),('m\8I\\yc','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_24px.svg',0,'0\}\} w','0\}\} w','\\\幑姥6wX\K]I;x4','',0,'?'),('3\\c5䈟','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php',0,'\\\"7&*Ҧ','\\\"7&*Ҧ','Bݢ\\\(z\\r&, \r\','',0,'?'),('|v&\I ܋f','wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php',0,'C/\F`F}K/1','C/\F`F}K/1','\nCX%mъs\{d[x‰suOA\K=','',0,'?'),(' S00d|dU[g','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award2.svg',0,'A\\z#\\0\Ǩ','A\\z#\\0\Ǩ','\vX\*\\"Ku?Ȋ!C','',0,'?'),('*[a!\=\:0\','wp-content/plugins/LayerSlider/static/codemirror/addon/lint/coffeescript-lint.js',0,'g\\ZKC kqޟ','g\\ZKC kqޟ','c\\\[\"Wcc\ł?\\av\\\','',0,'?'),('-\]\\0F$\','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_no_encryption_24px.svg',0,'|)djO~l Z','|)djO~l Z','\"ŀIq6yeS[z<\0V3·Yn ~B@\','',0,'?'),('.4-hg\~4#\ M','wp-content/plugins/wp-members/assets/images/jquery-ui/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' :8\'kDf\Ҥ[','\'\;ĝuW\ZiTT\H\}\\\','',0,'?'),('4D2F\\\&]\R d','wp-content/themes/pearl/vc_templates/stm_color_presentation.php',0,'^\\S]j?\\[:%]','^\\S]j?\\[:%]','µ\Rk\\B*E8,x\,@n\','',0,'?'),('B\l@\!\2ӊ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-rook.svg',0,'\\\H\ȑ','\\\H\ȑ','W\B\\Ѐ\99c\\E\E\Z\','',0,'?'),('SkQ0v̧h\X ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-left.svg',0,'\qbl\\&lz','\qbl\\&lz','Yk}%up6f\_ާ4\\sL#x5\_\'H\','',0,'?'),('W7{(;:P?','wp-admin/includes/class-bulk-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\N\q>\c\\','>\k\\\\\'\*h\\\1du}','',0,'?'),('X\H奥(:\Z\','wp-admin/admin-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \\!$Q-\']b\','~ε}\1+T\z+\'\f\\r\@Lw\\hr\','',0,'?'),('gosV\;\\\n$','wp-includes/js/tinymce/plugins/compat3x/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\n\\1\\\oVb','CT(\N+,TN\C\`ީ\','',0,'?'),('zq\"KN\s%&','wp-content/plugins/revslider/admin/assets/imports/search-form-hero/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('{m\ѡMYm\|;F','wp-content/themes/twentyseventeen/assets/images/coffee.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aޞ\Eoe P;\b','\\lϸv{z2\\\?\H\9\l Mt\\#\er[','',0,'?'),('}DixHCz^T\0Y','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_36px.svg',0,'1\C\)\$[{','1\C\)\$[{','uyζ\`Ɣvܸ\ZYd U\\T&\\Z\f','',0,'?'),('n\\\\UӗZ\\PHz\7Sn\.5','',0,'?'),('hr\Z;%e-x','wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\G\Ju;Q\Z6','\\\MU\KhQwCi\V\J\'','',0,'?'),('\\s\\\G \','wp-content/plugins/mailchimp-for-wp/includes/integrations/class-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\J~+F\','=tRd!\\}\\V\']>(#r[x ˽','',0,'?'),('m!\\"Tc侀)','wp-content/plugins/coming-soon/framework/field-types/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RБr\o\5ϜM','{\W\ g \V\\}M\n\B','',0,'?'),('JAä\#y\\','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php',0,'\\#F\&rC{\','\\#F\&rC{\','|:Qz>|A=DO7gOkՅմ\0','',0,'?'),('WWKw\p\@`܃՞','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_strikethrough_s_24px.svg',0,'Kt\\n[\\d}y_','Kt\\n[\\d}y_','\^Ju<\8*z>a\\n**\.\\X\','',0,'?'),('\ \ CY','wp-includes/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\e\EoͿaֻBT_','\e]Tx=2\\;z/f\'\\ۣ','',0,'?'),('\>M\8 ٵ\|','wp-includes/images/crystal/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\\I0An\','L\%X\O\+\\Aa!\S\\܉&','',0,'?'),('\o-\b\\\%ǃ','wp-content/themes/twentyseventeen/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?J\\>Yq)A9','G03XqYBpt\rL','',0,'?'),('\\(ےJ4VR','wp-content/plugins/LayerSlider/static/minicolors/jquery.minicolors.min.js',0,'{\=VxR$\\Ə','{\=VxR$\\Ə','yBH b0)\@a3P.&\j\','',0,'?'),('\y?77\\\ۗ','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-cs_CZ.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\\E-Χ','F5v4I!g\,\֎֊\{zrHUNd\=\r','',0,'?'),('\\\"\rJ\04\'i','wp-admin/js/password-strength-meter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\_{\g\\N','0S%\(5,jY\\m|xl^\0','',0,'?'),('\n`\&:','wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-suggestions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\?6\Ə W\','\\WIK\\͊\F\ 9+\\\h`e\o','',0,'?'),(' Ƶq\264','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_landscape_24px.svg',0,'ߎX] r\3}[k','ߎX] r\3}[k','fX\\n\\\'\\$\UaB\p\rSf\r\R\','',0,'?'),('%\ܹ\^JT\','wp-content/plugins/LayerSlider/classes/class.ls.posts.php',0,'BpC\\w@\','BpC\\w@\','[\Нd\"Ή^LS7\\\_','',0,'?'),('&DA\z5~','wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\(sY\\KV4\\\\','7wˬa\ )\\ʺ`\C\\\O\','',0,'?'),('+/6An\ط','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-repeater.php',0,'k42\ \r\+*','k42\ \r\+*',',$5+_U\ǝT+η m#4\\0n\2','',0,'?'),('=M\\"\^: ','wp-content/plugins/revslider/admin/assets/imports/classic-carousel/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('>$\$\gi^','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_ring_24px.svg',0,'\\\$+[50D\','\\\$+[50D\','\r~ φ\\e\f\Π̧dL\$','',0,'?'),('D\"}\XVɕ@ j\Z','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg',0,'f@3\FK','f@3\FK','v;}!XKGm\gfpW\K\ 탤','',0,'?'),('M}G\qgz(\Y','wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php',0,'\$%\_2\\Mp','\$%\_2\\Mp','\\#\O\\qvB \[I\\" \0+\0','',0,'?'),('W)DR \\\x\','wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php',0,'+iO\\0ˋ\\\`{','+iO\\0ˋ\\\`{','<b!6F\\=\ Ů\gh2e\\(]j','',0,'?'),('\\\\\AV*籿','wp-includes/js/jquery/ui/slider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' _2\_AB\;6',' \Ԯ\t65\X\\\T\H}*v\\"h߲t\o\','',0,'?'),('r\q^\ﵓ܉cDB','wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode.js',0,'\\^\3w\\\','\\^\3w\\\','Z\v2lH\\r\\}\\.,\\d5t;*oN','',0,'?'),('$NJfa\IwC','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy03.svg',0,'W\\?C޼ln\','W\\?C޼ln\',')t9LY\n,A\r\E\\؄@r\"YO3','',0,'?'),('c\nxԺ|\','wp-includes/class-walker-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#E\\\Z','wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9¡\\^-,措Eg','X0\r\vfŭ\-$Z\u\YS \\','',0,'?'),('m% c$\Zx\J\','wp-content/plugins/mailchimp-for-wp/includes/class-container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\r{R\xP\\','P\bcL\(sN\ \w','',0,'?'),('&/dbd\q2/','wp-admin/includes/class-wp-community-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\8EvQCW\\̖','/fXH\t?斉\w#ѥ\ru#Zj}','',0,'?'),('\0]avCY','wp-includes/class-wp-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\$l\D1#+\','\\j\\0E(I|,$wp=i\e̽g','',0,'?'),('NVԱ \z\Z','wp-includes/js/jquery/ui/effect-shake.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\kidu\՘9}','P\tB}.^J\\|1\Z_\-h[','',0,'?'),('#9\rPuLk0kU\','wp-content/plugins/wordfence/images/rr_sitecleaning.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\r\0\\\)5\\','\ʻ{\"ӝ^mlܡɱMh2a\9\q7v','',0,'?'),('%T{~\>ِPt','wp-content/plugins/wordpress-seo/admin/links/class-link-reindex-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c(6\\p\fE',',\~\~- 7=Љ\e؏\\ g\\6','',0,'?'),(') _\J\\','wp-includes/js/media-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\mP1@\ɇ𿻚','6\\!\0\\\>آ\"6yz~TḧU \','',0,'?'),('0\bߋ\Z\5\\','wp-content/plugins/wp-members/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fVIwʵ Y\','}z(+¬Tr㟪\Km;d\\\>h','',0,'?'),('2kVG\4Îaj','wp-content/plugins/LayerSlider/static/dindent/Indenter.php',0,'*pKY\A','*pKY\A','Ғ4\\\\bs\l\\\a\','',0,'?'),('8h->B\\"6ǷT*Wض','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-vip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\PN\\`{RL','2T<\diC|\E\u݅\MH\rD','',0,'?'),('F\?,\\\e497','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.migration.min.js',0,'쏡2cO\¾.','쏡2cO\¾.','KIS\E&X\\y\b6=U#Z\V\','',0,'?'),('R\\3>p!9\\Z\','wp-content/plugins/wordpress-seo/inc/indexables/validators/class-object-type-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ω2om՗ \','Cb8m\r\0NZ\ƹk\\:','wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg',0,'}}`r9Vr\j<','}}`r9Vr\j<','ͭ\\Պ}\yn O}\\tV\(}i\q\=0N','',0,'?'),('k\rHR!\N(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart04.svg',0,' N\rS1*\^M\O',' N\rS1*\^M\O',';еT\Z\0b\3xU\\\ʏ@MO','',0,'?'),('mZr5$Q2s','wp-content/themes/pearl/assets/js/i18n/datepicker.km-KH.js',0,'ΐi\\ȹ\\\\','ΐi\\ȹ\\\\','P\\/\\\ <r5KnޘY','',0,'?'),('(z>\Z\m','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_24px.svg',0,'p5l_\4U< >','p5l_\4U< >','$-v\\ģ\0-n\ZcĞ\ߡT\rU','',0,'?'),('\\#.\*\o','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_left_24px.svg',0,'C²q+|\.v','C²q+|\.v','\\]h\;_sUht:\r\05AUgλzh1','',0,'?'),('\\8ѽbv\r','wp-content/plugins/contact-form-7/includes/contact-form-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\nC| d\˯@b','\ tރ%kFo>#\1>~\NG','',0,'?'),('A\3lh\n;','wp-content/themes/pearl/partials/content/stm_events/layouts/layout_3.php',0,'z\F\V/\\"\'','z\F\V/\\"\'','>kQS ENr ͗ \%v)]ׁ','',0,'?'),('ґ-\\\r{,\','wp-content/plugins/wordfence/lib/wfCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(1b\\"3:!\`kt','\M\\ϯ\sp\Nh铌\\D4','',0,'?'),('~\L\\*\,\<:','wp-admin/includes/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I \\0\"ӫh','\d\, @#\%Jܚ \\ \\\','',0,'?'),('\\+d# A\}','wp-content/plugins/leadin/inc/leadin-registration.php',0,'>l@3Ud\*\\r|','>l@3Ud\*\\r|','\`{\\2+L\xq^ /:o#dmh=','',0,'?'),('(Abv`,5!','wp-content/plugins/coming-soon/public/images/themes/22.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u%;aژ8','x\ \(n\?a\Zt\aҹX\\)','',0,'?'),('B\:\\\'r\','wp-content/plugins/revslider/admin/assets/js/codemirror/util/dialog.js',0,'-Ou\U!4','-Ou\U!4','Eْ)́GA\\]\\"ܢ>\c` ','',0,'?'),('6\)\\T(\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_1_24px.svg',0,'\{]^6\~ab','\{]^6\~ab','|\\/*s1s45֫eRxJo\\','',0,'?'),('Sx\\4@ow\N','wp-admin/js/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ \M\P\Ϡs','ާM\\\?*W\t\XXw-YՎŒ\','',0,'?'),('KoR \}','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php',0,'\ĥ\\\t<s','\ĥ\\\t<s','Ҳ[\\|\\~E\Qc\?','',0,'?'),('0x(N7e\\"\','wp-content/themes/pearl/assets/fonts/stmicons/consulting/charmap.php',0,'\, _nfNՓ{H\','\, _nfNՓ{H\','\Z\‘u\\]IկZx\"\ʍsH\\4\=Y','',0,'?'),('ßA\o\\&NŴ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php',0,'8e\EƖpY','8e\EƖpY','\5z\~\d5C\A8`!\}t,8','',0,'?'),('\2\Ps\V\','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-multiselect.php',0,'\\\u~ϴv6$\\','\\\u~ϴv6$\\','yU>a\*X\Y?X0m͗3U\'\','',0,'?'),('\\\:m[ݢ:#','wp-includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':I)C]\\>\','ېX]TE*[ \\R\\^\@\'','',0,'?'),('\@Ua*3\R','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/select/select.control.js',0,'\"\ |p-R\','\"\ |p-R\','w\\AF\Lŏ\\˛\\Z[:\%(\','',0,'?'),('\I\\\j\x\\\g','wp-admin/images/date-button-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')R,$k)6Cc','\\TlpExQ\\\'H9ow{(|\n','',0,'?'),('є\w~\0a.Ѩ\','wp-content/plugins/stm-configurations/page_importer/pages/charity/pages.php',0,'C1ՂG','C1ՂG','x\\r\n=\fj\0\BdW\4\b\\','',0,'?'),('\U][Zr\ܽZ','wp-content/uploads/stm_fonts/stmicons/feather/stmicons.svg',0,'m/\m6A\n\F','m/\m6A\n\F',' \\\2 \B6\IPeq\X','',0,'?'),('\]PJQƀ6o֢;','wp-includes/Requests/Exception/HTTP/428.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iB\\}^t*','C\OW% tߏ\Y\|\\&0VŒ\\\\','',0,'?'),('\\\j7r[,\Z\\','wp-admin/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@^6S\Km{!/','-P=\n3,/kW@ݛd ','',0,'?'),('hV1xb]\','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_clear_all_24px.svg',0,'\\n4H2\u{[','\\n4H2\u{[','\ 0\7S_\L\\0<\W \','',0,'?'),('dƍg V\GD','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sk.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O^\Q ; gJd','I[,|uL=@ T\0;\\\\s\a\^EP','',0,'?'),('e[G\3\' k','wp-content/themes/pearl/includes/theme/vc/modules/recent_posts.php',0,'v}\\L\k\','v}\\L\k\','ķ\\\q\x\N\z\ٷ7x}','',0,'?'),('\Z\lm@','wp-includes/customize/class-wp-customize-date-time-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','쾼T[y`{\Z/\','{;\+4\\C\g5\n,)ZO','',0,'?'),('\\}>\|I','wp-content/themes/twentynineteen/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^)\j\&U','U\/F\γ?n\\hK\x\cZ/(\\[','',0,'?'),(')W\%]!\;\z','wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php',0,'/\u\\Ovd1','/\u\\Ovd1','\P\G?C7\?ZS/\}\"z\1\','',0,'?'),('D8hFޛBViR\','wp-admin/css/colors/blue/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ΧXZiwgaZ\\','\\\E9\ yz8k4A2}/5f\j','',0,'?'),('H\n\e\YXt샏V','wp-content/themes/pearl/partials/vc_parts/video/style_2.php',0,':d`}o\',':d`}o\','S\{Ki\"FK\ilW;s\TC\n\h','',0,'?'),('J:AAh&c\'8[\','wp-content/themes/pearl/vc_templates/stm_slider.php',0,'uK#c\0\','uK#c\0\',')\h\~\+= #ӳgD\7ۆ\\\"B','',0,'?'),('Lt6j\8\\'2(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-checkmark.svg',0,'\#b\\1CW','\#b\\1CW','\Q\j\l r\\iv\0M\+~3','',0,'?'),('\\܀٠r\i t','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_right_24px.svg',0,'wĨrw\\','wĨrw\\','8\$\\\B@\b\\\f_\2\\','',0,'?'),('^\!o+\\2','wp-content/uploads/stm_fonts/stmicons/finance/stmicons.svg',0,'|0sr.bkT\','|0sr.bkT\','=tt(/\\jEi8f\S>I\Y\[^JD','',0,'?'),('iY\\$ϒ\','wp-content/plugins/LayerSlider/static/codemirror/keymap/vim.js',0,' |wj\&\',' |wj\&\','-\f<\W\l\\՝\Cg&o[/@Ǟ*25','',0,'?'),('j׻q.*;\2','wp-admin/css/colors/sunrise/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\rŸ\ࡉ6- D','\/X\S\4\T_1CE1','',0,'?'),('l\!D)\4\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator2.svg',0,'`\0\WPΛ\$','`\0\WPΛ\$','1A\\0K;tUrV\'\ZE\','',0,'?'),('q fH<\O \;','wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php',0,'dӴq\Z\\_2','dӴq\Z\\_2','bC`4\ʀ~ġ.\A^g\O\\','',0,'?'),('wes\\i3H','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_frames_24px.svg',0,'%D\\\[K(qe`/#','%D\\\[K(qe`/#','^\K]?\4~\\*q^怲br','',0,'?'),('>s0`[K\,','wp-content/plugins/revslider/public/assets/js/jquery.themepunch.enablelog.js',0,'Fǿ\\o\Ò3k','Fǿ\\o\Ò3k','nmT|)Yg\\\Ou\AD~vـ','',0,'?'),('ǥc\Z$\L*\u\','wp-content/themes/twentyseventeen/assets/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@\\c*ht\\ ','MHϛ\"\r٠4\թ!\ \ӆ\','',0,'?'),('Tn3kڪ\af=E','wp-content/themes/pearl/partials/content/post/parts/prev_next_posts_3.php',0,'\\2G\0*6\dfd\','\\2G\0*6\dfd\','\\\ܯ\m\\\\\\X(\%>\\Z','',0,'?'),('Ը%\ZD\yZ','wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\n-\\6^\r]r','M\](;\DQ\\To\T,(s-C','',0,'?'),('dFRWڟB\-Wг','wp-content/plugins/LayerSlider/templates/html-export/INSTRUCTIONS.html',0,'\awԒ:\m?\\c!','\awԒ:\m?\\c!','(\Z7,\\\\\K \\($\<\)e\T\'v\8B','',0,'?'),('t\UL\0c\rFQ','wp-content/plugins/revslider/includes/gutenberg-blocks/assets/images/js-wapuu.svg',0,'a\},\1\\','a\},\1\\','\ \nawv)Ep<\B_}Y\J\0\"ixo<\'','',0,'?'),('Zd*\Yژ','wp-content/plugins/wordfence/views/options/block-all-options-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','95IB\"a\\','V\G3\7R(\@\n,\n w','',0,'?'),('fu\'\_\\Ѱ/k]0','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_remote_24px.svg',0,'~,L\շ7m','\ԪM\昍Ta\LzX2&\&n Y\n\','',0,'?'),('\\>*;','wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$շG7Qv\n','\z\\\\\MGjh)Cn\\ZP 4h\H','',0,'?'),(':\7\O\\t','wp-content/plugins/stm-configurations/slider/admin/inc/screen.php',0,'lv/X!eGg5','lv/X!eGg5','R\+l6;CX&W)\as','',0,'?'),('ӎA}ҎWZ5=*t','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\b;v\'g\\~k','m\!\MJ\"v>,\\0\\0՜ɫ &jِ\','',0,'?'),('K(\bk','wp-content/plugins/wordfence/css/wfselect2.min.1550163483.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\\3,BV\\\','ڑt4U\ \";t7\\ZJy\rb@','',0,'?'),('\rW\3\᥾V','wp-admin/css/color-picker-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ W\y8N\','OZt)RV3Q\~^;Գ\r3\ \i\Z/\','',0,'?'),('蓶Fշ !c','wp-content/themes/twentyseventeen/template-parts/header/header-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!u:\\L1','KtZ.o/\ZGpy@1C\";\\a\:','',0,'?'),('\\t[WX\x','wp-content/plugins/LayerSlider/static/codemirror/addon/dialog/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),(' 3\\\n\g','wp-content/plugins/wordpress-seo/images/newsletter-collage.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VO+O\Ri=>\\','l \"aq r\\]) \\r\ԅ','',0,'?'),(' ^E\d\PM9dz','wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|&Gu\\2\\','- ]:\\5Hr \@\\ޚp\\0s\Z','',0,'?'),('\r{2T\r\v0','wp-content/plugins/revslider/admin/assets/images/sources/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('Am \NO?\\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_in_page_24px.svg',0,'^ʞ|\?=O0\20','^ʞ|\?=O0\20','S\"2ȋ:a5p]C<:\F}ܽ\)^','',0,'?'),('YIE\Tt2L\\]','wp-content/plugins/contact-form-7/modules/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HaMv4\\i','\]ܨ.,[+\0õ\\Vpl]+ef\\','',0,'?'),('\Z\[*\\~7','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_24px.svg',0,'3cV~\Lj\','3cV~\Lj\','.~ڌ|nx\e:T\\EDOR[','',0,'?'),('0\\\q@\G6k\\','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('8I1m\E\','wp-content/plugins/mailchimp-for-wp/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\f\5hb\\ XE\',']FHp6\\O\@#h:L \\ɠ\@k','',0,'?'),(':X\2\M\\~\','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\4vLhN\!\2|','\\3iA(\ \p\\GDڔ\\','',0,'?'),('Br\,z\XG#Nj>','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\\xE\k\(','Z~\\Z\'ҍSFkV\B=','',0,'?'),('H\Bc\"o|j\DY\','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/button/button.element.html',0,'^!q\\0fɑ\','^!q\\0fɑ\','iګ.ݰ\rM߫hV 8+J`)','',0,'?'),('J\0`\Z0441S\','wp-content/themes/pearl/404.php',0,'/w-\Oo1ρ','/w-\Oo1ρ','\X p$伉}U-˄nS|zQ]\*J','',0,'?'),('L\\8\\\\ݼ+','wp-admin/images/imgedit-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\\\'6U\\\t','?\؎).l\\%<(_\ 6`^c7','',0,'?'),('m\ñ~R?','wp-content/plugins/wordfence/views/tools/options-group-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\\0ejjC',':k\Z\\\0\00ՊfSY=W$B\\g','',0,'?'),('p۞\2N<:Z7r','wp-includes/js/tw-sack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\9>\\','{n]\\0ֈ\n\r\\<w˷X)\\:','',0,'?'),('tl^im_\\\%','wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php',0,'~*\'\\\.8_\','~*\'\\\.8_\','\hd\7,4wvM֬(ih','',0,'?'),('u)8FG9C(','wp-includes/js/wp-ajax-response.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\=t3؏\at`ػ','\Lg;\fc˰Wo C:;U','',0,'?'),('\`f9\(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure05.svg',0,'`P\0\m%v ','`P\0\m%v ','Gͫ~H\\'\n-y`ebaLQ','',0,'?'),('9\~\0{@\\','wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',)R\q\y|4.','%U<G\H\\[\\.!e˂t,g\sɄ','',0,'?'),('ˈ-X\$\\%','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_italic_24px.svg',0,'\ΐ\Kakܶ','\ΐ\Kakܶ','\ص)]d\\$(g[\ \[Uv\','',0,'?'),('\Clo\\','wp-admin/nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʣ\\\\\A\+\<','\i\e\\t]\Z4\ &\ъ','',0,'?'),('>\C[o^KQ\','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg',0,'.\{\%\e\T$','.\{\%\e\T$','`R\7\;=7U]kP\ ','',0,'?'),(']\/a(w','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg',0,'\\\ `\\\穘','\\\ `\\\穘','}҇LX\\pD`\'[\09f|C\\t','',0,'?'),('\\'M\ f','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php',0,'=>\ \Vd9w','=>\ \Vd9w','\\ƨ+\B\]\\ \Tƻ\*֨','',0,'?'),('\fגè&~$Ŷs','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pageview_24px.svg',0,'E.zɼoyI','E.zɼoyI','@C]#N\\\b]\d\\6\"2\!','',0,'?'),('ѯ0\sS\՚U) ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_motorcycle_24px.svg',0,'\>Ft\;]\','\>Ft\;]\','\\\y\\\7W(4b_\ԹX~','',0,'?'),('\o?\rKZ\\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_24px.svg',0,'Q⃽Q}t\F','Q⃽Q}t\F','\\p ?+RטF\\\0S0Y\`(+','',0,'?'),('\/Ӟ\V\//Q','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_giftcard_24px.svg',0,'Ⱦ\|sO#4c','Ⱦ\|sO#4c','Ub\TL\\\rg$\T)\\w\\^X\','',0,'?'),('\η6|\fv剤S~I^','wp-content/plugins/revslider/admin/views/slider-overview.php',0,'\yg2v&\\\','\yg2v&\\\','t.H#A18b c\\V8$h\(\,\','',0,'?'),('\\[m:\X *','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_24px.svg',0,'\.`\\y\0\Z$\fޛ','\.`\\y\0\Z$\fޛ','O2\aufGa\\ܩl\"\'%\'J]','',0,'?'),('-i>bs 1\','wp-includes/js/jquery/ui/resizable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؕw\;b4\((','hsk\\[^ALA+5^Djf\^˄\\\Z','',0,'?'),('\(&F\v \\\}\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge02.svg',0,'\-\Q.1q\K\7=','\-\Q.1q\K\7=','5\I\'aM\n\I<ۙ=51\~\\','',0,'?'),('U= u%c7PQt\Y','wp-content/themes/pearl/vc_templates/stm_schedule.php',0,'g\3}\ZĤe','g\3}\ZĤe','\K JLA+ >33ET\*\4cb\J','',0,'?'),('\ŨL\}[\\\01_i','wp-content/themes/pearl/vc_templates/stm_vertical_carousel.php',0,'NMTZ\ \&','NMTZ\ \&','\PÞѠ?\\\(`!߃\cf!','',0,'?'),('Z1 d\\=\','wp-content/plugins/stm-configurations/slider/vc_register.php',0,'n\$/P3','n\$/P3',';\B\\r{\\\{P\2;\=P!','',0,'?'),('j͠[\B\Zg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/puzzle.svg',0,'Rd\Z#cRmq_1','Rd\Z#cRmq_1','u4nQ@FmRh4ߘ9y','',0,'?'),('-\t\$j[&','wp-content/plugins/booked/includes/mailer_functions.php',0,'\\mEMe9\','\\mEMe9\','\YD\?\R%\'\դU\'\jg\\z!@\"','',0,'?'),('S\n\a%&D\Ή$\','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_outline_24px.svg',0,',:,\\^B\Vm',',:,\\^B\Vm','Uԋhy0F9\zU\p|\ ij\0','',0,'?'),(' \ \.gw\','wp-content/plugins/contact-form-7/includes/validation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\>\\\\\\','cͽ98\n4\\Qd\DTK\TS)','',0,'?'),('&Q\\\rX\p\h ','wp-content/themes/pearl/includes/theme/vc/modules/partners.php',0,'\pq\0t\u \','\pq\0t\u \',']R\\ޭ\Ѯ!ym\(G:\a\d \r','',0,'?'),(')a\JI\u\Z','wp-content/plugins/mailchimp-for-wp/assets/js/forms-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-?K`7\k.\8','N\ l\')Z6!U\^\Z)Ff$\h','',0,'?'),('4J\-i7q \r˝\\ZG D','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_cloudy_24px.svg',0,'Hc$:k\OY\','Hc$:k\OY\','k^׷Xr- ?\1]-o:?\0z\;R\\','',0,'?'),('M\0M\\AA','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-count.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/8\:\Fi7','ʖg[\`чH02Na\vC','',0,'?'),(']zJS3\\'k\>','wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C(`\|Uvw\\','a\'\Zk\68Pϟ','%\q\]Wܫ\_:s|hPj[','',0,'?'),('m(5v','',0,'?'),(' \UNEA\g\t','wp-includes/js/customize-selective-refresh.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ 漰Gop寛z','՛&v8񝃁D\r\\(k\\\"\&','',0,'?'),(' >\\\Ja','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_portrait_24px.svg',0,'0Sܼ\\B_6?!zE','0Sܼ\\B_6?!zE','\3ajb\07H+&6\;(F7ލ\$','',0,'?'),('&yN\8\'%\a','wp-content/plugins/revslider/admin/views/templates/slide-general-settings.php',0,'ޓ\QjQ5VM','ޓ\QjQ5VM','\q%8])%@~9\\Z\i~D','',0,'?'),('\\MK\n\%','wp-content/plugins/wordpress-seo/languages/yoast-components-tr_TR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l]{L-шo','૛ؑVK(:T_dD>*_','',0,'?'),('\~[Ķi{,,2\','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_inbox_24px.svg',0,'Y8B,tqW\\M5X','Y8B,tqW\\M5X','<9\8`)\\\'~\\R!\r\','',0,'?'),('ɂTd\\Uh D','wp-content/themes/pearl/assets/fonts/stmicons/rental/charmap.php',0,'+0<$^!eW\\`r','+0<$^!eW\\`r',':\,\>\\\ە\\Z$Y$ƱTk/L','',0,'?'),('\A\o\!\V\\ų`v','wp-content/wflogs/ips.php',0,'lC db\.˴\v','lC db\.˴\v','Z][WP}\,7*q\\\n\\Ƒ\','',0,'?'),('Ժ1\b8\\2x','wp-content/plugins/LayerSlider/static/codemirror/addon/mode/multiplex_test.js',0,' ޖ5eWy/\',' ޖ5eWy/\','\n8\)r+F\itڝL\yE3?)aMTf\0\','',0,'?'),('\0\\5\m k\\','wp-includes/js/wp-a11y.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\>@z\fC2y0\','濉\\j$cFePnaަ@#','',0,'?'),('܍vz\ c*1$n\','wp-content/plugins/js_composer/include/params/font_container/font_container.php',0,'\rC*M\{G\r\','\rC*M\{G\r\','N\0 Y\\#\Jx@7\%\K\*y','',0,'?'),('\Ŵ\\Z\d|+','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart2.svg',0,'\x)r\*\\rI0.0g','\x)r\*\\rI0.0g','c\>+\\L͑60\n\N\䅷f\(|\'z','',0,'?'),('ŊEm\\\c>','wp-content/themes/pearl/includes/admin/theme_options/includes/src/directives/materialForm/materialForm.js',0,'oֶ8\02p\!)','oֶ8\02p\!)','M0\!5+lz&k\\&To\\\','',0,'?'),(' oƕ\t_\0.\','wp-content/plugins/wordfence/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mi\E>WcZaig','&\\\\՚\j:g&*5\6yɨdq4֙\','',0,'?'),('%~WN82QO','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n4F0JC\ nk','Cb,\"\\">j\Ŋ\\AlD','',0,'?'),(',fυ\R\o3^\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_roll_24px.svg',0,'\;z\r[Y\~\','\;z\r[Y\~\','98\\t3\Ŝ\\\*`@6GWl,a','',0,'?'),('5ژ\n[w\E-\\','wp-content/plugins/coming-soon/framework/coming-soon-pro-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$|E+\r \,,\k;','ADr* dz\_\䏼H\'\ ɒ$Zc','',0,'?'),('?\j50}΋h\0M','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_size_24px.svg',0,'x\/\Z\-\FB4','x\/\Z\-\FB4','\ny?ܾ%\a,49IJy\'d;\F\\/','',0,'?'),('E.Sr\'\Z1I','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_schedule_24px.svg',0,'\n8l}+QG\ ','\n8l}+QG\ ','~2`\[ éYR\:\ٗέ0\0#$s(','',0,'?'),('N)\\"\`@\','',0,'?'),('_ \Z|9','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\N)^q\N\','Ԅrqu \\\n\!\\7\g-OG\\C,','',0,'?'),('lʉ~\npՉ\V','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_change_history_24px.svg',0,'3jς\\{6p^K\\','3jς\\{6p^K\\','ꬵZ!\\圕\0~I.DyG','',0,'?'),('|\'?]0+\E\\','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_pageable.js',0,'1/2\\2f5=R','1/2\\2f5=R','whlUg۶% \dE\0\ZN_J\)\Z','',0,'?'),('|#@A\锶|','wp-content/plugins/js_composer/include/autoload/class-vc-vendor-presets.php',0,'>\\\:I]8߱G\','>\\\:I]8߱G\','\Z>JgN\8@ӡE\UdK]\\_\\d6','',0,'?'),('-\B|tS^','wp-includes/customize/class-wp-customize-nav-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bT \\O9.6\n-','\l\ @\X\n0f^Wq','',0,'?'),('TfP%,5H\\4','wp-content/themes/twentysixteen/genericons/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\Mi\HjJBc','\0v1\s\N\>cID٦\I\0-','',0,'?'),('ECW\``\\-\','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_@\e\\\3 b\B','\L\ؤ@J\9OhG@@\Z!\\08#l\(','',0,'?'),('\+\Qۂ\KU','wp-content/themes/pearl/partials/skin/layouts/businesstwo/style.php',0,'Bĵt)n5wp','Bĵt)n5wp','4Lw`bVLT\I*G2~{\3dBh3\^','',0,'?'),('\Zk\D\','wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/fonts/envato-market.svg',0,'\\ߴ\W\=2va','\\ߴ\W\=2va','6sa`jp\Zm\9%ȯ $Y.\'2\','',0,'?'),('΢S˪\\nB\V\"','wp-includes/fonts/dashicons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xih\7w#؟','\n\ȾG@kJ \\';6< \"','',0,'?'),('\3\8.\ب','wp-content/themes/pearl/partials/content/post/single/author.php',0,'B\Gi2\ZJ\D\r','B\Gi2\ZJ\D\r',' 0Zn\\\"7\\P\o\f3c\','',0,'?'),('\y\ .u\G','wp-content/plugins/LayerSlider/templates/tmpl-importing.php',0,'hdwAI\n2\Z\&\ ','hdwAI\n2\Z\&\ ','ݕ&\\i_f4\_˖\\³2\`','',0,'?'),('\~S^\åU9','wp-content/themes/pearl/assets/fonts/stmicons/healthcoach/stmicons.svg',0,'\g\\*7,ۜ','\g\\*7,ۜ','\DQi\ \rI\x\Z a-LŠ ','',0,'?'),('\*Q. \-c\%\D','wp-content/plugins/wordfence/lib/flags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\\c\磭c-','8Y\CO\\0j{\ZxDĖxO','',0,'?'),('\F0Zr:\n\','wp-content/themes/pearl/vc_templates/stm_events_list.php',0,'\[c^bַ\nA@','\[c^bַ\nA@',' @\\64,_}G\)yb\Zvwˎ\'Kq','',0,'?'),('\nE(4.\-\)\]','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Z-M\u()+(','\\\3|\i\ӈȕik\Z\\Q','',0,'?'),('ܡ9\u_\\\n\9\'','wp-admin/css/color-picker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&v3j _:\%','4M\7\\nݻ\\@1&\34$5]%9','',0,'?'),('\KUg0MU/ʇ','wp-admin/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \\O\Q\x$\nIO ','?!m\Wd<2\|7\\SE \3s\"','',0,'?'),('W\\S_DB![D','wp-content/themes/pearl/vc_templates/stm_animation_block.php',0,'/\`\0?i6L\D\','/\`\0?i6L\D\','/L\Z\J[\X\H\ZSd:*\','',0,'?'),('\Z[`0CI$T\'','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9~b\\\tP\ZDe|[','l\\JJ:{(#,7\#*b\','',0,'?'),('\'R,d_K\1G1\O','wp-content/themes/pearl/assets/img/diamond.svg',0,'S\CZՠAXy`','S\CZՠAXy`','~\RDZVB h_uo̽UsIH\"\"','',0,'?'),('1E:\Le','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_style_24px.svg',0,'4nġ]\\\hm\\0','4nġ]\\\hm\\0','Ǹ`K\oC9_k \x \8c.','',0,'?'),('2s0N.\\i/d','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-iconpicker.php',0,' @ןQ\\E+2[Z70_',' @ןQ\\E+2[Z70_','\\"W7b\ Wd™\nL(j\5\','',0,'?'),('4;V\\'/\f','wp-includes/js/jquery/ui/effect-scale.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Zj\I\','\3>}kR\Qۜ&IԨMX.?0\[','',0,'?'),(':f\?bj.','wp-content/plugins/wordfence/views/blocking/block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\L\YPͺK\\ne\','\]SO o\*+uX:\\ʆ\w','',0,'?'),(';&_\XI\\%;','wp-content/themes/twentyseventeen/assets/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',3I\pK\18','^+5i\\\MY0\ȚKF\dk\I\4\','',0,'?'),(';\uGB\\n','wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg',0,'\\\w`<','\\\w`<','D.\'/<,B]\t?cB\'0\KX\','',0,'?'),(';b\\\ۘ#e','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg',0,'8>|\','8>|\','\\M%.\;p\\\+H\nX2','',0,'?'),('A\碶~(b\'k7','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_edit_24px.svg',0,'9\05H\q^€\Z','9\05H\q^€\Z','vu;\\\ׁOq\\','',0,'?'),('RMw}9G\v','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_decrease_24px.svg',0,'#+9Dbݞ֍ZѢ','#+9Dbݞ֍ZѢ',']k\ O-zd\"\T(ُ\n!\^\"\"\\\jqZ','',0,'?'),('S\\$_\Ƚ_D:','wp-content/themes/pearl/woocommerce/layouts/store/cart.php',0,'3E\nr#\H?\\','3E\nr#\H?\\','\!ad)~\\\2xP\&\\I','',0,'?'),('TĘ5VHP{\','wp-includes/Requests/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\03\\Z\RI','-@g %uON\\}@l\\f\'\','',0,'?'),('X\i\\ m \ ','wp-content/plugins/stm-configurations/importer/helpers/theme_options/app.php',0,'$<\(\\8\ \\\','$<\(\\8\ \\\','Q0\"\'\%\ 2t$==0g\j\\\Gd','',0,'?'),('x\ұ\'\\h','wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php',0,'v \'5\ \]','v \'5\ \]','-)9\Vn-Ҍ14rOog\\','',0,'?'),('|7͹9YO\ \L\','wp-content/themes/twentyseventeen/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@dÚ^\5ov<\','Oӭ\L\Ya\\:bO_UQU\5\aM4\\','',0,'?'),('\\C\n \U','wp-admin/js/custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߼\\*S\~A','j\rDyc\$,j!)\+\"\\\8Np#v','',0,'?'),('(6U+6@','wp-content/plugins/LayerSlider/static/admin/js/ls-admin-global.js',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\\k\K ~Rm','wp-content/plugins/revslider/includes/framework/elements-base.class.php',0,'~N}\c \̈7\n\','~N}\c \̈7\n\','y\3>N\7\ y\\+\','',0,'?'),('\0l\j\0+%','wp-includes/SimplePie/Source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\S{*','\47Mj9\|\0i&ĨLu!J','',0,'?'),('B_.J\ڣ\','wp-content/plugins/revslider/admin/index.php',0,'\\{J!u?}\\s','\\{J!u?}\\s','Aũ\`97}b>MH\\\JHh\\|Fj','',0,'?'),('\ٕ2*NI\','wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\X>,\'\I','\;\"1l\r*fGH]DGceOaVv','',0,'?'),('\lS_p\H','wp-content/themes/pearl/assets/vendor/packery-mode.pkgd.min.js',0,';Jb\',';Jb\','Va\ʆ|͘OT\r2\USq\@','',0,'?'),('\\ei3\y9#','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_MX.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ͫ4z/˗@k\"','HD\Tu6K|{=1l','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-cs_CZ.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\[!ش\/#0','C=hz \\@R\\)v \G9:\R\','',0,'?'),(':y \=1gOih','wp-content/plugins/LayerSlider/static/layerslider/skins/photogallery/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('GpFK)6i\8','wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php',0,'yc\m\2\1 ','yc\m\2\1 ','|} \0T\\\!`\Z[\','',0,'?'),('JD\\ZS\/\o\\77/','wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&>ETN@grZ','O]n8Y<)@U\T\jiI,','',0,'?'),('L5\\0\e(w','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/iconbox/iconbox.element.html',0,'ٸ\r\ֽ\nވi','ٸ\r\ֽ\nވi','(0\Z ɏZ+Y~\)]Th@Jb','',0,'?'),('NJ4}s;\[','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-globe.svg',0,'\\\\)\@\Z]r\\','\\\\)\@\Z]r\\','ZU\nR#\bɀ} \v\L\9$\Il','',0,'?'),('Wl\y:\\0Vn`d\0','wp-includes/js/tinymce/plugins/wpview/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7A\M0k\j\j','\xƠ\R\02\','',0,'?'),('XH\R\)I6','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_speaker_notes_24px.svg',0,'P\#qb\0\&[/4','P\#qb\0\&[/4','-\-]NU\n\?:I0;\\5-1 A','',0,'?'),('eЎ=wM\)','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-info.svg',0,'B۾Ӹ\ryȀ`%','B۾Ӹ\ryȀ`%','/zLNGa\Է \\\C+Hq]','',0,'?'),('n4\\2\\b','wp-content/plugins/LayerSlider/static/codemirror/addon/lint/javascript-lint.js',0,'Uv *Ny\\-%','Uv *Ny\\-%','\$\7\"6\䨞}{?\ؽ2\\]E\ 5','',0,'?'),('p}G\\y25.\','wp-content/themes/pearl/includes/theme/vc/modules/pricing_table_flip.php',0,'a)kH-\@\Cꠑ','a)kH-\@\Cꠑ','\'\\0\sC-|\n~\/e\Zz\','',0,'?'),('\4}8h\J\"g\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\`WW\A\rt\\','\?\]Kr\2 \\ \p\\\G\O','',0,'?'),('YZ ','C)\nvӌ\T \r7-|lyJ\','',0,'?'),('`˗Mc\a','wp-content/themes/pearl/partials/content/stm_donations/parts/details.php',0,'ɒTM\\hjV@pD','ɒTM\\hjV@pD','hбXuo(@]M~\j%^','',0,'?'),('!m\L\\Fb','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_24px.svg',0,'vJ쫻 6BHr|','vJ쫻 6BHr|','ǜkF\\K}si\z\mW\f;~c\','',0,'?'),('\\r\f9\@K+\rX','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_circle_24px.svg',0,'\\qf(l>\&u7','\\qf(l>\&u7','Cb\dk\=tv@<\\x\SgAƁ\n','',0,'?'),('\̓ ҩ\}z\v','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%X\`йKZ','SW,\f\\K{\\\\\\\^Y/','',0,'?'),('ӋԚ(j~T\]','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phone_24px.svg',0,'8WFKE?\mT\Dv','8WFKE?\mT\Dv','\T1x\ \.\\~cEbԏGA\v','',0,'?'),('\%\\x<+','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_color_lens_24px.svg',0,' \n֎\&\\',' \n֎\&\\','KS\_z\ݞV\\_\^+\','',0,'?'),('\l)\nT*\\\\ ','wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-connect-google-search-console.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\J\vc%2R \"\[','e綕\n\{}\̔z\\@\ya\Ƕ\no','',0,'?'),('\\ \P\\j5Df\*','wp-content/themes/pearl/partials/vc_parts/posts_list/style_5.php',0,'ZH\gV[\\,R','ZH\gV[\\,R','_TӺñ\N]} *ES[{#\HD\','',0,'?'),('\ \n|ѿ\T\S:a\','wp-content/plugins/coming-soon/lib/TGMPA.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c[Q\r\\\MTX',' ;\Rf\?o\7l\\(ڃ\\\6\\$','',0,'?'),('\\\\\\0VdW2','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n̬\\'\^\e\{g\$','B^x^(H@Wqs\\O|to\#','',0,'?'),('\=*6B1\)','wp-content/themes/pearl/partials/vc_parts/row/canvas2.js.php',0,'ݠy_U\\','ݠy_U\\','Z\\\"\0\D&=\;ν\o\\6X\\','',0,'?'),('\0YN\m l \9 }','wp-content/uploads/stm_fonts/stmicons/politician/charmap.php',0,'s>\|=6D;#\\#[','s>\|=6D;#\\#[',' \nX\'\"E=|Wg\7a#R\^\|\w','',0,'?'),('\0Q\r\BJ\%','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_mail_24px.svg',0,'1v):΢Xgu0','1v):΢Xgu0','^#Û\wz\s\n{\Ѭ\",-i\i','',0,'?'),('y7\MA\@','wp-includes/widgets/class-wp-widget-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\C<\|8\'Z',' @1\|\Tc\\)5.T$T\tD2\V','',0,'?'),('\nm\}2M7','wp-content/plugins/wordpress-seo/js/dist/wp-seo-network-admin-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lvtT\w \ț','S\"DD/C\y˕?Ȇ73','',0,'?'),('\#`\\T{ň\w','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pregnant_woman_24px.svg',0,'r\\JFUَ\"͙S\s4','r\\JFUَ\"͙S\s4','M`s#OH~\aӍ(\\p\%LdY','',0,'?'),('_)0d|6_;n','wp-includes/js/dist/rich-text.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$D\\\ě\\\Z\\','<[cNŪpsmp\/$7\M\x)q8','',0,'?'),('(a%\\\\P\@','wp-content/themes/pearl/includes/theme/vc/post_types/videos.php',0,'\0بɄ\\\3','\0بɄ\\\3','+eIw\\\n*\\c8o#YYk\"1','',0,'?'),('3\b\\Y/\o\ݼ','wp-content/themes/pearl/assets/fonts/stmicons/app/stmicons.svg',0,'{Ps\;^t+6','{Ps\;^t+6','û]\0\\`\\\\\2C\\.','',0,'?'),('=NK(l#Ƽ\ce8','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-money.svg',0,'[Vt3\rn~\C\\','[Vt3\rn~\C\\','ݜ\\pw ^=|\Uxૼy.N','',0,'?'),('?oa#\{/\','wp-content/plugins/wordfence/css/main.1550163483.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XY\\)yD?!bo','kjr%\r6\\\5H&\L\KH?\t','',0,'?'),('?um\OP\P]B','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_late_24px.svg',0,' J@}Pх\5<\n',' J@}Pх\5<\n','2\#Й\\V.S\\#\x8euz','',0,'?'),('L\K J, Ķ','wp-content/plugins/js_composer/include/autoload/hook-vc-pie.php',0,'\҅18\r\ՂHE','\҅18\r\ՂHE','%\) ^uS\Ef\o;D;BϹx\"f\','',0,'?'),('aD.+ \q','wp-content/plugins/coming-soon/framework/getting-started-banner.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_1ӳ!jEs\Ճ','.4\0TG9@\,?،\R ^:\fIB','',0,'?'),('jxh\ypV\\&!','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_24px.svg',0,' m\'\,)|ɠfz',' m\'\,)|ɠfz','!gX\\ \E\\1M*PY;, ZI\','',0,'?'),('uEz\!ySr','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator3.svg',0,'Sx \\"\!wJV$','Sx \\"\!wJV$','D2E;Uq\6\(j5nj0;\ \','',0,'?'),('x\,¨N2D˱','wp-content/themes/twentysixteen/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\\#J/<W\','/d\Zօ[U[`{,\2\|1W\[̚','',0,'?'),('`&%eFgd','wp-content/plugins/wordfence/models/block/wfBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','znK_\','\7Y\.ڔ\n\!ڒ\Ze\\','',0,'?'),('Qsno5XMݽ Z','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_tilt_shift_24px.svg',0,'C! \\\Δij','C! \\\Δij','< \0\VσeȪ2©&ӱ *tk0','',0,'?'),('52=\n눲r\\2','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_component_24px.svg',0,'q\`y_-Kc\\\','q\`y_-Kc\\\','vA-iSf\E\$Yf\{2\\','',0,'?'),('R808\/U','wp-content/plugins/wp-members/includes/cli/class-wp-members-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\+*k\En3','0oB\\\5m>s\^l!\+7[0','',0,'?'),('\R','\'M*i*\D\"\~\:#*a\A\,nSӠ','',0,'?'),('[ \\R','wp-content/themes/twentynineteen/template-parts/post/author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@\0\r^W/v`!s0','\\3]ل5G`\\n\ \ b,ݣ\\','',0,'?'),('KqM\\{','wp-admin/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ǿA\{v','\pa \i\tS 4;ĵ?&#\ZM vt?','',0,'?'),('su\\`2.am','wp-content/plugins/wordfence/js/admin.liveTraffic.1550163483.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AǮ1jjU{s-','\\Ջ\\\reP\F\Nwi\(_W߅\','',0,'?'),('{xZ\c\"hb?\','wp-includes/js/dist/dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\lFn\ˆ\','q\r%xn\'?]&\󢕗+g|l','',0,'?'),('\TBO>\v2\\}Ea','wp-includes/SimplePie/Locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\\;uvf^\','<Ό:9/(\\֎tl]\dz^82\','',0,'?'),('\tuv?Ԭ4l','wp-content/plugins/mailchimp-for-wp/includes/mailchimp/class-interest-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+K0Y7y7eX`O5',' \Z\\dyMk~\zo\\ܫL\B\\.D','',0,'?'),('̕Y\Z/\\>\r;','wp-content/plugins/stm-configurations/widgets/class-stm-widget-search.php',0,'sK7c|x)\','sK7c|x)\','b\ҙ\ˆ@MTB\\E>aK~9[','',0,'?'),('\\T\ZZ\\\S\>','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_24px.svg',0,'HÊ^#','HÊ^#','\\\\\6\.^DϪ~|\,<\y','',0,'?'),('\c\|1l\{N','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_rewind_24px.svg',0,'/+\\p7@','/+\\p7@',':FV\Zn\Q.y\\WL\\iV','',0,'?'),('Ӳ+cu`q:!','wp-content/themes/pearl/includes/theme/vc/post_types/products.php',0,'g 2\Z\!07ϟC<\','g 2\Z\!07ϟC<\',':ϛ`_t\\7r\K1)\?W SO','',0,'?'),('\Uu#d\\\x]E','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\To \i5k','L\\\˵6\\%\\w\\\툄^\\\Q','',0,'?'),('\\W\MF`3\\$\','wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y^\','Y Q\FX\22\FW )\ \fKSf','',0,'?'),('\-ФQ1Ц\r ','wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\0\\\t4\E\',',%d:?\-ǯM!k\gF6\ݱ\Rlj','',0,'?'),('\*\7\r\\?\','wp-includes/class-requests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9e/\uaz\\"<','(vȊF0\\Yo\9 5cgAU+fV','',0,'?'),('&J]z8.걤K*','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\S:E}\n_R=\','$]{\\U\RH\dyt-\\V߿;','',0,'?'),('+GI]$noR','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\neW\b~\M v','#|KO8\5L~u}\"Z\0l~!\','',0,'?'),('0V\R s\6\\\s','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart13.svg',0,'ɣC\1}9|E','ɣC\1}9|E','sؿ8\8\ޖn\Qm\\ m|\0\','',0,'?'),('3\\9v&/Cd\','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\0ldluO\:\',' \[\\y\\\ پ8*\&\= \\','',0,'?'),('9Rbd\\0#^','z\Vr\;\l?\q\#RS\6OA','',0,'?'),('F\e\}\(\','wp-includes/js/jquery/ui/dialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\6\\\{%!\f\','',0,'?'),('O#\q6KU\','wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js',0,'\"@C\\0ȅ1\\','\"@C\\0ȅ1\\','p_obtTyBM]\-o6\\\L;\\','',0,'?'),('V%\o\$959x\&','wp-content/themes/twentysixteen/css/editor-blocks.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\#eT\3\ad\','Y\2g\EtiqƏ\ eeK *ߧ\','',0,'?'),('W׾5^l__#','wp-content/themes/twentynineteen/sass/typography/_typography.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\>7\2\\nt','\\nek\o@l\_\ky~YWŢA','',0,'?'),('Y\d\N1џJ\','wp-content/plugins/wordpress-seo/inc/exceptions/class-invalid-argument-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\\X@sr_','\Ol\\'\Z(E$\5h\\\5?Wf \D\v','',0,'?'),('c\t\d\x\\E','wp-content/plugins/mailchimp-for-wp/integrations/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L?CÌ\a{Co','\\"4\.\\m0@K\C(','',0,'?'),('\\\X/\\0 ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\6\٤pOl^','L\\*c\&\Z]\n9uҐóL_Qj&v','',0,'?'),('/?/\\[\\','wp-content/plugins/mailchimp-for-wp/includes/class-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~p-Zζ\5tF\.','S\\\\c\\\n\\\ʺ\zU{\l\\ \Fo\','',0,'?'),('ed\\EF`\','wp-content/themes/pearl/includes/admin/theme_options/includes/src/constants.js',0,'\-^@\\\1\G=','\-^@\\\1\G=','*m\\\\r\0C\k2\D\؟oy\','',0,'?'),('N3M\n\S\0j','wp-includes/js/dist/block-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pW>>\\\Za\\\','+.\Ko豲W\|\\EHJAΪW\'_\́$','',0,'?'),('l\>\ Xw F\\w','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G8J+ z','>8\'X\i\UbGн\,jߡ!X[\G','z>jߡ!X[\G','T-E}:u0] \d \/\3\!','',0,'?'),('3ƹܕj\biΥ\','wp-includes/customize/class-wp-customize-nav-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?3\\\.f>\','\\m\\\W\\\Req\\&\GHӌ]}','',0,'?'),('?@3\V7?ߣ ','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/textarea/textarea.control.js',0,'Of~$PL?','Of~$PL?','EQT\K(qM%\t\\\ t\\S[q \'\_','',0,'?'),('2VJ܌','wp-content/plugins/contact-form-7/includes/special-mail-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bS\m90','*\k\\ ','+\1V;\&b>\\ ','S\9\\]*\\r[9j#{>cBR','',0,'?'),('=R?\=GML\8','wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/js/envato-market.min.js',0,'3sr P]\\','3sr P]\\','@\\|\@\\".RՅE\\xG\8mk:k\2','',0,'?'),('U(ν\\\T\扰qc','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_party_mode_24px.svg',0,'0 \\^0','0 \\^0','VV\%\oHK\մY\\\\L\','',0,'?'),('b\E4t=','wp-content/plugins/wordfence/views/dashboard/options-group-alert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Ykk\ŹdH','Nx7Q6^ӑ&\DI\\\J\׫a','',0,'?'),('j֨x蘈dJ\/1S','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_a_photo_24px.svg',0,'c\Y\ zs{','c\Y\ zs{','\\\0\ml\_,S?Hی\W\n<\"^','',0,'?'),('\ u0\\\>','wp-content/plugins/stm-configurations/slider/assets/scripts/main.js',0,'\\Zˊ!c4\)\','\\Zˊ!c4\)\','\\5\\\\.uq4LvkU\nL$#','',0,'?'),('\M\\\0R\\,\{f','wp-content/plugins/mailchimp-for-wp/assets/css/checkbox-reset.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b&%X\\_\2\\3r.','qJ\\iVI|\̴lt\q\\\ls\\','',0,'?'),('\aL\\#љ\\','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_fill_24px.svg',0,'W\UXU','W\UXU','\0\ | E6\\E\To\R\S\\R','',0,'?'),('\h\\7I kG','wp-content/themes/pearl/includes/theme/vc/post_types/testimonials.php',0,'\\\\\.Vaی\ \\','\\\\\.Vaی\ \\','Tebqja҆!&a\΂ՇFo w%\','',0,'?'),(')\ \\[ēv&p','wp-content/plugins/LayerSlider/static/codemirror/addon/scroll/annotatescrollbar.js',0,'rs+TFɸΡ','rs+TFɸΡ','|HC\\Kx2GpJӣ}Qn\:T','',0,'?'),('\xְ#ٲ4\','wp-content/plugins/revslider/includes/widget.class.php',0,'fD\ =B','fD\ =B','h4\v  ڝ\ y-qiqDBV','',0,'?'),('ʟ\ֳ^\9','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/weather/weather.element.html',0,'D\'\Z\\\ӯ\[','D\'\Z\\\ӯ\[','\\\G\\\ \\N^!\"\Y\','',0,'?'),('\r*\uwV51','wp-content/plugins/wordpress-seo/languages/yoast-components-sr_RS.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y}\-*wi\=','.K[ \/F=b\0nv1ߞ\`\l(>b0\','',0,'?'),('\̼{D\ên','wp-content/themes/pearl/includes/admin/product_registration/assets/img/importer.svg',0,':ʝ\ZnNc&e\t$',':ʝ\ZnNc&e\t$','7.\r]\뉖0 \HW;:\"06fb\[\','',0,'?'),('>\/ᡇ_\\','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\l([qא\D#\','\\sٶ\hb2.;\m`F\r^&H-w yV~','',0,'?'),('&UX\r\L4{\\\','wp-includes/js/utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\/z\r\(\GߺZ','8υ\n\0\r\\gz\Vn\\\n*e߹<;','',0,'?'),('\ZmMcsr)\ԩ','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\W\ڔ7L W','\_uk(掍g6=L?\n@\B>Z\','',0,'?'),('\Z ֧\\\Z\hi','wp-includes/js/dist/blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\UXPVedj\0c׳','z$\ZQ\,\0\\^(E\\bH','',0,'?'),('\Z&$Ю[i','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart21.svg',0,'i\\'\0S\<','i\\'\0S\<','\T!\<;,޸\\'\V9\\g\$\-=U','',0,'?'),('\Z3o}X','wp-content/themes/pearl/partials/content/post/parts/postinfo.php',0,'\]n\\M%\=\!\','\]n\\M%\=\!\','\*H\\\ji J\5uJ;َ\\a','',0,'?'),('\Z8(Z_\z\\nj m','wp-content/plugins/coming-soon/public/images/themes/35.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')A6Jhі B\','Đ!TKK-\\n27]X¬0P\\ ','',0,'?'),('\Z?ǸƢ}5^p\','wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Q\\\\KHX\','P\\r\0\ TYՎf O\kRGh\n_','',0,'?'),('\ZP\KIu\QtIV\I','wp-content/themes/pearl/partials/header/elements/cart/quantity.php',0,'8Ld\\yC;RO\W','8Ld\\yC;RO\W','8YDWȅ&b\06\[\;HS\\ p]','',0,'?'),('\ZR@v\ \\PN','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnifying-glass.svg',0,'q#\\\\z\\\','q#\\\\z\\\','\E޲!d d\\\n!p\)\','',0,'?'),('\ZV-\`J%B','wp-content/themes/pearl/vc_templates/stm_pricing_tables.php',0,'\'d\\\@\\Z׊\x','\'d\\\@\\Z׊\x','b02ߴ\jG&zL&z\]j-@\T\\','',0,'?'),('\ZXzyTé >\Zn','wp-content/plugins/wordpress-seo/inc/indexables/validators/class-meta-values-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^s\+\n7f','\\h@P~\.\'\Ҭd1˨\˽\!Qo$','',0,'?'),('\Zq$@\Қ>sj{oh\','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-widget-base-id.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[W ~ؽ','\y^b\`\"\Y0@;Pm\\@O2<','',0,'?'),('\Zq\\\\O9F\7Ї0','wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php',0,'P\Ns\'\','P\Ns\'\','cLJ\)Qq\\g\]\\KK\\QB','',0,'?'),('\Zr\>a1\\ʚXU\','wp-content/plugins/wp-members/includes/class-wp-members-pwd-reset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\#|6m\_','\)8ȽOCgc\\$o9k\X/','',0,'?'),('\Ztj\+z_#pl','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php',0,'CbG\؞ဉ\\$Dž','CbG\؞ဉ\\$Dž','=x}\\X\r;^] i\p\Ugѐ\,\','',0,'?'),('\ZzX8\ND\i\\','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_pages_24px.svg',0,'H֑\"Xo\3\S ','H֑\"Xo\3\S ','uY*DS6/#\r{gDm d\0','',0,'?'),('\Zw\, -,:\&P','wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mBl4Ye\$>','T H;7_\t_L\\4i \>/\\\e','',0,'?'),('\Z\kF\v&\c\g:\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hours.svg',0,'U\\\?g\PA\L1.','U\\\?g\PA\L1.','rۊX\_Yȕr\\9\n7V\\\r\L\','',0,'?'),('\Z#\\n\`ѵ!','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_people_24px.svg',0,'\\\2Cw#\\','\\\2Cw#\\','\YƀY07\<2\ҩg!\W`C|!GW','',0,'?'),('\Z!\wr^ÅW\','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_mms_24px.svg',0,'~&\Qăpt8Zo','~&\Qăpt8Zo','`\\8q4\?sBz\K97\N\1^;X','',0,'?'),('\Z;5(OO\R','wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȏc\P\"\','זD䟹4\5\JbOɝ HR@','',0,'?'),('\ZlW8\u,\2h','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/taxonomy-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Ѽ#X|\[','/$X*u \\n;\L)*ب\*<\0','',0,'?'),('\ZȦ2&f\1K','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-carousel.php',0,'\"\r\\\}_0$/+','\"\r\\\}_0$/+','Ʀ\ѓi=9},[wēe.\','',0,'?'),('\Z\\\5l\\`[\;','wp-content/plugins/mailchimp-for-wp/includes/api/class-api-v3-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']AO\I\;',')5v/\#Fꕜ#\nK{|-\\$\k\"a','',0,'?'),('\Z\cm[H\-ޫ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_5_24px.svg',0,'\0|\Mܹ','\0|\Mܹ','\\t\\\\=\\]&d\}qz7m\n\u','',0,'?'),('\Z\\\)qtsCI9','wp-includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\~\!','\+$45Kwt9\*q?>\'Ea->K\\\q','',0,'?'),('\Z\y8R#Oy\\','wp-admin/css/nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&f\\"\j\?\\0\n',';y}.MF#\voV\C@VV\?\','',0,'?'),('\Z%\[h==\i','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_paste_24px.svg',0,'&$\1+\a?U','&$\1+\a?U','kFNE\κ߭D|\Z 6\#\Ɣv','',0,'?'),('\Z:\\\\,_X','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\HNY\:{\','#/\2\nbݥ\\ژw.F~cR$X6','',0,'?'),('\Z\\Z:\\RfP\~3','wp-includes/class-wp-metadata-lazyloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!0GqE6K \ZC','ac\r=m6\O\ U~\\\\s2mH=(f','',0,'?'),('\ZUE\s(\#Ep','wp-includes/images/smilies/icon_mrgreen.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\JRww\','\^\m~\0\\\k\O\[\Z\\:`','',0,'?'),('\ZA\\mEkp@','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_single_image.js',0,'Nk9y#*~','Nk9y#*~','\/\pԕ\GCW\\\*=&}','',0,'?'),('p9}dZBwNN\7`m','wp-content/plugins/wordpress-seo/admin/class-meta-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\H','',0,'?'),('n^|+\a\P@~\'!DKSRƇ','',0,'?'),('\8 \{))\?V\'\','wp-content/plugins/stm-configurations/page_importer/pages/artist/sidebars.php',0,'D#_Ħ<* T\\E','D#_Ħ<* T\\E','\vZɒ\S2/\ʹ\*','',0,'?'),('y\\!\0pZ\[A','wp-includes/js/mediaelement/mediaelement-and-player.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \'M\ʄh\E\','I\0ew7T.$ aZS\0\1}v\".','',0,'?'),('EȖqȊ?2H\','wp-includes/js/dist/api-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ B謋>\','?b\\\NTV~M\\\nt\==','',0,'?'),('y@bTc','wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php',0,'AjB|*}KjJ\','AjB|*}KjJ\','qA6D4F{]j:\z\"2','\\\\q \P>`US\3i\O\2\\','',0,'?'),('xnB\Z\mG<','wp-content/plugins/wordpress-seo/languages/wordpress-seo-sk_SK.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8dJ\\\R\r','N\GtK{/\oNϮnr\r\\','',0,'?'),(')M\\^ûoz','wp-admin/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\'n}T\-V\e\\\n','\ [\t;\T{A\~','',0,'?'),('4%IH\Oʰ\L','wp-includes/css/media-views.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\SU l}\Dy','o\!)l\\\yoG\A\\nnq\n`w','',0,'?'),('7^C\Lۏ6\=\H','wp-content/themes/pearl/assets/fonts/stmicons/feather/charmap.php',0,'\\Ȋ\tma\','\\Ȋ\tma\',' \YH#֌2\w95\Һ 2\1','',0,'?'),('UF','',0,'?'),('=b6\hs\t','wp-admin/ms-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y HVi\\','}[v\0\ w\^!*TxW\','',0,'?'),('\'FEAvQMv','wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\r\5]xVI\\'i','\\G݅\'! \YE3\P5adM','',0,'?'),('P\Eh3G6\Y','wp-content/themes/pearl/vc_templates/stm_contact.php',0,'\\B\pa.%g*','\\B\pa.%g*','h\YsBg\\\Mљ\'3*z3Ngv','',0,'?'),('Fd\\X*U{','wp-content/plugins/stm-gdpr-compliance/assets/js/scripts.js',0,'\\Vl\"M\\z','\\Vl\"M\\z','\[e$\+l\:\r~G?m\ե\,\ʚ','',0,'?'),('\k0B\\a\`\','wp-includes/customize/class-wp-customize-nav-menu-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \DY}tǨ\R','1\Im8,\djD-=Vh2\ru','',0,'?'),('\r\~\7\Zs','wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/admin.php',0,'l\\=\ӨG+N','l\\=\ӨG+N',')dV }\UY˖~Y','',0,'?'),('\<\x+#.\\0A','wp-content/plugins/mailchimp-for-wp/assets/js/third-party/es5-shim.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i \=W^0 <\'uU','|[bo\,/#/V*C׃p6 솗v','',0,'?'),('\-=QCw\tnL\#','wp-content/plugins/wordfence/lib/wfBrowscap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0w4\V=2P\','\\\(\\n|T\:]\Xr\s-`.\\n\nM','',0,'?'),('?D\핅F[< \','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-idea.svg',0,' RB\r*\mw8',' RB\r*\mw8','\'\s)5Lh\/ 35*xtb','',0,'?'),('\-W\-\F\8','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php',0,'nq .K9B.5~','nq .K9B.5~','\\S\=\+RV2]X2ӯ!Kjn jxJ','',0,'?'),('\n\O_;]/^ \','wp-includes/images/down_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\\]:uWv\\\"\','\ǘR\eO:n{{x7\hPod\','',0,'?'),('\\7r\O;*^','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user03.svg',0,'OfW\>%0','OfW\>%0','x\{M|R\\+\@\-I5\a\\0y','',0,'?'),('G_bc.,]&\\','wp-admin/js/image-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(b\a`x1[\_8F,','\GM5@W\\(Kn\\S\\\k, |\','',0,'?'),('Kv$TMR=','wp-includes/css/dist/edit-post/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kB)A(',']STN# e\.\sP?Q [ϝ\!\\','',0,'?'),('$|jb\\| f','wp-content/themes/pearl/partials/vc_parts/posts_list/style_3.php',0,'H\Փ\!\E: S\!','H\Փ\!\E: S\!','&AB/hZ^;~ \Z~\"\\Lf̧m','',0,'?'),('0QdRdZ^ ','wp-content/uploads/stm_fonts/stmicons/factory/stmicons.svg',0,'h8\'v)Y116\\;','h8\'v)Y116\\;','ٝG^5\6o?EzM\u\ \\G\\' \\a','',0,'?'),('3\*;i2^\\','wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>S\VC\"~\#\K','\Xh\Pma7\7\\\j^G\\\','',0,'?'),('5\#\zgGiS~','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-globe.svg',0,'ha\\s:\:\~V\','ha\\s:\:\~V\','7#\n*ٚ1 --\lԨJT\'\K%[','',0,'?'),('8 -1rlk\','wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js',0,'\&K\%wD{\','\&K\%wD{\',' =\\6Jj&4,b55Ĝ\\\v','',0,'?'),(':^a{\ Ow\','wp-content/themes/pearl/includes/theme/vc/modules/charts.php',0,'wr\O$\&','wr\O$\&','o\0yuQN?\{\\\$)qV\a\\{','',0,'?'),('>nPOwh97vv\b9','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart09.svg',0,')TMb78;',')TMb78;','{gY\L:\T\;u\V\+','',0,'?'),('fMx \+9U','wp-admin/js/customize-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s1\] ','U}(\>\\2H͒\\\tV\*\P;O','',0,'?'),('N9\\\D\$','wp-content/plugins/wp-members/assets/js/shortcodes_tinymce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\=L1\Jr\Em\','\Mm%\3,a\?x\[􃂺UPN2M','',0,'?'),('\8W6F\' x','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-hourglass.svg',0,'>eG0Ѻ\r','>eG0Ѻ\r','\1.vH\B0&\pe1J\\\G\"','',0,'?'),('%\\\\MA\\\','wp-admin/images/wordpress-logo-white.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\qPC-SP D\','e4\E\?&DsA\\ʬ;)@Xɒ','',0,'?'),('J\}F\E\0\9','wp-content/themes/index.php',0,'gD,V\=\\\bP','gD,V\=\\\bP','k~ UH\Z\xP\\Ā<;X','',0,'?'),('\.\)3\{u*j','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/image/image.element.html',0,'&/>\\\','&/>\\\','$8n\&\k`O;D?\vC\-a\y','',0,'?'),('*2;ZB\Uv','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_browser_24px.svg',0,'wG\%!\V\nq','wG\%!\V\nq','\\n\!\\sy_\nh\\','',0,'?'),('\xт>(1\\'','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/button/button.element.html',0,'^!q\\0fɑ\','^!q\\0fɑ\','iګ.ݰ\rM߫hV 8+J`)','',0,'?'),('`\;dӒ5q_n\r','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/gulpfile.js',0,'[ݺ:[%T%D/','[ݺ:[%T%D/','b~/\\0N(\Z^HЂ \3\2\','',0,'?'),('~kF\2A','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Title.php',0,'ro\F\/ ͙\','ro\F\/ ͙\','XI\\qub;A \\T\','',0,'?'),('Y5mӺ<\ֆ','wp-content/plugins/breadcrumb-navxt/languages/breadcrumb-navxt.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\K\"\8RT\\?W','ʣ-\\`JV͑u\ND\\M\ÜN','',0,'?'),('ΗܹM+>l&','wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php',0,'@\>d?%ߔOt\|=\Zݓ\\\D+\\ \0\','',0,'?'),('\=\}C \\i\HT','wp-admin/network/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ht\†o\`\3v','\_\\!gI\\:\\K[\ߗCA','',0,'?'),('\O\U.`\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assessment_24px.svg',0,'*5\\":(;7+','*5\\":(;7+','a\\O;\L;_)~ԍ?ഥ:\\\\','',0,'?'),('\ T\ >q\n\\','wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_8.php',0,'[\\c̅qf|a','[\\c̅qf|a','(,47?\\\\z|]o\8x:\\\','',0,'?'),('\~:Ҕ(\+֭','wp-content/plugins/stm-configurations/announcement/assets/vue.js',0,'\7 \%(pFz}','\7 \%(pFz}','6\n2Azs͢T\]Z,T\','',0,'?'),('\\z/)\Sy}','',0,'?'),('\\]/~\qXŎE','wp-includes/js/jquery/ui/button.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7IOՓ\BP',' \\Ce\\r\<\'\5\Zp\Uj[cO\sN<','',0,'?'),('\\Z~!\N\\\','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lg~gڒy_\\w','S\\%!Ɔ\\\DR>$w','',0,'?'),('@\\(F \\:G\%','wp-content/plugins/duplicate-page/inc/admin-settings.php',0,',\\*\iG\[\t.',',\\*\iG\[\t.','ݎ\XF͆ʸ%.\Z\E۹\)V\M','',0,'?'),('\nD&B`\}','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.parallax.min.js',0,'Z/Bgtr\l@~','Z/Bgtr\l@~','\nO\̎; 1u\1\4p1L\0','',0,'?'),('\"^Q7\','wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg',0,'.\murI1G \','.\murI1G \','Lr7D@y\ɂ]NK(\ti\G9\\Tm=','',0,'?'),('%8Â\o׿\','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_library_24px.svg',0,'\\k','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg',0,'\SX\\:\}柚','\SX\\:\}柚','\\\\5\\{;\\C UF >Mf','',0,'?'),('Gsx\\`Z','wp-content/themes/pearl/includes/admin/product_registration/includes/review-notice.php',0,'@\\^͗z','@\\^͗z','Wq\\θ\hc0S[P iCcq\\<_{\\m','',0,'?'),('R\\&T |`','wp-includes/class-wp-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','92\J\Zs','#*b\e\3({ \bZi\r\`}KV%','',0,'?'),('Zv\\g:8Eh\','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Show_Filters.php',0,'DEFH\5Q_k','DEFH\5Q_k','\3','OBW\\\>3','\H\\"j\<\c\On\\g\','',0,'?'),('ynm;/\UsK ','wp-includes/css/wp-embed-template-ie.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7{WP\L{H\I\','\\aWq1+\Я\oLY\0\„K\\%<','',0,'?'),('zD>\A)a','wp-content/plugins/wordpress-seo/inc/wpseo-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rSc\$ه',' \\hgE\:e\\'\\/\\b\','',0,'?'),('|\&;rLs5','wp-admin/includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q|\Z+^#`\0klC\','J/Vׇx&d!z\p\3\ͳ\t','',0,'?'),('\Ye.0s','wp-admin/includes/class-wp-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zys+\\\B','(*\GD\n):\*U7ɾա\','',0,'?'),('A\o\rZԔ_t','wp-content/plugins/wordfence/views/waf/waf-uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\4nZ=t \','\{7bR \NY\ZBe&CV-\d\:','',0,'?'),('W\\8\\"a\','wp-content/themes/pearl/assets/js/i18n/datepicker.th-TH.js',0,'a\\nHh#\2 L','a\\nHh#\2 L','\/\d\Ȩ\"Jct','',0,'?'),('\\'-p\-\ f','wp-admin/css/l10n-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iR{峪,D_\J','\\"X\0\\rR>sF\Z\\ARv','',0,'?'),('\\n\d6X\"\i','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg',0,'B@vp k 0,','B@vp k 0,','1ا\s\#v\Hp8ժNGU\'\<','',0,'?'),('l(䜙\G\','wp-content/plugins/wordpress-seo/admin/links/class-link-table-accessible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L%7 E%i O','aH!n\rmˇxΗ>XٜEf\\\0V?','',0,'?'),('\>q\$\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_50_24px.svg',0,'wf\\8W0@}','wf\\8W0@}','U4C\ѯQQ\9y;\\' L\\hc','',0,'?'),('0{K,a+gA','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_redo_24px.svg',0,'\Sl̠\4Dom\\','\Sl̠\4Dom\\','Bi(E\ [\?3\e>;\vw}z','',0,'?'),('a\;*/\(\K\','wp-content/plugins/booked/includes/ajax/front/appointment-form.php',0,'\¶`J\\0!\Z\','\¶`J\\0!\Z\','ZB`\(!%@fq0\Y\\r\a\u','',0,'?'),('ʨ\|\^6ʹjY}','wp-content/plugins/revslider/includes/framework/woocommerce.class.php',0,'X \֪s*\K','X \֪s*\K','LNp9\BoKqU5\\0+Ugg(j','',0,'?'),('<~\(+ ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php',0,'\U\\ZG>\7\'0\','\U\\ZG>\7\'0\','ͅA\0?\Z\\očޘ\~\','',0,'?'),('\Ȅ\Zgj\\','wp-content/plugins/wp-members/includes/api/api-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ʙh쌰\i4M','I|\"Vwh\O\#\\\<3I\.','',0,'?'),('\0~;\\tgز^ՠ','wp-content/themes/pearl/vc_templates/stm_media_events_list.php',0,'\','',0,'?'),('>\\(5-\\n\9','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php',0,'\@ o $\\"','\@ o $\\"','\\pH \m>ф[ s„\','',0,'?'),('L\5MSYK\\','wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\VU\Hày\\\','L,\t;LFHs4 \\\h\','',0,'?'),('L\\bP\-I׭1f','wp-includes/theme-compat/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G. \\IDlӃ','TBFfGώ\\!\\\@3\+˲j','',0,'?'),('Nd#R+r\0s[','wp-content/plugins/wordfence/views/reports/activity-report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\O.9֚\\','i\'MwrX\LB+z\"`Nd\\gjʥL','',0,'?'),('O:R?Gnm\\\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_off_24px.svg',0,'=ɫ/.Y•\*','=ɫ/.Y•\*','\R͕&N\؂VL\\Xbxľ','',0,'?'),('^( v%/MLq\','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg',0,'U\r\\&c>\×','U\r\\&c>\×',':I\\'}ln=J#\}`.\0','',0,'?'),('^;DY\r0R','wp-content/themes/twentyseventeen/inc/color-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\h\>\A\\','\\\0@{{8ç~\\,\HlŪxs3]>S\','',0,'?'),('dc\hŢP9a','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sale-sign.svg',0,'4\\9h \[\+\','4\\9h \[\+\','\&\\\\x>\\ }[\ͣqJ','',0,'?'),('d:\ H^v\r%','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/checkbox/checkbox.control.html',0,'\9v^ɦ9\}!','\9v^ɦ9\}!','\>0+^z\#҆EzrסL.','',0,'?'),('f\̟i\n\;U','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_forward_24px.svg',0,'Nw\kv\O4','Nw\kv\O4','gO]tʱ>\4<%4 u\Jwr!=\=','',0,'?'),('k,#\7\','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[M/*E\\#\A','',0,'?'),('ʬ-}G\0\^l','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_palette_24px.svg',0,' \n֎\&\\',' \n֎\&\\','KS\_z\ݞV\\_\^+\','',0,'?'),('{\Y\\\z錿}c','wp-includes/images/smilies/rolleyes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' O2\Ofݣi','fK\)\n\d!]\r)\\\}\\\זl\^\','',0,'?'),('\\ S \{\J2','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_text_fields_24px.svg',0,'<[\m(7#\\\".\','<[\m(7#\\\".\','+Y20\0?m*\0D;\'G\','',0,'?'),('j\X^fKI\'LU','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_left_24px.svg',0,'JtDHv>2\=','JtDHv>2\=','#}\08Q5yX 4 £Q\.`f~ms','',0,'?'),('\'\cdL\8$8','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows02.svg',0,' \{>O#v\^@',' \{>O#v\^@','\GE645۲\Q_\2VlE\T','',0,'?'),('\WШo0%R!\','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nl_BE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\LYӼz\\','!,a/_\ʦ_G\\\\\@BO\','',0,'?'),('\'\\)+f\Z\p\','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_highlight_24px.svg',0,'\ډm7.[>C_','\ډm7.[>C_','\\!Rj\\/6=KܓN\\a1','',0,'?'),('\O^$+aq;G奶s','wp-content/themes/pearl/vc_templates/stm_staff.php',0,'\W\+\} \\Ao','\W\+\} \\Ao','7\\\\\tM\6x\'z tp\\','',0,'?'),('\~ ud0Znr','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dashboard_24px.svg',0,'\Nm \\/Nϩ','\Nm \\/Nϩ','\\T-\qEN\rj\\[%9\=->','',0,'?'),('\dQb\\DV(U','wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\*\a+d','Y%>\zfYryRCZЎpO[m\\r','',0,'?'),('֎)0\h\\ZR \n','wp-content/plugins/wordpress-seo/config/php-scoper/oauth2-client.inc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\:L LT(`y s','ؖ\rMeߔ/\','',0,'?'),(' M`\\/tkD0n','wp-content/themes/pearl/includes/theme/vc/modules/button.php',0,'UP)aqE\&','UP)aqE\&','\q=P\=qog\(\0zfj\','',0,'?'),(' N$|\\9\]','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_File_List.php',0,'4Xa|\=\$C\\','4Xa|\=\$C\\','\4\C`\rR\ 4lT? PP[\eO\d\(5R','',0,'?'),(' Q(\\m\\Z`\^R','wp-content/themes/pearl/includes/theme/vc/modules/icon_separator.php',0,'tڨ;>xQc\Eq\r','tڨ;>xQc\Eq\r','΍^\h7[ݬDW0HՁFӈ','',0,'?'),(' RI\\|Y`R\Z ','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Э1C\\#\$\D','. \\\\bT\o:JQB\\&','',0,'?'),(' cNE~E\)5j','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_http_24px.svg',0,'J\n)x \\','J\n)x \\','\~Ƥ\l{P6A_~SB=P 1\/\','',0,'?'),(' fm2%rX6\','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Field_Display.php',0,'F7\aX\\î','F7\aX\\î','\bydin\Kک\"$P压]\\s','',0,'?'),(' vXh\'eLg\uM','wp-content/plugins/wp-members/includes/admin/tabs/class-wp-members-admin-tab-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\jw> Cia\tJ','\xNl\\\ȻJ\qi\O)2\#E[C','',0,'?'),(' \5߲<\_[I\;v','wp-content/plugins/wordpress-seo/admin/services/class-indexable-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' p\qyM\O\\','ו\d^\\4iZE\\35\oD)d=\Z\y','',0,'?'),(' \}{?d9\\\1','wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php',0,'\XN\" C|3\','\XN\" C|3\','\y\o;/\ñ:\'7$\jk\\','',0,'?'),(' \\\]H\"','wp-content/plugins/breadcrumb-navxt/includes/mtekk_adminkit_tabs.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\)K?YF\nI','x\A\i\\\Z\Ҍ5(pB \V','',0,'?'),(' \>!o]\ ','wp-content/plugins/LayerSlider/static/layerslider/plugins/debug/layerslider.debug.js',0,'\\n3\O9[|','\\n3\O9[|','ˍZ\ƾp#ߩ\ZTL5\S˚j\','',0,'?'),(' l\YgwZ.\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file05.svg',0,'};\Z8\\\I\','};\Z8\\\I\','hBb\\kjVva2 a\y4\Zd','',0,'?'),(' /\r|OJ','wp-content/themes/pearl/vc_templates/stm_gallery.php',0,'H9c%[8ay.\eB','H9c%[8ay.\eB','\"`ZU\\K\\f\KeMLj8Ӈ','',0,'?'),(' zz{LH','wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ZPHn﯏~\\iq','|`v-\KZj8+<.Iݩ\Z}AdG\','',0,'?'),(' \DDFN\\q','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Util/Logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\K\ݠxeF\','_\\Ra\\g\\NYR\,Hs\6MT\{','',0,'?'),(' ֬5\M4\Z','wp-content/uploads/stm_fonts/stmicons/healthcoach/stmicons.svg',0,'\g\\*7,ۜ','\g\\*7,ۜ','\DQi\ \rI\x\Z a-LŠ ','',0,'?'),(' 7=4#N','wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V$+@δ\\}\ ','>\/\0','wp-content/plugins/stm-configurations/importer/helpers/theme_options/digital.php',0,'\Vl\\d/\s\'','\Vl\\d/\s\'','\ \ռ!\nFvB%\>\\m,A;J','',0,'?'),(' \\r$ Q^C(\\\','wp-includes/Requests/Exception/HTTP/505.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']A 3\[/Cd\','\⭛\ i\{\PA\͆k\dM\n','',0,'?'),(' \c̫)I\np,͑','wp-includes/css/jquery-ui-dialog-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ʀ\nwD\D\\yj.\','\qP5 \#CⲀS+\Z聟C','',0,'?'),(' \ݑ\-Tt}','wp-content/plugins/LayerSlider/static/layerslider/js/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('!\+;qiv\Z','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/venn-diagram.svg',0,'\sX?|z\'%\\U\','\sX?|z\'%\\U\','\\\ZJ\\"\1V\0\&~N\\','',0,'?'),('! o\r\Av7\\e','wp-admin/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\gQl6\\\\v','Y !5=\c_\','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':H)a\\\\z|\e','WZ\X5P5Fi5\\"~H4\?/O','',0,'?'),('!a\r\"N\!\\\W','wp-content/plugins/wordpress-seo/js/dist/wp-seo-term-scraper-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','} ™e\0','V\r\oܻL\\\\|f\n\eQ','',0,'?'),('!\"\A=̩M\8$\w<','wp-content/themes/pearl/includes/theme/vc/modules/icon_links.php',0,'q̑5$\֓>_\$','q̑5$\֓>_\$','\Y\J\Z\\mѴ\"\\ix[#n\\y^','',0,'?'),('!z\hyyn^-}Ƚ','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php',0,',\\B\`\\"vb',',\\B\`\\"vb','\y\r\\ƨ7H\HFG\"zB[0.XF@','',0,'?'),('!|(\y\W*1Oo2Cu','wp-includes/js/wp-api.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J$I,ӡq(','R\0Ɠ*m?\/\b/,\\\\','',0,'?'),('!|\8\I,\\ ','wp-content/plugins/wordpress-seo/admin/class-collector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\q\l\cL1\\\','2ĕ&юQX;|eaxXC|h','',0,'?'),('!Grx@\Z߻~s','wp-content/plugins/wordpress-seo/admin/views/licenses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ԍOL,\\EkX','gt\\\LwlqdUE#\|L]ns\5 \r','',0,'?'),('!#3W\\M','wp-content/plugins/wordpress-seo/admin/links/class-link-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\uF\0Y','a]aȖOB\\mB]00)b>k\','',0,'?'),('!\ xx+![\(','wp-includes/js/dist/list-reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\{6vl\߮PǑ','pa[~W\\?ΐg\0d=H\?\'%x3','',0,'?'),('!\\n-L\\\+','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vibration_24px.svg',0,'j%\+qX9C\V\','j%\+qX9C\V\','\\\"g\Z2\h','wl\@Q$覉&\g:&\@L\\'','',0,'?'),('!gyD\\nP1c\3','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_section.js',0,'\p[f.\"A__','\p[f.\"A__','fz\\\\+k,?\51\o8Pg\','',0,'?'),('!y\\'U\b\#}','wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ ȁ)\\Q\q9F\\#','l\\$DЦm\ ,N8','',0,'?'),('!\8~W\>B','wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\9z\%0[Ӽ','\6\Z*G-\\+c)\|\\&[`^3','',0,'?'),('!##sw:\rH*$q','wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\]SS\L;\','bb$\\\r\rԜ-B*յ\ӵ_9K\U','',0,'?'),('!yW>:\0?zX6a_','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_bad_24px.svg',0,'ƫ\Pff\'','ƫ\Pff\'','%Z06HJr#ͩ\\\jOUíw\','',0,'?'),('!’\`jm(v1\_ ','wp-content/themes/pearl/partials/header/elements/menu/menu.php',0,'07\ ɰ@\S\E','07\ ɰ@\S\E','G@*fX<+ \\R Z,\QI+$\\','',0,'?'),('!\R\ pnL\w\m7','wp-includes/js/tinymce/plugins/lists/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=WbY[\'|C<22','M\Vs\2JJwvɤ`\J?\p','',0,'?'),('!\\\r\\\"Z~+ ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_money_24px.svg',0,'\ xJx\r\\\r5','\ xJx\r\\\r5','֘oX2\\[?Nd+A\\=','',0,'?'),('!\Tۦ\\\ l\I\n','wp-content/plugins/wordfence/lib/menu_tools_importExport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$^k\>\\T|\','\\k^XR1, c=\\\','',0,'?'),('!O4\bCRRfO','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\6\HKr\\','\!_Nn>8zK\Sx\9BZiy~Y\','',0,'?'),('!\Y0-z1\dm>','wp-admin/js/plugin-install.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\]Z)8\"\q','#W(m_1#/_\nH%E\\'\+;3Z','',0,'?'),('!B\\Zl!Z0\','wp-content/plugins/contact-form-7/modules/hidden.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\A8|)6ab\\\ \r','a9斷x➃\\\ꗘ\\\=m_','',0,'?'),('!*`^\G\','wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js',0,'\(\6t)}\\\','\(\6t)}\\\','\\߾\`@{\hRYpZ6\˷','',0,'?'),('\"Et\ys\\\\Z|g','wp-includes/js/tinymce/plugins/wptextpattern/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ J)Us','2sF\\|:U4{j\(#4oH.j','',0,'?'),('\"A\\^x','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/radio/radio.control.html',0,'&1Q>\0{, u@','&1Q>\0{, u@',' \ƞ\lEa?\\\c','',0,'?'),('\"4CZ\\q$Ű','wp-content/plugins/revslider/admin/assets/imports/insta-gallery/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\"\\FP` #\v\K','wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php',0,'~!\j0oHM6M1s','~!\j0oHM6M1s','\8\'.)\\籙&t\4\\\+Y*1P','',0,'?'),('\"(}G\\r\ 0V(','wp-admin/ms-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\\\T\'.P\0d','J3l+K\u\'\ƴ>\r\n\f,XðR','',0,'?'),('\"-\Ѳ\n2j%\(o','wp-content/themes/twentynineteen/sass/layout/_layout.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!&\\"{\#*','\v\\@.|\\\s>0O\A3jA\','',0,'?'),('\"0\rN1M\\#\','wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EӤ㭇\\Mg','Q\*\'B+Eߞ:m\yu\W','',0,'?'),('\"8A\n=ᇼfp5','wp-includes/theme-compat/embed-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G(u\\\0','\0IH.\$N;pn\\\\\݀9r','',0,'?'),('\"9\M*?f\\W','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_busy_24px.svg',0,'v\&\/g\ͣC','v\&\/g\ͣC','\T\\g\\\9B\\\9)pYv\J\','',0,'?'),('\"C6V\µ .\','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_music_24px.svg',0,'؃#rw','؃#rw','T\\\r-\Q\ךH}{5,\\\2','',0,'?'),('\"F\`;i\v\" |I','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php',0,'R\\2\i:B','R\\2\i:B','G.[J;d%2ro#ڬ{\/\','',0,'?'),('\"IFn@a\}9','wp-admin/includes/class-wp-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\\0\j,`:\Q6','n\Dr0Z\Kq\{Hh\.ȅH','',0,'?'),('\"NM\\kVO','wp-includes/js/dist/data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\r\is7\','\\h\xo\u\\0KY\ - ݀','',0,'?'),('\"Y\\:nA\N','wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_&^\]s1k\mc5Y','$\\~\}\\,\\/y\%I8.&R\+T','',0,'?'),('\"\\^Y%fT','wp-content/plugins/mailchimp-for-wp/includes/admin/class-usage-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\g\c~\','\@\U \"`3\ju\\ \֠mi N*>\X','',0,'?'),('\"`+\*,','wp-content/themes/pearl/vc_templates/vc_line_chart.php',0,',N@_-\',',N@_-\','[z(V[0,!~\'0\\ d\"\','',0,'?'),('\"bSmdL9uH%\!͕','wp-content/plugins/js_composer/include/templates/shortcodes/vc_hoverbox.php',0,'Sh\\퇕 ','Sh\\퇕 ',' {ssU\>Dd-&# \>d','',0,'?'),('\"n\˅\1\\UB 1S','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kϼ@}7>7\\\n','\\:\\m-y\\*~\h\BB=','',0,'?'),('\"ox\1\n٪','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/cacerts.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ro܁\\\܆\','^\y\iL\'\rB\޺ [(d\','',0,'?'),('\"s\\EEK_\\\t','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^gb\W6','Li?\3l','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php',0,'\Lz\#K\\','\Lz\#K\\','|63<\\C\9\=`̡\$\K\]','',0,'?'),('\" Te^\gki7b\\','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-ryte.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\qj6<\q','ݨO\KQ5\~o\'f\\\I_\','',0,'?'),('\"ۤH\1mu<}','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php',0,'b\=\\\M̆i','b\=\\\M̆i','V\'rn\[B>/Ĩv.jֽ\0\u\','',0,'?'),('\"U*_3\\O\"FH','wp-content/themes/pearl/includes/theme/vc/post_types/events.php',0,'^gf%*|\$u@RV','^gf%*|\$u@RV','A\\q\rhZB\g/\4\]Iá ƈ','',0,'?'),('\"\\\u>1\7','wp-includes/class-pop3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KTQȩ:O!@Ty','\h94\s֤L~$`-!','',0,'?'),('\"\~Gi%\\n$~\\','wp-content/plugins/coming-soon/public/images/themes/26.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' T\ sC\HY','q\n\,y\@)i\_bz6(@\'iYr4','',0,'?'),('\"\\f\2h\Z\\S\','wp-content/plugins/coming-soon/framework/settings-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';[|\bà`','\|qG1R(m!\7Q̿\y\`L e\p','',0,'?'),('\"\\6\r +K{\\Z!a','wp-admin/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wwxsDk\S\б','K*՟q_7\\P\\8\\&в\','',0,'?'),('\"\wh\','wp-admin/includes/class-automatic-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\׆<\`\\&%','%sikHbX\\\!\Z=\B\\'','',0,'?'),('\"݇\\"\[\(\','wp-content/plugins/wp-members/assets/css/forms/wp-members-kubrick.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\#6T\e$5ь.','{ꕏ en%Ę\S\\k\? ','',0,'?'),('\"\\VI\wk>m','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-idea.svg',0,'ч\#U¹l?','ч\#U¹l?','\\\\\\"\\SjZjh\6[\f\)\\e','',0,'?'),('\"\QDFAn\oU#','wp-content/themes/pearl/woocommerce/layouts/store/cart-totals.php',0,'y0\ .\\&\','y0\ .\\&\','Ī1B\K<1١j!Mt84\%EfmKa','',0,'?'),('\"\JcKo +E\?J!','wp-content/plugins/wordfence/vendor/paragonie/random_compat/lib/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*RX\ǠͤB\n6','8-%s\`NaL L\Mʫ\)','',0,'?'),('\"I\\C\a:h','wp-content/themes/pearl/assets/fonts/stmicons/lawyer/stmicons.svg',0,'[\fD\','[\fD\','9g\w- :kb`)چ|6\6\\0','',0,'?'),('\"\\ZNw\\?T\','wp-content/plugins/revslider/admin/assets/imports/news-video/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\"J\2\rߤ-H&','wp-includes/js/dist/date.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\5t h','\Z\`peW`sodm-SI$\\\+=','',0,'?'),('#\'&9\r','wp-content/plugins/breadcrumb-navxt/includes/class.mtekk_adminkit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\VNR=\\\r,\A$','ѷ8 !~Y=*uy|\1','',0,'?'),('#\z1h\\;','wp-content/themes/twentynineteen/sass/navigation/_navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tx߰+e=SF\','\\5,\ nRjtݑ\ʦ/\','',0,'?'),('#\n/\PZ~h\','wp-content/plugins/wordfence/lib/email_genericAlert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\:\XD}\RL\C\$7C','%_\~(#m=KK63\L\N\ng8+\hs^','',0,'?'),('#4iGvu+B\\.','wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','73\X\긠\,','5\'\`\.̦tl$ @cLe,-\','\>@cLe,-\','ݴ\M+S\zuS0MB{:K\qE\q_','',0,'?'),('#PCNY\T)','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_24px.svg',0,']`!r+Tq\W',']`!r+Tq\W','4>2\\T  \\\\dww`\ZU\H','',0,'?'),('#Qr~XD%\\:ËHJ','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t\r\Ibw\'-7\','uS\{<n\r߅+-#; ᷃QЮ','',0,'?'),('#R^#u\5~BQ\','wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ F\\\0Qc\gr','\\\\\$\n<\\K|\`9FE\IZ','',0,'?'),('#dbgb\0@y,ޕ\','wp-content/themes/pearl/woocommerce/layouts/store/form-checkout-customer_details.php',0,'~\>WSggO','~\>WSggO','ד\Bkh\&ǵ-\\\p\+X\"\','',0,'?'),('#h2h֍L\ `P','wp-content/plugins/LayerSlider/static/codemirror/addon/selection/active-line.js',0,'U%K\E^\ƑeR\\','U%K\E^\ƑeR\\','\`.\\=\w R^7|oo W-y','',0,'?'),('#n8R_:\\'FƖ\Z\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_stream_24px.svg',0,'JVq\[I\\Cj\','JVq\[I\\Cj\','@\/\Z:\j z:\'y\\>\y\zQ\n','',0,'?'),('#ybu|4G\\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_50_24px.svg',0,'W\t\Kb@\B\','W\t\Kb@\B\','\|a\fi\\\'W\\קUS4\\\','',0,'?'),('#yt($NTt','wp-includes/Requests/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@k7\0\\t\\*G','wdb㳮Q ON\TP\!οM{#ء','',0,'?'),('#-g\\\L%3\S݋B#\r','wp-content/plugins/wordfence/images/wf-horizontal.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\aQ6\Bܹ!3Q˖','鷍H\\60Ռ\;Oa\0\\\\\','',0,'?'),('#\R|q j/\','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contacts_24px.svg',0,']%cX]\':!\I',']%cX]\':!\I','B3ӗ\U&GJ|%yKZ\\̲O\te','',0,'?'),('#סT\"\\1\0D','wp-content/plugins/wordpress-seo/frontend/schema/class-schema-website.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q:3qGY','\sO|\*롕[\AM<\','',0,'?'),('#\qe\\T\|ܰhN','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-de_CH.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\L-\1_\\(','\n\zݗ\zoh8GR4y\\k\','',0,'?'),('#\u\fUi\R','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart01.svg',0,'L|R\'pg\\','L|R\'pg\\','\v\n\]i\\gVH\Z\Y^.pvO','',0,'?'),('#\GJ$ϴ\\X~\͹;','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Version.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\|\"꾤\F9\\6','ɖ <\§\\`\\ \ֿ\','',0,'?'),('#?\'Y}6k!\U','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_missed_24px.svg',0,'\pCT\ul','\pCT\ul','r \Ըm%\nDp ?\\n3\ ','',0,'?'),('#\\^C\%k','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\;\\\\&','sTX\sy|xIt\v, ߟ\s\Hs?e','',0,'?'),('$+\F(i\n [\U0','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\\K\\]\3\','-T\\\6]L\'a\x\[\%ֹr\"\','',0,'?'),('$0\"\r\2$\\ϑ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_pin_drop_24px.svg',0,'g^4C\\\p\\\Z','g^4C\\\p\\\Z','ݺM\.bz9\r=~\ȉ#\O','',0,'?'),('$42{E\b\0\;L','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_business_center_24px.svg',0,'8\f΃8sؓJ','8\f΃8sؓJ','@\*\VK\0\\0\\ \S\^\'Mؘ','',0,'?'),('$7y\\]\\N','wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P <\0cAF\L\\N','R]`[\2#X\Éi(E\n`\\rJ','',0,'?'),('$Dd|\*\Һ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_restaurant_menu_24px.svg',0,'k\xxj@h3 G','k\xxj@h3 G','¿\\S\x>F4j,7 ϵlX2]\_','',0,'?'),('$D','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/checkbox/checkbox.control.html',0,'\9v^ɦ9\}!','\9v^ɦ9\}!','\>0+^z\#҆EzrסL.','',0,'?'),('$0S\rr','wp-includes/images/smilies/icon_redface.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mL\Vxeh','U}\Xݪ`P\\>f4Z\\ L','',0,'?'),('$G`ZT$6A\7','wp-content/plugins/revslider/admin/assets/js/codemirror/util/pig-hint.js',0,'\ \\W\','\ \\W\','$be(~uQ!:X\?87w\\(w','',0,'?'),('$\SCk\d\W','wp-content/plugins/wordfence/views/scanner/issue-timelimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J7^њO\ i','5QgwB\H.f\\<\','\D\QՖ\Q4kXVZꦶ\\\r\','',0,'?'),('$\\?\\\\u \t','wp-content/themes/pearl/partials/vc_parts/projects/style_2.php',0,'[>We\\;\ \','[>We\\;\ \','\\\'@n\\c\R\0y6(}LQ\E','',0,'?'),('$\P\\Xu\\\','wp-content/plugins/wordpress-seo/inc/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛO0cAg3','\\ 蚠{cFJ\w !}a9','',0,'?'),('$\\6%y&\\л\','wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\>\Y\Z/ ','\\po;\#l7\(2ȇ8+T','',0,'?'),('$\$\\oQqmvyH%','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_forwarded_24px.svg',0,'(Km\x};`y\|J','(Km\x};`y\|J','=\Y8n-\[\r\%N\\%|DDmZ K{','',0,'?'),('$\\-#q`\l$Wۉ','wp-content/plugins/wordfence/lib/live_activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2>(]/@ꏞf','QըW`~\N\_w\ID$J3','',0,'?'),('$\\|c\ \\~','wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ;͏(vp\\oq\','z-\0\A\\j\@\ 8c\\\T&՞\','',0,'?'),('$\\._\n\Y\\=c_','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-gl_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\~c\ x\','\x ?}k\Cygã%F64UxT~EA\\B','',0,'?'),('$\߰R\\r\ab8!','wp-content/plugins/wordpress-seo/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\=\\o\r~9P\\','qb\\(#2PbL9&\aºLK\(|޴','',0,'?'),('$ϫ/!C\','wp-includes/IXR/class-IXR-introspectionserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Uaw\^^jTzL 40','',0,'?'),('%&r$\r/\\\','wp-content/plugins/coming-soon/public/images/themes/18.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z%|\S߂U9oJV','\\\\(G\JzT:V\\"','',0,'?'),('%,4oW=[\4\','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̄\dy?\\\21,','ʻ*KĢG\n\\\'u)\Oh\D\','',0,'?'),('%-x\rT@2>\','wp-content/plugins/wordpress-seo/src/orm/yoast-orm-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\>n=\O','\n\8#L\Р\\m8\"9','',0,'?'),('%D?\m1QZ\"\cAXQq','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\\=1\nV\0\','8} >\\k6`uid\eH\P\^\','',0,'?'),('%Lܴ0jp Ԯ\\\\B','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg',0,'\\\>p\n3Z&+\','\\\>p\n3Z&+\','fƁ ϛp\W\\=J\C]\!','',0,'?'),('%U\dI\4(\','wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php',0,'.e\Z7i\:DJ`','.e\Z7i\:DJ`','\\\5l\0\"0KZ U=D','',0,'?'),('%}Mha& \6','wp-content/themes/twentynineteen/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ہF\r,D+\z{ٰ','+)w\\::\,\SF\&\+y\j\\d\'<','',0,'?'),('%DfU$up \1','wp-content/plugins/coming-soon/public/vendor/magnific-popup/jquery.magnific-popup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l$Ȼ\0bn','mS$^|T\8\đ\=\ظ\l\F\\`p','',0,'?'),('%V\Ћ]\=w','wp-content/plugins/wordpress-seo/admin/class-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Y \$d\[zR5','h/+*\E\h~+=\\r\w}|P\','',0,'?'),('%^\.(t9[\*Z','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg',0,'\z\\D,:','\z\\D,:','C4oH>\\ \؄.\\7S\n','',0,'?'),('% \\\8^V<\t\','wp-admin/edit-tag-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\0\٥M\\','\\=pqG~E\D\>ɬc\@1;KB#','',0,'?'),('%\Pb.\8Gd\t\','wp-admin/css/media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\js\\\\\2','9s@\\\/\\JX%Tm\','',0,'?'),('%ޖlK0\<-@','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_strong_24px.svg',0,'5F\W~\\'','5F\W~\\'',' XR+\N|+= ,Y\\r[\0ukT)\','',0,'?'),('%\\6\n\\\\Yi','wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_12.php',0,'$iI\Jл9z\ޒ\','$iI\Jл9z\ޒ\','b=<\\=\\ɾ9\\D\nb梦,Է\(','',0,'?'),('%](2te\(`K','wp-content/plugins/wordpress-seo/src/models/primary-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E.Q\"\y57й','\w\ۏ,.\0η\R\Z֕3','',0,'?'),('&(=\ZI A: ','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/Sqlite3/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\3Y&e6%_','ƨ{\\/\njW\so\$R^u\. j\n%','',0,'?'),('&*\\dĆָ \H5','wp-admin/images/align-center.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \\Zݶ4y\dY1\e','\놽N3X!\\ljh`\\\hA]J','',0,'?'),('&*\\:,\\nf2\ \','wp-content/plugins/LayerSlider/templates/html-export/template.html',0,'GCN>G\\d\n\\','GCN>G\\d\n\\','\0!\Pj\vkH\\\3','',0,'?'),('&6\rzE\\aJ\','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gutenberg.php',0,'\vOĔJZݢ\','\vOĔJZݢ\','l8/1\\%{iy\\T\\ ','',0,'?'),('&=\Z+t\\"/k\'\n','wp-includes/js/jquery/jquery.form.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܉lȌ\\*\D','ztO1\ =2X\\\Q_y }Z\r','',0,'?'),('&C\P\Z¬hj','wp-content/themes/pearl/assets/js/i18n/datepicker.sv-SE.js',0,'\"c\0h WCܚNu\m','\"c\0h WCܚNu\m','R6@%ž\r\\3PYiV\r|\<\','',0,'?'),('&Nɳ\r`j\=\j','wp-content/plugins/coming-soon/resources/views/subscribers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`&O8\rj~\\Y\%M','V\\\Dlɓ\bi\E,9\\oZ\g;d','',0,'?'),('&XU\_Nf# %','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_alt_24px.svg',0,'vru\\\+X%)+T','vru\\\+X%)+T','і$<\\\}Lǃ\H\]\(D\k\p*\','',0,'?'),('&^ \9fV!\.ө','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel-money.svg',0,'Y\\ ܌\8','Y\\ ܌\8','\','u妪d\_Ei-j>','p\\Z+CD\Z\ĕ,Rz\'\','',0,'?'),('&k\0v_fcbv','wp-includes/js/dist/format-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j52S\nr','\\SGK7,\b3\:\4W\I))\"P','',0,'?'),('&t!0^g\bJc,>3','wp-admin/upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\\oe\\','~\Ʌ\J\ eS\/\(\5k\&E\\k','',0,'?'),('&~ڐgNI%`','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post-type-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\e\\#@s\j','F3߱,Uaq^p\"9,5\Zca\q\','',0,'?'),('&I\\`\r\t=VE=','',0,'?'),('&\\ɚ%\)\W&\i','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>XVD\m|P6\n','\l=\b:џ\ R\Z\ \6','',0,'?'),('&\\\\jv+ ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_24px.svg',0,'\\\rĚ\K\\','\\\rĚ\K\\','˛K iF(6y\v \s\t\U\XV\ĺA','',0,'?'),('&8y>{\y\z','wp-content/plugins/stm-configurations/page_importer/pages/business/sidebars.php',0,'u* b/Y\','u* b/Y\','HX}*^d\ZB-\o>\Tm!\\','',0,'?'),('&M\"9K:6WSH-','wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php',0,'8D\P\\\"b','8D\P\\\"b','6~\;߃MÅ\\B*\\0eL','',0,'?'),('&h\\E\u\X','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_vertical_24px.svg',0,'Dc\\s!V\\j\0f','Dc\\s!V\\j\0f','2et.\'9rᬲK,-(񬡡\t','',0,'?'),('&Rw?~jhJD','wp-includes/Text/Diff/Renderer/inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\n5P\\\B\'\','X\U.k⻺\@-(5 N\\V','',0,'?'),('&]0W\\n)=','wp-includes/js/tinymce/plugins/directionality/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Er\HD\D3@','=/\6gzs\+kWCi%\0N z','',0,'?'),('&cE8_b\wݦ\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_off_24px.svg',0,'v\\$=!\v|,&ʒ(','v\\$=!\v|,&ʒ(','F\\3늈\ܔ݆DN\q磝\Zbt\\h\','',0,'?'),('&Yz\q\[Ff@','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','* \\k\\','5W\F^\\R\Z߳#()axC','',0,'?'),('&+T%lT5','wp-content/themes/pearl/vc_templates/stm_iconlist.php',0,'ڐMb \','ڐMb \',':\h0\ * \ oછ֕{\\','',0,'?'),('&\CN!','wp-content/plugins/mailchimp-for-wp/config/default-form-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \\gH.p-O;','\J\I\\PeS\o,g\Q3~','',0,'?'),('\'yƘ\\ni','wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rgw\\\Wh\P','\A\cQuGIz5Cc\ª/\A\\\r','',0,'?'),('\'+.\F`vz>\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head.svg',0,'\+O\\\\\\\]','\+O\\\\\\\]','FZ\+Ҁty/0op:\aq^I','',0,'?'),('\'5\ږ\\S \K\"\,','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/slider/slider.control.js',0,'E n\8WRF\','E n\8WRF\','F| \)ػ~F$GJ{vRR}\\+AQo','',0,'?'),('\'6Ѩp \\','wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dСĒz$ĄU','\\J⤋L,\4\".FIչ\+x\#','',0,'?'),('\'=!Za\a\\\jU\Q','wp-admin/css/site-icon.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}E\p0lu','i>œӺ#&2Z\\'K(*\\','',0,'?'),('\'Ac\, ~6\ܦ\','wp-content/plugins/wordfence/views/onboarding/tour-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\% );\0','\Z\\'ġ맪\\.s\'\\sd\4^\I','',0,'?'),('\'F=\(bJ\'$\0\','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_paused_24px.svg',0,'\\r\"2\=3v$','\\r\"2\=3v$','|\03k\9RI\J]g!P\kn','',0,'?'),('\'Mw񑍷\\\rKj','wp-admin/includes/class-wp-site-icon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','if\04ڗ\\\\\_','Zi$m\rRZ6.v@ \s','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Types.php',0,'HCDgvE\b ','HCDgvE\b ','\P 91x\Zt]\|L\ZrH\\*y','',0,'?'),('\'pjAy(\ވJy','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q9\0A>\5%\ ly\','KF, \*\Z\ڿ=TI-)3F=]\\n','',0,'?'),('\'\\\\ \F','wp-content/plugins/LayerSlider/views/revisions.php',0,'\\$E\\0','\\$E\\0','t\gۊ [\O\0j\hgxadO\','',0,'?'),('($ X}H\Z|a\','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_File.php',0,'JV#!y\(\"ٵ','JV#!y\(\"ٵ','\q\\HI','wp-includes/js/jquery/jquery.schedule.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Tk\f؞\','\?\\vEʔwj\C\P՝\_','',0,'?'),('( /oWp\ѷ`\0\','wp-content/plugins/mailchimp-for-wp/assets/css/form-basic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\y\0EF\\h?O6','\s\Z\\.Nƚy+w?;\֢ jj','',0,'?'),('(\'t,\u\Q\'~g','wp-content/plugins/LayerSlider/static/codemirror/mode/css/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('(\'+\1F{\\','wp-content/themes/pearl/includes/theme/vc/modules/staff.php',0,'{\0;Ep\-\','{\0;Ep\-\','\k\}\0\d\Z\>(Qo\\2\','',0,'?'),('(2 \Q\"k6=K','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_compare_arrows_24px.svg',0,'\Zۮn+yCPjb','\Zۮn+yCPjb','0DI\}\4|Ƥ.D5VI׊.h%\','',0,'?'),('(>0\\ &\\\'yq3W','wp-content/plugins/wordpress-seo/languages/yoast-components-pl_PL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ngq\\Fٰ_P\','bV~MEW`}\S\\"?f\7','',0,'?'),('(?\\\>SN揚&','wp-includes/images/media/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\\I\Bh\@\\\b',':\oLJDj$->i\\'\6n֠\Ui','',0,'?'),('(W0\\\a(Ȥ9','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~K\ܾKj|\m٬','ͅn\{4U2\n\\l;\uDb\','',0,'?'),('(X* \,\\Ez','wp-content/plugins/revslider/admin/assets/js/codemirror/css.js',0,'f<%\\Y)\\+\^','f<%\\Y)\\+\^','\zHr\H\\<<\\s\\\*P\aU','',0,'?'),('([d\\BQ','wp-admin/js/updates.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\xE\#ReH\\\Ȍ','\\R!\Oac_\\\x6IŮ','',0,'?'),('(uիo-dGٽ','wp-content/plugins/coming-soon/public/images/themes/9.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@+\>.\\\Z',' i(A\ጓ\Z\S\\d+\\\\Q5i\','',0,'?'),('(x*J,LÛn\/fqS3#SUO ','',0,'?'),('(\v|T— ¥\','wp-admin/includes/screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\n4\\r1g','QOZg#g.bHx\\R\r/A$^+\r','',0,'?'),('(y\0 pDO`','wp-content/themes/twentynineteen/functions.php',0,'m302\0H\"uLɩ','m302\0H\"uLɩ','3|\\Zw\Zh|Be5\\ j\','',0,'?'),('($pZHžmV\V','wp-content/themes/pearl/partials/content/stm_products/grid_style_1.php',0,'5CjW]ASY(','5CjW]ASY(','v\e N\]\\\SSsxcn&V','',0,'?'),('(;.u\r\xU\\0\V','wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php',0,'r8)\d\nMF','r8)\d\nMF','M\"P~>y3N\a\$n\x','',0,'?'),('(\Օ)\(pwBl','wp-includes/js/dist/list-reusable-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\O\ng6G\ $|&3','\S\\\NS\nB?-\rgY\w','',0,'?'),('(\>f0\Zg[|\\','wp-content/plugins/wordfence/lib/wfJWT.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}{ j\Nc\K','0mhN`xx~HLj\s\O\\P\\,','',0,'?'),('(\\Nnl`\n\\','wp-content/plugins/LayerSlider/static/codemirror/lib/codemirror.js',0,'\Y6A>\\"\Zuw\','\Y6A>\\"\Zuw\','%@f\\WuG\y6/Ҿfejh\\\E','',0,'?'),('(\,\0[\7\\\34','wp-content/plugins/contact-form-7/modules/count.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SܜIxJA@J\K','\\'}P\#l\3 U&\"1>ֵ~Dx','',0,'?'),('(\U\k3W ,T','wp-content/plugins/js_composer/include/helpers/filters.php',0,'ӫc~zBcl','ӫc~zBcl','ϘTo\'\~\\\=h]\TD','',0,'?'),('(\M#$=~Հ}\','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_24px.svg',0,'r/2%&\.\V','r/2%&\.\V','h)u⬉!{\G\0\\0\\0\\xY#iDV','',0,'?'),('(\^3N3','wp-includes/wp-diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\X@\Ez\\}','XtG^\\0za\0S[c\fʼn','',0,'?'),('(T{z\\\]o','wp-content/plugins/coming-soon/framework/field-types/wpeditor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Qn1\-u','.-A\,I S\\Z_}M\\\#^./\0ؗ','',0,'?'),(')K?\U','wp-content/uploads/stm_fonts/stmicons/digital/stmicons.svg',0,'$\pҊE*O\','$\pҊE*O\','Kϔp\\\\n)\cG\0$wa\O','',0,'?'),(')|{4\+]\X(','wp-includes/Requests/Exception/HTTP/411.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'R\ M.\Z`G','\U^9p\&\\\ `nM{ nL','',0,'?'),('),l\]\j;\ZU','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_enhanced_encryption_24px.svg',0,'\VZSF\[/\n','\VZSF\[/\n','! 9$K\','',0,'?'),(')\"W\%x1\e4\wOP','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.actions.min.js',0,'#BH\۞o\\\','#BH\۞o\\\','E%-f;\D_WTp\O8<\pd({L','',0,'?'),(')$on1Hf\|','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_block_24px.svg',0,'\wJ2\]|\rEa\\','\wJ2\]|\rEa\\','|N\Z\Yeڟ~\\+5\'wL;@5-','',0,'?'),(')+\Z\S\\#88\'~','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/functions-core.php',0,'\\h\'N \n>\F','\\h\'N \n>\F','̠\r#\ell\9\\{\y\uQ4','',0,'?'),('),\ Y`L\\"$p','wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php',0,'$*\Yu]z4','$*\Yu]z4','\Z\\\Mjb!\\m\\5\\\,Sǽ{I','',0,'?'),(')9;%Yڃ\(K','wp-content/plugins/wp-members/includes/admin/class-wp-members-sortable-user-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ci|y\D\\.','8\\yc\KpMyZ{\W+\\&\','',0,'?'),(')=\\\3\k','wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1230-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\rdvص\w7C\','P\;ff <\'H0NC+jEB3\4(@.>','',0,'?'),(')>>F&\\','wp-content/plugins/revslider/admin/assets/imports/concept/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),(')J,a5,벛[','wp-content/plugins/wordfence/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\\\\\\ZHr\','\nDfdvPfOn:a\г‘X\ ','',0,'?'),(')Y\/^\A\','wp-content/plugins/LayerSlider/static/codemirror/mode/htmlmixed/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('){jW-_Q=?\GlҢ','wp-includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z=\77\"\e','1߃\m\},S\:\װ+X\>S\"','',0,'?'),(')x\1Ћ\`','wp-content/themes/pearl/partials/vc_parts/projects_cards/style_1/js.php',0,'Iaɳlg\\:\\?ܧ','Iaɳlg\\:\\?ܧ','\2*7\\4\r|ۤ|%\-\n\0˵\','',0,'?'),(')\`|\'_Ϣy','wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php',0,'I\G_ݎ){( ','I\G_ݎ){( ','ο͒\#X1\3]\Rb+b38{\','',0,'?'),(')7\{Ux\\\\\rO','wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\7A7~C-','.F5)\\rq\v\^\7d|k\HLp\\','',0,'?'),(')Oz=u\\˷','wp-includes/rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\#\\.\ZȃcJ\N','躜r\؛¢I\EHzEg&0[V','',0,'?'),(')\V7TC{','wp-content/plugins/LayerSlider/static/codemirror/mode/sass/sass.js',0,'1p\W\x+','1p\W\x+','TnLf\h+֕c(b;\\TzJ/c%\@','',0,'?'),(') k6 ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_phone_msg_24px.svg',0,'\%,?\&s\\','\%,?\&s\\','B>kMbiP:qlBiqk\ij܁Zd\','',0,'?'),(')ǿ.#SXx A\O','wp-content/plugins/revslider/admin/revslider-admin.class.php',0,'@\\\Y)\%\B\g','@\\\Y)\%\B\g','x{$^`ٴ\"a\\y \0+ \yh\_','',0,'?'),(')̃\2k\h! ','wp-content/plugins/akismet/akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':7d\ôK\Gq','f\'G\\\IS \}}R⥅JЛZ[`\','',0,'?'),(')\6#_\̟SAF','wp-content/plugins/wordfence/views/scanner/issue-control-repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[о\ڰA9(\n','ߑJ[4#\~H8ȉB\9+/mv','',0,'?'),(')\\]\\\Z$\P%','wp-includes/embed-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' >\EVJ{;6!*','\OX[ ˩\r\Nm\-\\UcG@@e','',0,'?'),(')\2\\է,xZ','wp-content/themes/pearl/assets/js/vc_modules/post_carousel/style_3.js',0,'\*M\\*\g>U\H\','\*M\\*\g>U\H\','b=\\ך\Zr\G\ljvhf\"i\','',0,'?'),(')\f>sePض','',0,'?'),('*)@|SR\3a0','wp-content/plugins/coming-soon/resources/views/exit-pop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"\RK)OέSRr\','u[Zm\\'\\>r\','\el-#GB:\tzu[~\9','',0,'?'),('*E\n|\\۾yԃ(','wp-content/themes/pearl/assets/fonts/stmicons/feather/stmicons.svg',0,'m/\m6A\n\F','m/\m6A\n\F',' \\\2 \B6\IPeq\X','',0,'?'),('*L\n^b\\U\jՅXb','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_slow_motion_video_24px.svg',0,'zⳭ|0\0Wo','zⳭ|0\0Wo','q͝MH !\r\ar\\k&Y\h>\b','',0,'?'),('*S\I(nO%{GzT\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_devices_24px.svg',0,'S\4X \~W','S\4X \~W','\aAF\\.1\\Z]rYS\@|5\w','',0,'?'),('*V.XZ\_C[AԀC3','wp-includes/js/dist/keycodes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XhRba\2ʣ','+\\ 1ĭ\\r]da>\X2+\b-','',0,'?'),('*\\Tҝ)%]yiD+','wp-includes/Requests/Exception/HTTP/402.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Y\QP\ \nz\G\','gNQ /\\\ y5\θc','',0,'?'),('*c&`uԺ-H\','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Migration/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\+yێy\2\\\^','(R\'\\\Qo -G\Y`ٷqeQe4\Z','',0,'?'),('*d\\)n\ː','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_week_24px.svg',0,'[o\<5','[o\<5','\L\ÜI3\\3@I.\ryF<\\\\','wp-content/themes/pearl/assets/vendor/anime.min.js',0,'{}#D\{v\^mDG','{}#D\{v\^mDG','+`\\\: T\p[Zddn','',0,'?'),('*J]%dt\9Et','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/divider/divider.control.html',0,'\S\\Yf\','\S\\Yf\','&UhpaTD:n\o\(StYN','',0,'?'),('*q0$ra\c4\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_quilt_24px.svg',0,'k\\0wAIk\$','k\\0wAIk\$','/{i!6\,NF\x\]\-|HAI^\I','',0,'?'),('*0=Nj','wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php',0,'Δ9-t\\'\','Δ9-t\\'\','i\g\p\0\[t#3\\Z\\'\\k(','',0,'?'),('*\'\ N.\"%\c멒','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_36px.svg',0,'*_c\6aѫ[oq7','*_c\6aѫ[oq7','M5XhD\\\d?tYꁥ\b2:|1J.\','',0,'?'),('*\\1Zw5','wp-content/plugins/LayerSlider/static/dashicons/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('*\-3uE\[\O#','wp-includes/images/down_arrow-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\$6(\@a','L\nA\}]زC\\\ij\M\^','',0,'?'),('*l\{)\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart20.svg',0,'=&N1\ݳII','=&N1\ݳII','C^\i3}Y[Ș|\-u`','',0,'?'),('*D\=U\U^\\','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \v>\\#!n(','\DFUu|\v/\]\2x_ERL2QlP93s 15','',0,'?'),('*\=\\&r\6~p~,)\'','wp-content/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php',0,'>j_ܨ\L`\|\','>j_ܨ\L`\|\',')&\CL)\Z\1:bm\t\','',0,'?'),('*\L\m&&2\\nb','wp-includes/js/tinymce/utils/form_utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lUTLi','vL\us<*rWҪ \.\0|Rg\\\','',0,'?'),('*\\\\/OPN!','wp-content/themes/pearl/assets/vendor/unidragger.js',0,'gr<\kX \\\+','gr<\kX \\\+','Z ‡\{5w/Ѵ&X:\ K\','',0,'?'),('*\#uk\0\\s\Y ','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/offices/offices.element.html',0,'d/\?ŵ\D','d/\?ŵ\D','>\^*n4J\ʖ/VRO4V\','',0,'?'),('*\\Z07ѥ1O\\َ8','wp-includes/js/json2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\{N|EO0','q3.. j G\\R\nݼI/T-\','',0,'?'),('*\ \ą\\\\\\\','wp-content/plugins/wordfence/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']KrY\\\w\B','k\n S 3&Y=Ձ\_+?Hƪ%','',0,'?'),('*\\h\C}s\P\n𞉯\','wp-content/plugins/revslider/admin/assets/js/tinymce-shortcode-script.js',0,'bӎ \Gv\','bӎ \Gv\','\\e\ÐA\S:N%Ke\\ؘY9','',0,'?'),('*XHj\i{R\','wp-content/plugins/stm-configurations/page_importer/pages/portfolio/sidebars.php',0,'\刵5+\U\','\刵5+\U\','e\;ZS\\6\YK\Ov','wp-content/plugins/wordpress-seo/deprecated/class-recalibration-beta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\b#=Z>҈fQ h\','~ 2\\8:u4I%\U J\\','',0,'?'),('+\"\\s','wp-content/plugins/contact-form-7/admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','] |f\\Q\\H\',' ΛR\abQְv\;\9\Ӊy/','',0,'?'),('++\}@.\z','wp-content/plugins/revslider/includes/framework/loadbalancer.class.php',0,'wGA\\\ wo','wGA\\\ wo','=-\;d7*]8D\4ݐ\P]!̃','',0,'?'),('++\u\ V\67Sc','wp-content/plugins/contact-form-7/admin/includes/tag-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \K\\rvqՔ8G\','\M\ZSa1L*\r\0\@z*\^\|9','',0,'?'),('+9[BUE e','wp-admin/js/updates.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?[\9\i9dz\','\1ro9\Z.\ٌI\*\^\\\r\\\\','',0,'?'),('+L\r vle_\g0','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.0.0-hidden-fields-value-delimiter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MG\^FLW:','댵\\qKOo\+`\P\0쓗\3','',0,'?'),('+b\n\DfX2YC','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\\S:-N!Q\0\"','6\)?^\"F\*g|\\&\\R\Π\\\0 ','',0,'?'),('+c\|=yG$]V','wp-content/plugins/wordpress-seo/src/watchers/indexable-author-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\)\\0\\MI\\\@','\"C*P)ǧ@\}0h;4k6\7\0\\);\\','',0,'?'),('+f\\e\U]-3q\R','wp-content/themes/pearl/partials/vc_parts/services/grid_style_9.php',0,'I$=1 `','I$=1 `','O|M*\\\"[)&\Vf','',0,'?'),('+o\@J\\\CSj','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_8_24px.svg',0,'\\\Rx?\(\\','\\\Rx?\(\\',' ]\i\w\,\\\r*\Djk,','',0,'?'),('+NEjP\]\/','wp-content/plugins/revslider/includes/external-sources.class.php',0,' v\>Ф -O',' v\>Ф -O','^_ݢۂ\\\rlP=~WBX]l\G%m','',0,'?'),('+*\l2I\,z6','wp-content/themes/pearl/partials/header/elements/search/styles/style_2.php',0,'G#\?\n]bnU','G#\?\n]bnU','5?QM[!\q\R\{fI%\\}','',0,'?'),('+ƹ)\Q\ے\E','wp-content/themes/pearl/partials/vc_parts/projects/style_4_carousel.php',0,'fY)ѾQb3 \>^','fY)ѾQb3 \>^','661_5N`\\"n*=r\'.pm#YF \','',0,'?'),('+\A) \l','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_80_24px.svg',0,'M-j=ѵbg\','M-j=ѵbg\','SI#\\p\w8\nOv\`\\\x\','',0,'?'),('+G*#\f','wp-admin/network/site-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f2&','\[\0?{KE\\\3@#\\%\/!}','',0,'?'),('+~|\˜\u|','wp-content/themes/pearl/partials/404/style_1.php',0,'⾦>^ \`\5','⾦>^ \`\5','2:-ʼ@X\\1|X؜n\3}t]r\','',0,'?'),('+\J\\<\5\','wp-content/plugins/wp-members/assets/css/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kO^ɭᦺEr\mW<\','\VB5\\фȈP؟a\nhg!Ş\rT','',0,'?'),('+b\ I\ZZwN\','wp-content/plugins/booked/includes/general-functions.php',0,'\\_\cVG\\W\@','\\_\cVG\\W\@','C\\\.Fʸzή\\ĵh1X4\','',0,'?'),('+\\t%R?\\\','wp-admin/network/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T%>r\l\1q\'\',' =\\\\ČZ\I_\','',0,'?'),('+ȧJv]W\\0','wp-content/themes/pearl/partials/vc_parts/events/style_5.php',0,'\A\\Ƨ\\2\','\A\\Ƨ\\2\','\\҅je=@DD\\\O\{z4i\E','',0,'?'),('+\v!s/ x*^','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\"_\n\F\b]','\\C[i\G܂᫭u\\eF\','',0,'?'),('+\\Z\Z  Y|2S\<','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/rest-api/CMB2_REST_Controller_Boxes.php',0,'6ë?ޮ\Ǭ`hx$b','6ë?ޮ\Ǭ`hx$b','Wi\rw\\m[\۰\m\\H\ZQr\\nMy','',0,'?'),('+i_o{KX\\\d','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/brain.svg',0,'\X.2A}Ng','\X.2A}Ng','\M~/\T(ؠB\}b%\\~p','',0,'?'),(',\z\d\Zߡ7\"7R','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_off_24px.svg',0,'.j8$_KxѨx\','.j8$_KxѨx\','\_\Zo\n|Ѽ\04\ \vۭе\ \ם','',0,'?'),(',\\ZJ\'AWh\','wp-content/plugins/wordfence/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\`Lgf\','_\r\0\0Z}\})v[4\\','',0,'?'),(',&\VM.','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_unknown_24px.svg',0,'u~/\d\Z','u~/\d\Z','\! 溩p֟\ƻfn=Kf\\n[YM\B','',0,'?'),(',0n\,\\2\[sR','wp-content/plugins/wordfence/js/wfdropdown.1550163483.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\rp \c\'\Z','\\SGs8;Z!זJ\u\1z?','',0,'?'),(',5sY\(?*jf','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_vertical_24px.svg',0,'>2\\ \\0JRx\','>2\\ \\0JRx\','\ZF\\\p)\()\ *qW!,','',0,'?'),(',< \?C]\0 A','wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͶU裦\h\','\ehӧ&έA3+WTh\n\Z)\?','',0,'?'),(',FuĞCᝐ','wp-content/plugins/wordpress-seo/admin/links/class-link-compatibility-notifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!+\AʦvL4~','cñ\LAA\&\3nB\)4h\Z','',0,'?'),(',M7\\\K2\o\1J','wp-content/plugins/coming-soon/languages/coming-soon-sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\9Uq\\]r','bTqՈ|.8Y-\u\0=^Gi<[T','',0,'?'),(',W\i.{Zv\9','wp-content/themes/pearl/includes/admin/theme_options/assets/fonts/iconpicker.svg',0,'3\\\9\mVB!\㉯','3\\\9\mVB!\㉯','GuW—\r~\:*\Z\\\\/i\W5','',0,'?'),(',]\'N%ݑUeT)','wp-includes/js/dist/annotations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','έ%uNEP\B9a!\n','-K|ll1B`oBA^SoK ','',0,'?'),(',^ |h\ڞ\','wp-content/plugins/LayerSlider/static/codemirror/mode/meta.js',0,'e\\0SihkGt\','e\\0SihkGt\','\f5\\j\)F\bo\-?R','',0,'?'),(',c*Q5\\ շ','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_voicemail_24px.svg',0,'\7P\Y\7<3H','\7P\Y\7<3H','\W\\\\s\DžBD+\\I#\\','',0,'?'),(',dNe\8\"','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ v\7%\M\u\','ּ_q\GFK G-\k(\y','',0,'?'),(',\\@hj\qrޒ','wp-includes/ID3/module.tag.id3v2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zaǬ/_\Z\','-6,\\7ʎ*\f\\aìҎFS\z_\','',0,'?'),(',\'P?\\C\u','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_24px.svg',0,' Oa7M\[|',' Oa7M\[|','yE\mqц)G+\#w\Z4ݹ','',0,'?'),(',hɃs?4B[\^՝','wp-includes/SimplePie/Cache/DB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YOU.\b','\\d\*Y\®s\yHeE','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Util/Naming.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\ۀ3\s\&5\0','}\Z}}n@ h\xj\OaI!','',0,'?'),(', \\\lSr','wp-includes/css/dist/editor/editor-styles-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mW\(\j\\\\\','3Tg-Z\BF(O)\\rfz\?\\'','',0,'?'),(',\4to\>b\$','wp-content/themes/pearl/partials/skin/layouts/restaurant/style.php',0,'\[Er-[ח\02\','\[Er-[ח\02\','0\*F+4,DC4\\ye\\\w','',0,'?'),(',.U\U2\3|\\Z\','wp-content/themes/pearl/partials/content/stm_albums/layout/layout_1.php',0,'\o\\\\\n\{{i\','\o\\\\\n\{{i\','WȽC\\rT $$$\\`\b =rQ','',0,'?'),(',\\\ ܹ;e\v*','wp-content/plugins/wordpress-seo/admin/class-extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')*\'f\0HR','\ #8v2|%h\\\T\ۯyŎJ\nU4\\\','',0,'?'),(',\\i\<(>u 2&','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_toys_24px.svg',0,',%I\r\\\\0\ô]',',%I\r\\\\0\ô]','f\t\|\nXʸ\\\dR\WTtkM\c','',0,'?'),('-~T$O5\?+','wp-content/themes/pearl/partials/content/post/layouts/layout_12.php',0,'\^\\\\B\r\m','\^\\\\B\r\m','\eԳϥ߹Ûqׁ:;n9帣@','',0,'?'),('-m[D\\I','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-mapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\T\\\\.','`\\n\\r\$$ח\oHޜ\\~@Pa!AT','',0,'?'),('-T\a\P?\0et','wp-content/plugins/wordpress-seo/admin/class-admin-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\9?\Q$v','vޯǨ\\r\0)\rKUo\O\$?q66','',0,'?'),('--\ü$);\J5','wp-includes/js/dist/rich-text.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\K{5-\_','\TU j8;\gSgZ\\\\jw8 0]','',0,'?'),('-.cX_S +G','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_plus_24px.svg',0,'K\\\\ \HYR\0','K\\\\ \HYR\0','b\}\le8w\\\r\\8\EЂx ','',0,'?'),('-1o\ī&L','wp-content/plugins/revslider/admin/assets/images/sliderselector/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('-4\nȬ\t̍؞\','wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WR\\rLTUj76','%\pk\n!\oŖe9B\<\m','',0,'?'),('-7OnWvE\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_tethering_24px.svg',0,'z0No,g+jG','z0No,g+jG','@\h9K5<Б\ =K j 0\"','',0,'?'),('-BCI}~\\','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\r9gr\\0!3C','\[FaeL\]=\\ ipM߾2ÿ^$U\8','',0,'?'),('-K\\\ك\``\','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.0.0-groupings-to-interests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|ጥ0oP;ų','\\|\hm}\u[oy\\1\{\lL','',0,'?'),('-Y\M\\'$NW~','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_cell_24px.svg',0,'8;5z N#7\'+\0','8;5z N#7\'+\0','\\K9~\B &\XXvd}qr [','',0,'?'),('-cU ?n\t \`Uƞ','wp-content/plugins/mailchimp-for-wp/vendor/composer/ClassLoader52.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȹ \Z^\\+}i','\\N{>\Zށd@\iV\wWU\;','',0,'?'),('-j\ sW`2l\','wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/partials/themes.php',0,'\]r \Z{\([\','\]r \Z{\([\','` \\\dTr\0\\W\\H\.p','',0,'?'),('-j\\\a~-ʽ','wp-content/themes/pearl/partials/vc_parts/services/grid_style_11.php',0,'ǒ^K\@c,\\\','ǒ^K\@c,\\\','M{~ X\r\o\\lݵ{\ 1\kq!','',0,'?'),('-jާ \\~hyb','wp-content/plugins/wordfence/lib/menu_support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yy0\'O\fx2;D','\.F!x,p [\'E\Z̻\,','',0,'?'),('-kdϯX\w\\7','wp-includes/admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0/D9k۠P','\64wW>GjJ$\Ly]e#','',0,'?'),('-n.d*\Uƹ','wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1230.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\"w]q6\$\s\'','Uc\e\dP?m5\$\\کs|\\SM','',0,'?'),('-wm`GgC#\\','wp-content/plugins/js_composer/include/params/href/href.php',0,'\\5\ZpoCPV\Z\S\','\\5\ZpoCPV\Z\S\','\=\d\\\\\\\d\\U\W//\W','',0,'?'),('-\\\Ǹ%w=\','wp-admin/css/colors/ocean/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z|[l\|ٱf%h','\ɮ1\uZRH\6I\\r \ź􇖈\B','',0,'?'),('-)75y8c\\Wv\','wp-admin/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8a\0,\o\\\~kR?',';UvA=e\\Zr\&p\\\h\\]V','',0,'?'),('-_\+\\Y n\S','wp-includes/js/jquery/ui/tooltip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!\\&Q4{\6','b* \3Q\r\\n/\\F\s\1','',0,'?'),('-f\\4]\#\"ul','wp-admin/css/colors/light/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\I\\w\\.*v\Xx','\\'\\n&\\/\'u3f\0\w2\g=bP ','',0,'?'),('- y+վkӽ\','wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_23.php',0,'j4)\'&\=\\','j4)\'&\=\\','#cov (\Ż\ \\&`+\\(N\\Z','',0,'?'),('-\藂Y{]ns','wp-includes/css/wp-pointer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cv\0v\r','[`|$֣d~ff\qJ\ipKl\[','',0,'?'),('-n:\T7\ni\0˲\r','wp-content/themes/pearl/vc_templates/stm_video.php',0,'yU%(\\r\fkܸI','yU%(\\r\fkܸI','ED\\n\іVT\6\\\\\Ñ7\rd','',0,'?'),('-\Qg\mU\rO+\\\','wp-content/plugins/js_composer/include/autoload/vc-pages/pages.php',0,'\/S;\\','\/S;\\','4\:\[[e\\s\w;8\1t\l$','',0,'?'),('-纖\(\"\C\j\','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_clear_24px.svg',0,'H;{ei:*','H;{ei:*','\ʆ\c uݬ\\$q\\"@','',0,'?'),('-z\=@\\,','wp-content/plugins/LayerSlider/includes/slider_utils.php',0,'+1\\8w`]\\','+1\\8w`]\\','36\ܞ6G\Y;\\~\\0`q@Ц\m','',0,'?'),('.\W\Z\i8ḥq','wp-content/plugins/wp-members/assets/css/admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7_#raZ[@Y\',',Y;\u\j\\qBR\\ǀ\ɡ\','',0,'?'),('.\\/?ĭMsӄ','wp-content/plugins/stm-configurations/slider/admin/views/sliders.php',0,'>\ڮ\','',0,'?'),('.xϮ\7\_\','wp-includes/js/mediaelement/mediaelement-and-player.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\6 \T F','\\0<&\0\<\ZJ!6\qQ\\m8\\I','',0,'?'),('.@k\\N?ZQ5','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G<e\Ҡ ','VQ%\\ļ\ \ru\Tf!BM\\Nvq','',0,'?'),('.$=\Z\','wp-content/themes/pearl/vc_templates/stm_countdown.php',0,'á6\2\,8\0 l','á6\2\,8\0 l','X\l\Ʌ?FhqX\D\P\2%/m1','',0,'?'),('.麉D0uL-c','wp-content/plugins/wordfence/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B\|ssGo1\\x','\n9VW |:\\]\\\\)\d^U\#','',0,'?'),('.Y,=0','wp-content/plugins/js_composer/include/autoload/vc-single-image.php',0,'HQ\"\\9?,\2','HQ\"\\9?,\2','Djhv@l~E_\\\e\d\h','',0,'?'),('.\:\\oȵ','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\7֊i[L9ƁH ','߹{8(Ïat\0C\n3Q\ڤ\nl?$y','',0,'?'),('.E\[J\lx\\','wp-content/plugins/wordfence/images/forward_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M_\\Z?\N)Ҋ\:\5','/\<>O&\ȕJR݇e\}(m','',0,'?'),('.ꛙϠBY\','wp-content/themes/pearl/assets/admin/js/jquery.fonticonpicker.js',0,'p\-\\-˾%=','p\-\\-˾%=','\r%]8\ 2[[/\'P*\:','',0,'?'),('.y\\\}\\','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php',0,'T\EVhz\z&#h\\R','T\EVhz\z&#h\\R','Ee`F\n\rm\r \\\fhSF','',0,'?'),('.\\QJ\n\)\ޛ\','wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php',0,'\p\\\'\0μnx4','\p\\\'\0μnx4','\\٧*\A7 \\:\2\','',0,'?'),('.\\oÞ\[oD\\','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php',0,'lwn}_!','lwn}_!','\"UMNѵ\J؋5,CY\\Y','',0,'?'),('.D\VK\\ڇ','wp-content/plugins/wordfence/js/jquery.dataTables.min.1550163483.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\\\ ͕h','v\Ao;uD\3$WB95\_\" ','',0,'?'),('/d\|BbZ\\','wp-content/plugins/wordpress-seo/languages/yoast-components-en_GB.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ \\]\\\','桘齠ܷ\C\lto.\ġoαt?','',0,'?'),('/\l~3us+6\>','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/directives/icons-list/icons-list.directive.html',0,'\兆\\#|ia`k:]','\兆\\#|ia`k:]','LgR:ڗ11b-\I\(\b\','',0,'?'),('/\"D\:[\\\\9\+','wp-content/themes/pearl/assets/js/vc_modules/image_posts_slider.js',0,'`\=@ٱ0\\7','`\=@ٱ0\\7','\kV\\'*3Ёe\\Ǹ?^wn\l','',0,'?'),('/*:o>t\','wp-includes/js/dist/autop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\։b/\Ԍ','k\\\'Y]Ֆ\\1¢g\\\ZW\' \A\','',0,'?'),('/0\`\@\\G','wp-content/themes/pearl/partials/content/single.php',0,'\":7pA8\Ĩ\:','\":7pA8\Ĩ\:','SIV\\D݌?\sO\G{;\o\י\\\n','',0,'?'),('/7k P_^=','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ru_RU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}lrz\\r\훔\','<\_VBvY\ (@\OG\F!h[]\','',0,'?'),('/8\ \ P\% $߷','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_games_24px.svg',0,' pT=2\e\Z$',' pT=2\e\Z$','[twݫjPeW>Üc\4\'X\a ','',0,'?'),('/<ا^ɼf}\"\$','wp-includes/images/media/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\48Αy6\d','\ø`\\\\f I$ _ZX\"0\r\,','',0,'?'),('/=\4W','wp-content/plugins/LayerSlider/templates/tmpl-popup-presets-window.php',0,'\~pW\#,\','\~pW\#,\','{e\I0A6 pEa@p\\\\V','',0,'?'),('/?譚fe<ckV','wp-content/plugins/disable-gutenberg/inc/settings-register.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\K\_\Ue\"\[','\'\\\P\Bר--~\87\~QP\e\','',0,'?'),('/afw=\?\Z6PI','wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php',0,'^Sш\\"o\nG2Bp','^Sш\\"o\nG2Bp','\F\lQZLJ`t:\_R̥\','',0,'?'),('/f䌴^`\4\\"\6','wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php',0,'\\C\0\\K\Sd','\\C\0\\K\Sd',' P/\Q\\D}\f:\4\\aoD\\0A\\9','',0,'?'),('/\F\r\z\\h\ ','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/builder/builder.control.html',0,'Y\w\U8:*\"C','Y\w\U8:*\"C','{\Uc\r\\LST7y0\I\\0','',0,'?'),('/oΓk1Z&F','wp-content/plugins/LayerSlider/templates/tmpl-revisions-welcome.php',0,'G\"7V\\ɒ\\','G\"7V\\ɒ\\','B\\Z[&6|\\\97R<ycL\^\','',0,'?'),('/D\cl\ޏ\','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H{pN\\;R\','nn\zTM_\nƜ<\B\@x6L\\9(','',0,'?'),('/b-\'R5\P\','wp-content/themes/pearl/vc_templates/vc_wp_search.php',0,'QqXe\DS','QqXe\DS',':\\i\Tiѓ,\\\\\n\\r\','',0,'?'),('/QC 󭕧\\','wp-content/themes/pearl/partials/content/stm_products/style_2.php',0,'\\D \k[L%','\\D \k[L%','\EWwr@R2\\q\C\\ux\avU','',0,'?'),('/}㦿L;?\w\\','wp-includes/Requests/Exception/HTTP/401.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';*\?d@','YV$\/\@=\\V-\dc','',0,'?'),('/Mn\\\(sv','wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\'rkrl A','^R|7^ \\)\4(\\5;','',0,'?'),('/Tw;\\\ ','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-select-group.php',0,'(y= \$R','(y= \$R','n\R숲OS\\9\'%Hk{i\'P','',0,'?'),('/sC4\\','wp-admin/network/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\t\=$\\l\y\2R','Q\n\\0.s\$\\\\c\"tZ^','',0,'?'),('/\Hд~\lQE}','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-general-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-N\\Qr$\\♂L3','s2\8N%\43j z5CWI>\!\E/;t','',0,'?'),('/\s\NF>6\','wp-content/plugins/contact-form-7/includes/css/styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\P\;]W׺ph','\NzĊJeAς\J>0\vИ\\P3','',0,'?'),('/\7\[\n\','wp-content/themes/twentyseventeen/inc/template-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M1\@8xC\ϻ4V','9\AdƦ\N\.\0z\s`%Kh\nփ','',0,'?'),('/\t[ B5A\X','wp-content/plugins/wordfence/css/phpinfo.1550163483.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<`\,7\Ju\0','!a\EcWE󘩡\x\V.z*','',0,'?'),('/鹠\\\ΰ1\iw','wp-includes/images/uploader-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\&-\OÕ\~','r\\0\\\'_>6\\QW4ڠR','',0,'?'),('/\\S\2\;\P\','wp-content/plugins/coming-soon/public/images/themes/34.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\\'(g','%W\0muT2G\dBŗK','k%VVr\Z\ZٕoXgeQ^^;v\x','',0,'?'),('/p֡Ak_>KrCx','wp-content/plugins/LayerSlider/static/codemirror/addon/display/autorefresh.js',0,'Z\m!СՆ\o','Z\m!СՆ\o','Ae?R\I\\aʌ\\\Z\ThV{','',0,'?'),('0 cUPePQ\\','wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php',0,'P\1r*(p60/','P\1r*(p60/','w88 J \ Gj~\\|GK\rO','',0,'?'),('0 s/\rԼA7j','wp-content/plugins/LayerSlider/static/air-datepicker/datepicker.min.js',0,'N\`%\"3^>r#9\','N\`%\"3^>r#9\','[\I,\R\\\_l\"\G\_Z8\\Z\','',0,'?'),('0#J4\\\H\\\','wp-content/plugins/stm-configurations/widgets/class-stm-widget-recent-comments.php',0,'#\n\nC\V\\!e','#\n\nC\V\\!e','\*Je@\L{\)\~ۚ٥\\Jͤk','',0,'?'),('043p\2\P>\Ҥ>','wp-content/plugins/contact-form-7/includes/form-tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\U\\'\\Ư\\','ُ!2Qh\P]O椸p\k\\\Gz\','',0,'?'),('0<\\\lڿJ\','wp-includes/js/wp-backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\\n5]\7Ŕ%X f','\:y9es\s\" \@\'^~t','',0,'?'),('0 \\A7\0\]\k -C91Ŗ\ICO','',0,'?'),('0Fj/\-\M\0rː','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_short_text_24px.svg',0,'Sdd \\n\\\','Sdd \\n\\\',' IuHQ\~/\b7\d\mV\\\nl\','',0,'?'),('0Q}j^\a\o\[j\','wp-content/plugins/wordpress-seo/languages/wordpress-seo-fa_IR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\\0Z\n~\l\\','9YUCJ\jO$%#t^3#1\;\'ی ','',0,'?'),('0\dۦZP\2o\','wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\u\\a~\v\','\/[+!)\f\hfij\XF8/H7','',0,'?'),('0\&MUe2j','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','do4˨ȶH}& _\','޸{\\"WhdZ~ߧ\.og\{z \\\','',0,'?'),('1v/.YVU\`\','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_24px.svg',0,' \'D\\]q\aNJ',' \'D\\]q\aNJ','P\O\q\E~\\\'S *\y:M','',0,'?'),('1E\Ϻ\SF\TúE','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SQcC#y\Z','x\]\ع\z#\u\h8\4\~.\\\;\>\@[b','',0,'?'),('1&ԍ0\/\J(?N','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tabs.js',0,'JNm$\_Z>B','JNm$\_Z>B','\\Z\Wi\҈\zE2\n\:r','',0,'?'),('10\\H6s4;\N','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Generate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v S\O\\$t','a\\WC\0ʒ7DJ\=tc23','',0,'?'),('11\(\J>l䯙\N','wp-content/plugins/LayerSlider/wp/scripts_l10n.php',0,'\n>\\\\\?\Z&\','\n>\\\\\?\Z&\','OX\"\@m\Ks\W\lvВ\','',0,'?'),('1<\eQ\'K\"iS','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-repeater-certificate.php',0,'\q)zS\\\n4Xd','\q)zS\\\n4Xd','T1 C}R\Ћ\*\Yy\SV\pk','',0,'?'),('1?ox\<\?\\\6','wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\"5y \"\\'f','\agLSSPU :̈p5Q<>Fr','',0,'?'),('1IIC\\U+^','wp-content/themes/pearl/assets/vendor/matches-selector.js',0,'ۃ\pBj\\','ۃ\pBj\\','A\]H\\\\Yd3_\\1XNg<','',0,'?'),('1Q\ղe\q\\W','wp-content/plugins/mailchimp-for-wp/assets/css/form-basic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֵ^\=O\0','}z\\\x\\ƌ\٠\ \\\@8}','',0,'?'),('1l$\Z\\\D\\\0','wp-content/plugins/stm-configurations/assets/fonts/stmicons/psychologist/charmap.php',0,'\YpU,7C\','\YpU,7C\','\ZV\\\l\mDӐD\Gt*\OrY\\9','',0,'?'),('1o\\7$Tԁ`r','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_style_24px.svg',0,'R<\jN\5\Ov\','R<\jN\5\Ov\','\nߵ?#%w\(\ 7_B\','',0,'?'),('1s)6ӶCΗ','wp-admin/user/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r \\\>Y\\Qdg','٣jt\\Z\/<\\r6\8','',0,'?'),('1(p\\\n|\wi','wp-content/themes/pearl/includes/admin/enqueue.php',0,'Nح%\o!','Nح%\o!','\Q\\naL\\\Eh\^)4P\X\n\F','',0,'?'),('1\/ `\s\\;=\Z','wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Z\uM\\','\#\\fS] \r#\b.=Y0\ܳ\\rw','',0,'?'),('1%!\\\hg톧','wp-content/plugins/wordpress-seo/images/all-round-SEO.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ᯑ\zB\\&i','Hynː\\, \"ϯ/\nrk\','',0,'?'),('1Fb3}\!Q[dۗ','wp-content/themes/twentyseventeen/template-parts/post/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\;\\a yA\&','XU\"*\JU=?InpWi-7o\ gw','',0,'?'),('1߽ĪVN\C\4','wp-content/themes/pearl/partials/vc_parts/stm_staff/list/style_8.php',0,'6{*SlbX\e','6{*SlbX\e','~\T^Fߨ㐲o|Ϲȶs\','',0,'?'),('1Ttm,!>V','wp-content/plugins/coming-soon/public/vendor/fontawesome/webfonts/fa-brands-400.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pc\dlCՌR,\','0mĬeJSUz7I}\n\i\:27#\D','',0,'?'),('1eDEs@Kr\r[','wp-content/themes/pearl/assets/js/parallax.js',0,'J_\xm\n;Z2Jl߶\','J_\xm\n;Z2Jl߶\','\\r\˥\(ʟ!U\J7eBC\ F\'}','',0,'?'),('1c(I3\r}u\E\','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-google-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v|dDhPJ','U !:\\\.pAZ\\4m&F:2!','',0,'?'),('1\\pa\`H0ߢ\e','wp-includes/js/dist/url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\&Կ\*&','΃$GSC˹\"HKT\!\"\V\at\\ ','',0,'?'),('1lDÁ2}h1','wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_24px.svg',0,'\[c\1Z\\{SRM','\[c\1Z\\{SRM','Q:T\0\'SD\{mY2t\C#n\\\/\','',0,'?'),('1ŀ\BIg\\rz \','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/textarea/textarea.control.html',0,'\Ѿ\\0k\','\Ѿ\\0k\','NR$uTU\͠`\U&3,\K&)','',0,'?'),('1\%\e]=\n2óx','wp-content/themes/pearl/assets/vendor/jquery.mousewheel.js',0,'@\d\\y','@\d\\y','\\ZF:\U3>X\s\\\}\T\ԻS','',0,'?'),('1\EfQv#)\n\0EkQ','wp-admin/images/media-button-image.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\WÎ\@\b\rճ',',gw?{\\6U}iX\TH\\\%\ݬ\','',0,'?'),('1\!\\\|Vϋ','wp-content/plugins/wp-members/i18n/languages/wp-members-sk_SK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ᜭ3ӁPJA.\4','\gݳ\gJ HYG-','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row_inner.js',0,'T#L4e:','T#L4e:','{S\'d,Q[[J\{uG5\CZ\>*I','',0,'?'),('2:1Q֓\o=\& ','wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js',0,'M\\ZU\\)}0d','M\\ZU\\)}0d',',kKx\bu2\\>\\T0*\f$ߦ','',0,'?'),('2@\j \j\0kӲӘ','wp-admin/includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\\N)\q6\n\\}','ai,a7[\\\A~-}\8u \\','',0,'?'),('2D%J\?\\Z','wp-includes/js/dist/wordcount.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a(\kqϕ+=','竧ye.-\.e\\\\mt\\\','',0,'?'),('2W\}w]Ȧ-E`','wp-content/themes/pearl/assets/js/stm_youtube_row.js',0,'\\~\\\'Ǜ\\','wp-content/themes/pearl/partials/footer/parts/copyright.php',0,'\+.c:\켏r\r','\+.c:\켏r\r','\05Te@@vV\ZU\\ب|Mf{\6È`','',0,'?'),('2)\\DC\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-stairs.svg',0,'\#qÐWl\\!1','\#qÐWl\\!1','c(;/\Rs+͵\\ڧF\\WjY','',0,'?'),('2XՐߡ\ؙF','wp-content/themes/pearl/partials/content/post/parts/prev_next_posts.php',0,'{\3\6\n,~1','{\3\6\n,~1','\K…GNո?9imu|\|p\'\Z\';d\','',0,'?'),('2S*\'k\V\\','wp-content/plugins/wordpress-seo/frontend/schema/class-schema-faq.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_P8ZP\8\z,','k}\g`Kf󉓽O+Jba#U%ؼ\ F','',0,'?'),('2|\cI\v\WY','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.1.6-woocommerce-position-prefix.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\A\"ӷT_\\{','3.{hx\DQRcOW%B\0\A\ذ','',0,'?'),('2\J4\SE,F\\![','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb-green.svg',0,'\.nQ{z\\VT','\.nQ{z\\VT','ui\"c\~V \n!\|\\\[','',0,'?'),('2\\>x:\l','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/image/image.element.html',0,'&/>\\\','&/>\\\','$8n\&\k`O;D?\vC\-a\y','',0,'?'),('2\㺨a|F l3]','wp-includes/customize/class-wp-customize-new-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?=\\\0̂\VfY?\\','\\\ɑZh?i\nG\\H\!;','',0,'?'),('2v\'\9\r\\z','wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\bD\@pG+\','*DZ\>Bg&YY\4(\7Ÿ&','wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php',0,')mP,pk\`q',')mP,pk\`q','H5\Q\-c ]]H2/?-%N\'z\','',0,'?'),('2\^(ʭ\-^x','wp-includes/SimplePie/Enclosure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.B\n΍Ks]','M\H\ڋ\TY\Q6c\\f\|h','',0,'?'),('2X?Q{\Yo','wp-content/themes/pearl/partials/vc_parts/stm_company_history/style_2.php',0,'\n+\\vjGAnk,\','\n+\\vjGAnk,\','5#a\w\r\Nj쐺\hu\9]*%','',0,'?'),('3\׎ \\\','wp-content/plugins/wp-members/templates/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\';Q#\Ĕg','yZlo\\ 1\8%T\j*._&\\U +\','',0,'?'),('3 TeD\Q\0V\','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-parent.php',0,'7\R/뎗\\1삺','7\R/뎗\\1삺','\*CW\\>P_\}\!\y^G','',0,'?'),('3&|P®\+B#X','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-TW.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&&` \U`\jQ\!','E[tI\n\\0\\"<\F\Z_=~','',0,'?'),('3+z.6Q~]y[','wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\#R?\"`\$`','! \n‚śU7B\5 gr\ 1\*;R\','',0,'?'),('3E^\t\\R\w rb','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gavel_24px.svg',0,'Q%Ep\zb\','Q%Ep\zb\','ZE\\ܴ\>\\Ok:ݎ\o','',0,'?'),('3i@A\r>H=ӽܸ','wp-content/themes/pearl/assets/js/page_ajax.js',0,'i.Oۊ\\Jfd','i.Oۊ\\Jfd','\@3%J \\y]f\#膺Cgb L\8','',0,'?'),('3i}Sl^$^\\4Q','wp-content/plugins/wordpress-seo/cli/class-cli-yoast-command-namespace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q܍wl\B\\ZrV','\nӄ\^m |2\ֿ\ 糙\ S+\a\"]','',0,'?'),('3koW5 k[mq','wp-admin/includes/continents-cities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W_\T\ӰI\Y֛','2ɟtb;6@\Zq\'Q\\Hj \m\\ѫ\','',0,'?'),('3z\'O\\vJ& ','wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\nw\3\ٳ\','>D.t;%\\*-]\o,-O\\)㬠0','',0,'?'),('3|\Z_\%\Z\D\u','wp-content/plugins/wordpress-seo/frontend/schema/class-schema-howto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\h5JdZ?\','PVhi\a \rh\SxJWW\!','',0,'?'),('3s-1\\!','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Է8HrIЩ\h','W\TtƋvv\\ҕ.!HjqWou@5','',0,'?'),('3r ZYc\\t\\\','wp-content/plugins/wp-members/includes/admin/class-wp-members-admin-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3MT*fV?w\k','\\OW6rE\qZ\y\3].\G','',0,'?'),('3\\f{\d\@m','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_split_24px.svg',0,'\\a4XlL\\\\','\\a4XlL\\\\','\rF5\gm!\s{Uq\?\\+','',0,'?'),('3\J%k\?','wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\zZXm\}Fa\','Yr)TW,})b\f\\B\|V\\q\~\','',0,'?'),('3{\\\Ce*\P','wp-content/themes/pearl/includes/theme/enqueue.php',0,'ҋ\:;\\\O','ҋ\:;\\\O',' 9C7\L6dw&Ol\e\\:','',0,'?'),('3\\>`G8\','wp-content/plugins/stm-configurations/page_importer/pages/store/forms.php',0,']\n Wi\\Z\Wo',']\n Wi\\Z\Wo','\\ހ\' ,q3j\0\\n\\ّ','',0,'?'),('3^8g\nm\0t','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php',0,'|r\Mπ2\\\','|r\Mπ2\\\',' A2\Set\G\\1K8[r{','',0,'?'),('3m\\\s\j','wp-content/plugins/really-simple-captcha/gentium/OFL.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p77\R$s \/4ے','\@\cw].k4oIUD3¯\Pf\\ XJ','',0,'?'),('3\l\\V9Np','wp-content/plugins/wordpress-seo/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\~S}L\~#vv5\+,','-jHp\3Ů՚%_\g\A','',0,'?'),('3ٜ/m \Z !A','wp-content/themes/pearl/assets/js/vc_modules/addtocalendar.js',0,'V\\\>\}k>\d>x','V\\\>\}k>\d>x','-R/HׁyL5n\0\sq\4Z ','',0,'?'),('3\\\\'RKBf','wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QO1/<>%\"\X\\','6\r*IY\0C9<\Jږ J*\xD','',0,'?'),('3\\fQ3\h5[W<','wp-includes/Text/Diff/Renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \C0Y7O\@\GS','EWj\+\\\\\\=\\}.1\r|','',0,'?'),('3\\\Ct/N\)DI','wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php',0,'}\B4ђ9G8j','}\B4ђ9G8j','R!cH!+W\'d\08 \\c ҍ\','',0,'?'),('3\ng\0\\\0 W','wp-includes/IXR/class-IXR-value.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f>5l\j\0f\ ','?h\͇ X\UP\O|H$1','',0,'?'),('3\S3\sn\','wp-content/plugins/stm-gdpr-compliance/includes/plugins/ContactForm7.php',0,'\Xt\(\\\=1','\Xt\(\\\=1','0J|\\c$E\[\\ƂSIAmc[a_','',0,'?'),('3;8+\c8n\','wp-content/uploads/stm_fonts/stmicons/finance/charmap.php',0,' -0*k\#Q$\\\\',' -0*k\#Q$\\\\','\~\r?LefCDž5\ [W','',0,'?'),('4`\\u&=\\','wp-content/plugins/breadcrumb-navxt/includes/mtekk_adminkit_tabs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\(\׍i=l','B\yџhJ Ubތ\`\\姦]','',0,'?'),('4\n m]ĿЊ\','wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\[+e[eϙfW','QA\u&\{AiX PK[{0Qk\','',0,'?'),('4e*\п%wK\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_zero_24px.svg',0,'b\#\J[\y\','b\#\J[\y\','\cE\A\$\ZF{[ \"\ \\σ\H','',0,'?'),('4m6):5t\q','wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`۳{!\$χ\B','OL\I׺\\%1J\a7S@\\\Z','',0,'?'),('4g\\r80\'\U','wp-content/plugins/revslider/admin/assets/imports/imagehero/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('4\"4C\-O_ȓ','wp-content/plugins/LayerSlider/static/codemirror/addon/fold/markdown-fold.js',0,'\x;V\ \0E)`\ ','\x;V\ \0E)`\ ','\0\\+\5߯\2{\\Z(\\r *g','',0,'?'),('4&\)A4tf}\','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/rss-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' )%nD7\t\x','\֙(_?]>,G+_\'\\0R\&qB','',0,'?'),('4-e N\\\wr','wp-content/plugins/LayerSlider/static/codemirror/addon/scroll/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('48\\gD\ܿ\\','wp-content/themes/pearl/woocommerce/single-product/product-image/product-image-vertical.php',0,'\\\gP \','\\\gP \','2s_ WJi\[F \"\r\ɏp% ǿ\tv','',0,'?'),('48Vt\+^X','wp-includes/pomo/mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\H\\آ2u\"/\','\\TPAg\Zs\\F!z\_\\\\+\','',0,'?'),('4:\5~ǒM\','wp-content/themes/twentyseventeen/assets/images/sandwich.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\j\n\v7\59','\QzХ\j@\|9^.l?2\ܞ','',0,'?'),('4;` ߯z? \{Ǟ@','wp-content/plugins/wordfence/images/2fa-whole.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\E\*g\SG','\\S/\l~~)6\bOB\5CִѮ+','',0,'?'),('4? }:\Pm\\i=','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_24px.svg',0,'FX\0Z1\f+\','FX\0Z1\f+\',' t\\<ڴ.~`xxxҼ\mZ','',0,'?'),('4AIn097c`','wp-includes/js/tinymce/utils/validate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CL\ 1?o+;{Y','kH\\;\\0kC\s \'K\#45+eE|\\0','',0,'?'),('4PGg:>\O','wp-content/plugins/revslider/admin/assets/js/codemirror/util/multiplex.js',0,'5\dY{\Ta>/','5\dY{\Ta>/','3B\ʓ0ن\w86={W\bU\\\Zا','',0,'?'),('4To\iE\t','wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','䜮\`Su8\','\h]sU\\sj=(G\f\\vacS','',0,'?'),('4US\i)wc\','wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php',0,'\h]$xc#LE*','\h]$xc#LE*','D\l{X0#\W}\ͨP}fNA7\@P','',0,'?'),('4Z%7h,S\KO\u>','wp-content/plugins/really-simple-captcha/gentium/GenBkBasI.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\'3\֥e\\4','\r\;\'h`!X\o^\S\\Z7E\Zt','',0,'?'),('4^3\K˾g)\\','wp-content/plugins/booked/includes/export-csv.php',0,'`o\Y;\n={\\\','`o\Y;\n={\\\','l7 ޼\'\6S\:Zo{<','',0,'?'),('4\\֍D\\\< V9K\\*','wp-content/themes/pearl/partials/content/stm_events/style_2.php',0,'PIPr,,:ywY*','PIPr,,:ywY*','a\\d\r\n*s\o\\','',0,'?'),('4\.\0\\) T-,gi','wp-content/plugins/revslider/includes/gutenberg-blocks/assets/js/frontend.blocks.js',0,'|¤\rP\kCĝ','|¤\rP\kCĝ','7~H]\>|4k35\\IIDCO d\','',0,'?'),('4ڂ\L$,K[u\\','xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\^\`x\\"','\Ǥ#-\|֨ln5\\ ɀ\','',0,'?'),('4ەY\[ū<','wp-content/plugins/revslider/admin/assets/imports/youtube-gallery/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('4\_\dmL\\k\rl.','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/flag.svg',0,'G[D\\d\\<','G[D\\d\\<','(;ov-SK=Zk0У=\$\r$g#\','',0,'?'),('4ދl\St\C\0FG~R','',0,'?'),('5)ƥq!=~B','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg',0,'\@k\ͳI mSۖ\','\@k\ͳI mSۖ\','\"Ҟ ^\ex-`kY- a\\','',0,'?'),('5*ۨ\ֶ\\p','wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php',0,'n2C]$r\?','n2C]$r\?','.\ lj\ZC\0#-cW}1.y.\?','',0,'?'),('58\d\`S61K>ۮv','wp-admin/css/colors/blue/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\/\\e\GQD','\as\\|ݿ\\Cm+޴s\\^','',0,'?'),('5;zHۅ,IPa\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shield.svg',0,'\Ca|\\\lH','\Ca|\\\lH','< ~ED^qF\\T\\\\\&є\\','',0,'?'),('5C)\nWu꽝/F\cK','wp-includes/js/plupload/wp-plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܰwCo\t\E>\uF','?W]K!\d\\R|/*NLU\0Ҽ\'','',0,'?'),('5KB7SߒOt\\ ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_30_24px.svg',0,'x\ \w  N\','wp-includes/registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ϗ;8qK','\\j$-h$ĸph:#\G','',0,'?'),('5`\]\\ͭi\0\\\ZJT','wp-includes/class-wp-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jt>nqU|r$',']DPT0\p\7Dyk\n%V\','',0,'?'),('5na\\ ݄Do','wp-content/plugins/wordpress-seo/migrations/ruckusing/lib/Task/why',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{k \^ʤtM]','.Fk\M1\k:\\fIH\OX\[\','',0,'?'),('5q͌A\\\f\\\cl','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-exclamation.svg',0,'ޛnJ\π\\0ǂ_|','ޛnJ\π\\0ǂ_|','Ld)o`\1`} È|HDB-\','',0,'?'),('5rq\\$_՜\','wp-content/plugins/wordpress-seo/css/dist/search-appearance-1230-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nzz\Q\','F\V \@\f?l|\\\tEi\\','',0,'?'),('5tz` \\q\b\\hU5','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\V\*\F谯','',0,'?'),('5\92\^%<\','wp-admin/edit-form-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~e~xaI~h쾄v','4-9\n}\MJa\\"\\"+X\E\?e','',0,'?'),('56_Ԫ}\\s/:/zU','wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php',0,'q\nEz-\P\','q\nEz-\P\','\SY{pJ\Ռ0n\s\Ա\pT','',0,'?'),('5\2GEw%\n','wp-content/themes/pearl/assets/js/vc_modules/sliding_images_vertical.js',0,'-h47 EW˅\WE','-h47 EW˅\WE',';.$k\Yi\W8`P/HIK','',0,'?'),('5\UpMo#lJP2-','wp-content/themes/pearl/assets/js/vc_modules/row_svg_anim.js',0,'7\\*s\eg','7\\*s\eg','65>\VBcCAihs/\)-C8v \','',0,'?'),('5ؠ\A9`\' \ˑ','wp-content/plugins/stm-configurations/importer/helpers/theme_options/finance.php',0,'\e~d\=Cc%[\Z','\e~d\=Cc%[\Z','{\3Ӱ\\0JC ~\'eu\Vd\"\\\\\L','',0,'?'),('57N C=\-\c\','wp-content/plugins/wordfence/images/sort_asc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&DK\\\zS§0','NQ\*TZ%P\%\\jܑtZn/','',0,'?'),('5\\\\"V\Q','wp-content/themes/pearl/assets/fonts/stmicons/rental/stmicons.svg',0,'\|l-\8\\\C=','\|l-\8\\\C=','\i3\4H\Z\҄%CW9\\"\c\1\','',0,'?'),('5¦\?}\ ,','wp-content/uploads/stm_fonts/stmicons/beauty/charmap.php',0,' Q\҅Tk\\',' Q\҅Tk\\','(.\¥^2LQ>=mvx\\Q','',0,'?'),('5#t5RшK\\','wp-content/wflogs/config-livewaf.php',0,'U\O(Jc\i$','U\O(Jc\i$','!n\$\å\x0t\NB<\\q','',0,'?'),('5\G\E|#\Z5w','wp-content/plugins/disable-gutenberg/inc/plugin-features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\7P2L_Za','T0Qj\0\sME/\\Wެ\Z\Md\7hM','',0,'?'),('5\jsc>^\Or,:f','wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js',0,'\rߞr@\n~8\n','\rߞr@\n~8\n','hJRv\\u\\\͕\\RX[/# ','',0,'?'),('5˅\ў+b:i','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_linear_24px.svg',0,'!\\\Hll](','!\\\Hll](','\~zfh\\y\\3^\F42\@}\rԜ΂','',0,'?'),('5\n!Y\|','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_landscape_24px.svg',0,'ߎX] r\3}[k','ߎX] r\3}[k','fX\\n\\\'\\$\UaB\p\rSf\r\R\','',0,'?'),('5ѥ\b!','wp-content/plugins/revslider/includes/tinybox.class.php',0,'K*g\DhR:','K*g\DhR:','/Mr7 \\75=\f\e#\+','',0,'?'),('5hc]_?FRB\X','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php',0,'9Zj \fj7q\g','9Zj \fj7q\g','I0$\U\\[Iyr\0\Z2F\4\]C','',0,'?'),('5יsR#\ޙ}','wp-content/plugins/wordpress-seo/admin/endpoints/interface-endpoint-storable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\R\(\r\\\7\','\pWC\rK\*qJk-p׷O&\tSGRPp','',0,'?'),('6\n\_\uCn8W\VH\','wp-content/themes/pearl/partials/header/elements/popup/popup.php',0,'Og\hѴ\.\=E','Og\hѴ\.\=E','\\Eݵ[H\XkLը\s\iw\(\G\"\','',0,'?'),('6\\\X/HL','wp-includes/js/mediaelement/wp-playlist.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\,;w1','}h݄ub1 -qݺ[~y\O\','',0,'?'),('6\Z]X\\n\"IgU','wp-content/plugins/wordpress-seo/css/dist/metabox-1230-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˺\)\n}\\d0,j','\;żn\(ۧd\|e!\zL!/y\','',0,'?'),('60Kڙ4\r\'ԢCd\','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-multi-avatars.php',0,'Eq\K&\+f\Tם','Eq\K&\+f\Tם','\#;O\8i 8\c\?]\XOķ\\\\:','',0,'?'),('65C\o4\k\\Y','wp-content/themes/pearl/partials/skin/layouts/rental/style.php',0,'\bdž\0\0.\n`.','\bdž\0\0.\n`.','oS\:&gXX\3\/R/\n\\','',0,'?'),('6;I(\Hm\%\f','wp-admin/css/farbtastic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\@!!Ek\',':~ްX#^sI>&\\\0\.\MKG^#\ގ1\','',0,'?'),('6\\گB}\CP$ud\\`y}u','',0,'?'),('6\\O+6K\V\ t.','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_24px.svg',0,'\\(Jط\7\ p_','\\(Jط\7\ p_','t\TɃKUMZCnHnhgX\\\','',0,'?'),('6cbkk\i3@H','wp-content/plugins/wordfence/lib/menu_firewall_waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e(# ({\秡<(s','%=o\V\\BkC%Ir(\?ceC','',0,'?'),('6k\\\fi\0q!','wp-content/plugins/wp-members/assets/css/forms/wp-members-2015.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\`;fa\\0#','\\\k!\1i\-\ BBz\@cQ(\Z','',0,'?'),('6{@x\a O׌','wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg',0,'E\\ZE\V\\Xz\\rsQ','E\\ZE\V\\Xz\\rsQ','Qcg7v\\WYU \k\;L','',0,'?'),('6(.\?d\+\<\','wp-content/plugins/wordpress-seo/frontend/schema/class-schema-ids.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\"\\S#[8','\Ǻ/\&i-\\\\ՙ\\g-,0:','',0,'?'),('6]j\v\Wk\r3-\','wp-admin/load-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>wGz\0t?ށ;\\F','\-\5UX\mv۴3ޏ\\ZK\\\\','',0,'?'),('63ȓ+Ό!','wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uтv\nƎ.\\','\ ^;y\0_$o\}\\ D;v\S','',0,'?'),('6)6o\?\n\%','wp-content/plugins/wordpress-seo/js/dist/wp-seo-edit-page-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\/\\\9\\wV./r}','i C>?\\$ڻFa\fL\\m\/','',0,'?'),('6HU^\&F\\W','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_original_24px.svg',0,'\\:\\r9\\CXs\<','\\:\\r9\\CXs\<','|\fl \`AJH>6\\']S:\E','',0,'?'),('6\:3\A\l\\\\@','wp-content/plugins/LayerSlider/demos/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('6٨ \:{^D\','wp-includes/js/jquery/ui/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\\\\(&}','A\Z*|/<.PW )\\eG6u','',0,'?'),('6\;# \%l+','wp-content/plugins/revslider/languages/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('6\Ѝ\6 /\','wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php',0,'\\'vVcycm\','\\'vVcycm\','X>z/\o޻\S\50\\3,\Z','',0,'?'),('6\6$\md;\w','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_24px.svg',0,'\\\:ɘ\\','\\\:ɘ\\','M!L\AY(;3B~z\2}i YJWU','',0,'?'),('6&`\Wt\Xݸqg','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_create_new_folder_24px.svg',0,'\r;\ \ی','\r;\ \ی','T\F\s\3hmKgH~\6gho$P\','',0,'?'),('6\"inG\Z\\','wp-content/plugins/revslider/admin/assets/imports/vimeo-gallery/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('6\yC5Y̥ܿ','wp-content/plugins/LayerSlider/templates/tmpl-embed-slider.php',0,'\/wZ\n\ 7\Z','\/wZ\n\ 7\Z','\؟|?ĭ*\\j\\DR`\n$2r\','',0,'?'),('7VB\\\%BV','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/SeekException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nx^l_\8:\p/9','ߐ)t\'\\\&+ԘT\惤\%Z֏7\','',0,'?'),('7 \\\dH\','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_5_24px.svg',0,'f\4Pŏـ\','f\4Pŏـ\','7k!dPg_7\ol:X챍?1','',0,'?'),('7\n0\\\DIj0','wp-content/plugins/stm-configurations/slider/admin/inc/setup.php',0,'fX3nNLQÛ\ \\','fX3nNLQÛ\ \\','\Xg$E*d$aώ[\TEk(','',0,'?'),('7\"G>\! M{at!$','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[c*\ ӑ:S=','\Z7k0l\8|`:\&\\ƒZ\\','',0,'?'),('7\"妿W\r\ѽ\','wp-content/plugins/wordfence/lib/menu_wordfence_central.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w$B\P@','ު\C>\_i\"i\#\\z븶\r','',0,'?'),('7#U_\0\)أ/M\','wp-content/plugins/wp-members/i18n/languages/wp-members-ca_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9آ@\\zǾ_vf1','\\:\G|j\ͭ?D \\\K5g!','',0,'?'),('7$^Zw\EB[\U\\','wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js',0,'\?Xp> \','\?Xp> \','͒\n\3\AR\\\'K\!!4\8o\','',0,'?'),('7;5Xd5:\\:E','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_24px.svg',0,'\%x\_\j','\%x\_\j','\9VxC\\$\\BH.^\\ұC4R','',0,'?'),('7ruF@J,','wp-content/plugins/wordfence/lib/wfDateLocalization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\4K_J2Cmcͭ\t\','Djy\,\Lw\a\ K:p/','wp-content/plugins/coming-soon/public/images/johnturnerpic-300x300.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5O2 \A윾\\9Q','h^Ɗz\\=\'4_\d8V&\\\S/','',0,'?'),('7`\m\U','wp-content/plugins/LayerSlider/static/codemirror/addon/runmode/runmode.js',0,'Dk\h \"\N','Dk\h \"\N','d$UrSϖ}\\\ՇAd}P؏~y\\w','',0,'?'),('7\rD!\[JN\ü\ZȻ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_theaters_24px.svg',0,'\H\\r\2Rڤ','\H\\r\2Rڤ','jf0k \߶zc~\ъ@r^f0\.','',0,'?'),('78~\0ƫxZc)','wp-content/plugins/wp-members/includes/admin/class-wp-members-products-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4c\NL [Wt)\','IO;WBBvL67\|\rf','',0,'?'),('7\M}AT H\f','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/office-chair.svg',0,'y\rƽ1<m\5~','y\rƽ1<m\5~','\^n3\"ڼ82- E\@a7_m[','',0,'?'),('7%Wy~׹P?x\','wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lzV6`wmZBs \\','\r 8&J\34б\ǽ','',0,'?'),('7jU\\}@GdiS\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\e!Mce W]','d\Z\;cq0{\\ \ʟ\\㾒6(G\K','',0,'?'),('7/9vëi \gX{','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/icontext/icontext.element.html',0,'e\0tD3\R\GL','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/nav.php',0,'f\W&׭\\A6l$8\','f\W&׭\\A6l$8\','92\B{jI\,0cs~C\x\4p_','',0,'?'),('7U_\ ~E\p\}','wp-content/plugins/stm-configurations/page_importer/pages/restaurant/forms.php',0,'\\ \\$]i(','\\ \\$]i(','|\d/ Sp(\ #K\ϫ\\\x@ ','',0,'?'),('7&O׽U*\}','wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php',0,'P+,\\\','P+,\\\','mfw_ٕϒ\\\\Q? \\\M\K\=m','',0,'?'),('8\0hѷsc\)Mv.','wp-content/plugins/revslider/admin/assets/imports/photography-carousel/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('8\D\H6\\','wp-content/themes/pearl/partials/404/style_7.php',0,'YU)AbS \k','YU)AbS \k','ϫ(TY\\\\2 %Uw\"','',0,'?'),('8\Z\\\\fV','wp-content/themes/pearl/partials/content/stm_media_events/single/main.php',0,'\\d;p\0 x\ԇ','\\d;p\0 x\ԇ','JS\~&r\l\Sװ/\qV[ o','',0,'?'),('8$\'\8`^g}@$','wp-content/plugins/wp-members/assets/js/wpmem-nav-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\70QM|r\\"=','Nی`K\t\h=\?0qSB','',0,'?'),('88\\e7Md\>CW','wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\`I\Z\'\D)','\z }RzT;>\k\\\D_n\','',0,'?'),('8=I\a%k\~','wp-admin/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Km\A:\(O\','6m:-c1j^*M0av\\0S=\r\|c\\Ώ\','',0,'?'),('8?6B\r\pl2R\x','wp-content/wflogs/config-synced.php',0,'\1cˌW\2o*','\1cˌW\2o*','\E\\Ժ8ل[,\\rnAϿhKA_\','',0,'?'),('8M#{\YCC\\\n\','wp-content/themes/pearl/partials/content/stm_services/grid_style_5.php',0,'\\a\ngM','\\a\ngM','.͊wI_\\\\Z\Jv\J\ިn0\\z','',0,'?'),('8P֧\\ZHGE}8\','wp-includes/Requests/Exception/HTTP/306.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WszuNP\j\\Xu','4UQ\r1#_fH*I\dl','',0,'?'),('8T\\緶 \@)\n','wp-content/plugins/wordpress-seo/languages/yoast-components-en_ZA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~m.(Zk\M\','\\\QT\\'|4diG0\'\ ;\','',0,'?'),('8u`TxÖ\C\','wp-content/plugins/stm-configurations/megamenu/admin/includes/xteam/xteam.php',0,'Bp4r\\n6$','Bp4r\\n6$',']fvO^#xM\\[o\w\P\^\~O\'','',0,'?'),('8y\o\ \8 ','wp-content/plugins/revslider/includes/page-template.class.php',0,'\U\Gk`e\','\U\Gk`e\','s`\\XXr\c 3\0\G(<\0\\z','',0,'?'),('8|\bת\b\+\L','wp-content/themes/pearl/vc_templates/stm_carousel_gallery.php',0,'\WT\28@Yl\w\G','\WT\28@Yl\w\G','սnpp\\\\\B-JeK\n\\\\\\QV`','',0,'?'),('8z\ƴU\w','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_transform_24px.svg',0,'I-h4k[\\','I-h4k[\\','m\\\\Z<\\;4\7KGiQ7ԂQo\\nm','',0,'?'),('8m\\<*UNO','wp-content/themes/pearl/partials/content/post/parts/prev_next_posts_4.php',0,'z\\\\"%\)\0','z\\\\"%\)\0','\ձ\?\\X\&e7s ,\fV\ԟ\','',0,'?'),('8Aa6E\\\M\vD','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x} \pcK\O','(H>\0} \8:e)TN/\z\','',0,'?'),('8R6\DHq-{:`','wp-admin/includes/translation-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Yns{\0FJX\0','\\\c\>\MAW3IЊub\'<\\@\','',0,'?'),('8@)6yg[y\sQR','wp-admin/css/deprecated-media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N s!\X\\-\R{%','Ż\.C\<.=T n\+Ƈy\C','',0,'?'),('8ÛZEQ$}UPT\','wp-content/plugins/wordfence/lib/wfCrawl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\,\03\\r\','<̲>\06\e\n\\]-8 &A E0\\vю','',0,'?'),('8\H\Z7`','wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php',0,'[(v\#|48','[(v\#|48','U\\\v!AX5\SNe^ؽy\','',0,'?'),('8\\\Fg\s8\\Z','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php',0,'X\@Up5\~ڮ\\m','X\@Up5\~ڮ\\m',',>3\\I\۶ YE\*\5O^~\\','',0,'?'),('8ܞt\\\ZwNxa\','wp-includes/class-wp-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ы\C~\D-\V','ޞR\Ti$E7 ^ć7,(\','',0,'?'),('8\\\Zۅ&kr','wp-content/plugins/LayerSlider/static/dindent/Exception/RuntimeException.php',0,'\8k\ ,\zT\"y','\8k\ ,\zT\"y','\\\ɿ/ͱ\\z%q%[.\G','',0,'?'),('8\\ \r4z2RF ','wp-content/themes/pearl/woocommerce/checkout/form-checkout.php',0,'\B\D\Ѩ+7\"\@','\B\D\Ѩ+7\"\@','y\t[\\C\\s\+\⫛AKN}kR','',0,'?'),('8>vyD\\ $ \n','wp-content/plugins/wordpress-seo/frontend/class-woocommerce-shop-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ެ=-T\\','vWi/`ۓc\V\\"z0\r㝂_\Ӿ%','',0,'?'),('8\8\d/ĖF,K','wp-content/themes/pearl/partials/content/post/layouts/layout_6.php',0,'yF\"aj\zh\\','yF\"aj\zh\\','\N\\*X\qJ}= 5 8\\k','',0,'?'),('9\Z&X\;\(\','wp-content/themes/pearl/partials/content/post/parts/postinfo-13.php',0,'v- \_\K ]w&`','v- \_\K ]w&`','m+(\\\-\$n\!:\0Xau\z\\P','',0,'?'),('9\(nrA\\\\','wp-content/themes/pearl/assets/fonts/stmicons/creativetwo/stmicons.svg',0,'8_t\lXɷ\#\','8_t\lXɷ\#\','Tu<\[\4҆K\\`\nrɚ>yP\','',0,'?'),('9\r5\'X\>?','wp-includes/js/customize-preview-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zb}\\t\'#\Z\','\3s9Ox\\\V\"M\N\m$.b2','',0,'?'),('9ψ[1d{\\@','wp-includes/class.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\\\\%5Km','\@%?\K\!\\g\\篳R\'h\','',0,'?'),('9̰Zz%u?\','wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php',0,'{-/E!;\\yF','{-/E!;\\yF','!OI` o\','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-suggestions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\s_Н^C\|','{߲%\n01\rn[|$M}\wbG\~','',0,'?'),('9d~Nxޒ1\\','wp-content/themes/pearl/partials/vc_parts/projects/style_4.php',0,'# /]}\\`\'2x','# /]}\\`\'2x','\ j\x~*eˋ|ajۤoaa|E','',0,'?'),('9vz\9\\rv','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php',0,'\R0?p\[/q\\W]','\R0?p\[/q\\W]','\\虬FW\\nu|#z\JC\','',0,'?'),('9x/\> L+s\"l\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_linked_camera_24px.svg',0,',Qɻ׆FB *u',',Qɻ׆FB *u','\ X0csi[\','',0,'?'),('94 tS\\rRŹ','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_mac_24px.svg',0,'-\?Z\\r','-\?Z\\r','\(5ɒ','',0,'?'),('9n\".0','wp-content/plugins/wordpress-seo/frontend/schema/class-schema-webpage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\]#\x\띀','NFi3A{\^\\R|LCC,x\','',0,'?'),('9.\͟^7/\\','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-id_ID.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\O~I7AG',']`b\\6\I,\u^G;\\\cO.g\','',0,'?'),('9ĠZq:j\nU9(\Z\0\','wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e9\ \|\[\>','\\P+\;\\9\L/6\: \ѭ .\ ^Z','',0,'?'),('9\6\,r\\1\TC\[','wp-content/plugins/disable-gutenberg/css/font-icons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\"*{[6\o\"','pNiUUEQK /0(QaP\[','',0,'?'),('9ՍҢ\\9\d\r\Y','wp-includes/ID3/license.commercial.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n;gJg\\xA','t_2x\< \-\˜wq\Ig\','',0,'?'),('9\qr MBD\r','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_24px.svg',0,'a%\\-~\u\h','a%\\-~\u\h','qB\W==GL]\,c+t*\W','',0,'?'),('9\5-\iC~j\'','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_land_24px.svg',0,'ܫؘ\a*jK\r\:','ܫؘ\a*jK\r\:','r?ݖNA{\pȻڅ[\a$ES','',0,'?'),('9\\HM%j&\u','wp-content/plugins/contact-form-7/includes/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4j!Sr#$a','\ApYw#\iD$.PM\\}\&\\\\\|','',0,'?'),('9\r\/ E_\‘\','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_none_24px.svg',0,'V\'\-0\*~\\','V\'\-0\*~\\','\\v@\\ՄM \Z+…!\r*','',0,'?'),('9\\s3\SZ,p\8g','wp-includes/images/media/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zs\\0ȝQK','g\?[D*\p8q\Vѓ\>N','',0,'?'),('9\%!YB#̴\G','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/address/address.element.js',0,'K\\W]e~(\S\Zd','K\\W]e~(\S\Zd','cF\\\,ayI=\ϩm\u2\2Aaq','',0,'?'),('9\ÒfxO@x','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_domain_24px.svg',0,'!l\I\WH )\?iͥ$D\:$\\ F','',0,'?'),('9f#!bmZ˅k\K','wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_15.php',0,'o&h\D\0M','o&h\D\0M','b=<\\=\\ɾ9\\D\nb梦,Է\(','',0,'?'),('9\^GYM4','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_spellcheck_24px.svg',0,'w\\]\O\\:\N','w\\]\O\\:\N','vnC;e_fs2Sθ\ن[K\˖]%\<]\)J#86@yn\','',0,'?'),(':Ӽ2\L\ ˎ','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\m\w\/\\\\y5\','ɐtd7H}=.t\Cw$`c\'','',0,'?'),(':|LH6(\\cg\','wp-includes/ID3/module.audio.ogg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y=ZVR궁','jވu֘\ >̰\\\0\k\K\','',0,'?'),(':\"i(\\2Xr\','wp-content/plugins/js_composer/include/params/hidden/hidden.php',0,'`V:\\n\\\c\\','`V:\\n\\\c\\','qEF,G]+lL|\_Q`l\'^\','',0,'?'),(':*|\\O\r\\eT','wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_13.php',0,'%ٮ^.\','%ٮ^.\','\/>7r\nR]Whv\\`F\\','',0,'?'),(':1()p]V1-ȩ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qDL\\a[ ?\$','Gs\0\\\r\/1v=\pS-yE.\\U','',0,'?'),(':7F\VB\nbFJri)','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php',0,'?}y\0G(%9 ','?}y\0G(%9 ','\\YƦm\rl2?Օ\rN\'\'B\\\','',0,'?'),(':<$\0,w\"&e({','wp-includes/class-feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"MȌ0đX\!U!','\\H̼_%%:Y\3jM8\nWo\!','',0,'?'),(':D\J$\hDž\r\','wp-admin/js/customize-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڷ\G\\\06\a_\O','\\@_U2FHri*J18쯫j{#$','',0,'?'),(':K\+\50@','wp-content/plugins/revslider/includes/object-library.class.php',0,'øIV!7@M\\','øIV!7@M\\','\=Zn\5+8\\\\4\\\0$Z','',0,'?'),(':U(\\v\\-l)FFU','wp-content/themes/pearl/partials/content/post/layouts/layout_1.php',0,'\ElY\n\\ m\\Z:','\ElY\n\\ m\\Z:','%lJ\\\n8\Ž!kj\\d5q','',0,'?'),(':]69w*6}(G\\\','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_not_interested_24px.svg',0,'0\}\} w','0\}\} w','\\\幑姥6wX\K]I;x4','',0,'?'),(':^\Z#Y]','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-palette.php',0,'~G+x\nɰ0*>','~G+x\nɰ0*>','- z\1xL#ְ)P/@#\\W$','',0,'?'),(':mwvK\rZ~','wp-content/plugins/wordfence/images/wordfence-logo-16x16.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\~F,N8z\\O2','u ¼%5d ɻDX\t\!?Q\','',0,'?'),(':{>\RdD#q\Q','wp-content/plugins/booked/templates/settings.php',0,'ѫi˂_\G7R\\','ѫi˂_\G7R\\','\\3y%DeBYy\\\\t\_-i\L)','',0,'?'),(':Pr\|C\fPS','wp-content/plugins/LayerSlider/static/font-awesome/css/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),(':\%H`!\\r\Z','wp-admin/js/media-gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\XI\@\:','W\FT u)\\`Y\3+\\"d٩{','',0,'?'),(':qGr+?v','wp-content/plugins/really-simple-captcha/gentium/GENTIUM-FAQ.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\jL\h\A@v','\"(0M\#,:\\Zk\)\h#<\','',0,'?'),(':H,3>w\\C\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_photo_24px.svg',0,'\\Lh2\~\\ ','\\Lh2\~\\ ','*\]4\0\AtJ[\\.vt[I\','',0,'?'),(':\R*bchl','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar2.svg',0,'e\M\"zD(','e\M\"zD(','bP\ `<\t/d ^8O{b\/\i','',0,'?'),(':\>b`.C\\','wp-content/plugins/wordpress-seo/js/dist/wp-seo-dashboard-widget-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\IܶFjt\č','\\}\\~GA[\\ \J\\ \m\r\e\','',0,'?'),(':ՖN0\0\Xʄ','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/filter/filter.element.html',0,'w\0\Nu\\ZH','w\0\Nu\\ZH','X I[ԯP\\\0 \\1 Ԇ,(3m','',0,'?'),(':\\c4\˥Ym','wp-content/themes/pearl/assets/fonts/stmicons/beauty/stmicons.svg',0,'c\\B<\4q','c\\B<\4q','\\I\,\|D2\`ʼi]Nn\:%!\','',0,'?'),(':\y\AC\\r\\'','wp-content/themes/pearl/partials/content/post/parts/postinfo-2.php',0,'Le72%\\','Le72%\\','JMơ\\nu=\Amܫ>b\0e+:ȋD','',0,'?'),(':\\Cw]#\\ZL\6(','wp-content/uploads/stm_fonts/stmicons/hotel/stmicons.svg',0,'~$Wo\ђP\@','~$Wo\ђP\@','X\q|ܘi\Z\"2\+2:E\','',0,'?'),(':\t\\\)$\noixo j-\nL\\\]G;q ','',0,'?'),(';# n\\%\"','wp-includes/Requests/Exception/HTTP/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\cY\0ysd*jPF\ \;QƵN1aG(','',0,'?'),('; \n )QB\\-x','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_edit_24px.svg',0,'9\05H\q^€\Z','9\05H\q^€\Z','vu;\\\ׁO?]\\=Ī3eWߊuL\[J*Q\]_?','',0,'?'),(';;A^G\s\,k,Jf\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yoҁ\0@^ 4Jb','<\~\w m\n8\\cϲ&\O<\x0N','',0,'?'),(';$\-)\B\;bK\;\\','wp-content/plugins/js_composer/include/templates/params/loop/templates.html',0,'J*u!mI۞\\0\RW ','J*u!mI۞\\0\RW ','P~g\+\y1U6%|\T\t\J\','',0,'?'),(';%\?>\;ێ\}','wp-content/plugins/mailchimp-for-wp/includes/api/class-resource-not-found-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P~\\\\Zp',', W`An\r߲!vtَuuf15\\i\','',0,'?'),(';- 9)Ĭ%j','wp-content/themes/pearl/partials/content/stm_products/parts/tab_4.php',0,'@v9eȟ\n\\\\E','@v9eȟ\n\\\\E','2D\TݦK\R\5^(Iƥ䉐7?','',0,'?'),(';1ы#Y_Nt','wp-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 06t\\\\0 *','.J\6._\L\n\\E\n^\\ ','',0,'?'),(';1䧉r2I\\','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_subway_24px.svg',0,'%\a_\q?=','%\a_\q?=','麸\HL\K\*s+3y\rj† 5','',0,'?'),(';3.k|M7C','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg',0,'\rW\\0kOf\,','\rW\\0kOf\,','F٩=\Ǻ\H\\ Ӯe','b1D5>\\ Ӯe',':-,\݇m \0z\\P\Aɵ L','',0,'?'),(';R\yh\\RxK\r','wp-admin/js/farbtastic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':T2Aq]\4 ','\bt\Gp\0BM0z\XJvZH At\M%','',0,'?'),(';X@>)酞iU','wp-content/plugins/breadcrumb-navxt/includes/mtekk_adminkit_engroups.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NL}\\: % \','=\\rrr؀\\\\..\ӁD\n','',0,'?'),(';^I<ըJ(','wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_backend.js',0,'Ei  ','Ei  ','ʶ Ql\\q[\X }V\\\m','',0,'?'),(';bja|\@\M\ (`','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_indeterminate_check_box_24px.svg',0,'Oq%\\yEIfc','Oq%\\yEIfc','/\m\ή\pU&ֺ\\~q\q\\W','',0,'?'),(';d)\@\\V\>ϩ','wp-content/plugins/wordpress-seo/css/dist/yoast-components-1230.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\W66f\0.F>c','\L\/Z 1<\W\>s\f? &_\T','',0,'?'),(';oؼencUy\E@','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_manual_record_24px.svg',0,'K\{q\','K\{q\','B_v\\\L\:X/pٞ\g挲G.`t\ Af','',0,'?'),(';v\\\0c\\','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php',0,'3\\\','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\ꗘ\'\\\','BV\{p/uI!\\n=]\9&[\qYx','',0,'?'),(';\[/M\{x%','wp-content/plugins/wordpress-seo/deprecated/class-submenu-hider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']ĩ\\J֛X7֑A','\\:e41\\HD7ӪEo.nidI','',0,'?'),(';99Aw\a','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_add_shopping_cart_24px.svg',0,'D9V\ ,Rk','D9V\ ,Rk','0\Ķrx ]x\{dE(o2d','',0,'?'),('; ^/\0%׭\QO','wp-content/plugins/stm-configurations/post-types/metaboxes/fields/sidebar.php',0,'8Tɖyp`rv-','8Tɖyp`rv-','r:\6.\0\In\r@dÆ -LwW','',0,'?'),(';2\]}Ž\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_active_24px.svg',0,'Aہ&lo|[E','Aہ&lo|[E','P\'\o\\oL\C\\~ovPad}\~ ','',0,'?'),(';\Zv3Db\\D~','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Migrate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\9\\\>Q\\','\nwF\/\"\maMN6&B\Rf\r','',0,'?'),(';\\,P\O^','wp-content/plugins/wp-members/inc/email.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vyu!t','d\ \\0\"jsG_p8|3','',0,'?'),(';l\?[\wr','wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php',0,'\\ZH\'\\>\\\{7(\','\\ZH\'\\>\\\{7(\','db֌{\Cf%1j`{) \\7\\n\'\y','',0,'?'),(';p4GPz\ɓ\','wp-content/uploads/stm_fonts/stmicons/viral/charmap.php',0,'\/U\\ZL%\','\/U\\ZL%\','\\*\&>UXwJ}\0^վܶa','',0,'?'),(';\6ޠn\0\\n\"j~','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_free_24px.svg',0,'=wK\0\\r4','wp-content/plugins/js_composer/include/params/column_offset/column_offset.php',0,'1\\\Q\\KL','1\\\Q\\KL','\v㟺;\\\b;Ndi\U\\"h۫6','',0,'?'),(';FX\','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-sk_SK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\p=x4R','THJ[\4s[8x;h(\p1\Z=','',0,'?'),(';Wct\\\*+Br\','wp-includes/images/smilies/icon_surprised.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')r\\\i\r\^@8','6Mj2O8 8.\\V}*򱋯\','',0,'?'),(';\\\* 1\Zn\4\','wp-includes/js/wp-emoji-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\3\\` (V','Cv\Wݲ]\la\'IA%<;7A =s','',0,'?'),(';vu%Kli \','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js',0,'$k J\'\\\\a\"K','$k J\'\\\\a\"K','oEk\ox4<\7\$O%?#\gg','',0,'?'),('<\)O','',0,'?'),('<a\\R\]G!\'y','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']}ث4h\\C\yƄN\':L','',0,'?'),('<CR\\0\\\K8','wp-content/plugins/coming-soon/resources/views/giveaways.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r\r[NY`\I','Q\'mjq:m}W\\=\I;ŅNiy\','',0,'?'),('<\n~L\Mr\','wp-content/plugins/wordpress-seo/admin/class-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' %3\n\6\0\','\\u94T\÷$(\\I;\˝ \\','',0,'?'),('< j\\\lݝ\B(','wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IchG\\!h \,','\0U\z\\mj\rjL\ZB4\Z8\','',0,'?'),('<$!d5~\mE','wp-content/plugins/wordpress-seo/frontend/schema/class-schema-author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԭ\ m/Ve','H\n\ru\\l\U>9\Q´_1\\','',0,'?'),('<0CoZ\ete*','wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php',0,'k\\j\}qORq','k\\j\}qORq','Fjp\e\\G#ـ`@\\:\;v.','',0,'?'),('<1+X,\\U \','wp-content/plugins/revslider/admin/assets/js/codemirror/xml.js',0,'C\ݱv\(搡','C\ݱv\(搡','`3\첸 f\\5#Dp\̆ \','',0,'?'),('<>xP\\\F','wp-content/plugins/js_composer/include/params/css_editor/css_editor.php',0,'%&P1oQ g#_~\p(','%&P1oQ g#_~\p(','A6\o\X漐 kȍۚo!7N','',0,'?'),('<>&^?\i\','wp-content/plugins/LayerSlider/templates/tmpl-transition-gallery.php',0,'з>衳\D~ \Z\','з>衳\D~ \Z\','s\1ӗL\n^]\vL\s5}\\','',0,'?'),('\Y\59cy','',0,'?'),('3tqpwUNaeѭ&Ǩs','',0,'?'),('<`Xޕ⨐\7','wp-content/themes/pearl/includes/theme/vc/modules/services_carousel.php',0,'\@7\c\\^=?.','\@7\c\\^=?.',':V{\OX\F\ZW1/4','',0,'?'),('\vA%\Fn','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_cached_24px.svg',0,'i\\B.\\\L^9.\\','i\\B.\\\L^9.\\','le&>\g`m.X9T\,a \-\o','',0,'?'),('<\RP\5`','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\¾,_Q\,','|\"7Z \vS.s\\fY\|@e','',0,'?'),('<\i/\+\0\[\G5','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_available_24px.svg',0,'ANȭ_0ԭ\\\ZD\̢','ANȭ_0ԭ\\\ZD\̢',')\F2\%z\'0:2u\$\r\1E','',0,'?'),('<\*1%\Gɫ\\V9)','wp-content/plugins/revslider/public/assets/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('<.=\ءʸB*B\','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/socials/socials.element.html',0,'hp\\|_\\\\\c','hp\\|_\\\\\c','Yq\O/)n\NlU~aDuCف\9`\D','',0,'?'),('.\̓','wp-content/plugins/mailchimp-for-wp/includes/api/class-api-v3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a)\*n\\"','\0`^y\r\UPeS\\C4\\\\\ ','',0,'?'),('=Q-3:\(uF9','wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_3.php',0,'\\O\rU%\ZEy','\\O\rU%\ZEy','E%6\ϖ\ʳ ~%Q}O\+\\R','',0,'?'),('=S6\aXo,2','wp-content/plugins/wordfence/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ng:o>q,rB','\\NJL\\,\rZ\yܧ\Ȁf\ O','',0,'?'),('=W>\'߇!FͰcF','wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1230-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Aj;MH\\\JHh\\|Fj','',0,'?'),('=\\\\M\Z\\\\F','wp-content/plugins/wordpress-seo/js/dist/styled-components-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[?NҺ\@','S܆A! h/\v\\\\u','',0,'?'),('=k[4 =\','wp-includes/comment-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \\Q\Y\{Tc','S\Z vY;3\5\\=N]JH):#\','',0,'?'),('=\F\혣Æ\K&','wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\9:7]6hVo\','߫/Lk\\OT\bdS \EiL9\\\~8','',0,'?'),('=\\\减M^\\BO','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_24px.svg',0,'2_I\\\\K\V| ','2_I\\\\K\V| ','Kw\\U\Ռަ\Y4w\\0 \r\Jy','',0,'?'),('>&\\jT \','wp-content/themes/pearl/includes/admin/theme_options/includes/enqueue.php',0,'\\e˸_','\\e˸_','vg\r;͂>=\06\US\"RR\\݇V\x','',0,'?'),('>\i%\\U\,EL','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coffee.svg',0,' 7X݅\؋',' 7X݅\؋','d\r%;]\\#!~o-mor \Z}','',0,'?'),('>wEp<\\','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sJ\I^\\','Ȩrr\/h\X\'\ÄϬ?S\\l','',0,'?'),('>\ ZI\I|a','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$%^8\\LaRO$','ѓo D\I\y\r,\h~p3','',0,'?'),('>\Z\"\cMJ','wp-content/themes/pearl/vc_templates/stm_cta.php',0,'3 \T E:x>i','3 \T E:x>i','oY6lӝ>fZXb&gS4M\\n&\I\\"D','',0,'?'),('>h\0J\0L\oW*\','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg',0,'|y 4\t\@@O\ng','|y 4\t\@@O\ng','G\9\pb۱\Q/7]rw 3e','',0,'?'),('>#\\\wtE7','wp-content/themes/twentysixteen/js/keyboard-image-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\\\'\'\/W',')4vo\\$E(\v9DF\\r\\U','',0,'?'),('>+{,nR','wp-content/plugins/wordfence/css/wf-onboarding.1550163483.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Kwt\G\\'(\','mǸ\${\&W>.{?Wo\)=\H','',0,'?'),('>.*\Q\\0\\Z;','wp-content/themes/pearl/vc_templates/stm_album_info.php',0,'ʇ~H]א','ʇ~H]א','\]§H\NQ1L\?+K\i\\r\','wp-content/themes/pearl/includes/admin/theme_options/includes/src/directives/icons-list/icons-list.directive.html',0,'\兆\\#|ia`k:]','\兆\\#|ia`k:]','LgR:ڗ11b-\I\(\b\','',0,'?'),('>5\ˏ.y2Q[ڣ\1','wp-includes/blocks/block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\3\=h;tK','?{s\\?4\\'#װə__6\n','',0,'?'),('>:\\U\=\l\r','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_announcement_24px.svg',0,'^^*g\j\','^^*g\j\','!ʼng\\\Z%\rO\~U\MB*}n','',0,'?'),('>:\\*\勘X\=','wp-content/plugins/wp-members/assets/css/forms/wp-members-2014-no-float.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fy:\)0\Z+TT)','@C\f\(\%\*:Σ?\^+\\\\\\r\"','',0,'?'),('>V\95\-,]q=','wp-content/themes/pearl/partials/content/stm_events/single/main.php',0,'mjC.\0/h\','mjC.\0/h\','\Z+\Ϧ\\3JVS\`x','',0,'?'),('>YeQ\\\\+Ni\','wp-content/plugins/LayerSlider/static/codemirror/addon/hint/javascript-hint.js',0,'\\\1ew%Z','\\\1ew%Z','!{+\w\˯p\Z\&82Q\','',0,'?'),('>^\m\Z\{','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\)xH}_|x\^\','p\Ǻ. )\7\r;\\!\l\o ','',0,'?'),('>hЩ\X X*v1','wp-includes/theme-compat/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\բ\H\og','\\4P؜I\Q eC7\"KQ.͜\Yku','',0,'?'),('>ql\+m\\05Ħ\"^','wp-includes/js/customize-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r\\lüt\\V 8X','X]CJU@\~@(ƿH\G','',0,'?'),('>u\ʸ!4N2\\','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\,\;L\'dee','+GT}\m)*\\[\c5Z\N-v>','',0,'?'),('>v]{rq6x','wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\pIaݠ\a\Vg>','KKi`֤9-rJ/x\\\r\\$.\\ڞt','',0,'?'),('>x*]o\.38#\r','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/plugin.php',0,'\0\J6ˋ^6','\0\J6ˋ^6','\F\ )I?A:EODh{\Lr\e\dQ\','',0,'?'),('>X\ \3g\\/B=','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/abacus.svg',0,'i\fqs>\\J0','i\fqs>\\J0','\nJhtr[k *W\pa #O[v{','',0,'?'),('>[i\f>\','wp-content/themes/pearl/assets/js/i18n/datepicker.zh-CN.js',0,'\\mbѮO4+4','\\mbѮO4+4',']P|\i9ogvĐV\\\00#2','',0,'?'),('>\xے\\  4','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_fingerprint_24px.svg',0,'\i\vaa\"[*%f2','\i\vaa\"[*%f2',',9,\9ooNS}qGx`\ 1c\&c','',0,'?'),('>dQ(\"[9LNr*','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_unarchive_24px.svg',0,'#{iKuUo\','#{iKuUo\','@Q\g\D*b8\[%+ D 1`X','',0,'?'),('>;ph.t$\r','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_24px.svg',0,'\L\bsh\\Gn ','\L\bsh\\Gn ','Pe[\ Fy\Ɵ\\6V QwW^','',0,'?'),('>\Dref0c','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/champagne.svg',0,'\gN\ϡ\\\\(','\gN\ϡ\\\\(','g\*\b.8B¢[ջv\`)ef','',0,'?'),('>\X\rb\ڟ$W','wp-includes/class-wp-image-editor-gd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£)\Q3I?X\B\','2O\\N\\h\n\ ͒\Z*2\c|\} \','',0,'?'),('>Ɯ\\\Y΢P\m','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_on_24px.svg',0,'t|n>+TN','t|n>+TN','\\KA/\?Nc\"3 10>9\0y\)[M','',0,'?'),('>\\\0V?s\\Z','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\%ȏ\\d;Dk','c֝\! a\Ly\clXa\\99\','',0,'?'),('>30 ֎\C\U\','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_HttpRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O`\C\GR&\ns','\ܘ5vbHu ȣDAl(v.q2','',0,'?'),('>\˾Q\"<\1s1ҹ\','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ro.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'M\\\\ݪ\0','V\D3\"\Nc\\\X\8~F\rY','',0,'?'),('>\M~;Oo\\-\I$0','wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f!\ <\r \yS','\"-d\NN63P`ʜ`!ڬ q','',0,'?'),('>\̨ko\\6ӫ','wp-content/plugins/js_composer/include/classes/core/class-vc-base.php',0,'\ڙ濺hɡ','\ڙ濺hɡ','*x\\\\#J\z\D\G\\Vs\"','',0,'?'),('>蓊Rbh: \','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-repeater-image.php',0,'E4Q* \Fhn','E4Q* \Fhn','_Z\0f>s\ \Mn ','wp-content/uploads/stm_fonts/stmicons/vicons/stmicons.svg',0,'p\\'XAyآ}Jɪ','p\\'XAyآ}Jɪ','|.','',0,'?'),('@\2\Z*@-\j','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\\>@Ue\\U','țp\˄o!\VL֝zOYE\\id{7\'\;S\','',0,'?'),('@V$K\\<\1*\','wp-includes/css/jquery-ui-dialog.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\\e\\\\'a','DɨI1\.Y3+\.Y\fjh&\ +','',0,'?'),('@k/\I?T,','wp-includes/js/jquery/ui/datepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\~6\e\\\','TۦQϋD\\QkZ$\\','',0,'?'),('@m`\\\\sX \','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg',0,'>5^\\\ n7\c','>5^\\\ n7\c','u߶H\n|x\\\I\\\'\Bhh','',0,'?'),('@ojX\\\B\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wallet.svg',0,'3ڑi\T.ҫ\v \','3ڑi\T.ҫ\v \',']h\\8\\\\H\A!=C\*\L','',0,'?'),('@{s\rfsP $','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_duplicate_24px.svg',0,'(V\\'\\\\X\4eZ','(V\\'\\\\X\4eZ',';^( ]\~\n5nJ4=F+C','',0,'?'),('@̘9#L\y( \\','wp-includes/images/arrow-pointer-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wb\·*L\[','\\\\fb\ZD1.V\\aw\4l?\p\G^\{','',0,'?'),('@v\nϗ\Z(','wp-content/plugins/wordpress-seo/admin/views/class-view-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϢF\IlR/','\Ah\\ \\\lmy*轕\ʵM\ӌʿ','',0,'?'),('@xVڂ\\\a+\@\n','wp-content/plugins/wp-members/assets/css/forms/wp-members.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\ .ޛ\\','\$RI)]\H2hkH2\"a[\','',0,'?'),('@!\LI\\\c\','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_map_24px.svg',0,'늯БF\u','늯БF\u','ME6 <\\_V\\\"m\'^\.','',0,'?'),('@]z&D\\ \\\','wp-content/themes/pearl/assets/js/i18n/datepicker.nb-NO.js',0,'E\\^P\20usV).','E\\^P\20usV).',' \\\t}\4^\n\Zn)Yq#o','',0,'?'),('@N) 0\#r','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-repeater-certificate.php',0,'\5COo\ )k','\5COo\ )k','Ӡ\k+^.Yg\\/\\qXZN\t\(','',0,'?'),('@֚\\* A$gR-','wp-content/plugins/mailchimp-for-wp/includes/forms/class-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yQ춼δ{ ',':@\>W\?\8\nd\ZwJ]R;fZ','',0,'?'),('@3)\\-xM','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fa.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4fL?,\\Fe','$D\jG\$̸3GC]\i}\5','',0,'?'),('@Ⱦ%\[aK}','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg',0,'䕫OqC2\<<і','䕫OqC2\<<і','0\ѹ&\-{-:(\B΋h+F- \\U}=^Z','',0,'?'),('@\\Z!zr\\\W\p','wp-content/plugins/wordfence/views/waf/option-rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\u\\m6[%','o\9Nl\\٨݂N^zj_\a','',0,'?'),('@XD\n\\nRNt\\\','wp-admin/images/menu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\r9#dY` ','\l\IE/(p\0\pnT-Oz\"],=`\','',0,'?'),('@p@WQW޽D\','wp-content/plugins/mailchimp-for-wp/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\H2\TK6\AB\','{ŦSaCpٲ1I]Ro\%yv\H\','',0,'?'),('@\$)\(6Sc)U^','wp-content/plugins/revslider/admin/assets/imports/classicslider/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('@\suDR\>SC','wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php',0,'Xy\j*L$\ o2Y','Xy\j*L$\ o2Y','\l\+\"\o:G\r\5\jrU`HVx{\tGHh\\ס','wp-admin/css/revisions-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\y\n\\\ݗ','\_O\\;M\&\\(D?Bz\STO','',0,'?'),('@sZ^\\qv','wp-admin/images/media-button-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\WI\\\\?\\','<:tnkb\wi\& \R\\\Z','',0,'?'),('@+\T΄\'٤','wp-includes/ID3/module.audio.flac.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\|sq\\;\','\R\U\ o\\H~r휢ɕ','',0,'?'),('@\\1f\\q W','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\é\rΐu{;\"(','eg\j4N̏lE-<\,\YE','',0,'?'),('A\0>_*\\\\%2','wp-content/plugins/revslider/admin/assets/images/navigationeditor/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('A lA~i^\u\Ø','wp-admin/css/customize-nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5]J\'\\\tסF','u+0\\(\\LLwxF׮\\\0$\Z','',0,'?'),('AE[`','wp-includes/js/thickbox/thickbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\HsTX{B$\٭6\',';@\\0({oifKϤEQ\','',0,'?'),('AӬ;lȸ#%\?','wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/music.php',0,'\\\0܌\\\8@','\\\0܌\\\8@','\wl\IɁ\"E^?.5\W5e','',0,'?'),('A|\ୢ\\\\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_30_24px.svg',0,'\\\Z9UJ\n\','\\\Z9UJ\n\','\B\\Qi\A K\gFa~i$\3','',0,'?'),('A\"~ی5)N \W\n','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!NT\EC\\f','\@Fu&\xa\\TY\\c\8\\gl','',0,'?'),('A,i\![\|C','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-sr_RS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!+N\AF8d\','xt1\c\!\\\O\^qρ\\','',0,'?'),('A/hͳ$BQ\:\\','wp-content/themes/twentynineteen/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\\l\,ЅQnX\n','za{0\\n#μh=M;\"\y\R[7','',0,'?'),('A2GḊw^^\Z{\','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\<\ \\|\\\','\\\Q$)\c)b0/\<&o\GQ\','',0,'?'),('A4r\ɽv@','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\cf\\z\~O','O\'a\Z?*!6үu\M\\\H','',0,'?'),('A=\-:&xq\W&','wp-content/themes/pearl/partials/skin/layouts/startup/style.php',0,'Vpm[g\"R\\k\','Vpm[g\"R\\k\','\%\_.J\3]k\uh{C[Ü','',0,'?'),('Aa@J\\Ł','wp-includes/js/tinymce/plugins/colorpicker/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' C\ȭ?d{׭V','B\R\0!䄚 \Q\\\'5w','',0,'?'),('Asv\g4U\','wp-includes/js/dist/nux.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ncA&/\bP\c','\3NIͫ\tqpi~*\zG\\0','',0,'?'),('A{&\ V>\Νs','wp-admin/css/login-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J^C<\\\\\','*dQ`?ư1<\\%\Y\SG','',0,'?'),('A\"|>u\ڔ\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_description_24px.svg',0,'d\16cb\\y]','d\16cb\\y]','3ބښ\\qB \DoL70\P\s','',0,'?'),('A\\G3\'zhH','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/popup/popup.element.html',0,'r\hk\l\`','r\hk\l\`',':\nWB\\n\\.UgWN 9\mRQ\','',0,'?'),('A\ϴ#_nX','wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js',0,'j \\ \\:','j \\ \\:','=y\0\\r]^=䯚\Qw\\~\D\','',0,'?'),('AG\b[\\]^','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_off_24px.svg',0,'\2\\\2O\P2','\2\\\2O\P2','ހ9(\WX=VQm\ \ȅ\yd\Z6^\','',0,'?'),('AN\%cؚS\n','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_public_24px.svg',0,'٩\CC*\Ty;','٩\CC*\Ty;','\\pRZJ%Q)\_8\b1\(','',0,'?'),('A6X\\rQI=\'','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart02.svg',0,'}]\kb4!\ w\.{','}]\kb4!\ w\.{','PJL\"Ն\|p#PqP7\Cc\,\','',0,'?'),('A\[,#V\\^j\\','wp-content/themes/twentyseventeen/assets/css/colors-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\8\+d{f',',l8Nn\ZDl1\s j:{a y=S\gJxa[','',0,'?'),('Aʾ\\5+GM. ','wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration-fixture.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','獴\ߩZ\q@O\','\UJ%\\^\\7W՘V~nΡ\\','',0,'?'),('Aػ#\"\\j','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\^p\\O\','l\@\e\Y|Ok@߉\\023VY\\3','',0,'?'),('A\/\^V\o\/','wp-content/plugins/coming-soon/public/vendor/tingle/tingle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\gL-f*\h\\+','Bg\n{i\4?Gʯ_H֭ oBH','',0,'?'),('A$h\՝`Qa','wp-content/plugins/akismet/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\h P\Z\ݢ`Ef','\}\\\5\e 3\3mhyD\Q(','',0,'?'),('B\n\ODt\\%','wp-content/themes/twentyseventeen/template-parts/post/content-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XZ\\\\=UT','or꘯ϙPXg\_~=L[[{\"D`K\','',0,'?'),('BFu\?\\[h','wp-content/plugins/wordpress-seo/admin/links/class-link-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A\:\7M\','zvr,բ15\\r|\\z\\\Z%yƂי','',0,'?'),('Bly>nQT','wp-content/themes/pearl/partials/vc_parts/products/style_3.php',0,'EZ\X\kF','EZ\X\kF','ժ8b9\\əJuAm\\u\\F\','',0,'?'),('B\"Uݏ\15FIK','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-featured.php',0,'ߵi\\n\mX\i\\5','ߵi\\n\mX\i\\5','\´\ϑp!HtG\'ݗ r\n\nvϲ\\]','',0,'?'),('B!\ 6``\ e\','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_24px.svg',0,'Os\T\J٪ g','Os\T\J٪ g','+\\\ۑ=\qDX3d\,!\\','',0,'?'),('BJO\zD','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\{1MRKE_\/','|qUUѿÎ|zG>*ۜ\"\\I\;','',0,'?'),('BUjv\\ѣ\\\\(','wp-content/plugins/wordfence/views/common/license.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y^@:F\g\q]p\!J','\\Ѝ] |\\͏\\G$y[\\J\\"\','',0,'?'),('B_\-Th\+`äR','wp-content/themes/twentynineteen/sass/variables-site/_colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ Nx\\\rv/\','tGք\\2\ZF\]aY\\\Jb\p\','',0,'?'),('BhDj7̈́q`','wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg',0,'oѶp$\\Dž\ ','oѶp$\\Dž\ ','F5i?\\m\%Jjy{mP\n\ Ol','',0,'?'),('Bj)\\qDS','wp-admin/install-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'q:e%l\','ז)$2gI\r\L HĆ\!\n','',0,'?'),('B@>\`KaЅ\','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg',0,'.mw̳Fn\ \\','.mw̳Fn\ \\','5\0#`}\rEk_[\¸6S4\j~Í','',0,'?'),('B=|a(jTC','wp-content/plugins/revslider/includes/framework/cssparser.class.php',0,'\\oU #\E','\\oU #\E','sh߹XYF@DM\AS\I(\Hh җ][pPj','',0,'?'),('BQ V[\Hs0V','wp-content/plugins/wordfence/js/Chart.bundle.min.1550163483.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5]d\df\','\>\\`NN`\N\"KӞckG<;','',0,'?'),('BQ\aU%','wp-content/plugins/wordfence/views/scanner/issue-knownfile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\G^=p=$\Z2','RK6\\N\"3*\"J\/0i\x0\','',0,'?'),('B:N+S|','wp-content/plugins/mailchimp-for-wp/includes/views/other-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"q:9\f','g!(\0mEC\\MqE$\1Qv\','',0,'?'),('Bz2\\9l*i1$','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_money_off_24px.svg',0,'\\\b+\&\V\R','\\\b+\&\V\R','\]B[\Vy\\3y *\-Ķu\6','',0,'?'),('B\9gl\\r','wp-content/plugins/revslider/admin/assets/js/codemirror/util/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('B>㞍\䄅\+9','wp-content/plugins/LayerSlider/wp/tinymce_l10n.php',0,'v\\\t_x%:\','v\\\t_x%:\','\.#@&P`8? \n Hն)','',0,'?'),('B\\'zFe\Z}F5','wp-content/themes/pearl/partials/vc_parts/services_carousel/style_3.php',0,'̡\W\ڻiXC','̡\W\ڻiXC','\  yOPQ\Z\\-h\HP\\\W=gm','',0,'?'),('B\R\1\c\VO ','wp-content/plugins/LayerSlider/static/codemirror/addon/selection/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('B\X˹t۴WGE','wp-content/plugins/coming-soon/coming-soon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޔ\.r\N\jT','\нJ,Ƨ\0\t\\Z\]\@BJN&\"Q9','',0,'?'),('B\\KHXک\0U4#','wp-content/themes/pearl/woocommerce/myaccount/form-login.php',0,' aLnve\\lѠ',' aLnve\\lѠ','\, \ɐ>\ޜ\ \Z5\%\\`','',0,'?'),('B\D\`\l\$','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_railway_24px.svg',0,'+\HF|z~\ ^-0','+\HF|z~\ ^-0','\\0KI \zC\\\Y\\r.\\DO +','',0,'?'),('C\"\"#\7\a\'\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_android_24px.svg',0,'!BͶ4%`w4޵','!BͶ4%`w4޵','B\\j>\ij\'L\󓿌Gq\rkB\\7d:\','',0,'?'),('C#j6\n\"뀊\A','wp-content/plugins/stm-configurations/widgets/class-stm-widget-popular-posts.php',0,'\Ztb><`\@\\','\Ztb><`\@\\','Q\R{m*˾Qg\\)\w\Ae\\','',0,'?'),('C8!R\mOP\rT*','wp-content/themes/pearl/includes/theme/vc/modules/carousel_gallery.php',0,'i5;1@_c^\\=\^','i5;1@_c^\\=\^','C ց㾶vv\"C\#(SfV*%','',0,'?'),('C?\\Zw=̗ \O/g7','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_24px.svg',0,'R\]\\(w٧n','R\]\\(w٧n','e o>yg\\\\PK34+we\0','',0,'?'),('CB}&Uсl(C','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant.svg',0,'K\k%8\2\|9҅','K\k%8\2\|9҅','V/h |l\r&O\9\0\r-Re\d\','',0,'?'),('CM\%K.IW;(\\=','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_export_24px.svg',0,'\|Ӣ\rezd\|5','\|Ӣ\rezd\|5','5EaI\j\n\\^_V$\%c\\u-X˥','',0,'?'),('CN=\A\_','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools.svg',0,'\~\_\zԸ\','\~\_\zԸ\','%\ss-\Z\;\\ՂX,\&/\_!','',0,'?'),('Cdǝ,`F','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\ P\\','K\\\d%.RAOF\\\\\jo-','',0,'?'),('Ci5 }uh;','wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php',0,'\Q(\\\q%','\Q(\\\q%','(o\\7\b\i)~\\\ט<ʆ3','',0,'?'),('CqX4\Ͳ\','wp-content/plugins/LayerSlider/templates/tmpl-preview-context-menu.php',0,' 7L\t۝&R',' 7L\t۝&R','\\,\\ͷdW\`T];JWVt\Zn\\\\','',0,'?'),('Cc\iF\h\ .n7','wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ݻܟ3dqgV\\Z','\v\8\\\.\e~S\'trriG','',0,'?'),('CI4\"\3p\\','wp-content/plugins/wordpress-seo/frontend/class-handle-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\ӑG\\̘;','\ \vWB.~\0A\f:}v}\r*2`\r5%','',0,'?'),('C Ǎ*\q\I\ϳ\\','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6L\2Ӳk1:B\','|ٮ\YsLksi30\\rvʵg','',0,'?'),('CgG̕0\\9s','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_new_24px.svg',0,'YheR(!ԩ\"D&z\t\3Y','',0,'?'),('CTkm5\\Z','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_explore_24px.svg',0,'\M4\rll','\M4\rll','\Eˣ/\O\\S9hZ\\\T\\d\\'h','',0,'?'),('C\/@lY2}','wp-includes/css/dist/format-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}^\\-˷\\','\ &w\ <Q\\\)\\N\;*/*','',0,'?'),('Cؚ\TR!vF{','wp-includes/customize/class-wp-customize-nav-menu-item-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Q.&WH  ^_','g\9M\r\)\\\DˢC\wV\݄m\','',0,'?'),('C\\et\;>\h˒1','wp-content/plugins/wordpress-seo/languages/yoast-components-en_NZ.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a ,@:\`m~\','\)\feԖ\r\\[rwx\\n','',0,'?'),('C|\9/x}W\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bookmark.svg',0,'\]\(\\0\9','\]\(\\0\9','l\`-5\a @Q\*\\','%\\"4\ӻzP\rUVJH 8<\L','',0,'?'),('C\s\\\n\\s\\'m','wp-content/plugins/wordfence/lib/menu_tools_whois.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0JM(]\\Z7w\','[:Qݔq\F/qG;N@Kq08\ΤO\`[\','',0,'?'),('D I\a\\cᐸ','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RO\\ \gW\l','\+ASDY\\\\d\ұ/vLe̕3\','',0,'?'),('D m\nzH\S\\','wp-includes/images/crystal/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'^cs\D3T\\','g \t\( Ŏ\k`5͒J\M5\\:j\','',0,'?'),('Dx \\Va҈8ߌ','wp-content/themes/pearl/assets/js/vc_modules/post_carousel/style_4.js',0,'ā\o\\6T\_O','ā\o\\6T\_O','0Υ\Zx^yKƐH59oM\e&','',0,'?'),('D(\l\aM\\l$','wp-content/plugins/coming-soon/resources/views/stockimages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lM~ \;\n\ɒ0','V+\Y\\lԻy\*\Ο9Qo\\00','',0,'?'),('D,x\&:','wp-content/themes/pearl/partials/header/elements/cart/quantity_with_text.php',0,'%\\|m\\kȮR','%\\|m\\kȮR','\q\U\\\>PFrwH\Vgf\bF$_\','',0,'?'),('D.\:\0S\R8','wp-includes/ID3/module.audio-video.asf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n%\r8;e\}y','8\}|@ s\\ی\\} X\\\\n==\H','',0,'?'),('D0R(\n\','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_off_24px.svg',0,'g^VgK-$\','g^VgK-$\','b}U۫\:o\Z󨳲\t[qpៜ0#O','',0,'?'),('D6m\er{pK\O','wp-includes/locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_?>nY\xF\\','@ge;6\0Pu.xF\r S\ּ\\','',0,'?'),('DZ<:MZ4\\\dz\','wp-content/plugins/wordpress-seo/src/database/migration-runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\5 \0[&㕫 ',';(7Ը갩Ty\k_|\jbia\\\','',0,'?'),('D^$$\n\ш@na$','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/image/image.control.html',0,'ġʨQ\Y\\r\kC','ġʨQ\Y\\r\kC','l6\xRl\<.I\⼪\B&V䇼Rur\','',0,'?'),('Dmu\ϣ!\I5H','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pٽP\]G\','| )YM,30\\\Z*9\p','',0,'?'),('Du\UZvA','wp-content/plugins/wordpress-seo/languages/wordpress-seo-bg_BG.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\N\\\И5g2','r\|KT\\N\{\\7ꌒK\vXZ$','',0,'?'),('Dc\'d\_ȜX','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-clip.svg',0,'\ZM\ZH\\(Jj\\\','\ZM\ZH\\(Jj\\\','JS^廊j5w;#--\','',0,'?'),('D\\u\r\‹ɲ\Z','wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Z?d⢡','1XaRpLrIO%%|\r\\Vge\0-b\^n=','',0,'?'),('D\\\\2%GcW','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-de_CH.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C~褺fR0E\0','\}E\rtA/\p\\0i:\T\+u-뎉4=KD','',0,'?'),('D\\)ba\k\\{\\','wp-admin/includes/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^?j풒e\-\\<','\bh$w\"=c?./@}$\Z`ʨ','',0,'?'),('D\1wN\u<mM','wp-content/themes/twentyseventeen/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V^T<\','\0[\\fquR;G9elW\Q\m}\\\\\=\d\`Bp,I[|T:','',0,'?'),('D\T[\-\\U\','wp-content/plugins/wordfence/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','눣E \\xbH$\t','\\F\\m0\jC,W$=9nԫ','',0,'?'),('D\\5\n\'\\\\~W','wp-includes/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.~\.L9;\','\$\,K\EgH`uB\#\\\p.\TC9mQ\0','',0,'?'),('D\mZ)D;B%>I','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_24px.svg',0,'C\`B\9ߟV,','C\`B\9ߟV,','rb\=PtlC5w\dNyLaR~U\k','',0,'?'),('Dz \iC(\\=','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/safe.svg',0,'%gލz݁Mq̻H','%gލz݁Mq̻H','q\}_B Q\ݰ\P\35\g\\Ф','',0,'?'),('E Ցg\,u\*\"\','wp-content/themes/pearl/assets/js/three_hundred_sixty.js',0,'J.У\l','J.У\l','\\'\۶\"\T\0\cPϫ\CO','',0,'?'),('E#\\\-v37\6\Ť','wp-content/plugins/wordfence/wordfence.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\E\\\'dh):7','t\pSWm>˸ \9\ZL_OEz\L','',0,'?'),('E\'\&w\1k\,1$','wp-content/themes/pearl/includes/theme/print_styles.php',0,'7ϱ uh\\b','7ϱ uh\\b','\\0X \\\\\M\/','',0,'?'),('E,kOb\\nIj','wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php',0,'6\\Y#*R','6\\Y#*R','\nY\s\l\\ْE\d\\\؇D','',0,'?'),('E/!mф\dq_\1\\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_scan_wifi_24px.svg',0,'\W_MJ\xx|ZH','\W_MJ\xx|ZH','>%cuѢ3Lї~\'H9(пa\\,\','',0,'?'),('E/\ꪔ\\','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-palette.php',0,'q#zzGUh\\m','q#zzGUh\\m','l?vf&9㎮3Cѩ\@yyX_\;V','',0,'?'),('E4\\fu\r#R:k!jgh','wp-includes/js/wp-list-revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\H:\҃l9˨','SO\ \i|W$I\Ƞ~e\o\Z','',0,'?'),('E5;\\\\tR$L\','wp-includes/js/dist/element.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>V}L-p5^\0','׼BY2i\8Q\r\# \%\=pU','',0,'?'),('E;rM+\e&Q\3f','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_dragndrop.tpl.php',0,'\\]\\)h9 <\"̏','\\]\\)h9 <\"̏','\l\\r\Om]C\ S8LY\\zfaU\','',0,'?'),('E+\~PԆ){8*','>+\~PԆ){8*','+pFLÚ`\n\n\WOwA\\',\','',0,'?'),('Eao\\rg\ܼ]\ 7X','wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('Eh\\\\@aq','wp-includes/session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','вn3Ue\\e7','Gon^p~!wk+\9KA\Ҁ','',0,'?'),('Er-S{\\b|+\%','wp-content/plugins/mailchimp-for-wp/includes/admin/class-ads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\?F \ZNK\','=\b=DG02xHn\k\\?Re@','',0,'?'),('Es.\\W\1\Z|~>','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_on_24px.svg',0,'G^(3\\njn','G^(3\\njn','?No!u\=EHC\uy\c\\ :n','',0,'?'),('Ex\"GC~2J\ŕs','wp-content/themes/twentysixteen/genericons/Genericons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\' N깛\V','?ǵ_-ϟ\b7b\Z \' fp>UG\0','',0,'?'),('Eß\gH\)tU[#','wp-content/themes/pearl/partials/vc_parts/stm_staff/grid/style_8.php',0,'չ\nR8b\\\','չ\nR8b\\\','^\\V55H\'~\\nl8,˭^\Nl\\n','',0,'?'),('EeN\\\f:;\^','wp-content/themes/pearl/partials/header/elements/weather/weather.php',0,'?,H\DUU\'','?,H\DUU\'','I&E\v\V\\|[ ׀\\\42','',0,'?'),('E(zRA1;eN\qD3','wp-content/plugins/wordfence/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\e\\ª\\\\og',' o\\MJ#A|ߎ(\;6R\n','',0,'?'),('ET\)E\AC`','wp-content/plugins/coming-soon/public/images/themes/16.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\D}i>U','S\)׆If\\R߂I\J[','',0,'?'),('E|\\\)\N1','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-de_CH.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q;\\\rs\','\t-*0\%\T\%.>\\Z\z\\\ ,!T','',0,'?'),('Ee|\ګEh','wp-content/plugins/wordpress-seo/inc/exceptions/class-invalid-indexable-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\_Q<\0Jq\Z\ng','r 0\4 \\-^\<\\,\'j\\','',0,'?'),('E}~\M\\-\]a','wp-admin/css/widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 2΄qu񫍉\ƪ','L\9g\\\n$obl&n+m\','',0,'?'),('EwBc0>]\"R','wp-content/themes/pearl/vc_templates/stm_recent_posts.php',0,'\Ya\^','\Ya\^','\\\\ne\n\qd@\\4=s\6','',0,'?'),('Ed\ZEZw','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?#\\\K\UtN','.YC\#(*w\_9#.#tV߂\\'','',0,'?'),('EV\,\%\,SM=','wp-admin/ms-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\/Ħý:E','敔L`;Ai^\O\~M\:e\"','',0,'?'),('E|aN,񜞁~','wp-content/themes/pearl/includes/theme/vc/post_types/projects.php',0,'T2XH\\rM','T2XH\\rM','C\\\ʨ>]b\.Z[\n.F\* \\5','',0,'?'),('ḘC\\DP','wp-content/plugins/wordpress-seo/admin/class-my-yoast-route.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\&5\\\\s','\zƴGWHu\4ϻ\J1\y]~A','',0,'?'),('E\<\\ʂ\\\rЬ','wp-content/plugins/revslider/admin/assets/imports/notgeneric/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('E\|}\\z\BM>','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/phone.svg',0,'\I%\+\S8?','\I%\+\S8?','\0mp\\F \\ut+ xQHb6','',0,'?'),('E\}f\m\n\p\T\','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-textarea.php',0,'G:Zh\*','G:Zh\*','Q:[cПچ!|\;{\O\g[&S Zi','',0,'?'),('EM Z;x$>:_~','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_usb_24px.svg',0,'S\G*m\\4i\S','S\G*m\\4i\S','Qeax\\H$Hu*\\\')\g\\0','',0,'?'),('E՗_G<^','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_add_alarm_24px.svg',0,']4&?\rR4軉N',']4&?\rR4軉N','ѕ~\=+\:s vbO5\0.\r#\\00d','',0,'?'),('E_k\\Kuv\o2','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-pen.svg',0,'\҆\ 3r\Pn','\҆\ 3r\Pn','ɥJ!hH7\%\Z\"HS;$0aӟai9','',0,'?'),('FHȝl\e\#\','wp-includes/js/tinymce/skins/wordpress/images/more-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l,\ r\%^x%','\\Y=\_b|ʧ&f, <\','',0,'?'),('F \\Oۣ\\\g','wp-content/plugins/wordfence/images/wordfence-logo-32x32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\@ۯI\\ \\uU\','\\9B\Ho>߶YSs9v*q(\0','',0,'?'),('F \9ECWT-\DZ>','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_upload_24px.svg',0,'o\\ \S{!+r|','o\\ \S{!+r|','J\h\㯋#3mĤc\ڎ23\\"\}','',0,'?'),('F\r,@>\\0Ord','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb.svg',0,'-\YrF\NO\֮ ','-\YrF\NO\֮ ','c*\n\ߡXLpK\Ho=I','',0,'?'),('F\rx\w~\\rܱ\\n','wp-includes/widgets/class-wp-widget-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q]\.u\p\ľ?','d\\\xc\&޹8N[`','',0,'?'),('F$ҕCs\\L\0\'','wp-content/plugins/revslider/admin/views/system/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('F06<,A\\-K\\^','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php',0,'ί\\ao+>8~ ','ί\\ao+>8~ ','\\\(JH7ϱ\ˑjt\\(','',0,'?'),('F1#:\/m.i=','wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js',0,' t\'\'\\z',' t\'\'\\z','wӡ=l.\\\0.D\','',0,'?'),('Fn%Ɩ\|}\U8!`','wp-content/plugins/revslider/includes/framework/plugin-update.class.php',0,'ԡ\\+Q 91','ԡ\\+Q 91','\\MK!PJ\\N\z\\g4O{\fj\','',0,'?'),('Frum E]C','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_circular_24px.svg',0,'ķ޾Ew(WD>ͩ\','ķ޾Ew(WD>ͩ\',':u\\Z\\\"ʵ\\ \0oP\\x\\#U\','',0,'?'),('F0]\2p\eW\0y','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-form-3-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D8F~\ ±\\\\','^Y\\Z\9t\5\"N S\'\q*0\','',0,'?'),('F\_=^\aE}','wp-content/plugins/contact-form-7/admin/edit-contact-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\g\w\]Çe','\bJd@_P]E\γg/b?UX','',0,'?'),('F\\'B/\4{J\{w','wp-admin/js/edit-comments.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pk\58mK','\\W!vs`$0J\ \"\\GVxv\\:9\','',0,'?'),('F\\\\"L\\,4ꫥ','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\)y\[ޙmM^','\g\=Hӗ\ւH\\w/~p--','',0,'?'),('F\\?\C;$\H\r\r','wp-admin/css/color-picker.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\.\h|ƌ\\\','<<\\\6 \\*w','',0,'?'),('G\8\C\ +{','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart.svg',0,'\\p%hKJL|','\\p%hKJL|','P\Z\\$Q\'¨4v}\Y\r\Kj( \','',0,'?'),('G\(x\\n^','wp-content/plugins/revslider/admin/views/templates/slide-selector.php',0,'u/E\~y\','u/E\~y\','\P\\\,\"vC̷\@]\ˆ\&@l\','',0,'?'),('G\֓=_B\e-','wp-content/plugins/wordpress-seo/admin/links/class-link-table-accessible-notifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u(\BvQBm','q$\=\Tx\\gP\\\!^\Roa\f:','',0,'?'),('GD\w\$~s','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_drama_24px.svg',0,'x.2-S\`ȮN','x.2-S\`ȮN','\n*Ƌ $1}}yP[\A\-.}=','',0,'?'),('G Xex\\w0\\\o8','wp-includes/Requests/Response/Headers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\ÂҶA->c`','\E\n\F \M\\%{\\a\`,\','',0,'?'),('G&MM\\B\Z\τ\','wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php',0,'>\\Z̓{\\W\','>\\Z̓{\\W\','8wcSS\\'\=~\*7,f5\\\r\\','',0,'?'),('G\'\\`7\ )̼\\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg',0,'Z\J\X̦Z\','Z\J\X̦Z\','G@F,\ \u~\xlnHp\09$f\'pU','',0,'?'),('G)TO yOiY','wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('G,gy\\B\\/','wp-content/plugins/LayerSlider/static/font-awesome/fonts/fontawesome-webfont.svg',0,'.\murI1G \','.\murI1G \','Lr7D@y\ɂ]NK(\ti\G9\\Tm=','',0,'?'),('G6U\2\01R\J','wp-admin/js/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k2=\=\t^','\\'\\\\W\ю\\\N\\GgxHSg\'','',0,'?'),('G:Z\]Y!tI\\"','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\jI78{r \P','Uk\ZM=OEwDw\ |I;','',0,'?'),('G?brA\_! @d<','wp-content/themes/pearl/assets/fonts/stmicons/lawyer/charmap.php',0,'\=\^lgPo\','\=\^lgPo\','\'\/yc`9\v,*\\ QYzY?\\','',0,'?'),('GB Jŏ\6թ+','wp-content/plugins/coming-soon/inc/class-seed-csp4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s&\\:\xFy\\\!*Q','\Ó\\Pd\c\H~-\\\83','',0,'?'),('GLvLkf\S#T#','wp-content/plugins/LayerSlider/templates/tmpl-import-templates.php',0,'\Z\0~Pqq\/@\0\','\Z\0~Pqq\/@\0\','op\Iӳ)bsV\ aJQ^*k:\','',0,'?'),('GP_z6\\@פ\~E','wp-content/plugins/stm-configurations/widgets/class-stm-widget-working-hours.php',0,'O\T:\1I\#¾O','O\T:\1I\#¾O','}V}\0h\ν\$u<\Z3A\ 4\\YK±:','',0,'?'),('GQWc䮉\I}8(','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_front_24px.svg',0,'\NL6\W\x','\NL6\W\x','9oxp(~\\\\8N\\=)','',0,'?'),('GgI\6MM\y(F6','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' w^\]緣M','ZEO\7(nY\h\˨','',0,'?'),('Gl>G\\Κ','wp-content/plugins/revslider/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('Gle\rX{z%\','wp-content/themes/pearl/assets/js/modal.js',0,'vh\eԍ\b̋\0~H','vh\eԍ\b̋\0~H','4cF\o\ZM\#{ɃᎧ)7k*f','',0,'?'),('Gm:MľVLЉ','wp-includes/js/tinymce/utils/editable_selects.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jq2I\'\J9E','v\\Gjs\\f ed\&\g+\','',0,'?'),('GmԻ&\\\\k','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php',0,'\, S ^*X\','\, S ^*X\','>@\\0\] E7\T\\'\\"x>C\I','',0,'?'),('Gu\\\\\ʭ','wp-includes/class-wp-meta-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','یTFAo\\"','\|oz\0U\\G\\Mg‰f8%4\'\e','',0,'?'),('Gu5\aԯ\','wp-includes/rest-api/search/class-wp-rest-post-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5>AGuknG\A$\','Zډ1Z\Ћ86 F̏z\n','',0,'?'),('Gu^/1\\ՁS7','wp-includes/atomlib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bJ3֔\eke\\'[','\{\)N\RK\߬\<\ʚ\EYG\\\\','',0,'?'),('G9q\=ʥ[3?a\','wp-admin/images/bubble_bg-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\b\L\Por','\GJ{B-\r$u] ]E.\02%\\k','',0,'?'),('G\ҳ \J','wp-content/plugins/LayerSlider/static/admin/js/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('G7\Z\I&:\x','wp-admin/edit-form-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')_Ir\yH\\','z\7\',\2K` ز\\?5y;\X\n\','',0,'?'),('GQ\:\\\r\r\s','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}s\S\ ,\0tn\\\\','5\0g<+ )|\5ʼn\59W\q\a','',0,'?'),('GdO,!\d\\}R','wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\$}\̗!:','o\d\T&\7\\W\d\\ZԟV\n\x<\\\\','',0,'?'),('G3sqٴ\\F`j','wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php',0,'ltk\I1~92p+b','ltk\I1~92p+b','xoOݖш\:?./\J4͡\ Vd','',0,'?'),('G\eˆj:\\\\','wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\:\0\>\\\}LQ\0','\\_U\0]q=Չf\\/ @d\\r+v\*(','',0,'?'),('G\d|LM\US','wp-content/plugins/LayerSlider/static/codemirror/mode/javascript/test.js',0,'8\\1k\0d#\','8\\1k\0d#\','OV\ndr7ۿ`! EGU~H','',0,'?'),('G\\k:^','wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_9.php',0,'hiw\\"\','hiw\\"\','`O\t<\gA9Jxf޴$\R\'Yã','',0,'?'),('G\\>s߼zϐ@\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money.svg',0,'5վR\\8\\5','5վR\\8\\5','5.W&\\\\\e!P;)\:Y\\!C','',0,'?'),('G\ߊ\ 9ˑ2>\','wp-content/plugins/mailchimp-for-wp/integrations/buddypress/class-buddypress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6S\p(ya\','Sh\\|\ȁ.S=\\ i\H\b$&n\\\6p\Z','',0,'?'),('H@4\g\n\K\','wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php',0,'1W2\/\"1O6\Lj=','1W2\/\"1O6\Lj=','W,\0nV;UX\,{Mۂ\g\'I1C\R-','',0,'?'),('H^\\0e{\=8ɻ','wp-content/themes/pearl/partials/content/stm_media_events/single/actions.php',0,'v`ݸy\$\0 \\','v`ݸy\$\0 \\','\蠠I燐%\"\j\=`Z4f!< x','',0,'?'),('H#4L\:i\vTx\h','wp-content/plugins/stm-configurations/page_importer/helpers/import.php',0,'/N\{ *0\','/N\{ *0\','lH \mYG\;fHZ?iw=\\A!u','',0,'?'),('H+E~}1Q\\','wp-includes/js/wp-util.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\\֐*\]u-\0','?YaVo¸KB\Z\{\\g\K: h5','',0,'?'),('H0S>7\?\tَ ','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Wwb>E\yJ','\'~6ȝ\nB\agz\d\\Q','',0,'?'),('H<\\{\r@>{h\ ','wp-content/plugins/coming-soon/public/images/themes/3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']N*T95V/RHr','\\\Za#>Q\n\d]sg1B\\Okg','',0,'?'),('H?Dډ?\~z\n','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_returned_24px.svg',0,'I}\\\\\ȝ5\\','I}\\\\\ȝ5\\','\J\8(lK\ZZ\_JsɘJ','',0,'?'),('HAf,\$F-\','wp-admin/css/customize-nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\ϤPZH!\\]?','o\6Ri\s\`\\r \\8W\Z','',0,'?'),('HGh\'\xR~\n','wp-admin/js/customize-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\!7^(\"\0','\\R\6z\\'\+\xc\%H\n^, \9','',0,'?'),('HR%N_\sm~4hf','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money3.svg',0,'GJc_\\(@ \','GJc_\\(@ \','[ 7#\S\ v)LG#y\0jZ|\x?[','',0,'?'),('HSz+\0W eXV','wp-content/plugins/wp-members/i18n/languages/wp-members-nb_NO.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$;\ɶu)a','v\@\TXBWg&m4ca\p,','',0,'?'),('H`\\ \rY\C','wp-admin/includes/class-theme-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RP~$\x\\$-','\_)\$ v$C2Vic\Z\"TgFC','',0,'?'),('Hc xd3jF\<\','wp-content/themes/pearl/partials/content/stm_products/layouts/layout_3.php',0,'\=\X(t:]$','\=\X(t:]$','>v \Z2-nq\_\jvB}\#,','',0,'?'),('Hc\"W@\T','wp-content/plugins/coming-soon/public/vendor/fontawesome/css/fontawesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\Z\ztV','0\S\|\N?6(V\B\ \Q\','',0,'?'),('Hr\\\EW9\\K0\r','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/class-section.php',0,'\#\2. \oÚ','\#\2. \oÚ','BG==Gnd1LkMi\zU\iX/$`','',0,'?'),('Hw\0q!a\\7Qx8','wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php',0,'(\\>Q9\\K4','(\\>Q9\\K4','OC9\-`R&^\ʦSHfԭ\[\0\\4','',0,'?'),('H\\\\ك','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\?s\y\rMW','\rr4enV\uX&\S\\nsk`X^\·\\B','',0,'?'),('H ڍQ$\?9\','wp-content/plugins/contact-form-7/admin/includes/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\^+\Qv\‘','\01~S#M*F%l\X\ڒ\l>T\l','',0,'?'),('H>\f\>A\\_|\','wp-content/plugins/js_composer/assets/js/dist/backend.min.js',0,'\H/\M~\\;i=%\','\H/\M~\\;i=%\',';}D#\*(\q,$1fOO4','',0,'?'),('H@Fz\r\'\BE5v','wp-content/themes/pearl/vc_templates/stm_price_list.php',0,'Lg7pi\\혷\\\','Lg7pi\\혷\\\','}O(|]J\/ z]Һ\n/>׉\a\>','',0,'?'),('H@O]X+G\\B`P','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-bulk-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\5y\','MGa\YMD\eŧ:\\\ũ\7\\\¨U','',0,'?'),('Hĺ0p\\\\\\'S\','wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php',0,'*Ⱥ(VVb~R','*Ⱥ(VVb~R','4\\\f\Qr?`_ =gO܁\Fݯ\\','',0,'?'),('HЂi TQuj!]\\','wp-content/plugins/LayerSlider/static/codemirror/addon/fold/indent-fold.js',0,'5ӈ72q\','5ӈ72q\','2{\˒ /y\ת \\0\\'\-$','',0,'?'),('H\>6V?\,\\r','wp-content/plugins/breadcrumb-navxt/class.bcn_rest_controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zoi݉]ol-\:\','\\FK~̦r-T]i\z(l\݂D','',0,'?'),('H\\\\0!!~\','wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php',0,'K\, `{ީZ','K\, `{ީZ','\\9tĀs\;7\\','wp-content/plugins/akismet/class.akismet-rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⺅:K\\7&Z9Hc','*\F\\:Å=IH\'x\\\\"\\\':','',0,'?'),('HVcE\p\4$s','wp-content/themes/pearl/assets/js/vc_modules/categories_tabs.js',0,'\nG\\\\$\)','\nG\\\\$\)','r\Vm( \\\\n\ |;0\m','',0,'?'),('Hf=z\\Ck','wp-content/themes/pearl/includes/admin/product_registration/assets/img/docs.svg',0,'\3p@Thv6\+','\3p@Thv6\+','8Q\r?[ \\TR\w\/','',0,'?'),('IRv:Qi\ah\','wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php',0,'\ьX`\ \j','\ьX`\ \j','\Ё\^\\ٝx}(\ܺ\\ZA\\Rs','',0,'?'),('I\'jg[Dm\2','wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php',0,'l\\>:Z#&ZV','l\\>:Z#&ZV','\ISb\\\\u\s\\:h ','',0,'?'),('I(IyI%%v@1\\','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_move_to_inbox_24px.svg',0,'\9\\k\Z\^]w\','\9\\k\Z\^]w\','\e+cD\jS\ew\lB\','',0,'?'),('I0\S$2T\B*','wp-includes/widgets/class-wp-widget-calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\v\\\[\"u\.J\','並\\>\S;OqmaM2 J{9鷇\\','',0,'?'),('I3\\\*,\\0\\\\','wp-content/plugins/wordpress-seo/config/dependency-injection/container-compiler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\5@\w˺՞A','b5?lL,l-Hê?8eZ\\5QH','',0,'?'),('I6.:\n(\i\0B\','wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\r\r0X/^\0R','O1-p\Qۊ\8Z+\$[jK\\','',0,'?'),('I6U\r7\\3p\','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h<\|\7b','\\_^F\"\;+r&Z~ӦQ\\\|\5','',0,'?'),('I7w=\ǫ\iH \','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_computer_24px.svg',0,'2iݿJކ?\R','2iݿJކ?\R','\\=EkdB`&[\{iPUTx\\','',0,'?'),('I8\\#/2ױQ\\','wp-content/themes/pearl/partials/content/post/layouts/layout_15.php',0,'\\ԟ\\\rˍ\Z','\\ԟ\\\rˍ\Z','\\Z%\&\`Y\'3ZĤ\\nvV \ejQ۫agl','',0,'?'),('IC7\t15Jʻ/˰','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user01.svg',0,'f6a*@%\\Oy','f6a*@%\\Oy','\\48\\\9D\\x}\S\xA\\ZSx\','',0,'?'),('IF`7TYf\','wp-content/plugins/mailchimp-for-wp/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\|%*T*`','\289vu3n C2sv a/','',0,'?'),('IR!Kbb$\"\\Z\\ܪ\R\1]h.$\\\HA','',0,'?'),('IS\\T3OvSd.','wp-content/plugins/wordfence/css/jquery-ui.structure.min.1550163483.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#/\h<U\','n\\\i \뗅NvX7Y]D','',0,'?'),('I^ysN]*_','wp-content/plugins/wordpress-seo/admin/services/class-indexable-post-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fӄhH\'i0\V*ŧ','rE!\ь|H\\-H\\\\\\\\?ά','',0,'?'),('I\:Bs\#\\\@\','wp-blog-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\u^u kq','5Cz\0ېu X\I!X处','',0,'?'),('I\ \]\ZB\Z m%','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vpn_lock_24px.svg',0,'\-j9:D:E^','\-j9:D:E^','\\JUX\FGT\m[p32\\#','',0,'?'),('Iw6)\'\\0H4','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_check_24px.svg',0,'9q6ȈC\rvg\>_','9q6ȈC\rvg\>_','䘡%E\.\5pIp\>NW\k','',0,'?'),('I?8o1\zξs','wp-content/plugins/wordpress-seo/css/dist/featured-image-1230.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^.\ N|8\\b\\','Ī+4c]F\\ v+\D\E&','',0,'?'),('Iޖur\.\c\Q','wp-content/plugins/wp-members/i18n/languages/wp-members-hi_IN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\41q\\\*','\P”cmu֤@7g?\n\@-yB@K','',0,'?'),('Ij&M\m\\+','wp-content/plugins/LayerSlider/static/codemirror/addon/runmode/colorize.js',0,'\=T\k$n\\nu','\=T\k$n\\nu','␣ \W fa\\ \ \\\j\\','',0,'?'),('I\Ԭlv0O','wp-includes/js/dist/core-data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';(Y\\"IP\k','\\\Ͷ\\82Z\\r\ae\W 96ZI7','',0,'?'),('I\w]~\#khez','wp-content/plugins/LayerSlider/static/layerslider/skins/numbers/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('IV/6s\\ ','wp-admin/js/editor-expand.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Re5dzn','\D* \\}۪\)\Z[\l`/\n\*-','',0,'?'),('I\O|\\5\ٻ\','wp-content/themes/pearl/partials/skin/responsive.php',0,'\\a3\\f','\\a3\\f','\'B\2OGG6 {\UH,\{{\\\C','',0,'?'),('I\\Ztb\\'儕v','wp-content/plugins/LayerSlider/static/layerslider/skins/roundedflat/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('Ik\=2\|\AI','wp-content/plugins/LayerSlider/static/layerslider/plugins/debug/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('J\0B\r\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gears.svg',0,'?S\`(Ԣ\X','?S\`(Ԣ\X','cI|(1T,\\\E}g/֫','',0,'?'),('J\%.~—q\l','wp-includes/class-wp-text-diff-renderer-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_YyGw\_B\W9+','r\\JNi+t\\" \A\f|x\^','',0,'?'),('J?#͌$M 7\c','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' `\I .:\`PR\','#z\R\ZHU\\\>B\nP,\'eTtߺ','',0,'?'),('J f3?_r\C','wp-admin/images/w-logo-white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\\Jvۢ~y\\','nD _\;\!GםcV0M9i\=','',0,'?'),('J E[7U\\\Z\~','wp-includes/js/plupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z6տua\\','^O','wp-content/plugins/contact-form-7/modules/submit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\7*\{;ĂEr','\6͏\nL?LlA\ݷ)3z\œ_k?','',0,'?'),('JDR6\g\ѪX','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\KA\ct&',';8%&h\1R\n\J g0-p\"\F1*ts','',0,'?'),('JM\ZC\\i\"\','wp-content/themes/pearl/partials/vc_parts/projects_cards/style_3/style_3.php',0,'{\'\'\xH','{\'\'\xH','JU[^ (}\<(\\~\I4ݔ:`\','',0,'?'),('JQcSȥU\=qG','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۓ\Gc,=c^','\\\G\c\\t(5\n,9%\\\)\e','',0,'?'),('Jcn\a\j\\4П o\','wp-content/plugins/revslider/public/assets/css/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('Jl2\3J^\r@D','wp-content/plugins/mailchimp-for-wp/assets/js/forms-api.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9<ǮS\R\\d','} \J\zKSq[]5&k\\M\','',0,'?'),('Jl\1\\\\','wp-content/plugins/wordfence/models/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\"xK\\{\8dS','C\'r9\@\Kކt\w#@k','',0,'?'),('Js1=[2Z','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-repeater-music.php',0,'D6DW69\#\g','D6DW69\#\g','\܇ע8X\\Ӵ?\\Vh\7X\'!U','',0,'?'),('J{ֹZi^ùxI','wp-admin/media-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q-\O\\֮L','\*\F%I\\"O\ԁ\g\i\ip\\e','',0,'?'),('J16a?\')88\ry','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_3_24px.svg',0,'6C \\\.\"\\j','6C \\\.\"\\j','EtC֞nKJ΂C\~uO\r@,\','',0,'?'),('J\FJN67\#\J','wp-content/plugins/stm-configurations/slider/slider.php',0,'E{.Ť\\%/','E{.Ť\\%/','\Z{kjN>\Uq\X^uk/ )','',0,'?'),('JmO\\\\` \f\','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php',0,'ER\D\L`}','ER\D\L`}','\7\TI1Zx\r\b;U9[n\"P\R','',0,'?'),('J>\\\\\"\\/','wp-includes/Requests/Auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\R\WÔO[\J','bO\Q\wù\LѠâ9Q\lrl','',0,'?'),('J\\~_\#)#n','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_beenhere_24px.svg',0,'\l)Y!!\NJ\{e1','\l)Y!!\NJ\{e1','b״\0ۧ^\S:t\]VWđ\2','',0,'?'),('J\Mդy|\M','wp-content/themes/pearl/partials/vc_parts/services/grid_style_2.php',0,'\*\ZRCˮ\rR9\','\*\ZRCˮ\rR9\','ED\FEW\\CE+\\/k9&4fGF\','',0,'?'),('JͶ[2۰0\','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_system_update_24px.svg',0,'C.Bjmi\Ƿ','C.Bjmi\Ƿ','\t\\\tN\\G\ytJ5o X','',0,'?'),('J\*g6ʟ~vp\@','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_disabled_24px.svg',0,'%ůuœ\0nj ','%ůuœ\0nj ','S1i\KѡnK\g\-\t\#<:մ\-\','',0,'?'),('J\K@:JpDo\','wp-content/plugins/revslider/includes/framework/wpml.class.php',0,'n0e\\Ѐ\sry\','n0e\\Ѐ\sry\',')f &\pL]2%{c#-\','',0,'?'),('J\6F\r?\\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_wallet_24px.svg',0,'#8؃K\Z','#8؃K\Z','\\r6\"DNE\_\0ܬO\^EG','',0,'?'),('J\.s\\}jB','wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates/category.tpl.php',0,'9?Ep\6B\f!ͤ','9?Ep\6B\f!ͤ','Vƒf(\9ahF9P?ѝTh>','',0,'?'),('J\W|#^^\I)#\','wp-content/plugins/coming-soon/public/images/seedprod-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R͠j\5L4`','R,s\/\Bn\1\\9*YR\ծh&qD\r\:]','',0,'?'),('J򾁬\Oh\\sDؾ','wp-includes/js/zxcvbn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/,\YB\[P','KuP K\Z\\0\\YA,Qשԣ[\u','',0,'?'),('J\e[\\E:=S','wp-content/plugins/wp-members/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s9>\\Ct\Pn','\Y*eM\3,P\T\R:Ys8^','',0,'?'),('JԀ\h66`U\','wp-content/themes/pearl/assets/vendor/Chart.min.js',0,'$`Z\\'`\3','$`Z\\'`\3','xΨ\0e4$Ʈd Х\C\xɢ\','',0,'?'),('K\ߺ\b','wp-content/plugins/wordfence/lib/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\\\zxC}','Nܓ#d\tB!\"M՞==\@o','',0,'?'),('K%wޯ2^[2=!','wp-content/plugins/mailchimp-for-wp/includes/class-queue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\*\\tca\\\,\;Q','g\)>1zQO\\¬\dgÓ\\m','',0,'?'),('K.J\\\"o\ Dh','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php',0,'\jO\\\֕21','\jO\\\֕21','d\}\cu\\YqѺX#U~Eƈu','',0,'?'),('K0/\\4\0-Lj4G','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z܍\IE','\$\I(Uc\\k9\2(q:cݦo\\','',0,'?'),('K8\E9','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_24px.svg',0,'(dDN=!_2ك›','(dDN=!_2ك›','$7Q\\rR\t5,y\\}VOތr','',0,'?'),('K;^\Ù n*1\\9','wp-content/plugins/LayerSlider/templates/tmpl-add-slider-list.php',0,'\F?N\"\\=-\];','\F?N\"\\=-\];','m14\[v%o\\\ܰ|\a\ XR\D\"','',0,'?'),('KKOfSdiB0Ov\','wp-content/plugins/wordfence/views/scanner/scanner-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޑ[.ɕ\l\\:','&k0lc\X**?\\\r\\\ܒ','',0,'?'),('KQ\Fq\\b\ē yvp','wp-content/themes/pearl/includes/theme/vc/visual_composer.php',0,'\0gѠ^o]\3>+','\0gѠ^o]\3>+','r8jA](I\mGNy\npлB\','',0,'?'),('KQ\ԉ+\]\\\d','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg',0,'*\I\\\\\"I\[\','*\I\\\\\"I\[\','\ͦ\\ʼn!\\U\w]sVHI~%/','',0,'?'),('KV\h±Q/Ø','wp-content/plugins/wordpress-seo/languages/yoast-components-pt_BR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȩ\7 W\Zź',']޹\\5pD\\iZ\`8\\\Z','',0,'?'),('KW\\\\[\\/ 1\0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager01.svg',0,'IdҾ\*m','IdҾ\*m','\\\H\vt#)Ɯ P\E','',0,'?'),('KwٺFŗ\G','wp-content/plugins/stm-configurations/page_importer/pages/portfolio/forms.php',0,'\pw(S~ANN\Y','\pw(S~ANN\Y','P \^BnTqG0s(om|:H`c','',0,'?'),('KzԼ\R]6\\','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg',0,'M0dx.5','M0dx.5','\\f/xq\\0Z|\Li[)]','',0,'?'),('KnҋD&sRWU(','wp-admin/css/farbtastic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\^:G( :k\n','47Vf\ /\\\\\\DW3p','',0,'?'),('KE\ I\ٯ\LE','wp-content/themes/pearl/vc_templates/stm_woo_products.php',0,'?\\R=KTc\a#1','?\\R=KTc\a#1','\燡_(Ht zhE}\\wxg','',0,'?'),('K\xKS\o4 ','wp-content/uploads/stm_fonts/stmicons/rental/charmap.php',0,'+0<$^!eW\\`r','+0<$^!eW\\`r',':\,\>\\\ە\\Z$Y$ƱTk/L','',0,'?'),('K٭\\=j','wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_17.php',0,'\Q\nBY\!\̤\4','\Q\nBY\!\̤\4','\W}ri\L\\ms\wɊv\H`#K\r','',0,'?'),('Kc#2s/(\"','wp-includes/widgets/class-wp-widget-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','crƄ~ݰ\','S*^U0\L\n\[Henu\ݖ\\\;8\n','',0,'?'),('K< H<7\E,l\\','wp-content/plugins/wordfence/views/waf/options-group-brute-force.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zٻ\D;ѩcۺ','\RA{\Rda\w3J\\jp\','',0,'?'),('Kȥ\?\A\ \0A','wp-content/plugins/wordpress-seo/cli/class-cli-redirect-upsell-command-namespace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\C)yfu\p2','\<\\Z 2%.\dއ{#\rцv','',0,'?'),('K\]C\\l7:\D\0','wp-admin/js/widgets/media-audio-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\7*Ϸ*U#\','\\\S䛚j/yq_hoӳn\muƯY','',0,'?'),('K\D<*TU\,\','wp-content/themes/pearl/partials/vc_parts/posts_format/style_1.php',0,'mQ%yN\v','mQ%yN\v','G p+E\\^t\-LY\J\\[\n\\ZbY','',0,'?'),('K\Țy\*K8x5f','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-location.php',0,'\D@KB/T\"\','\D@KB/T\"\','\\@$U%e\r?SXڲ> j\\','',0,'?'),('Kݝ3{§\A7$a','wp-content/themes/pearl/partials/header/elements/icontext/icontext.php',0,'JsQ\eT()t!H\\','JsQ\eT()t!H\\','CAJRf !ǸPaU͕6J7S\.\\1','',0,'?'),('K\W&\0\0K\06G','wp-admin/js/set-post-thumbnail.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nɖ=f悺4A','Du\eaO_\-\\ mz\/+(qj','',0,'?'),('KK+\2 aeZe','wp-includes/class-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\' 3\n\I7\\','Zjf\[|\%ui8\0\g,\G\','',0,'?'),('K\t \(\)','wp-content/plugins/LayerSlider/static/codemirror/addon/hint/show-hint.js',0,'ND!ܙ[\?rƙ','ND!ܙ[\?rƙ','\\}Z\\\ɝ\! \*=W\R\"Z1','',0,'?'),('L^[0!_\./','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_new_releases_24px.svg',0,'Z3˰rLn\f\','Z3˰rLn\f\','# N?76Ҷ\2G\\k5\j5E|','',0,'?'),('L<#\Z\\\\}','wp-includes/js/tinymce/skins/lightgray/img/loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9K\\M:\Tf9',';TO`(6\\,skZc\R\+','',0,'?'),('L\Cn>4$ xr','wp-content/themes/pearl/includes/admin/theme_options/includes/src/directives/color-selector/color-selector.directive.html',0,'? \Gs\$Ο!','? \Gs\$Ο!','*\4]6X\a-;EI얃\"7h6\','',0,'?'),('L \'V\N{\S~b','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-plugin-update-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\2\GA\','.w?\[\rͯ&*ۄ7V6O\0=0$','',0,'?'),('L#\/۰*\3\\\r','wp-admin/includes/class-wp-terms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',u[(i>/@','Q`\@DӪ\Ibw/2WjC¾','',0,'?'),('L(\n9[2C6\','wp-includes/js/zxcvbn-async.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c^O;@?+\ ','^&z`M;͇S]7\{l\\p>X','',0,'?'),('L9PX{{E\','wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\cyZ\\','\ZY\\ܿ\\\y]8(Ql','',0,'?'),('L=1\ C\\\<&','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-image.php',0,'2 ؏kdঃk\aX\','2 ؏kdঃk\aX\','5h\(\gK\sPcs\ij','',0,'?'),('L?\n-\Vd}\ ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_open_24px.svg',0,'^},}\*^],c','^},}\*^],c','\Z1*bSHв(V&TzV\\?MXJ','',0,'?'),('L@\)Uh2n?V','wp-content/plugins/stm-configurations/page_importer/tpl/pages.php',0,'\?V\\\/\Z)','\?V\\\/\Z)','[?=og\0\i\|/\\ZZ\x','',0,'?'),('LK\Zap8*P*B\\','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-ca_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K3\`=<\=)n4\3','/u4[\I\'і\\\Am\\\\','',0,'?'),('LOu\5,q\\n','wp-content/themes/pearl/footer-404.php',0,'#\Z$S5%!@','#\Z$S5%!@',' t0\))/p,\+#I\7\k','',0,'?'),('LR7Q\ToG|\{','wp-content/plugins/wordfence/lib/viewFullActivityLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@lM\3JtOF@','[\\`\\pǣ\\Tb>=\\Pi\vO','',0,'?'),('LS\r\\n\\$\\','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_24px.svg',0,'mxn]\}0\m\W','mxn]\}0\m\W','G#nk\'R\\Mm\\+\0\ 2\,\','',0,'?'),('L^Dr\M\o]','wp-content/plugins/mailchimp-for-wp/integrations/wpforms/class-wpforms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' i\\\ E\>@$\'','Cqf \aɾ\[xa<4 g\'','',0,'?'),('Lap8gV\,\g\','wp-includes/js/dist/vendor/react-dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\t\\L;^ǿU','\r7<=\0Y1+Ʃ\\ޱ\fLbsJ%','',0,'?'),('Lfp9sK\\\'}O','wp-content/themes/pearl/vc_templates/stm_post_prev_next.php',0,'6kz\/֔p','6kz\/֔p','+={\mж1s:Jt\eF\\','',0,'?'),('LpNb\`B\r\','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_PemVerifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԁ\\/$7L\8','\\\M\\z\S\o.{\\RjR:n\c=','',0,'?'),('Lsf+ O)#x c','wp-content/plugins/stm-configurations/page_importer/pages/medicall/sidebars.php',0,'ڼ=ѮFy \m ','ڼ=ѮFy \m ','+%6K\/709\\)\/\ϢoJa\fx','',0,'?'),('LsЇś\nc}>K','wp-includes/css/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$_f0M\vh\m','i\/d6w]k\\\0X,6Q\','',0,'?'),('Lw+\$4|ns\w','wp-content/themes/twentynineteen/template-parts/content/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kPf*\\n5(\"','MXKhmK\ZR\n{\ \_?z¨','',0,'?'),('Lz\\Z\#<','wp-includes/class-wp-locale-switcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','36\\atw-\fB\','df{\D\b\\\'{b2E2w','',0,'?'),('LzEk\RBU\)Z\n\b','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','skSzVC5\\;€@hu','ܓ\@RV)۾4\Fm\ \','',0,'?'),('L}P5\\s\\hyq%','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_outline_24px.svg',0,'\~1ߊ!I\\','\~1ߊ!I\\','-uK\HO\n\T)0N\ \P9\','',0,'?'),('L/\߹t;v{\','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_mic_24px.svg',0,'fQ\\nn\μ','fQ\\nn\μ','\xT\"QnvT\3\\\\\\00G q\wϚ7\','',0,'?'),('LV\o}\x','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pt_BR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\c\\,N\Mz','𧅩2S\ \\:k!\Z0S\\,X\E','',0,'?'),('L \\\Ω\'\rPDv','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file02.svg',0,'0$#\4=+X7Y','0$#\4=+X7Y','\e\\\\P%\j`\\>+\0\\a \nj\2\l','',0,'?'),('L/.\R\Z-\0i~','wp-content/themes/pearl/partials/vc_parts/stm_company_history/style_1.php',0,':N\!D/mH\',':N\!D/mH\','\Ó_\rm̎}\7U \"S S+d','',0,'?'),('Lɫ-0[箇˖\P','wp-content/themes/pearl/partials/vc_parts/projects/style_10.php',0,'ǰ\a\g\k\\pw','ǰ\a\g\k\\pw','h\\\3%7\vf\Ȟ3qY^r','',0,'?'),('L\et\"pc( e\','wp-includes/wp-db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r3T/HD@fS\/\\'X','Q\;{4YO}L[A\\B1hTC\\','',0,'?'),('Lšٻd|zVlȫ\c','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_timeline_24px.svg',0,'\0\c\d͂Q','\0\c\d͂Q','y\\\$M\bz\N7#yt,x\\o','',0,'?'),('Lʵ\\*\0\03\ \','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_24px.svg',0,'v\T\'\vD','v\T\'\vD','\\Y-\ 3\{?M#\"udE','',0,'?'),('L\\r\'MCvyPg>e/','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-el_GR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rWmt=`Iv2','K\IC5@\(îѰ\L\\[Z\E\','',0,'?'),('Lأ`bYc\~KEJj','wp-content/themes/pearl/partials/content/post/layouts/layout_5.php',0,'хx\Q |\r','хx\Q |\r','jHx\g\ƷȪy/4.T','',0,'?'),('L\\rȦ:\\nh\'','wp-content/plugins/akismet/_inc/akismet.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h]y\h4\m\','J;?[(\\*Q{84ᅶAfU5f;','',0,'?'),('L\\\0\\r\sʙ|\%','wp-content/plugins/coming-soon/public/images/themes/6.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x7\\6NyJ',' \Bw\,bI\\\@\\\n\ gpj8 h)','',0,'?'),('L\ϖ\0y\"P\\','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v|\','&\\Y@f\\Z\{y=F\\#Fsaͮ\','',0,'?'),('L\\ږ9\\q\|','wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/index.js',0,'ޘ*[\ \\ݺ','ޘ*[\ \\ݺ','WmsH\\]2{$yǸ f[O\I','',0,'?'),('L>tN\','wp-admin/css/colors/blue/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\5Iהg,)ZYM','\\kS\뚑\n wW !\*~v\','',0,'?'),('L)\\a$D-\ӮJ','wp-includes/js/tinymce/plugins/wplink/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m3\\\ܖ3M','z\N\'A%\S@ 4U\\\BDq','',0,'?'),('M \4O$&\0H\rԁ','wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_10.php',0,'\\n%\Mi1YD','\\n%\Mi1YD','\\)rɂy,(Y % \~\-m\0','',0,'?'),('Mx1NjTmR_2o','wp-content/plugins/wordfence/views/dashboard/global-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.1\\(>\ZVE~','\Ih\\棗ht;a6N*\z','',0,'?'),('M(m2y\N\>U+cB','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_functions_24px.svg',0,'B\f\\x ','B\f\\x ','p^\"x\\\.\\7\\ɚ\\,@','',0,'?'),('M1\\/ n\̖Q','wp-includes/css/dist/components/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aua\\\\d-','> \0A#}pf3و4\n\r\A','',0,'?'),('M5\p\\\V \','wp-content/themes/pearl/assets/js/vc_modules/post_carousel/like_dislike.js',0,' ?\ZT\l)Q\\n',' ?\ZT\l)Q\\n','J\ZN\\\\E\0J]-\ZA\2$\0\z','',0,'?'),('M?,5\*\\\K*\f','wp-admin/js/post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4V\\1\>\8','Yy\Zb<\ \/z\\6\g\@]\i','',0,'?'),('MW \:\\ي','wp-admin/images/align-none.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eqd2\u\\r','g(1X\{ [].TA\\','',0,'?'),('MW\Q;ci~8','wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cV\c6MP\0\','\\S}a','r^\\(-\\NL>','4Ͼ\ʎV\R$׸\ 󳀙ٖ<&\\','',0,'?'),('Mi\zO%K׸`\','wp-content/plugins/stm-configurations/page_importer/pages/personal_blog/sidebars.php',0,'<1}%\}w?\','<1}%\}w?\','0.|R[\q~\\E2ީ\$\'J\nEL {\\','',0,'?'),('Mv\3v\<\\[','wp-content/plugins/LayerSlider/static/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('Mzϥ̌\\Xa=','wp-content/plugins/wp-members/assets/images/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\';Q#\Ĕg','yZlo\\ 1\8%T\j*._&\\U +\','',0,'?'),('M{\\a5; ;6\','wp-content/plugins/wordpress-seo/languages/wordpress-seo-uk.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\;O +\\a|\','\ZN\\l-<\\w6mVsz\rZ','',0,'?'),('M9N\H0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/glasses-moustache.svg',0,'\$2\$I\&','\$2\$I\&',' \Z֖\'c=In\rM%ܖGK~a','',0,'?'),('M\y;|\ A\','wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js',0,'CШUj\+\0pYgb','CШUj\+\0pYgb','|c\rZ%q8w\lR\)l2sn˷p==','',0,'?'),('MDj<\c\','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/PgSQL/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ٱ\"7t\r\%x','}-\\;~n]x\j!!\W3\n','',0,'?'),('M?L\#3B(aMg','wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php',0,'y2\\\'\bZog\','y2\\\'\bZog\','ء,;z#Q\y )\\Zrl ~','',0,'?'),('MZ7ȩ}\','wp-content/themes/pearl/assets/vendor/isotope.js',0,'sê0i??[\"1\*','sê0i??[\"1\*','\\n7\<‚6ۙ*8aݲ\9R','',0,'?'),('M \ I|\j\4','wp-content/themes/pearl/partials/footer/player.php',0,'\G&ɾxQ\"N0','\G&ɾxQ\"N0','E\0>\\-\aT\ޣV','',0,'?'),('Maus5\0[\ձNM','wp-content/plugins/mailchimp-for-wp/includes/admin/class-review-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'VUwJ\Sf','8~,aТ\Z\n㽲ѡ Jlb\','',0,'?'),('MHt;\2&','wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g#O\"\Z2\}`','-\xu\\ \J$\Cc5W|zqw+yXҖ','',0,'?'),('M\\(y§\/','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!i\LV=X+ v0~','4\\-<4,\"VȱXʘî\hR KF\k','',0,'?'),('MR$}gWemɶ','wp-content/themes/pearl/vc_templates/vc_single_image.php',0,'\BiJ\/','\BiJ\/','Ћt\b\\b\n\5yJB\2$u','',0,'?'),('Mw_\"x*,\;','wp-content/plugins/mailchimp-for-wp/includes/api/class-connection-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kٹ\\u\ww\0v','J$\n\HCe z\e\','wp-content/plugins/stm-configurations/page_importer/pages/personal_blog/forms.php',0,'1.+gK\T ߜp>\i','1.+gK\T ߜp>\i','~\\\|4\r\\j;!DV\','',0,'?'),('M>sr]\\\\\','wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js',0,'^\{1!Rn b\Aiy','^\{1!Rn b\Aiy','MkQ`t\75\\\>k\dX״\n{\Zخdc','',0,'?'),('M\\4=ҹ=P\\$F\\r\4hx;9','',0,'?'),('MР\0A9Q\+\','wp-includes/js/admin-bar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\\.\0!\Y','z2,[\,\@\\T8:\I亃P ','',0,'?'),('M\`>W*\\G\Ġ','wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\k\X\bGahVq]\','T\nF#,I0\Ȍ\@~pXL','',0,'?'),('MؾI\\\\\bzn\R','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_off_24px.svg',0,'|\\:\rh7G̣_','|\\:\rh7G̣_','%}@`=i\\g7?B`iCr?y\\\','',0,'?'),('M۟Èɸc\\','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_next_24px.svg',0,'\Z\\\'*m&ًE','\Z\\\'*m&ًE','\\cuI?7M&\\8\[UM\nL','',0,'?'),('M\;C\\\\\8Yyﲏ','wp-includes/js/twemoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jl8*3Q\m\Z',' LeX\(\`9L5\7\:\\\0k\','',0,'?'),('M墒6BO>','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_sunny_24px.svg',0,'E<5]ֶx','E<5]ֶx','\EZE9\ⳗ\^q>.\B\z\','',0,'?'),('MIM\\rD-','wp-includes/post-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Q<1#l;/.','xn\\d&\ܚ~\nft(N] \\f','',0,'?'),('N\\]>ճʙ ~','wp-content/themes/pearl/partials/vc_parts/album_info/style_1.php',0,' GLJ \\{\r4',' GLJ \\{\r4','7&\m \"?r;KBwMmL>\a\n\a\','',0,'?'),('N\8`Gctl\=\','wp-content/themes/pearl/partials/content/post/parts/postinfo-7.php',0,'6bT\\!\4\KY','6bT\\!\4\KY','\\}vAփd\qѨ.Tlz>6nj\','',0,'?'),('N6`f.\{0\:','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fire.svg',0,'L\\&X2\0Ѵ\3','L\\&X2\0Ѵ\3','FQ\ ӵ\\rK5&eS_*W\Fev','',0,'?'),('N/P\jo~','wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Cq_^v\@','\\\\n\ZŌOۆ XR\"v\\HLVgfIgM*','',0,'?'),('Nܮ7\\r*\u','wp-content/plugins/really-simple-captcha/gentium/GenBasI.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TV\\ \nʏܺZ','?=JAwdI5>$G 7\)`>\n','',0,'?'),('N!#JGK|\h\\U','wp-content/plugins/wordpress-seo/css/dist/dashboard-1230-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Y&hMء\U@I','a3H\h\W\mj\^\l\\0^Y','',0,'?'),('N7A\\0\nnV֑\','wp-content/plugins/wordfence/images/checkbox.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"\G\r6|􈘀\'','y~`w(j\~\=뤼&ݴ\\Q>`^\x','',0,'?'),('NY\>\\/q\!ws\','wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php',0,'\rF\#\\\ ]','\rF\#\\\ ]','H.4e;Ƀ;5i R$\:(~t3m\[','',0,'?'),('N[\>.\`ړ\%ǚݖ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_strong_24px.svg',0,'wjn>\iz\\&G\','wjn>\iz\\&G\','Ҁs<:y{\CdK\\;\] \\\,','',0,'?'),('N^2H]\׸\ \m','wp-content/plugins/wp-members/assets/css/forms/wp-members-styles.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9R\\IT<\\\T<','ņExt\3C\\5c߀]V>ґd\\E','',0,'?'),('Nb)\\'\\z','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-ca_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SР7L\ +5T•U','e0*+\" &\\E\w{\vb;y6*\۰','',0,'?'),('Nx`z\\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-growth.svg',0,'\|B\\\F\','\|B\\\F\','\|)v.ܤOHGO\\z\l!Z´6\','',0,'?'),('N|‡Jвzn\sw','wp-includes/pluggable-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\cd\0\~5j\','\yJ\\n#xt\T\/zW\k\\՞a\b','',0,'?'),('N\4Yy\߷','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/af.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"\h[ΫL\MՋ/v','>\r=jy\p}wc\v\06[,c%\G','',0,'?'),('N3\j@pu5^','wp-includes/js/tinymce/skins/wordpress/images/more.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\n\nm\0;˫\z','$v\\o^\U A\0\:\\Cu','',0,'?'),('N˗\y\EE','wp-content/plugins/LayerSlider/static/layerslider/js/greensock.js',0,'$\Z \\n\p','$\Z \\n\p',',巋\W\\H\\R\8/>Bap*[T','',0,'?'),('N\E\\\|JS','wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.c]\\Zx','l\\ \;\v7\w1.h6\r','',0,'?'),('N\Dh^SI4\\X ','wp-content/themes/pearl/partials/content/post/layouts/layout_20.php',0,'\\ _` \ 9','\\ _` \ 9','\n\\Z8i\h{d>,\\z-\" ','',0,'?'),('N\Pա2!}r8B','wp-content/themes/pearl/assets/vendor/get-size.js',0,'031:ͱS\nh\','031:ͱS\nh\','% &YΩ/LK\\{.[(1','',0,'?'),('N\u\}i#\K̭Hz','wp-content/themes/pearl/includes/theme/theme.php',0,'\X3\ZQ;\'','\X3\ZQ;\'','wmǜ\nf.T\\Y\:ɉ\\=\ \mi','',0,'?'),('N\Ŭ\0\XN \>N','wp-content/plugins/LayerSlider/helpers/phpQuery.php',0,'DQd\N','DQd\N','yRLpĦp\͢\sMfhC\3','',0,'?'),('N 6Gotea','wp-content/plugins/js_composer/config/content/shortcode-vc-message.php',0,'j\C>\n:','j\C>\n:','1 ,7zP\\kX\Fb\ψf\$','',0,'?'),('N\HV\ }4G','wp-admin/css/customize-widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\%U2þ1k','+8C4 {9\\\'\ $E%\b\l\\%','',0,'?'),('NI\\>u?sKF\','wp-content/plugins/wordpress-seo/admin/links/class-link-type-classifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O\e(\8\>\',';r\kL\ԮcCu|2\(:\n','',0,'?'),('OC-\O',':\;h\!xE\zP+dV0D','',0,'?'),('O\"\\l\!n\M_','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\{,bMC׳','F\T\\l`TovK UP|n>et','',0,'?'),('O+\[IB\mm\'','wp-content/plugins/wordfence/images/wf-central-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\ (\\VѤ\','\0{\rߘJ/\ ^+\,\\S\\','',0,'?'),('O-\Ns\xtXc','wp-content/plugins/LayerSlider/static/layerslider/skins/borderlessdark/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('O=\h\0}O\\rLb','wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZU~L5\@\ZVU','/r\\Trm\Gс\r%e\r\\|\[','',0,'?'),('O@hZȘ\‘j|?\\s','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php',0,'򥄯W\rit\\\\','򥄯W\rit\\\\','b8W l41N\OGm {%4XK','',0,'?'),('OG\>kțz\[2{','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php',0,'uv>.\(\hU','uv>.\(\hU','M\<#6[)\gf\\ösj|~_','',0,'?'),('OHc\kkɚWw','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C!v_ \\Q\j','\O\ِ\Z\qׇFκXoG\'0','',0,'?'),('OJ\\\r\0d','wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/stories.php',0,'!\z\Z]\\\.=j\I >Zׯ\m~;','',0,'?'),('Oy}Ma\_\I','wp-includes/Requests/Exception/HTTP/504.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\m̪Db *','<!B|$k݈# ei%0','',0,'?'),('O}W\\\{\"Rm','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion.js',0,'\YTu%\9+\nqV','\YTu%\9+\nqV','ItH@\AL_#o@*+7^˟','',0,'?'),('O\\P5\\{R','wp-admin/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\6\\'1:.','i%\\Y\\O?\\\%!\t`\0','',0,'?'),('OEk&\\O','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg',0,'ᴨ\\QX\\\','ᴨ\\QX\\\','8.i-߇L.W掲\ a\N\a','',0,'?'),('OELvLŸ\Z6V& ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_broken_image_24px.svg',0,'̺\R\0\0\P','̺\R\0\0\P','O3 \Ϊ)j\\n\mU07\C\\n\','',0,'?'),('O\\\\a\+\','wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\@E\x\)','Gn\>^j9\\\\`\\'n','',0,'?'),('O\&\r蓏\ ','wp-admin/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ۚs\Z\rm \r\'r','\D\H`,\JZ>\@9\D?q\\(U㛯','',0,'?'),('ORr\D?','wp-admin/js/postbox.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q1TxuU\WF','\\\\,\mjV\\\ /P6\\I\\·','',0,'?'),('Ol\ig>\\6(','wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php',0,'\\q8#\XN\9','\\q8#\XN\9','\0\\{\h/BȪ\x\r\nڰ\"Ts','',0,'?'),('O\?\s\ZK?','wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۢ)2={J\ E','05{\:oY\','',0,'?'),('O\+\\l\\\0\. ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php',0,'VJw̼ѐ','VJw̼ѐ','\Fv&0(P0@3>\ f\0\\>2\','',0,'?'),('O\5e\\\;hzw@W','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z<\\{~G\f(','\,ב[\Z\@+\\\?x\P\\А','',0,'?'),('OhuG\&\0\L','wp-includes/Text/Diff/Engine/native.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\ \r$\T','S\\\04\v@\ű`DG V\ue\RB竇3','',0,'?'),('OS\\R\`\0\','wp-content/plugins/mailchimp-for-wp/integrations/wp-registration-form/class-registration-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\=nb YA׎6n','%\U!D[YOhRvgn6pH)\4u','',0,'?'),('PM\9\\'\','wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GXǶ>\\\\P','<\n՝u\bq\}{\}5g\\S^','',0,'?'),('PS1p.W\r\Wڬ','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-checkboxes.php',0,'[:-WĚ\Z_|\\','[:-WĚ\Z_|\\',';χ`\;kbt[}N\+i\agOi5z','',0,'?'),('P s\m\r-t\"\%','wp-content/themes/twentyseventeen/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͸rX\4\\u','j\i\f|\n<_\r\Fvv`b','',0,'?'),('PE۫7r|oI6>','wp-includes/js/backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h_0sI$Q\M','^\S!\Z6\\\\T\\AF\U\]\X','',0,'?'),('P&_#\\'\zT\ s','wp-includes/Requests/Exception/HTTP/417.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BpjhO^c\\G #','L\TҘ$xDs^h_!kC\"1\'_\','',0,'?'),('P\'(\?+z$','wp-admin/js/postbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߣҫ? ےK\','%\<\S\7=\0hӞ9*ÜI','',0,'?'),('P(~\c}\+\\\w\c','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' b5lJ\#v','c=0\-#-T\S\X&4\\\0\K8\r','',0,'?'),('P0\7\\9e','wp-content/plugins/wordpress-seo/admin/links/class-link-installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z }ځR\\','yU,o\q\\n\gGy K4<\','',0,'?'),('P3h\C\1zo9V} ','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\lѣIt\7\b+Q\W','\\;L{C\r5z\Vӄ>1D\','',0,'?'),('P6x\$œ\\\fxU','wp-content/plugins/LayerSlider/static/codemirror/addon/edit/closetag.js',0,'\^(5\ :\ \','\^(5\ :\ \','AC\QS),\\\\\\Z[\\nڪ\t\VE','',0,'?'),('P73o\ \\0\=\\','wp-admin/js/word-count.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\F3\"ɛ^ο\Z','\Y2T\PUC\gꪃA\\م\>\','',0,'?'),('PJ~]; `y','wp-includes/widgets/class-wp-widget-media-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǔr>\\\\\8','\Z\Z@Q\\g\\\\'\1\Fv\\','',0,'?'),('PU+3\W\'\e','wp-content/uploads/stm_fonts/stmicons/healthcoach/charmap.php',0,'\RwEcݰ\\r ','\RwEcݰ\\r ','J({jG\vn\6^p\O^a\\','',0,'?'),('P_w^!R\31q\','wp-content/plugins/js_composer/include/params/default_params.php',0,'i9\S~+\\/ah3\"','i9\S~+\\/ah3\"','$kG\n/\\"N}h\pV\щɣ=8-','',0,'?'),('P~\fEQF\ `','wp-content/plugins/wordfence/css/activity-report-widget.1550163483.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J^x;y\c','\ӡf\aMWv+W%}\\`DN\','',0,'?'),('P[D\XPa\\','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\;u‰S\l','M>:\r&\V\`\\Z:O0\Sv;\0 Vw','',0,'?'),('Peß ԁaރ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pizza_24px.svg',0,'弍\\\\k}',' \^k\\'/8\G\\\:ב\)F','',0,'?'),('P\8\H\$@RǝZ','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Ajax.php',0,'\\i{\\CT\\','\\i{\\CT\\','$;{`\\\bC}T\Skɳ\','',0,'?'),('Pè&R\{(6M]8','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ժ=\\ $f\\','W%8HP\I\\\@Y\+\Pc\XY\rM','',0,'?'),('P\@\;b<\nc\','wp-includes/class-wp-oembed-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\2L\\<7F\\','Y&\\0\_ Z\%\n}H\dPU\\m;','',0,'?'),('P\M\\Z\I̸ݭY`r','wp-content/plugins/wordfence/lib/wfHelperString.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OVFaDV\44ܪ','2-7\na5A>cִ\ZNA-p{\Qn\Z','',0,'?'),('P\\J1h\|r\','wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k!:&y\\','4\AʗL XYw\ w:\V\c','',0,'?'),('P\R\\e\Y\X','wp-content/plugins/wordpress-seo/admin/links/class-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Y\d~\\ >WIU','\\x\' il\q ƨ\7a\_=4^\-\','',0,'?'),('P˦\!#kS\P %\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrows-updown.svg',0,'\J^Ahfkr4\','\J^Ahfkr4\','\\r\4\W{XG\Z!ҭznfF&\\B\0ԓ\','',0,'?'),('P\342\n\\\LQ','wp-content/plugins/coming-soon/themes/default/bootstrap/css/bootstrap.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y^Gi\ƅ/Ó','^D̙]ndw\\a-?\G\ݥe$}','',0,'?'),('P\\MI!=M\\\R','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-radio.php',0,'a\\(K\lt\r','a\\(K\lt\r',')8\(j& \/Hh|c՝ީi\'m','',0,'?'),('P\\\T\\Bkq\#\','wp-content/themes/pearl/vc_templates/stm_partners.php',0,')\"\^o\25M\',')\"\^o\25M\','\jҜ\ *k݃\(mC\1F\x\\j>L\\','',0,'?'),('P\p4!Iai','wp-content/themes/twentyseventeen/assets/css/ie8.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/eC\Qku\Cwv','\q A\\VIB₏\\.;\0s`jM','',0,'?'),('P\1$\\*\C','wp-admin/images/stars-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\A#\SM e.^','[耿_(\rh\\YT\qZ\','',0,'?'),('P\0aR\z= ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\3\gkeͿݾ\\|h','\Hzj鞨%\p=\Z\\iNAZ','',0,'?'),('P\gd/\y꘾- ^','wp-content/themes/pearl/vc_templates/stm_google_map_address.php',0,'XBi\\"_C','XBi\\"_C','kaK\K\\\s:_\z_*A6\\','',0,'?'),('P귃qzJ.5\\ ','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\^ õa\\CCc=','`\n\k&@\r G\d\G}xy\r _','wp-content/plugins/coming-soon/framework/field-types/color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':&9\\r;>sW\',' -\`m`\OQM (7=|cp^w T\A\z','',0,'?'),('QJ\s3\R\aU*\s','wp-content/themes/twentynineteen/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ǘ\\\\CG=','\\"\\\\ߵjB9[/\+Gހ','',0,'?'),('QPUv\;\Z3\','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg',0,'{,\q<+\'','{,\q<+\'','MMU4@V\xG 0\V\rp&/N\}','',0,'?'),('QT*f\P\.','wp-admin/includes/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\\0MW','7Nst\LK5\7z4\\q\@m\','',0,'?'),('QXqC+舻vy\\0','wp-content/themes/pearl/vc_templates/stm_media_events.php',0,'>\\e&=I=f','>\\e&=I=f','o%A','',0,'?'),('Qcm\uX\Z3B+X','wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!*o2¯$','TCWD9-Χ0(\ZJi\\\\\','',0,'?'),('Q)\\̋pZp*','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_weak_24px.svg',0,'\[\\bu\\','\[\\bu\\','&\\+z4=\oX?\N\\\v\','',0,'?'),('Q\*D!,r+|','wp-content/themes/pearl/partials/vc_parts/stm_staff/grid/style_1.php',0,'\W>\\\OEo\\','\W>\\\OEo\\','n\a`,/J\o诵~\e\','',0,'?'),('Q_*vRJ\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_std_24px.svg',0,'\\%mh\Z{FI$۝','\\%mh\Z{FI$۝','\\=mYu\"\^D{. d\','',0,'?'),('Q\f#0Z\\?\\','wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js',0,'Tb\PgDUwr','Tb\PgDUwr',' \X\޿\,\ZɩĠïT\W\\G[d','',0,'?'),('Q(tiB$=\','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg',0,'%@*I','wp-content/plugins/wordpress-seo/inc/class-upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\tRƓ\ɪ\r`i','B}] k%:BU\\\fVO\P]\\4','',0,'?'),('QJ\\f\ R{\E','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pens-pencils.svg',0,'\\\6\G\Ϊ\\T','\\\6\G\Ϊ\\T','\\g\?+%0D\3p\\r\\U H7Nj͗k','',0,'?'),('QK\\0\H\0 E\','wp-content/themes/twentyseventeen/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\VC1Ŕ\ugz','\9`||\mf:F\%-/ą\E\H','',0,'?'),('QˢIEZ0k','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\.ב^c9$\BG','(\FEK2\4\@7s,U5=Q','',0,'?'),('Q\`bˮ44&\mH','wp-content/plugins/LayerSlider/static/codemirror/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('Qܙ\P5\\S,z\','wp-content/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php',0,'7@\\m','7@\\m',' Ԟex8\ic*ftgJ*','',0,'?'),('Q\\\$L\n\r\B','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rounded_corner_24px.svg',0,'2\7Y\\~)\V\Zo4','2\7Y\\~)\V\Zo4','O==⽲j\ \\\\S\r\k:|1}p~{k','',0,'?'),('RHH\ic:(','wp-content/plugins/stm-configurations/post-types/metaboxes/fields/page.php',0,'\_\\;M.','\_\\;M.','Xӭչ \\ZC{\KKPb*,e\','',0,'?'),('R ?q,ݏq\&','wp-content/plugins/stm-configurations/slider/vc_templates/stm_slider.php',0,'n\\=Z%I_cibA','n\\=Z%I_cibA','\ZG\C6KN\z]\-\3XVM','',0,'?'),('R d\O\!lH,','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/database.svg',0,'1\~\mk!\\}b','1\~\mk!\\}b','!^\\TT\GV6\\Z >oS&\\','',0,'?'),('R晐\:K;L\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rowing_24px.svg',0,'\+\@!kH*ct','\+\@!kH*ct','j9\\nJ\x\\AE\\\.\ \T\\9\3','',0,'?'),('R8l\xTC`\','wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-previewer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9n+w#\n#','\!7\Z\\lX@攷\\\tۍTw','',0,'?'),('R3Us\3\\}T\\','wp-includes/js/autosave.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\A! ﴌƙ]K',']7o\"x\\|B4 }S頑i/[\!\\','',0,'?'),('R:hπ6\','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/script.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DVOG\\p<3k','#]1=nQ~\'8<{3^}\#/\\_3;\ZI','',0,'?'),('R@b$tJx]\Q','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-jobs.svg',0,'|ʅ\\0L\\N','|ʅ\\0L\\N','ӗdV \!/j\1W)H5#\0r \','',0,'?'),('RQb7f\ |~ۓ(','wp-admin/js/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5Tqy3fjӤ','#Cj\wʨ\^B|\0G6\'\K2a\','',0,'?'),('RX7_Cڪ\ħ\\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_incandescent_24px.svg',0,'\\"=.&գ','\\"=.&գ','jOM:Υqo\t\G!$YU4f','',0,'?'),('RZ5f!NԶM\\hY6','wp-content/themes/pearl/includes/theme/vc/modules/post_video.php',0,'#ԧY\ԡM\rw','#ԧY\ԡM\rw','B@\\"&qHQcX䴽\-\-\:\','',0,'?'),('RaYE0\ C\','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/socials/socials.element.js',0,'u`gd$\','u`gd$\','\06+7S%g\d2?;\ZM}Dh','',0,'?'),('Rhz\%s!ӇVd','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\M\;\9Mn0','\3i@ \G\\\\n\b\r\=00','',0,'?'),('Roz{#Ŝ#A','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/iconbox/iconbox.element.js',0,'\0[̚Kj¾','\0[̚Kj¾','3*i(*W\\:\H5 \m\vmR','',0,'?'),('Rq-=uM\h{Sܡ','wp-content/plugins/LayerSlider/static/codemirror/addon/fold/comment-fold.js',0,'8\? Ly','8\? Ly','\\F\!%g)&*\\o\\nT','',0,'?'),('R\a=\k\A^','wp-content/plugins/coming-soon/public/vendor/fontawesome/webfonts/fa-solid-900.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jm\i+8B\h\\','DsR\\b\v\'-\z0\'H \l','',0,'?'),('Rqcs','0:G\˷z_W>','\\V԰?\\\wV9ʑ.0cMOG','',0,'?'),('Ra\Y/P@.\','wp-content/plugins/revslider/admin/assets/images/toolbar/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('RFEA5r','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/knowledge-graph.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\\\<\ʲ\<d','O\\c[FC\Zҫo\be\w9\\Z','',0,'?'),('R1?Y\VDt','wp-content/plugins/wordfence/lib/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\"xK\\{\8dS','C\'r9\@\Kކt\w#@k','',0,'?'),('Rx4Mp@9u\n֊ p','wp-includes/images/wpspin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\\\Z\\\','(\\|\[QoU\@8\\OֺT','',0,'?'),('R|Rx/\bzn9\0*\J','wp-admin/includes/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\qM\_\ Wo','+2xC\\Y8s\\c̬`Ƹh+X','',0,'?'),('RLW\p .','wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js',0,' w\\{mFme',' w\\{mFme','\[b҆) :\M:GH\@','',0,'?'),('R\\SC|ju\9A','wp-includes/js/media-grid.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RA-0\3','4Wʢ]-Ag\0k7c(\\\rk','',0,'?'),('Rn^CRx\\\l','wp-content/plugins/booked/includes/ajax/front/appointment-form/appointment.php',0,'߀\\4=ϔ?}\".%','߀\\4=ϔ?}\".%','\nC\'~E\3dW\\kQ\h\','',0,'?'),('R¥\\Leq &\','wp-admin/js/user-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZaK=ls','>\n\"Sq\t\"qzي*pZ#+x','',0,'?'),('R\J٥D\cvցK','wp-content/themes/twentyseventeen/template-parts/post/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Z\]\V^e}L',' C?GA\\*ҊT\7\S\\\\d\p','',0,'?'),('Rհ0F\8\:wNX\6t\','wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php',0,'8;\?\{Ơ','8;\?\{Ơ','\DG\v\\ݛ麉\0ov \J\ZݟAs','',0,'?'),('R\)_j@\Z\nQp','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php',0,'\gs-߷\"5r\\','\gs-߷\"5r\\','V=K.\H\\4 \:8em\Y\b','',0,'?'),('R\H\r0!d?c&','wp-includes/widgets/class-wp-widget-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\B\\ՕLB','ҭ\D\0D<\Ԧ\\J]qY\\_v`3','',0,'?'),('R\`\\m!~\Pfz','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/font-resizer/font-resizer.element.html',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('R\\G5to\$o','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','04?A?|\','n~\ \\\\g\'~k\vX\','',0,'?'),('R\%]B$a/\','wp-content/plugins/coming-soon/public/images/themes/39.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\_|\POg8E2','pT+\CA&0%SmgI\0]','',0,'?'),('S\Ct.E^','wp-content/themes/pearl/partials/content/stm_services/layouts/layout_1.php',0,'%֙\N','%֙\N','[)pVv\BzqsKO\,*@0Mh','',0,'?'),('S!-*è\˃mE\','wp-content/themes/pearl/partials/skin/layouts/company/style.php',0,'f1_Z\)%췸S%?','f1_Z\)%췸S%?','AKg\\\\"-:U=iFC\#IΗ\rM','',0,'?'),('S.FȫAj\(:','wp-includes/js/hoverIntent.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ŁngL9\','\r\ޱTȚ!:\s\)c','',0,'?'),('S0־\\K/17u\','wp-includes/js/jquery/ui/selectmenu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','г \唞B','t\\Qt.乬^^\0gB\\ ','',0,'?'),('S;^֤g\I:\\\k\','wp-content/themes/pearl/partials/header/elements/address/address.php',0,'CpQ{aM땱gՙKG','CpQ{aM땱gՙKG','@+U\\=B\>\biV4gE\\<0\','',0,'?'),('SX+7\1?\\\-','wp-includes/js/jcrop/Jcrop.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z7e\Q%K','!@X7JŃ\p3K\;S*!L','',0,'?'),('Si\>QI#ھ','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-gallery.php',0,'<\0R!\~By\;\','<\0R!\~By\;\','\\\HX$/\\>K/\RUGhe','',0,'?'),('SyS\EPNU','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_phone_24px.svg',0,'\\\\WrYE','wp-comments-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J,boQIHs`9','נU\͙ގ_\ \9l\\\vʖ )n','',0,'?'),('S|rT\'l','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_outline_24px.svg',0,'x\xC\\\x','x\xC\\\x','\\a\ѹ0\bE?\iV~Gr\D\a4؀','',0,'?'),('S?\\\|ѿ\','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_none_24px.svg',0,'\\\\=.>VB|\Z','\\\\=.>VB|\Z','\\\\3N1Ka,+?Wʋ\0\','',0,'?'),('S\-O:R$h','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_present_to_all_24px.svg',0,'K@7\0\YkH','K@7\0\YkH','~\ūb\O zK,*-\0Y\!S,','',0,'?'),('S.\\2D K~aFEz','wp-content/plugins/js_composer/vc_classmap.json.php',0,'3~⛽*R;Ґ\?\\','3~⛽*R;Ґ\?\\','ϓ)F\jq_<\mG>\huB~y','',0,'?'),('S\aG.$`','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_24px.svg',0,'K`\|!u-\Z\y','K`\|!u-\Z\y','̊gPjΡ\hRtS\y\4Ρ@.\nx\\','',0,'?'),('Svng1{\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file04.svg',0,'Ï\\\\@ot','Ï\\\\@ot','vjX?\w޷\\\D\)\9','',0,'?'),('Sc! %.Kk\*t\','wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js',0,'*Y1V','*Y1V','d\p#k\--ܓܚ| s','',0,'?'),('S\@(\WqK>Aju','wp-content/plugins/coming-soon/public/images/themes/48.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\:7\4','g\I{\^\\\0\rV\kՎII=Q:\O0','',0,'?'),('S\\&\az8Jض9','wp-includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s|b\\0F\','Wڮ2}=S;bԴ\\؁GCȅ \','',0,'?'),('S\2\?> i&qx^\ ','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php',0,'\\\}R\"-*g[}o','\\\}R\"-*g[}o','~C2m\)\\,7V 2 \Vt\M','',0,'?'),('S\\ȏ\\\<`\,^s','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_24px.svg',0,'\\\h\0\\=\9\\"','\\\h\0\\=\9\\"','mldJ\YEA_}Ѯ\rw\\nY\9','',0,'?'),('S\^7jK5I6K\2!','wp-includes/Requests/Cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѝC\\(2+y`\','T<\!M\\,\z\[~>V\2#}\E)','',0,'?'),('T\n< ~Gԩ\$\Ar','wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_6.php',0,'AgF\KJ\\B','AgF\KJ\\B','\n\\M\n3LaO\\\\)Sm?z\U\','',0,'?'),('T\n֔5G5&','wp-content/themes/pearl/partials/content/post/single/main.php',0,'v\\X\r\\w\\\5Q','v\\X\r\\w\\\5Q','QO\`S{*1j\ZFWVJb+Oɺ\ lʡ','',0,'?'),('T\r\\~\W]\','wp-includes/class-wp-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1>/DފVW\\\','\̓87H2Y\i\wP\z@\','',0,'?'),('TZ\݀FXܦ','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\⓷\B.\*F\L','\\<9\\0X\'np(/\R\\n\w5\\}\h\\\','',0,'?'),('T\͓\n\ah\>','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg',0,'eT}\\\=','eT}\\\=','?RGD\ߐOe4\\S\ᣱ=[I','',0,'?'),('T+<^d:;Eg(I\F','wp-content/plugins/js_composer/include/autoload/vendors/acf.php',0,'6\ͥ9⭨|pX','6\ͥ9⭨|pX','dϚ3\%&Ri$\.pv豚@v\ۤ\','',0,'?'),('T2q\xdx1\\ (t','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-select-group.php',0,'\2l\ZYM2/\\"zZ','\2l\ZYM2/\\"zZ','\jB\Ylr)\17 5M\E^','',0,'?'),('T4fXE.\#','wp-content/plugins/LayerSlider/static/codemirror/addon/selection/selection-pointer.js',0,'9N\ǒ\T\G=r\qV','9N\ǒ\T\G=r\qV','9\D\\ +db\\n\8\ZS-O\Q>v\\ ','',0,'?'),('T6K?s\ 7(','wp-includes/customize/class-wp-customize-sidebar-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VjB\\\ر\q','{#\i`\0\\j\` pǍ+fF','',0,'?'),('T6 I4^>\T','wp-content/plugins/wp-members/includes/api/api-email.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>=\@Hbcw\','Ĩ$N7{4\X\z-WF3a{','',0,'?'),('T9i\k9>V','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-he_IL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\ژxIww\C','\0j\\ˠY\)ߪ=ipL\','',0,'?'),('T:\^`u\=\U\M','wp-content/themes/pearl/partials/skin/layouts/store/style.php',0,'U4\ëXD\\_','U4\ëXD\\_','\\"\\ms\ Áފ\(U! I@\','',0,'?'),('T??:q׮P\ah\'','wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NAdD1\\7Q\','\\'7{~\g\?\nh\rS>\\\\n\y\,\8','',0,'?'),('TC\ZνmU[E\\','wp-content/plugins/booked/assets/js/atc.min.js',0,'1\\2ӻXjXo\N','1\\2ӻXjXo\N','xf;Kbmh\=i\\'o%*0G\','',0,'?'),('TC\mA4\!qQ\\\','wp-content/plugins/wordpress-seo/js/vendor/react-dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Մ+\Ç\RG','t\Ec}WNx\&d\iLfq\!\','',0,'?'),('TM\\\l\\','wp-admin/includes/class-wp-screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' cK\\n\\','Z5nܬg\z\>5\\\\r\/2\P@','',0,'?'),('Tk\|B*%p_\\V5','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_remove_from_queue_24px.svg',0,'zU;}\B^J]\n\0\"N','zU;}\B^J]\n\0\"N','\\\Kٛ:\b\\Vf9 IZ1\','',0,'?'),('Tw=+6\\\\','wp-includes/js/tinymce/wp-tinymce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"m\n)\܎)','ԗ^X\f/*ß>,2 :p#3x\B','',0,'?'),('Tw\zɂ\'\n\=\)\\p','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/graduation-hat.svg',0,' \Z\n\"im}',' \Z\n\"im}','B\"w2_4œq\ƨKZjx[\r\','',0,'?'),('T{ \'\g,(:~\G','wp-content/themes/twentynineteen/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J|\W՞R\w','\R \K3NAAjA\rӼyտ','',0,'?'),('T.o@Ψ2wvX','wp-includes/js/jcrop/jquery.Jcrop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/aLru\4\Z','Ϸ\\ydix{p+\n\eځf','',0,'?'),('Tvm?,a\\\T4\','wp-includes/ID3/module.audio-video.quicktime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cSe t{n\曑','\Z ˤI\LZ\~b|\{ ','',0,'?'),('T\_T-xE&\8\','wp-content/themes/twentyseventeen/assets/images/espresso.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p)=c#|\\','edGKs\,vE\ A4\\\0\\o7)','',0,'?'),('Ty%m\r\Xj','wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg',0,'\E\\E\"Ċu\\O\0#','\E\\E\"Ċu\\O\0#','Aܠ\\&;pٟ&K\\UZ Byo\C\\','',0,'?'),('TrZ)^*@','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Oembed.php',0,'\r~O\\mE\'\=_\"\','\r~O\\mE\'\=_\"\',';B_n6\\0Mm\\n\\/\X}K\\K','',0,'?'),('TC\;\ؐ\"','wp-content/themes/pearl/coming-soon.php',0,'A>SYD\\\al(','A>SYD\\\al(',' \0թ\'\\R]*ا:ʦ\\mMRuL','',0,'?'),('T\&W\mgN\\Ѿ','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-no_NO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\F|\\yg','dB(`\Ds\\&]t\.gy˔R\[','',0,'?'),('T\.\)m\&\\\I','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','41l#}p\\\zk1','\h \_\֚!E\4\Zv\F','',0,'?'),('T܌7`\0\\(','wp-includes/js/mediaelement/renderers/vimeo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N>D6/~Fy','|>\\\r\\','',0,'?'),('ULA\'7V\gK','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/breadcrumbs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F(x\n\\rz\#)\','zM\mYLZ\B\UᕪuIa\_\nV','',0,'?'),('UV~`v\*\'H\\','wp-content/themes/pearl/partials/header/elements/cart/styles/style_2.php',0,'\\\/i_\R16','\\\/i_\R16',':EO\2\\WzR\x\N\2ف1g','',0,'?'),('UV\a\F\0\X\X\ZV','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_rotate_24px.svg',0,'ey\3\\\"\\','ey\3\\\"\\','&48;7K\\rzD,BC\H','',0,'?'),('Ud\\ti\E\kf\','wp-content/themes/pearl/assets/vendor/slick.min.js',0,'զtD\qYeyݡ!','զtD\qYeyݡ!','#@\ᣧ3\\\\V\S,[\vBԃƵ','',0,'?'),('UrC\?Iؒ+A\\0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-finance.svg',0,'}\\u),m\v\','}\\u),m\v\','ԦZ-8\[\\81< -m\;\ʆ','',0,'?'),('Uv\X\\7\r(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file03.svg',0,'_\'3\<\5[\咟','_\'3\<\5[\咟','\\\\<\ ޥڲ5\WAe!\\8\,','',0,'?'),('U~W\Xv_#2','wp-content/plugins/revslider/includes/slider.class.php',0,'\\J*k!⨴9','\\J*k!⨴9','o\-]8\H]](%\\"\','',0,'?'),('U $A=He\|\zȖ(','wp-includes/Requests/SSL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Pg\\'A6(0 7T O','\n\Q\4Hw@8 ','z\\\Z\!> ','\y\\\B\q\¦83&;x7:Dz\0','',0,'?'),('U \D\M\x:','wp-content/plugins/wordpress-seo/js/dist/wp-seo-recalculate-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rRe_f8z\#K','\Q\1KŤ+#eS Է=p8','',0,'?'),('U\AM)P','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_music_video_24px.svg',0,'~\f\̨_','~\f\̨_','STύfs\L5lF|\\rp7\C\=7Uw\r+0','',0,'?'),('U\A\TkV[&','wp-content/plugins/wordpress-seo/languages/yoast-components-es_AR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2%v5 \\,6\8',']d\\d?fQ!.MEcqHծ\nh','',0,'?'),('Unɓb4lZ,I','wp-admin/css/about-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')MWM vu',';#5o{xZ\4uqoX\\nf','',0,'?'),('U@W;(\\M%','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money4.svg',0,'JUy r(랏\','JUy r(랏\','V(07\?&VͰֆ\~/\\n\r 觮V\|\`e','',0,'?'),('U\\\$ i\"u\\&\9','wp-includes/images/crystal/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\lڤ;= ','S\rIU9_<\f`\&HYw\u','',0,'?'),('U\\t9\\'\\\Ik','wp-content/themes/pearl/partials/content/post/parts/prev_next_posts_2.php',0,'mt(\\\}\5','mt(\\\}\5','HDQ3\\\:*\ֳ:T','',0,'?'),('U\+e\\ZC\Xi','wp-content/plugins/js_composer/include/templates/shortcodes/vc_pie.php',0,'{3ݟ]b`9Y\_','{3ݟ]b`9Y\_','rozY-y^\\JDX<`\]ϳ','',0,'?'),('U\QK\I>\','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-radio.php',0,'\\Ev\\,Ȣ','\\Ev\\,Ȣ','\\2<\F\6Q؊\M,( \zBFM*','',0,'?'),('Uݠd \[\n5\\','wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php',0,'\i[3/\6M[','\i[3/\6M[','\ߔu!=V','',0,'?'),('V\(K\Z+|I,\\ ^','wp-content/plugins/wordpress-seo/images/yoast_seo_for_wp_2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϑ\,\ʊIy\','xꆱm0[`l޸ \\\\EE\','',0,'?'),('Vss\:値7','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php',0,'bx\҈\F\Mߧ','bx\҈\F\Mߧ','7\/\O/\Z\<4Rh\Hs!~ \"\24','',0,'?'),('V\댏$\x','wp-admin/js/post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iu\hb\ֵDW','m\\\`d\C%\n{\\0\\_\\\R','',0,'?'),('V!\U9\D`}','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G}\6l-Tlk','+ʡ\\t^E\M\l5\?zk\:*','',0,'?'),('V\:xB\wq\r\a','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_din_24px.svg',0,'\pN\n!L\\\'-Qu9~','\pN\n!L\\\'-Qu9~','縷kABٸJu\\E\nvӳ/\2lS\','',0,'?'),('Vη;jb6\XF','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_transit_24px.svg',0,'%\a_\q?=','%\a_\q?=','麸\HL\K\*s+3y\rj† 5','',0,'?'),('V׀\\\'hĈ+:','wp-admin/includes/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\m]ո1.$','f2Cc>`\\\ \\\\Z<z\\En','',0,'?'),('V\_}FX\ߡ\:\ ','wp-content/plugins/wordpress-seo/config/php-codeshift/remove-vendor-prefixing-comment-visitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u u\\|ڲ\F','HC^\Z \d,]\\t\u/','',0,'?'),('V\Z4# |\\Ĭ','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Multi_Base.php',0,'Ȇv\\\R\u\hy5','Ȇv\\\R\u\hy5','m͐3k\nDʾU\\'v\\','',0,'?'),('V(\Bڀ\\u<3','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessibility_24px.svg',0,'v1\Z\Ƿ\096-/]','v1\Z\Ƿ\096-/]','KeS`oY\,B\ c\qp','',0,'?'),('V\a04\\Zx1R','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_books_24px.svg',0,'\q ehN\P\&z\','\q ehN\P\&z\','+ЉHl\c\\\2!^\Zށd@\iV\wWU\;','',0,'?'),('Wkm`^ScV\G','wp-content/plugins/contact-form-7/includes/capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FΌ6BMM۟','m\\)dVc U\'\\B\Z\s)GkE','',0,'?'),('WrLS.\np̴>\a','wp-content/plugins/coming-soon/public/images/themes/25.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z vJ \\'','\\y\)\k!l Κd\\9','',0,'?'),('W#&ɣO*k*85','wp-content/plugins/wordpress-seo/js/dist/configuration-wizard-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\"OcF=\t','@?\ށ6B mψu֪@H','',0,'?'),('W&\ִ )+ڱ\','wp-admin/includes/class-plugin-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@T.\\u\n\','\n\wLR\3\\xR\\\\oj$\8\d(','',0,'?'),('W*U4~N;פ\iJ','wp-content/uploads/stm_fonts/stmicons/digital/charmap.php',0,'%>Z\)\+ּS\g','%>Z\)\+ּS\g','i\\<\͚ڲ=g\\>\\N{2\G<\L}CJ','',0,'?'),('W>.\N//pى\dž','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg',0,'\Hgc$\\','\Hgc$\\','>3x^r\!\RH.rwC\퀽\\\r','',0,'?'),('W_5\GB/i#ĥ','wp-content/plugins/mailchimp-for-wp/includes/class-array-bag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\\t^\:q\','LòC>9Ǟ\\SH~$\T 6\0k','',0,'?'),('Wh\JF&\jGl$I','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qy?;\8V\n','\0\-\\]뮳XEt)`\\1\C}Mr2\/','',0,'?'),('Ws\\{N\hPr㼱','wp-content/plugins/wordfence/lib/dashboard/widget_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZcQ\n\bd\7\,Z e','ZL\) 1\-|\Y(|@.N\_ϋu','',0,'?'),('W{g- X\\'=n8','wp-admin/moderation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r>r\"ݡl\'\\','O1oBzŢ\\\\Z\G%\A+[','',0,'?'),('W})Ӗ7\e\}5\9,','wp-admin/load-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\@\Z\\"\X6\ED','j4\\l\f!,#TIjquZj\\Jw','',0,'?'),('W3\r\wS','wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_21.php',0,'\%\"oP뤌z\ \','\%\"oP뤌z\ \','J`\\0.vGL\B \q','wp-content/themes/twentynineteen/style-editor.scss',0,'ݟȷ]HV7$g','ݟȷ]HV7$g','HLݙ\'\y(Rot9~GM<%\\N\','',0,'?'),('W]\\MС\6\n','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_smart_record_24px.svg',0,'8ѯ ֹ\2ti','8ѯ ֹ\2ti','F\\am5kS R;BNW9\','',0,'?'),('W7\\c\!\\','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_email_24px.svg',0,'1v):΢Xgu0','1v):΢Xgu0','^#Û\wz\s\n{\Ѭ\",-i\i','',0,'?'),('Wq.IK5+ \','wp-content/themes/pearl/partials/skin/layouts/conference/style.php',0,'%c*s\9+\\','%c*s\9+\\','\\\GmB)\]z{`K\Вbz(J$g-','',0,'?'),('Wȱǚa\ c','wp-content/themes/pearl/partials/content/stm_donations/single/tags.php',0,'\랖\\ڸ0\Z48 y','\랖\\ڸ0\Z48 y',']\\','',0,'?'),('WօF\0RCe(Y\','wp-content/plugins/wordfence/css/wf-roboto-font.1550163483.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\\ Ouݵ','+\hJ~ʆ*\\a*\Gb67\r:','',0,'?'),('W\(8\\w','wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php',0,'B2\\6v\3ʷ#','B2\\6v\3ʷ#','צ`\N?ES/3ɃY\lBBn','',0,'?'),('W\|ZҁBkIT','wp-content/plugins/wordpress-seo/frontend/schema/class-schema-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\ͭן:8\z<','\l\7x;j\|{y~ L\Xg\\=L 7','',0,'?'),('WʰQaƙh\W\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnet-money.svg',0,' \\ތ\m%M',' \\ތ\m%M','\$YIsҕ,\1/\"\\*=\6!\C','',0,'?'),('W\In\988\ӂ','wp-content/plugins/coming-soon/public/vendor/fontawesome/webfonts/fa-solid-900.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3; \ctia4l%\0','\\N螇\\f\m//sŃ:','',0,'?'),('W\\]d\\(~i','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_36px.svg',0,'\\)VS=G\(\,','\\)VS=G\(\,',']\Ö\L\\ duɒyI\,3','',0,'?'),('W\Je{\0JyYR','wp-content/plugins/booked/assets/js/spin.jquery.js',0,'qR9\+.R\','qR9\+.R\','G*\|䫅v~؏C\\)\%|hսW$','',0,'?'),('W\g\\FCx','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_24px.svg',0,';pT6\5,',';pT6\5,','?\_@0 z8\9,!\\qe','',0,'?'),('X \\\\shv]\iB','wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','݇(0,m\G_Y3','^)oBfg\*\VP?~\\u:','',0,'?'),('X\r\\8ژ\V \'dR','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_36px.svg',0,'bwk$I(#b/','bwk$I(#b/','b7Si]p,!iQ\X}03ߩTC\h\','',0,'?'),('X\ZJ\zur7~>R1)','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pt_PT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Φ|,P\\w\-Mu8u','\\V]-~Tg\qJ1\'NW\\0}','',0,'?'),('Xͮ\\xⷙ\#\','wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܆u\\\Cu҃','S?>v8Y\"$/\BV\\ZEH\%\','',0,'?'),('X\\\9܁\y̜','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hy.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')G\9U\yC!Cn\\','FR)i\\0+aIpH~\D!\'(\0Ƿ?\:','',0,'?'),('X,I\Ϗ­d\\\','wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php',0,'D=\`\̶>\ΠS','D=\`\̶>\ΠS','M\\\o\yy\U\o\\~','',0,'?'),('X,\ECj$_8I0','wp-includes/images/smilies/icon_cool.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F~ߢ.>t8','Y}\c\r\\r|&L(I\˔➱wZ㤖\','',0,'?'),('X-##\\c\u','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/delivery.svg',0,'ý\n\5xl|\OtM)','ý\n\5xl|\OtM)','.\0ãGsI\1\r\6 #<\}\\','',0,'?'),('X4z pedT^{','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_accordion.js',0,'\\0\\^FT\\h','\\0\\^FT\\h','\| WGӊ,* \\<\ra\8_N','',0,'?'),('X[{\\d\Xw','wp-content/themes/pearl/includes/admin/theme_options/includes/src/services/dialog.service.js',0,'\nkuk\,\U\{','\nkuk\,\U\{','\D\h ~\ d1logNX\','',0,'?'),('X]*:>?VcT','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_previous_24px.svg',0,' 1GKa&w\͖',' 1GKa&w\͖','4?\"\\\\ j\`lP/\\/','',0,'?'),('XbqCYt35?','wp-content/themes/pearl/partials/content/stm_donations/grid_style_1.php',0,'M\'߹ӭ\N\n<','M\'߹ӭ\N\n<','\67;\0\\r\P&ǝE)\\ZYԼ','',0,'?'),('Xgm\\Td+(ݻ:','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_60_24px.svg',0,'\n-\\u\Pvt','\n-\\u\Pvt','ɲa|#\=0p\_фIO~\rS\"\9','',0,'?'),('Xg\\EŌJ\','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_zoom_out_map_24px.svg',0,'`\6c -d\\O_','`\6c -d\\O_','ط*i?5\}@Nz\i`\QSƆ\Ɠ8TGL','',0,'?'),('XlR3\&\mi\','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_off_24px.svg',0,'i\ۡGBF.%\n\%','i\ۡGBF.%\n\%','m}5<<x(,\n\'\7@<\ACpggOX','',0,'?'),('Xo*a\od9p,\','wp-content/plugins/wordpress-seo/js/dist/wp-seo-help-center-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\9͍)J\{','\\X\5#\\X\)\\z?\+P','',0,'?'),('Xx\\P\y\','wp-content/themes/pearl/assets/js/i18n/datepicker.fi-FI.js',0,'!C6\n!9hG] !','!C6\n!9hG] !','\\\?:{jx\\\Z\qnq','',0,'?'),('XzL`\bWΰw','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_24px.svg',0,'II\\/\7\D\jYdS','II\\/\7\D\jYdS','\'\\\]I˕w\r7 Z\"4KA= *\','',0,'?'),('X}\Z\\ \\=;!G-','wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php',0,'S\\\Rӷ\\ZXb:B','S\\\Rӷ\\ZXb:B','KWijm\\5:M\F\\&ۅ\"\,|T','',0,'?'),('XBP\\N㱶\q','wp-content/plugins/LayerSlider/templates/tmpl-2d-transition.php',0,'\\)ˊN\\\}','\\)ˊN\\\}','Ǟs\\\03_\]̅\$,%\(\','',0,'?'),('XF\K\\\\M','wp-content/themes/pearl/partials/vc_parts/posts_list/style_16.php',0,'`&T=}:\=B6\_\M','`&T=}:\=B6\_\M','\ѳ\\\JS \\\\\W3\~*ë','',0,'?'),('X\M\xڳJ','wp-includes/Requests/Hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',', gxi\\\','՚\ Q憐DP\؂_?y\`','',0,'?'),('X:8+˓2>V]\8\','wp-admin/images/sort-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nQ&\] 0\-\','\-4X\Nz\P+q5UB\\qəy\\O','',0,'?'),('Xv\Zƒ\"\$','wp-includes/Requests/Exception/HTTP/409.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\i\~*= \','\_M\\8U.pF\w:E`MB\','',0,'?'),('Xi}\\P\','wp-content/plugins/LayerSlider/static/layerslider/js/layerslider.transitions.js',0,'!3N2he\yI\','!3N2he\yI\','{\0z2 \z\\"}j\\3\H<','',0,'?'),('X.\\ZKdBzl|','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar3.svg',0,'#Se3\~ϫ\r','#Se3\~ϫ\r','ExI4k{B\ \*\'X2L\\','',0,'?'),('X[⋘Hn\̖ $','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sό?Bn\\BdM\<:S{\\','',0,'?'),('Y\T\?\\~\7','wp-content/themes/pearl/partials/vc_parts/services/grid_style_12.php',0,'\d\\ٹ!','\d\\ٹ!','8;09A?:0t^ H\8','',0,'?'),('Ybڧ,\J','wp-includes/Requests/Exception/HTTP/405.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\8т\m!Ҭ','jb\횄\^Usv8\$bM\3y','',0,'?'),('Y\M\\Ib*EJ','wp-content/plugins/coming-soon/public/images/themes/59.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XB\\v\\\>\','-j\\pG\W\\bM\F9\\\7Py','',0,'?'),('Y(\K\g\0_','wp-includes/js/dist/annotations.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',F=\L\\#O\\@','dڒ\\n3O=\ֿ!P\','',0,'?'),('Y,Qp\gmu#e~','wp-includes/widgets/class-wp-nav-menu-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\q/z \ǃ\g!6\','/̲2;F?\\,،t\\c\\}\','',0,'?'),('Y/\ZެCV$1','wp-content/plugins/wordpress-seo/admin/class-yoast-alerts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\iH\[S','f\G\*scV^\rKY \B\nx\Al5\','',0,'?'),('Y/\ޑ \\\Z','wp-includes/js/dist/escape-html.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\y4U\m\','^].ȁ\Jn\\\\P= gXb\\7׹vw%','',0,'?'),('Y0\\s{Bd\xC|','wp-content/plugins/wp-members/i18n/languages/wp-members-he_IL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}㛓2՝/','\r>)y\{0\a\Z\hPt','',0,'?'),('YHE(\Kڅ','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\v&qK\@!|','B\Kӿݲ\by\w?\Ë\di\%','',0,'?'),('YIy,\\h»\Q','wp-content/themes/pearl/includes/theme/vc/modules/waves.php',0,'zi\n*\\n!f','zi\n*\\n!f',' Y8\\ C\\+I\r.\\7\i','',0,'?'),('YM\'~\݆,0~','wp-content/themes/pearl/includes/theme/vc/modules/gallery.php',0,'=jF\r\i[\\','=jF\r\i[\\','ѪEQ.p\0߱·3\W&\\_','',0,'?'),('YV\\…ř\G\DW','wp-content/themes/pearl/assets/js/i18n/datepicker.sk-SK.js',0,'yā0+','yā0+','\2\0@wT&\\"\\!\n/8!\','',0,'?'),('Yc⸓,%JeE','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_smartphone_24px.svg',0,'{\F\rAxP\\N(','{\F\rAxP\\N(','꒖\\\S|X.ori\ZN{\A^\Z+','',0,'?'),('Ydմ–%','wp-content/plugins/wordfence/js/jquery.colorbox.1550163483.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(O0%69e3\j','{\L#\\r]\\ngL8P,@\Ir,{ \','',0,'?'),('Y|!g\rJgL\Z\','wp-content/plugins/stm-configurations/importer/helpers/slider.php',0,'Rj\/[̷=','Rj\/[̷=','V o\[Иd\R3\-\ 7$','',0,'?'),('YLa\h\(','wp-admin/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\N 4OӡSVM%BX',')>s݂\@/c\0 5E\uJR\','',0,'?'),('Y,e\Aw`\\','wp-includes/images/media/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\\\h\0\\ìu','\0Bb3\'\\\')JG ](G\9Pr2 s','',0,'?'),('Y6,\r>\t4','wp-content/plugins/wordpress-seo/inc/indexables/class-object-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\?OS#\`9|J','r\x \0ku6[0D<\2/,g\5 dKM','',0,'?'),('Y 68\H;%,_c\n','wp-includes/css/wp-auth-check.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^#\\\\\bᲷ','\\\'\^Ss\\d߹32\c~Vr\N\kM','',0,'?'),('Y~H\\\r\\$R','wp-content/plugins/wp-members/i18n/languages/wp-members.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z pj\w,4\"p','qCd\\_~}\G\\\\!5nYF','',0,'?'),('YJ\|\\[D\yY','wp-content/plugins/wordfence/waf/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\"xK\\{\8dS','C\'r9\@\Kކt\w#@k','',0,'?'),('YÒ\\','',0,'?'),('Y\\\\]ŞI','wp-includes/js/jquery/ui/effect-slide.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sʞmN\&\','q[~\m\l\b\b\\%:q\!\','',0,'?'),('Y֝U\\}\r/','wp-includes/SimplePie/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y:oMhvL4','w!ے?\\\ER\\S^RLKA\','',0,'?'),('Y\UL5J\ޔ\v[','wp-includes/rest-api/search/class-wp-rest-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\9}}F&{OJϛ','\<=2Z~wtmp-\?\kVRNC','',0,'?'),('Y V޸ if{Pi','wp-content/themes/pearl/partials/content/stm_events/layouts/layout_2.php',0,'g)\(]:N\\','g)\(]:N\\','N\\\\0峪~l,\\n\g','',0,'?'),('Zұ\bi\\.\Z\\','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x*^l\rn-','\\\$\=Y#=Y\X\/2os;Np','',0,'?'),('ZLWz[gh','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows03.svg',0,'\DngBBtT{\','\DngBBtT{\','\w!\w0\(HҨ\LvBb\\Z=c','',0,'?'),('Z\nTs\f^\\cV','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar5.svg',0,'䆊Yd\x\','䆊Yd\x\','(\b\\\n\W\!T|X\i-\nˇD','',0,'?'),('Za:Hg#a\j','wp-content/plugins/wordpress-seo/languages/wordpress-seo-ru_RU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g5\5jlAY','\N\Z;=hз\n+Ъfq\','',0,'?'),('ZL܏\vN%\%_','wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\7*&H*','ǁ\f#C]-8>c\{\{','',0,'?'),('Z4','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-sr_RS.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E-GLsL\pu','Iy¹TjT \_1zGT-','',0,'?'),('Z[f/\}b\I\\'','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/periscopemoney.svg',0,'\H.l􂁄*d','\H.l􂁄*d','4 \\r-_\"\;OA\x_P','',0,'?'),('Zk0u\ƿ&\Z','wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_6.php',0,'\\ڗݚhsќzr','\\ڗݚhsќzr','[8UCZKuCf\̤\%\n\Zc?E5:','',0,'?'),('Zx12K\Z,\','wp-includes/customize/class-wp-customize-header-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G;&iOH\ ','e%\.*49\j\J\B\r!bAC~$P','',0,'?'),('Z| I\\']','wp-content/plugins/really-simple-captcha/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sEn\v\Z9%;}\n','΃ENvU\r\kH\"ĐS\m{\"NԋAx','',0,'?'),('ZҌ[\nv\\\ F','wp-includes/SimplePie/gzdecode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\8\a\al4\','\Z93\\Euf\0\/\\\Tk&\o\H','',0,'?'),('Z$\\\','wp-content/plugins/revslider/admin/assets/js/codemirror/util/overlay.js',0,'$ P&-\\j','$ P&-\\j','\ID\\\\c\Z\7M\r8ՓsɖD4','',0,'?'),('Zq \\ܿn\\/v','wp-content/themes/pearl/partials/skin/layouts/advisory/style.php',0,'\F\k6\\\Sf','\F\k6\\\Sf','rNr\"\I:\^\'ٗQ%v=\n','',0,'?'),('Z_\"\~J\\\\','wp-includes/js/wp-custom-header.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\t\\YG\\nH\r!\5笺q\.X','',0,'?'),('[~6\Mp\'q','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3,\@zb\ y','])\\\\pȍ[\U\Sa\ȝ\','',0,'?'),('[:\!U C~\nk\\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\v4\F\nm ?','\cXI[\0\#J^\ټT`\Jt','',0,'?'),('[\#ܧ\Z>]<','wp-admin/css/colors/ectoplasm/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o\\'\f\\PE\','\\#Т\ȣ>$u,q5Ġgu','',0,'?'),('[>x;wn/tH','wp-includes/js/wp-emoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\rU\0V\Vj\ ','\\rs\\n^\0v-WP0\Oh\9,Q/\','',0,'?'),('[\1YAdk,','wp-includes/SimplePie/Sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bظ\Fإ\Hu','\D\>\Ι+\N\ZF\|#4m=\9cu','',0,'?'),('[ld1\ \\J\[','wp-content/plugins/wp-members/includes/admin/class-wp-members-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L6j\p(\~5` ','p-\2^8W\F\`>hd*@[','',0,'?'),('[\Y\44Orl0\','wp-includes/Requests/Exception/HTTP/414.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']U\@)\\#h','H\\\\\i\\c!I).eh','',0,'?'),('[\4!-\'\<\\,J','wp-content/plugins/stm-configurations/page_importer/pages/beauty/forms.php',0,'\nۙ9>=8\\\rq','\nۙ9>=8\\\rq','硙{jқ{F\'`\8\ʣ8\8ވ\+A','',0,'?'),('[\ئ m\Np\h','wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~R0I\\\\ \','qB#<xL<\n%\l]','',0,'?'),('[\f&`J\\$k`','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies/category-url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zrv!]C\6=','\\ZZfk\+Ϫ6wI9^KXƱl','',0,'?'),('[ꠏ\|Ko\یb7','wp-admin/user/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\-xNb','ݹM\Z\X*hV\\0g\c!\\+5#5','',0,'?'),('[Մ)ƚ2]\)E','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\\\\*D\Ap^','̈́}\+X/oK\s\uUֆ ','',0,'?'),('\\eI¸\\V?M~\n\.\0|G','',0,'?'),('\\[\\i%Ͱ','wp-includes/css/wp-pointer-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%p_Ik\V\','td!\0cȿ8r?\eXg\O&a\\','',0,'?'),('\\^\\>A^}x1ʞ','wp-content/themes/pearl/partials/content/stm_events/single/details.php',0,'=\϶{s\\r\\','=\϶{s\\r\\','f\͉YU\'Ӎxr2#9\$NV','',0,'?'),('\\s\V>\'\)Cs\\\','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_24px.svg',0,'\\\'\\!.L|*','\\\'\\!.L|*','Թ?e\\\rHȔ#\\\\k !vj^z+','',0,'?'),('\\v Ԥ]NkPj!','wp-content/themes/pearl/partials/skin/layouts/portfolio/style.php',0,'\P\\Nc/\','\P\\Nc/\','Q\mP|\FumN\]\މ^c\ X\n,3','',0,'?'),('\\wY|eIs!>\i\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_subject_24px.svg',0,'\ \sk\'э3\#','\ \sk\'э3\#','{P\+\\\贜\CRL7mڹO,nm\','',0,'?'),('\\,Dz.a |','wp-content/themes/pearl/includes/theme/vc/modules/schedule.php',0,'_\l(N\n\[e','_\l(N\n\[e','\\9}\\}A\Ci_%\\nlZ}','',0,'?'),('\\\\\7\Qo','wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|%;wQ8\@','wi>\6Ƭ\4\\.N\C\\Z4IO\','',0,'?'),('\\т?$̈́8\','wp-admin/includes/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\C\o\\\','JcJ\\aHכUи\B;y\@,B','',0,'?'),('\\\G8я\\\R*w','wp-content/plugins/wp-members/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\';Q#\Ĕg','yZlo\\ 1\8%T\j*._&\\U +\','',0,'?'),('\\\\0 >+Fb\\','wp-admin/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\@+ou٥!e.s<',' N\\gFCz\b\\\\ ϸx,\'EE\E','',0,'?'),('\\ֶS\n P\:','wp-content/themes/twentynineteen/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')䂜&-V˨\FHAs','L\'\0\01!۽.{Ց\|\\&','',0,'?'),('\\\<\\\W','wp-content/themes/pearl/partials/skin/layouts/charity/style.php',0,' \0ek`\\\Z\',' \0ek`\\\Z\',' \*AN>\9\\00x湽g˽\\','',0,'?'),('\\\\\~Pl\i\a\~','wp-content/plugins/stm-configurations/page_importer/pages/artist/forms.php',0,' ]v<\d |U*Ь',' ]v<\d |U*Ь','7\iΜk\\\ ','',0,'?'),('\\\Le/s\','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\\\>t\Z','<\rQQV;|JR>Rr-\n\H\G.\9','',0,'?'),(']%$_?\\\2;D','',0,'?'),('](R&!\\1;3\','wp-includes/js/wp-ajax-response.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\;(AFM`\C}','~ܭ\\(܁\ \c\-QK}n','\ZZ>-QK}n','+ )\Q\ux^AL,-\8L\\ZH\nO\r','',0,'?'),(']51\&\\n p','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_link_24px.svg',0,'`t쭇J/','`t쭇J/','m\\.\8Id(\+߈G$ԯ5\ ','',0,'?'),(']\_\K','d.\;\n>\_\K','\\\Z\r\7=~U\0`\ mC\uz\\hi%nN\Pع','>\hi%nN\Pع','q\\2\rr\\\\\\\;\pj_2l','',0,'?'),('^+0xɵyF\A','wp-content/plugins/wordpress-seo/config/php-codeshift/remove-vendor-prefixing-codemod.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\g\d\xq\)1d','s\\\I\\h9g!I\X!#\O \\','',0,'?'),('^4\j|\I\','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5H*f\\$ʝӐ','\Ɲic\z\P1\\"ݢӛoTWry*F','',0,'?'),('^\0vV~G[o)k','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/profile.svg',0,'-3>\VxuH\@b\\','-3>\VxuH\@b\\','>\\AHs!PgG\0>s','',0,'?'),('^\\˃ x)','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Wysiwyg.php',0,'?8#-ŷ\{!','?8#-ŷ\{!','\n zJw\}\$[\\l%+\\֒zZ\\','',0,'?'),('^)b̏.c\@\X\[\\','wp-content/plugins/wordpress-seo/admin/services/class-indexable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zr&V\\z','\\ V5|\0\`8k\\rc\T7>xN!O{','',0,'?'),('^QM)#i\z!\','wp-content/plugins/LayerSlider/static/codemirror/addon/runmode/runmode-standalone.js',0,'TTHߵ?\<\t','TTHߵ?\<\t','@%CM\7\+!GJzE%^<\\_','',0,'?'),('^U.i\ypG\','wp-includes/js/mediaelement/mediaelementplayer-legacy.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Os\J76\\\1N','{RDo\]\\!9\\'G\\6\&\\~\9\p','',0,'?'),('^V\䂘!IA','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_outline_24px.svg',0,'\5\'@\eR37\S','5>\eR37\S','\ڠ#C\s\>\ncê\\\0H#','',0,'?'),('^Qjj2“|I','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\[W\\FgԴ\ \2','oe\@e\9\\2\Te>\q\nw)9\','',0,'?'),('^5\O Z}ciVjQ','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\/\-\Pm9P',')d\ѩdց/ɑl\%\n\\\\\n\}\\','',0,'?'),('^B\\U\\0y rc','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grain_24px.svg',0,'u8aF|֑\','u8aF|֑\','ʭy >\V\\y\o8/\v\<','',0,'?'),('^ c/\o\n\Z+','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\Z\șˣ\YTf','\\0nA@@\x\ \G\Z\O\>8\','',0,'?'),('^Ҫc+r\\OC妵','wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_AU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߳=\c\F\\\0\ ','X+t\Y\=\'x\ML?ࠇ\Pv','',0,'?'),('^\\$IU\I|\'*','wp-content/plugins/LayerSlider/views/addons.php',0,' !T[lC)!\\',' !T[lC)!\\',' ; \Qb','wp-content/plugins/stm-configurations/widgets/class-stm-widget-tag-cloud.php',0,'P`\\o\G\G\J','P`\\o\G\G\J','I^\2\Z|\K-8\̃0Z&G\>','',0,'?'),('^\^\\Q\=(w\','wp-includes/js/imagesloaded.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~R\\u\0Y\\','r!a`\U*\1\w0?O\','',0,'?'),('_\0 \\d MP~\\D','wp-includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\^֙E]\"\S','/eά>\>ƶO1m,dx\bѕbLL','',0,'?'),('_k4\!*}݄ ','wp-content/plugins/wordfence/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\X\-[\pw','\\p{/\[jߐ·~\e','',0,'?'),('_\/u&n\6y=','wp-content/plugins/wp-members/assets/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xQUE ^t\','#t;rOjIy\;Ӡ[\6-{*\y','',0,'?'),('_*\⽞L0\>\r','wp-includes/feed-rss2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\>U&o\','\\2P &\\>h;\\V\E~F@g\l\r','',0,'?'),('_&O \>\TF\\2F>','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_locked_24px.svg',0,'V\\|S\ \LOƝre','V\\|S\ \LOƝre','-aK \\/hJ\0\Xr7pZ΃z# ','',0,'?'),('_,\\S\\)$\0','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_24px.svg',0,'\\\իr) ','\\\իr) ','\^^Ղ{;O՝tHbBBO]U\\nv','',0,'?'),('_B\\0\\r\pIu','wp-content/themes/twentynineteen/sass/variables-site/_structure.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O!\\Y\r8ܗt/\','=\\0td\n\J\\eܐZ\','D\;IAE\j>\','\ 1HP~QH1*}.G} \\1\\E\','',0,'?'),('_[r(ad\r\n','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-no_NO.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C8\ª~ŁA','K\в4PC%Uc3~\!','',0,'?'),('_j_/\\\yӱ','wp-includes/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Q!+bl','\{9l$\f\rad+3P L','',0,'?'),('_{F\ZW\8\\" r/','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\V ƺ\'','IT\Z\qqI\oW=-tvC[','',0,'?'),('_|\'쟹-\\\K\0','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php',0,' ҂D\t\\0\\\\',' ҂D\t\\0\\\\','nO;X\\\3\N!U2\\`5U.s\\\','',0,'?'),('_~[H \y@x.+','wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wyt\\p4@:x\','GCK\lZ\n-^N[\Q\r\\Z2\T\.','',0,'?'),('_\B\$z.4','wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php',0,'~-\\U\\.s2˭','',0,'?'),('_LYE7\R\=','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_GB.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\\f\\\3C','V\r{02\\RC\4.\8 j\','',0,'?'),('_\*^@@_HEq','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Select_Timezone.php',0,'4W)\K(\\$\}','4W)\K(\\$\}','+%B)Z','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yh e\\\,\\0\','(6b\#+\\u\\*g\0\0,\\>A:u','',0,'?'),('_\`\]\\Bɽ+','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_phone_24px.svg',0,' \\\Ž\R\ZR\',' \\\Ž\R\ZR\','9Q\p\\`\d\]\hHJ\\˘','',0,'?'),('_\(\C\M69\','wp-admin/includes/class-wp-links-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\M0`oT:&','ޅi\|\]X\>>7@\&(x\-B}','',0,'?'),('_\a{9#C\!\','wp-content/plugins/wordpress-seo/config/php-codeshift/remove-vendor-prefixing-array-key-visitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\ ;VR@<)>\hj] ','W\0)]\;C\ Q\\&(\w7`\0P\','',0,'?'),('_+1Kv\su\Ƣ<-ijG\\\','',0,'?'),('_s!~򆱏z^','wp-content/themes/pearl/assets/js/media_events.js',0,'Pu\{ \\\\"o\r ','Pu\{ \\\\"o\r ','\nc\"fN\\U\\X\','',0,'?'),('_\'\k\\ }ul\\'','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_android_24px.svg',0,'\\\,c \+','\\\,c \+','?\h\5\^e;\k!ҵYy:U6\'11','',0,'?'),('`7\\'3%\X\','wp-content/plugins/wordpress-seo/js/dist/components-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ښm[{Q','o','q*\\ޘ\i\lwvq]ө\0\{\R','',0,'?'),('`\\5\\\','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_increase_24px.svg',0,'EO&t\\'\p\1\','EO&t\\'\p\1\','3y2Zb:\I04 \\#9ͭB:','',0,'?'),('`\tuF<\u8','wp-content/plugins/coming-soon/inc/adminbar-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\1\sM\\'\"','\0:ˮvc\"s|3\\\_rsA\\"a\s\kd ','',0,'?'),('`\o\\'c? / \','wp-content/themes/twentynineteen/template-parts/header/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sYr4GG\ DQ','P\Ȳ\\\KLa s,ܟbo\Y\rq','',0,'?'),('`\\n2\','wp-admin/css/code-editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PE(2u1\rh\r@',' 2R-{gQd,gi\r\R +\J\wS\>-','',0,'?'),('`\n4 \tidx[\,W','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/external/URITemplateParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܂\BH\K;^i','\>\:\~\Ug?@\s\I\'c]m7)8r','',0,'?'),('`\\'? ݒ$\ ','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j)`WUT\Rri\','\ \蔇k{lv]~X2','',0,'?'),('`)1\FQN\nLO\'','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Taxonomy_Radio.php',0,'tb+؜\\y','tb+؜\\y','8\9\\0%\\KH@\\\TJ۔>{\rV\(+','',0,'?'),('`\I\M','wp-content/uploads/stm_fonts/stmicons/creativetwo/stmicons.svg',0,'8_t\lXɷ\#\','8_t\lXɷ\#\','Tu<\[\4҆K\\`\nrɚ>yP\','',0,'?'),('`a(g\"','wp-includes/js/dist/html-entities.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lރPI5N\,n','FA\\r$B\YN n\\uiK\','',0,'?'),('`c0\\\\\3\','wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O\\"%éODZ\j','Z?=b\0\D\Z\Z\'\˿_pwѻ, :','',0,'?'),('`k$i޽j`\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg',0,'\ZD\\B','\ZD\\B','\v;\b\\}\0j?I޴igQ\"т`\C','',0,'?'),('`\\Z\',{$\\*\"\B','wp-content/themes/pearl/partials/content/stm_events/style_1.php',0,'eC\n\O,\ \\U,⟫','eC\n\O,\ \\U,⟫','[a\\_\s\]l50\kt\2ezk^$x\','',0,'?'),('`ßU4S\8c++','wp-content/plugins/mailchimp-for-wp/assets/js/admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z8\í\CH` l','\+\0mc<17!ko\$|jq','',0,'?'),('`ǣe]\\+\V\\W','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_reorder_24px.svg',0,'!n>\qMVa˿-\\','!n>\qMVa˿-\\','\'#o\a\P\\rRÆ\$\x\:A','',0,'?'),('`\\\\g\\:YfHG','wp-content/themes/pearl/vc_templates/stm_icon_box.php',0,'-\KPQƍ','-\KPQƍ','\,\I}\=r\\Ki=/;}Flu\~','',0,'?'),('`\\0\nNr\)1','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_voice_chat_24px.svg',0,'; vXg 8','; vXg 8',':jm|o τ\X6{\\x<v\a@\\n','',0,'?'),('`\LBYZ-w\Hh','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-datetime.php',0,'Q\vД\]K\\Vd','Q\vД\]K\\Vd','S \t\b_&*\ NG\D_\ ٚC','',0,'?'),('`:g\&@\O','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg',0,'0)\^\VIjn`','0)\^\VIjn`','>Q6>\\6GA\Z\\l,D+  ͧV','',0,'?'),('`;\"-\+~;','wp-includes/js/tinymce/plugins/media/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uj\jEv\Z) ;','+$e\"\D\†%\\Xũ\*?Fsvm','',0,'?'),('`U2mdW','wp-includes/class-wp-customize-nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D*AmA\\=4إ','Q,z\ \\~\5@É=5\n\VHe?.','',0,'?'),('a\)6\\ю\','wp-includes/js/plupload/moxie.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#C\r5DZ\ǒ','\\I\9_/x\t5\\(.g\tT\Z}&','',0,'?'),('a7\^ɲg\','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ai\k/\\j\rn3','1\'ջ.\O\\}5A fi~>\:}s','',0,'?'),('a!/E~m\0M\\\','wp-content/plugins/wordpress-seo/languages/wordpress-seo-ca.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȷ\\y}A\U',';\\\*Bn\Оw\f\wy\@4F','',0,'?'),('a(\\0\\'~u\W','wp-content/plugins/wordpress-seo/images/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛO0cAg3','\\ 蚠{cFJ\w !}a9','',0,'?'),('a)TMW\OoQ|\','wp-admin/images/media-button.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\6@p\z^ye\','_\Z\SjזY \VZ\Gen\_ ','',0,'?'),('a.Ic\tR\s.','wp-content/plugins/contact-form-7/includes/controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f,\6\ p\'\',';\0\QŦ>/\\'N\Z\\'','',0,'?'),('a47!KDF?Y','wp-content/themes/pearl/assets/admin/js/review-notice.js',0,'?_\ۭim!\','?_\ۭim!\','\bd9H$6nx\\3B\ZS\n','',0,'?'),('aH\$a̸Lr$','wp-content/themes/pearl/assets/fonts/stmicons/logistics/stmicons.svg',0,'~\Î\\0p\','~\Î\\0p\','X\Y\H\"\,\<\Gt-7M\\\','',0,'?'),('aRCy?Z\kܞM','wp-content/plugins/LayerSlider/static/layerslider/plugins/timeline/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('a\\c,I\"5T\#̋','wp-admin/images/media-button-music.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\]2\\Z/\\ޕ','He}K\ۭX\YW/$\Z\eis','',0,'?'),('ap v3\x3?4\rG:','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_see_24px.svg',0,'O\\\a6Y%\C','O\\\a6Y%\C','l6\ꏀ\].\r\C\\r;E','',0,'?'),('aqt\0U&zE\\,','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_windows_24px.svg',0,'=Z/˟\p\\','=Z/˟\p\\','4әWнq{ėHg_b\\3+U/-_','',0,'?'),('aX0eR;}','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge.svg',0,'o\T\\r.\T$p\','o\T\\r.\T$p\','kuUi~۳p\\:#Ϡ\*\^','',0,'?'),('a6\'\0\m','wp-content/themes/pearl/partials/vc_parts/services/grid_style_4.php',0,'XX\1hK\\n','XX\1hK\\n','XF\!L-\3\\c\Z\\\x^Տ\$','',0,'?'),('a\\s\Zos\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_delete_24px.svg',0,'֌N\Ag\?)?y','֌N\Ag\?)?y','B\WW\>\U\\\rM-\\⧒,\u\!','',0,'?'),('aP )Ҽ l','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php',0,'\\nY\n&\\\','\\nY\n&\\\','™TP)\\\2z\Lf4܎ۗ\XK7','',0,'?'),('a?_\ˢ\6j\X','readme.html',0,'u\ \\-?','u\ \\-?','\~=mzAi6a\\\\0j-@\','',0,'?'),('a\\Z\\\N\7;^\4','wp-content/themes/pearl/assets/js/sticky-kit.js',0,'@ e\0\7\','@ e\0\7\','K?\nHM+\nPoP\\RN\m*\\0k\ WudS','',0,'?'),('aHU34xFZ<\','wp-content/themes/pearl/partials/vc_parts/video_single/style_9.php',0,'kܕ0!!`_','kܕ0!!`_','\|O\Ί \"oD_k\Fi\D79H i\\','',0,'?'),('aKyl^\*n솖','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_24px.svg',0,'\\~\ThO','\\~\ThO','0\s\e]\nIܬ/\:c†\hmO#','',0,'?'),('axnN\\mb ','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-name.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\|1\#','`&jl˙dKի&]_\\#rE\\]Pw','',0,'?'),('ař\".\r\\04U\ߔ\\D\r','\vD>\ߔ\\D\r','\Z[m({\\ץa\\\\#\b7kx-Q','',0,'?'),('b \Vr]7#\p','wp-content/plugins/coming-soon/framework/validations/email.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^۬nuE\a\R','hKEB\\rA\\\0W}k\ A\\\','',0,'?'),('b\}\hMխ','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-sw_KE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\7:,<8\','\K\ąv4\\o\|).-YBi','',0,'?'),('bb\N\Sk','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_one_24px.svg',0,'nI4 B','nI4 B','y*\3\2{aݨzÛ2\\J','',0,'?'),('b:RdgU>?8','wp-content/themes/pearl/partials/vc_parts/infobox/style_11.php',0,'\Q\0W\Z\_s\','\Q\0W\Z\_s\','O\(R3\+C\\&O\+St\','',0,'?'),('bcW@ɉ+_','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Xܐ/w\W','\koj(\\@:ن6͍\b(\\\e\Z','',0,'?'),('b\Dh\^*Xs','wp-content/plugins/coming-soon/public/images/themes/14.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Ni.֩dF\h','#8w5\\\\(*\f\v\ ','',0,'?'),('b>\c}dzB_^Sx-b','wp-content/plugins/revslider/admin/assets/imports/web-product-dark/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('b?,Q\\e\f\\I','wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php',0,'\Ǐ=Mvp-','\Ǐ=Mvp-','N@\_ť\\h#;ۃOv{c\:jr\1r','',0,'?'),('bHAZχ\e2ϝ\','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php',0,'\b63\c{\','\b63\c{\','ԿQ# \\,5=M 9\\A\\','',0,'?'),('bN gz5좼','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_36px.svg',0,'!\uV\\\s \X','!\uV\\\s \X','\Z$<0DXU尧\!~9T','',0,'?'),('bT\dH^m\\>\q]','wp-content/themes/pearl/assets/vendor/masonry.js',0,'=\Ͻk\\Gȸ\W','wp-content/plugins/wordpress-seo/inc/class-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cs0%,C',' \'b\\. 3\AQ\@4IjH\krAc','',0,'?'),('bW\ǠU> X\r.\e ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_0_bar_24px.svg',0,'ߨTM-Ht!Sl4','ߨTM-Ht!Sl4','Mv%w\4\uFxA[#>x\$','',0,'?'),('bY\,ϥYr۝\;','wp-includes/js/crop/cropper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ky5 ni*M(\','ٸT\ޝO\wLy=}\gTl','',0,'?'),('b`oR\\\ :_','wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_BR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[9=F\\\\%\vt\n,','U\rhW.=\Z\PF\]HV{\\V\D<<','>\V\D<<','/ZJ\,Ւ3!|Y\# \\','',0,'?'),('br,V:T\\U','wp-content/plugins/js_composer/include/params/param_group/param_group.php',0,'& &r-ԴPӵu','& &r-ԴPӵu','[]`\\tV\wU\\0\b\\\6g','',0,'?'),('bxjMyF~\T\uj\','wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/notice/success-single-use.php',0,'\]\ZZ\n2NPQw','\]\ZZ\n2NPQw','\rӮ\f\\\\\r\{i\4\e ','',0,'?'),('bKFP\"9','wp-content/plugins/stm-configurations/page_importer/pages/medicall/pages.php',0,'^V|F[M4\n','^V|F[M4\n','&8Lv$\\\ZA7Ǭʒ\<\"\x{','',0,'?'),('bJ\ţ#ڌ','wp-content/plugins/wordpress-seo/migrations/20171228151841_WpYoastPrimaryTerm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\s\+\X\\g}HU\','\-\:r$!?\\"3\\kv ','',0,'?'),('bʡF1t=\\\ v','wp-content/themes/twentysixteen/js/color-scheme-control.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\p\\\2/>)~Oz','LF\"= *F\_Oy{\J*v ','',0,'?'),('bE#\vX\9Ư,','wp-content/plugins/wordpress-seo/images/error-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\+9U;1p\Ŀkt[','Zrg6J\v`\.}}\ZB?P\4\N','7\">.}}\ZB?P\4\N','ˉå\\BhP\Z\@?vF\)更\16','',0,'?'),('bns&l4Oᎂ7\','wp-content/themes/pearl/vc_templates/stm_infobox.php',0,'/ʵ\z\\\Ϳ}*','/ʵ\z\\\Ϳ}*','\]kL8#\\n\~Bs\}\','',0,'?'),('c\0uOrx21\','wp-content/themes/pearl/assets/js/i18n/datepicker.cs-CZ.js',0,'ԋF%˫\\yL2\','ԋF%˫\\yL2\','\&I_\'\(\1kdZ\B3!>J\\','',0,'?'),('c餟(Ok1!͂','wp-admin/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2 wZzX,','vu\\~\bKhJr+ \ϹLv','',0,'?'),('c\r\MIM\YtL','wp-content/plugins/wordpress-seo/inc/indexables/validators/class-opengraph-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\|ͩ^\\(','\N\krB c\x6\\\\\h\_?w','',0,'?'),('c\.K-k3\d','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vG\ @?\D\\Z',').*\K\\`,yl3\\r/\yڰKFy\\','',0,'?'),('cA\[n\d\T\T','wp-content/themes/pearl/partials/vc_parts/events/style_7.php',0,'nQF2^l#*p\K','nQF2^l#*p\K','e+[\\u\61\~\#\\_','',0,'?'),('c4L]˞Mc','wp-admin/includes/class-wp-post-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@dB#&&','{\bk\r\} {=\\\\\=6\`l\ ','',0,'?'),('c,[xޫ3\n@','wp-includes/js/jquery/jquery.masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\@`&n|}A','\\ۙ \\ }Mg\ $0 [\\\B','',0,'?'),('c42j\x\c\\d','wp-includes/Requests/Session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\݆Ζ}l','e`݆ \.΃:jE\ZҰ\\5\\Z)','',0,'?'),('cB-\Z=I\\"R\','wp-content/plugins/stm-configurations/importer/helpers/theme_options/politician.php',0,'~\vT\Une\','~\vT\Une\','D4\Pt\X-\r\r*r\`!v>','',0,'?'),('cB/\{w38\oT','wp-content/plugins/wp-members/includes/admin/class-wp-members-admin-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','48](N&I','\gؓ*$L\חk\\a\R#0g\9','',0,'?'),('cK]]||?\.','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-el_GR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3mk%5-E','ռKȇj S\#\ZƓTwMcfQ\c<\/\','',0,'?'),('cX9ݎkE \\c=+','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_chromebook_24px.svg',0,'\܈Ñ\d&.\F','\܈Ñ\d&.\F','\pʛ\;\.|\KlC\G\\1\"','',0,'?'),('c[yC\8{Hu','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_24px.svg',0,'A,t\02l\!','A,t\02l\!','͇\\'BS\'#ȧ7ݵ$\#QTLd\\NMcr','',0,'?'),('ccc\Z\\?','wp-content/themes/pearl/partials/vc_parts/projects_cards/style_3/js.php',0,'H(FxT\ a\vN\)\\','H(FxT\ a\vN\)\\','IF_\kC\\\m\^\Bik\"\\qJ','',0,'?'),('clAlC]X\h','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_text_24px.svg',0,'\\S\0B\I\VI','\\S\0B\I\VI','[\\QiZD@F;֣\\lP\K\ ','',0,'?'),('cmm\\t\nzآ 1','wp-content/themes/pearl/assets/vendor/jquery.timepicker.js',0,'0\0\}`g','0\0\}`g',';jHlrml\v\:`͒\݉SD\v\','',0,'?'),('cr\%:\AXE\%U\0','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_get_app_24px.svg',0,'T\7\_tn3,g','T\7\_tn3,g','7d\d=jph\ \a\\\(/ήۢ','',0,'?'),('cs\_nf\4\'\6He','wp-content/plugins/wordpress-seo/images/Yoast_icon_kader.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\B\ѕw\ C','\\\痎<\r遷\\%_\8\ [ެFW','',0,'?'),('c\0P]u;V\Vj','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/security.svg',0,' ÷MER\~\}\',' ÷MER\~\}\','3BX\\@S\;2c\\\0\#','',0,'?'),('cQ\i\\\\\Qv','wp-includes/css/dist/editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(s\a\0d^\B','ϖK\\d\\\'S߂\LY|ZY','',0,'?'),('cr]\.','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_VE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A-\uf\uϪ_','`\")NV\}\(_@CJϒחv','',0,'?'),('cҽV%$n\\','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php',0,'k\D\i7s-b','k\D\i7s-b','C}`Գ^F\n=;cO\(Ќn','',0,'?'),('c| {\\ۻ','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tour.js',0,'AyfKxh@\P\R','AyfKxh@\P\R','\a@gDTÐjq}\n[\\'A\5Lj','',0,'?'),('c{G\zb$-F!','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qmUb9CEc\9.','Bŝc\mLGys\','',0,'?'),('c\U%Z[\\s[pY','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-gallery.php',0,'{`n^&0mo','{`n^&0mo','y{*YR\Zf\XH\}Zwu1i\','',0,'?'),('c\K$\ \\Z\$\0lM','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_pie.js',0,'CPiY\[%L,\"UF','CPiY\[%L,\"UF','rȽr\B%^ǧq\_X0\\=6)','',0,'?'),('c\_,\"B)\\\1\','wp-content/plugins/wordpress-seo/admin/config-ui/components/interface-component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\rՃww0|;+79',');H)يY\r\"w5M5h\','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-hu_HU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4M\\ &J!05','>E7c E\\fËiN `&E\','',0,'?'),('cW4(z,I','wp-content/plugins/js_composer/include/params/colorpicker/colorpicker.php',0,'\ u1\\feP\\r','\ u1\\feP\\r','¦\'[ЄM?\\r\G\\0h#Gf','',0,'?'),('c[b]\ݽJF','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\4>ӥ$','Q6;\f\]Q:\,Wѭy$','',0,'?'),('d\:w\\O\І','wp-includes/ID3/getid3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\r\w\">\X+o','Ê?\Iͽ*/\ (Yf8\&l\Ȱw','',0,'?'),('d \\1\쵓-;O','wp-admin/js/custom-background.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5\0 \<1\\\\n\Z&]','H %铌qOOo5)i\:\pm\r','',0,'?'),('dF=\jHc','wp-content/plugins/akismet/wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\lRKv\\G\n.\4&',':\y8{#\տm\\6mz6Y(9 ','',0,'?'),('dG\)\;O\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buy-sign.svg',0,'=?I\O\T\P\','=?I\O\T\P\','rL5\0_^p\s\jUNBR','',0,'?'),('dI\(A\\\7\cg','wp-content/themes/pearl/assets/fonts/WooCommerce.svg',0,'Lzsk9=\N ','Lzsk9=\N ','\47{\Q#\5 \-\=(B','',0,'?'),('dK^ǶtSӚE\','wp-content/plugins/wordpress-seo/admin/class-license-page-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\H[o/\','VC\v\[n\u\\@Dff\ ;\IXGJ','',0,'?'),('dP2g?Zp\:','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/send.svg',0,'iOK!\k\\\','iOK!\k\\\','\2;WxG=TW\\\o','\0C\\<>o','\r/ǻݪHj\ڠcU\$\\S\D','',0,'?'),('dF\I\n\]2\n\Tg ','wp-content/plugins/js_composer/config/grids/shortcode-vc-media-grid.php',0,'ׂ\\\K虤_','ׂ\\\K虤_',',HoY\\<\\h@=-t.5IY)','',0,'?'),('d\(\\%J\\@G','wp-admin/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\gj=E\Z޼݉~','\~\q?\>\\\o\\uc4mWY','',0,'?'),('d\hħ{q42K\"\','wp-includes/SimplePie/Rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=pm \K\دat','\r[jjՂ\rVh`\FrES\\ {b','',0,'?'),('d\ ST(\=\6b\r','wp-content/plugins/mailchimp-for-wp/assets/js/forms-api.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' c8\5\4NP\\','m\\\\uV8Y-ݩg#Ҡ\U8\\','',0,'?'),('d\4j\2 U\V$P','wp-admin/css/wp-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','佐5\0\\! *[','k\\[i\|2\\\Ekx/c','',0,'?'),('d\@ !\\dJ\','wp-includes/js/mediaelement/mejs-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.۷Z#e0\H@Lh.A\\R1-\gn','',0,'?'),('e\0\hLщ\','wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#}_*mD×cvW','m$G+59TEx7B{\\/\\,u\\7 ','',0,'?'),('e\rZf\ޞ\\|\','wp-includes/js/api-request.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' [\|\[','[[R`Uˢ&zܺ\!;7\h\','',0,'?'),('eXl\2U ;E','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pƮuo7;~z','\\ %ly\'#[_{E]8%\','',0,'?'),('eQy|h.#y','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_24px.svg',0,'aw\r}O\rq\sEP\0U@H','aw\r}O\rq\sEP\0U@H','Hn;XN\ei@VDH-ܱ$\'NV\','',0,'?'),('e\\\Xnj.\\\(&d','wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\رm:h\rGZڋY','t8uUUSĒqf\S3iiu','',0,'?'),('e\(8\\\\V','wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-v3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\~7^:\6Ya\}GRu\~\5c','',0,'?'),('e*n\Vf3 7\w','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_audiotrack_24px.svg',0,'\`8\4Têޞ-R','\`8\4Têޞ-R','8\`\nR/\\U,l׽Ksk','',0,'?'),('e^#|ۍTЩz','wp-includes/Text/Diff/Engine/xdiff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֹ\b tX8GX','[<0ąaD)tJh\(C[uH}sҘi','',0,'?'),('e\l\>\L','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\X#Z>B;','n/1#w22+\U]\\','',0,'?'),('e\s2l=/','wp-content/themes/pearl/assets/js/i18n/datepicker.ko-KR.js',0,'i1z&[%|','i1z&[%|','\8\\\r\ve;v\r_ <9','',0,'?'),('e\M7|&\'8H\','wp-content/plugins/LayerSlider/templates/tmpl-upload-sliders.php',0,'q jh[\azՑa\"','q jh[\azՑa\"','\\Z\Cs\\\'M̜\'c\H*޿','',0,'?'),('eѪ\],\wO:\\','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-tinymce.php',0,')\\W5ೱBj',')\\W5ೱBj','\'\\np0\n\\\ÜDb.\0r\<0K','',0,'?'),('e\\|6)','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg',0,']j0^Pӯ-\m',']j0^Pӯ-\m','>\qw\\Fb\6 Z|\GoQ{+Lo','',0,'?'),('e\.y\>\k','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\\\~\Ro=ld6','\հ[߱0 q\0A\X\Q.YBIWE0','',0,'?'),('ePi7+\$\\0f','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_filter_list_24px.svg',0,'\RR\M\.\I','\RR\M\.\I','Lj$\I,\\0\'Y k\O','',0,'?'),('egXw#& ll#','wp-content/plugins/wordpress-seo/src/main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~V\\\O\_','\x$r!@\uiQ9~!\','',0,'?'),('f;F[;L\q\`Q','wp-content/plugins/coming-soon/public/vendor/tingle/tingle.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\- )6e',':x\R\;2\nW’؉$Nxp\)','',0,'?'),('f \kUCM\\0w?&','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg',0,'U\0{\r>Uy','U\0{\r>Uy','V\to\n)V/4\^*\4G\}_5A','',0,'?'),('fnF\ro\\:\L','wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','έVR`X\','\zؒNu\vwq\I[=RQE','',0,'?'),('fkp~\7','wp-content/themes/twentyseventeen/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\e\v%|\o','d\WP;B\ \،\\X:d*\M?\']RÊ\','',0,'?'),('fnFB\Eo\x\','wp-content/plugins/revslider/admin/assets/images/mainoptions/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('f$ mfAT\q\','wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php',0,'K\k\dzn\g\n ','K\k\dzn\g\n ','9[\n/\\' -0!5\MH$ѵؙIv\','',0,'?'),('f-KW1V[\PƬ','wp-content/themes/pearl/partials/vc_parts/video/style_1.php',0,'qʄ\P\\W\r\{~:','qʄ\P\\W\r\{~:','.b\0C4o\nd%\\u\\Lk\\','',0,'?'),('f2\q\\/LK\','wp-content/plugins/wordfence/js/jquery.tools.min.1550163483.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\:-\Eՠx$\B',',4\~aTlS fQO f\\Tӵ\;\\)','',0,'?'),('f5@]^\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character04.svg',0,'h\w(\"','h\w(\"','nZ5 EX<\7=O\4\\(#T.a','',0,'?'),('fKkN-\l5','wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_CN.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\0!(\\ej\\\Dža\','`oS+\\Rc\'\%DmT2\e','',0,'?'),('fHy\j\U2m\u\','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Base.php',0,' V76\f\Z3',' V76\f\Z3','\\\᝺MveD`S2\\Op','',0,'?'),('fad+\q\CKSg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_24px.svg',0,'jb\sA\\Z\','jb\sA\\Z\','sleJvu[8׶L~\M\\\y','',0,'?'),('ff\\0rH=<8\X','wp-content/plugins/wp-members/assets/css/forms/wp-members-2012.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T \\\Z4\'A\','\n[.8\h*qu9ԑ_\遖\'QXQ\c','',0,'?'),('fj#=]\\lD\','wp-content/plugins/wp-members/includes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\';Q#\Ĕg','yZlo\\ 1\8%T\j*._&\\U +\','',0,'?'),('fp\\\jH\'','wp-content/plugins/wordfence/views/blocking/blocking-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ˮ_\\\\Xk\\','\\4\>1^fs {\q\' ީM\','',0,'?'),('fr9}2E\N\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-megaphone.svg',0,'#\\#ȋĪ\`\_','#\\#ȋĪ\`\_','b\1\"v\}t3#;\\t\w\g','',0,'?'),('fu3\nM\\}6*0\','wp-includes/class-wp-customize-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~yyҢn4v','ޤR\e\\n꣭e\'e\ŌK\X\'.\\','',0,'?'),('f].+-͋\','wp-content/themes/pearl/woocommerce/loop/pagination.php',0,'\Di\?\\r\\','\Di\?\\r\\','h\'v<@?\ן.e?\r$\u_\gS}$,','',0,'?'),('f\Un=@','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruler-compasses.svg',0,'\\:\0fA\&sP0','\\:\0fA\&sP0',';@U8^ŀf\/\?G\`1YKy','',0,'?'),('fATvϧ\4','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-online.svg',0,'\' \'fRd \\^','\' \'fRd \\^','\_34;j:\Hsap\K)V;T\*','',0,'?'),('fyĐƼvhK','wp-content/themes/twentysixteen/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\0{kv\_\q.','ݠ~\\[١\}\rܪK\\\m 0\\','',0,'?'),('f\ܮ\\\LM,X','wp-content/themes/pearl/assets/admin/js/wp-color-picker-alpha.js',0,'\Zox܂.\J\^\)6','\Zox܂.\J\^\)6','-\\\d$Hd\ \0fL\wx\\)','',0,'?'),('f霰f؟|hUL','wp-admin/includes/ms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\jWFL%K=','Qy\$sC\D0Q[=\t \','',0,'?'),('fah\\ֲ`;','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ingots.svg',0,'2*z>\2','2*z>\2','\\T)}?f\3[\Ѹ$wZ','',0,'?'),('f\\BD\Fr\r\r','wp-includes/Requests/Transport/fsockopen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!\JO`\ZHH??','\?l;]\\)O=b\ֹ\n','',0,'?'),('fqO/\͞\\\','wp-content/themes/pearl/assets/js/vc_modules/schedule.js',0,'6\3=z9\\','6\3=z9\\','g\n\$\\\rl\s\\Clj\'%KQ)x\r','',0,'?'),('f\-$G2J d\','wp-content/themes/twentynineteen/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\v(\_\\ \sΠ','ggR7\rB~k*w\aNߢ4','',0,'?'),('f\\\\eR)\','wp-includes/SimplePie/Item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\!Cz\\0c<ܧ','1K\6]\\Lݲ\]`r\S{Ul','',0,'?'),('fֈ V\Թ)\9','wp-includes/theme-compat/embed-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\'牉TeD\]pCA','Jϑ߷\`\š+,jr\#eQ䫖 \\','',0,'?'),('fގ\\w\#=T','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_near_me_24px.svg',0,'\%|3~u','\%|3~u','m \\9\\\'\\\oYY\I{ \\r','',0,'?'),('g\Jivp5\v','wp-content/themes/pearl/assets/admin/vendor/fontIconPicker/jquery.fonticonpicker.min.js',0,'^S\#~ehiF','^S\#~ehiF','\nx څKo4%vC˩ys믅UY','',0,'?'),('g\n(0\Z>\9\','wp-content/themes/pearl/assets/js/i18n/datepicker.en-GB.js',0,'ooC\_\\dF','ooC\_\\dF','P\\[\\\\荤03~jka\Nf\BQ\W2','',0,'?'),('g\ \0c\`)ō','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-pl_PL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V:sHG\\\\','\Y\Ѕ\r\chK:q^u\_(a\Z\\Zˋ\\','',0,'?'),('g#L\ͬK\A]ea\2','wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ ꯚ9Y\x','r\.p\$\\ғM&fq\\\C','',0,'?'),('g#mGm=5ֲk\','wp-content/plugins/LayerSlider/static/codemirror/addon/display/rulers.js',0,'0m\gO󥣤c','0m\gO󥣤c','\`\iE>\0U#usOZ\\KH\\%,NX\Z4\\','',0,'?'),('g#\,vM\: \','wp-includes/js/jquery/jquery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\\\.{\ܛS\','g/igEȯ]\3v6E\'Dd4g\f\;','',0,'?'),('g)Ukʏ\g\\E\x','wp-content/themes/pearl/includes/theme/woocommerce/woocommerce.php',0,'\t%Csۖ','\t%Csۖ','g`ֆ\RGw\\\MCw\\TJúw\J}','',0,'?'),('g+yr\\qD/','wp-includes/vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eGT\tN\ 5Aǿ.','cso\NjW\\t \т\5ڷYJY\\\','',0,'?'),('g+\wJoG\\ {b','wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.2ң\A\!\V0I','\\"CG9^\ȷ\1\a? a\uk`','',0,'?'),('g2\$\w\Ll($8\"','wp-content/themes/pearl/partials/vc_parts/posts_list/style_1.php',0,'wWzOa\\r\D','wWzOa\\r\D','(׊\ZO 9mq\:\Ԡs\\n','+c~\>\Ԡs\\n','f\h\w0J \\\"\E \#U','',0,'?'),('gj\3!\r@}','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_24px.svg',0,'\/3\\-%\C','\/3\\-%\C','Ɉ\>5~D.51ō\\ݿ@8K\iRr\K\'','',0,'?'),('g$G\\\;r\\\1X','wp-includes/images/wpicons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dSuqV_\\a','\cZ_\?n_\K6\\1\\}r','',0,'?'),('g?~*5@Ɖr1','wp-content/themes/twentyseventeen/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\7K\\','s\ةYޤ.֢=cJ{pW(\0(4}\n\\0','',0,'?'),('g\׸J\\0\ic','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/class-setting.php',0,'\BHLN,\'8\\','\BHLN,\'8\\','\)\\\r\e¡GG\M:\Ňoy','',0,'?'),('gjy\3 ','wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/partials/tabs.php',0,'>SWz\\_k1658','>SWz\\_k1658','׿\\ te\3O؈\VQ.?6\','',0,'?'),('gt9[ n','wp-content/plugins/wordpress-seo/frontend/class-primary-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5wYH?&z(h}','*%*]ÎM[\xyec\&\{\D\','',0,'?'),('gf1۶y\;_','wp-includes/class-wp-http-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','txz F_\)t','}\n_Qɻ7~ʍWx%K\\(\\{mBv','',0,'?'),('gs\)m\%','wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ViK۹v\?','-L#syܥjswBt\\'ш;8=','',0,'?'),('g]e\!^(PK\','wp-content/plugins/wordfence/models/common/wfTab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2T\}HW\'<}\\','Z¥|s\S\8e3\Eؗ$\\ܜ-h\','',0,'?'),('g\Oe>\`\b(\'!','wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_5.php',0,'y,?\wʞ$F\5m','y,?\wʞ$F\5m','\\xfW厉H\r\"Q!\\g7\Z\\'5\\Aq\n@','',0,'?'),('g\Uid:)','wp-content/plugins/mailchimp-for-wp/includes/integrations/views/integrations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\\l5\\)_\x','!(\\\u7 5\-\\\t!','',0,'?'),('g\~)~sʞI','wp-admin/includes/class-language-pack-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0s|&p\Q+b/\n','@:\r\BxנMk/_5.0_\a','',0,'?'),('g\\)1ҧ\0','wp-content/plugins/wordpress-seo/languages/yoast-components-sv_SE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@o\ ;n!x\\jP\','wV\r^L_\\Qoy\8a\"uS','',0,'?'),('g\X\\\8ϊ-A\.','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php',0,'\r\WAT\h','\r\WAT\h','C۝\\\Tݻ\n%\6UpJz1','',0,'?'),('g݆ёB\$\%','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruble.svg',0,'\B\N\#Rw 1@','\B\N\#Rw 1@','\ǪkCIҒ\\3#rA\?\Xg`\','',0,'?'),('g\\06Z|E \','wp-content/plugins/coming-soon/public/images/themes/54.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\"-J;<\?\o','^\zU\\kaldp~qV^W[i\#','',0,'?'),('g\]bR% Z\E','wp-includes/js/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\S(k咬+X\','Շ:\֍z\0\/9N@6\\H','',0,'?'),('gx\^)\.Z','wp-content/plugins/coming-soon/public/images/themes/19.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\G(f\riA\_\KҥQ','k\FeS\ra6j\\\\\\ς8^H\r','',0,'?'),('h@Z\%R\F\;ti\\m','wp-admin/css/login-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\pa\@+\\\!z@\','։ଭ¡\!$a\#\]k:\\-?ƹ','',0,'?'),('h@\\'F4\\c\\Z\','wp-content/plugins/wp-members/assets/js/select2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\e*sFv\','\r\\\5\4l<gS;m\\\\+^','',0,'?'),('hCj\/Z}%9n','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_ServiceResource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\M++\r\0Vq»N','c/tUk\U\N@y\8\z\u\\','',0,'?'),('hJ2H\\cK] ','wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/frontend.js',0,'5^#`S9','5^#`S9','O\\\Giϒ|=ՒFSQdt>X$8D2@(?6\糠\\0','',0,'?'),('huPAN\0S~\V \','wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php',0,'X\M(zZuɗE','X\M(zZuɗE','\" \tEJ-Dɗ\r*Ǩ:Nv>k/V,','',0,'?'),('hzV\\\z$=\\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȇ0A\\\C','\\C\]āk.hssk8\\\\-; /9','',0,'?'),('h|hEf:Ʊ2~','wp-admin/network/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǜD%=|7\n\p','I\Ҽ1\\ \^\\\0[\uk\','',0,'?'),('h\hclZF\ѡy','wp-content/themes/pearl/includes/theme/vc/post_types/vacancies.php',0,'[L\gT','[L\gT','ê\!\ލ\0^\Z\\nf\\\%f\A|F','',0,'?'),('hTHV=W>&s','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_highlight_off_24px.svg',0,'#X׻3뽒@wV','#X׻3뽒@wV','LbCN@q\(uHձ/\r','',0,'?'),('h\\\Szg\'\I','wp-content/themes/pearl/partials/header/elements/socials/socials.php',0,'e5e\;Ӣ\74$','e5e\;Ӣ\74$','-=\P[͊\"9Б-y+1ZY\-Za\P','',0,'?'),('hT֢I\1;','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_share_24px.svg',0,'D} #;>i\Q','D} #;>i\Q','\IMݻtOϓzOe\O\Zz\IP ','',0,'?'),('hG>Ž6)\t \o','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_mouse_24px.svg',0,'JftΊ\NI10','JftΊ\NI10','Ѭ\/\Zd3=$)P f⫤','',0,'?'),('h$\J\N7d#\','wp-content/themes/pearl/partials/content/stm_events/style_3.php',0,'B\\=\\i },\GQ\\','B\\=\\i },\GQ\\','\\m:٢\0\x\\%\ZK\B','',0,'?'),('hZ|Ɂe\ygf@R','wp-content/plugins/coming-soon/framework/field-types/js/color.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zd\\n\Z\0OC\E','iw爐\\[q\^\͡]cȳ\;8$\','',0,'?'),('h<]\OpNCƴ\','wp-content/plugins/wordfence/lib/wordfenceURLHoover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\bxRh`\','\X|ڮ\rHh(\5b\0^','',0,'?'),('hr/\B\'0','wp-content/themes/twentynineteen/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\x4Ҫ','d\@\ d%1MMo61\\Vk','',0,'?'),('h=\?I!XB','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-indexable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h \\~ǀ\,','\ˬh|\ݎ)q\>\LC9k\','',0,'?'),('h\FPB\\Uay7\','wp-content/plugins/wordpress-seo/src/watchers/indexable-post-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yUM \\t\\r<\\','W\n3\;Jjk\ʟk\{x3e','',0,'?'),('h\6!{\rz\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-flash.svg',0,'uE-O\Ҷ\Zk\k','uE-O\Ҷ\Zk\k','Uxm9g \H_\yop9 \K_\k\N','',0,'?'),('h\\QKV,\b','',0,'?'),('i;\&o\?','wp-includes/IXR/class-IXR-base64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\*6\\DT\e','?F]L2}\\\rS@b\2Oo\uU\'O','',0,'?'),('i\"9Ӣ\ez\','wp-content/plugins/wordfence/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Lj\"C\ix','\ x眪!\}\Z\W\d','',0,'?'),('i&G~\ٓ\\r{B','wp-content/themes/pearl/assets/fonts/stmicons/advisory/stmicons.svg',0,'\\\#u\:','\\\#u\:','\;t\Z\K B<&+5\8(aQ\@ne','',0,'?'),('i\'5v$K=;2\','wp-content/plugins/LayerSlider/static/codemirror/addon/comment/continuecomment.js',0,'+Rՠ}C\\ W%','+Rՠ}C\\ W%','h\aZM\r\/ˈr=`\\4B@','',0,'?'),('i(\ \0t7@\Q@','wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$v)WؔE\','X_(.A','d8V!>(.A','l] %\'sڌ5\;W\\\\n g\\','',0,'?'),('ir`\O 3\RTs\\"','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exit.svg',0,'d$+ꞂB02o\°y','d$+ꞂB02o\°y','0cd\\e客Ey2\\\ۍ','',0,'?'),('ih\\m(й:>','wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_outline_24px.svg',0,'w\\K\\Ķ\Ù','w\\K\\Ķ\Ù','\zaψ\e}Gt$}{\P \\\\\Ȁ','',0,'?'),('i3\,wRuة\','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_golf_course_24px.svg',0,'91F\km[҅U','91F\km[҅U','lĠ6;\\\rlט/\Z_^&v\]\\7yG','',0,'?'),('ie\hx&\\\7.','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\"\#6${ JL\'\"','\eŇ6\Z(q\&ڶ\\]\\\nCliީ','',0,'?'),('i-\X8 V[~E','wp-admin/css/install-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\\yU\\eB%','\Z\\\Lm!\\k\SE dBk','',0,'?'),('i\y!\T\\\:','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_beach_access_24px.svg',0,'\xI\b3\\\\','\xI\b3\\\\','\t\G\r\#lĺC\*\L\xg;\jn\\','',0,'?'),('i\\=X\h$','wp-admin/js/language-chooser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rI Y:','Ćr@\\"(r^Oe$ۜ)\\','',0,'?'),('i\y\}\~\.@','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_headline_24px.svg',0,'R>M\+d\i R{','R>M\+d\i R{','j \ #cs$LiLp\\','',0,'?'),('i\\wOz]N9','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dw\)\U\ن','w\.K\nlքN\','wp-content/plugins/wordpress-seo/migrations/20190529075734_WpYoastExpandIndexable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T|\\7\A\ޡw','!q\徉\NVT\dZ\ral\8|','',0,'?'),('jG+5Ǒ@kR\{2','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/app-root/app-root.component.html',0,'\0\ ̙N\\=\9','\0\ ̙N\\=\9','\\P~C\Iȗ','',0,'?'),('jc8{*@&\ݖ','wp-content/plugins/LayerSlider/static/layerslider/plugins/origami/layerslider.origami.js',0,'\0F[\H˙>\|','\0F[\H˙>\|','9y!a(\\a\&esrw8=<%$! {,','',0,'?'),('jmE\AX\uw>܆','wp-admin/css/colors/ectoplasm/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\kƲ\!z\1f\M','YrK u b2F:d\\wXG_Of\Г','',0,'?'),('jt\Z\\ܿ\,','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r\aa\\i','{JL\\ͻ&\{{\T:\\B','',0,'?'),('j|3L\0\\"^|秣[','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php',0,' Y\Zݽ=n\n &93',' Y\Zݽ=n\n &93',' u\r`\Z\\e!v\D\ M\b)Y','',0,'?'),('j䱋\%\\]','wp-includes/class-wp-xmlrpc-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\Ɖ\\ 0W','ϔ0/\\\ZB\\\~ˋ,&\\\F\\\','',0,'?'),('j\)nQ8ޮ\D','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\s\{۞P \','>\"ݻ\$>:ZUN\\\\','',0,'?'),('j\5F+\o','wp-includes/images/crystal/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\m`\`9\','$멘9^\PIWn\-\0','',0,'?'),('j\\ۆ0]\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart.svg',0,'d>B\Z&ܦ','d>B\Z&ܦ','\A\\\'L\+\\Z\\0W@\ j','',0,'?'),('j^\?H','9K\/վqll\4E\Z)\\ ','',0,'?'),('j4-O Մ\rL\n','wp-content/plugins/wordfence/models/block/wfRateLimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\W|C\\\ǎW\\P','\;\\\@#3 1N\\|9\\^S>','',0,'?'),('jgs\66\$8*E\','wp-includes/class-wp-dependency.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+$\\@\Kv\u\x','־\$jڭ+v\#Bd\'}\Y-s(\','',0,'?'),('j«_\BwT\_','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-multiselect.php',0,'\0 .\7;S\\`d','\0 .\7;S\\`d','ԫ\s|\<\\I\n&v\Y1I\\7`','',0,'?'),('j\\w\=\O5','wp-content/plugins/revslider/admin/assets/images/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('j׶\A\=˯\[[','wp-content/uploads/stm_fonts/stmicons/feather/charmap.php',0,'\\Ȋ\tma\','\\Ȋ\tma\',' \YH#֌2\w95\Һ 2\1','',0,'?'),('jڿt\1u}','wp-content/plugins/wordfence/images/wordfence-logo-64x64.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v^I\N/\g@\\u','8\V\ݏǃ4p]cy\\\\\','',0,'?'),('j\^|İ\|Hap','wp-content/themes/pearl/vc_templates/stm_popular_posts.php',0,'5*f4 OՔ|Z','5*f4 OՔ|Z','F\+\\f%gw:I\" C;\"G\\\\r\x','',0,'?'),('jꦷ\0\t\\\\','wp-content/themes/pearl/includes/theme/vc/modules/opentable_widget.php',0,'JlC_.X똜\','JlC_.X똜\','LxJ\"4~@[OD\rB7\\ W\,q','',0,'?'),('j\\\^&\QĿy3~','wp-content/plugins/mailchimp-for-wp/includes/class-debug-log.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\šy88F','\bc~6Ua5d\6\\^LG\\:','',0,'?'),('j\Uzn\ع\','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/posttype/posttype.control.html',0,'a\"]k4 o>y#Ȩi','a\"]k4 o>y#Ȩi','C$\Yw2\zK\\g\/\xp~\\','',0,'?'),('k qs\^_\\}L','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bonsai.svg',0,'\\i\:\j#','\\i\:\j#','c4\]v\wfvC F2vAxHI\1','',0,'?'),('k \<\(G\w\','wp-content/plugins/contact-form-7/modules/number.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"\\\fu,','L\D\퀛ų-=.x4\[B\rt\vo','',0,'?'),('k\nlQlS? \n','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker.svg',0,'[wP+hn׃R\','[wP+hn׃R\','F\ʸִLP5UV񶳖\\rjOS}`\V','',0,'?'),('k\V:o\\0\\naQ','wp-content/plugins/disable-gutenberg/languages/disable-gutenberg.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\.\,%O\֫r','4^[w@\xC#[\ӣnfs-\r5<~','',0,'?'),('k$6O\-Nx','wp-includes/js/tinymce/plugins/charmap/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=B쟄P\rL\ ','•x[G-90b.zG\az\>\r','',0,'?'),('k\H䆸 \','wp-content/themes/pearl/vc_templates/stm_icon_links.php',0,'{߱\\\|q','{߱\\\|q','/.n~tI\\\l\Z?\Ѩl\\2.s','',0,'?'),('k%]\rSY\.\MgR','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_place_24px.svg',0,'I}Ԛ^\޵\Q\Zw','I}Ԛ^\޵\Q\Zw','\\]:\0\cA7kT\`\ (\0','',0,'?'),('k%\S\ٹzf\KEc','wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php',0,'W\r\\\r8]\','W\r\\\r8]\','gU\\\I\|s\30?8\Z^','',0,'?'),('k%\r0̯IN6\D\'y','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\+کd\ݬ@ ','wbjY\S\tc IdQ','',0,'?'),('k6*\\\H u١','wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\=\Hk$','$*\6›\_KtuC \\\G\','',0,'?'),('k:\r\O%g=8\Dž','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php',0,'\Qހ\ D/|RR','\Qހ\ D/|RR','(Knyy &\\\T\\\X/8S~\Hwi-','',0,'?'),('k@\\$Ӓ&%\\ڬ\k','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-iconpicker.php',0,'/P&\\vUe','/P&\\vUe','\\Gr#\E?\O4Vj1\ۨ','',0,'?'),('kH5I^\0a`\\ \','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\@Bg\EJƽH','i\|\\I\E\_ X綈j\','',0,'?'),('kLZYCX>ڭ\nP1','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file01.svg',0,'\0\"\'vu5.\e','\0\"\'vu5.\e','\cʙb!\\\'y \\ʞ\i-io\)','',0,'?'),('kM\ \̙Ysp','wp-admin/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d$Z,\\|\3','>E\\\GK\\(Ȝ\%!V@0v0','',0,'?'),('kN\(lZfE\"Lm\','wp-content/plugins/contact-form-7/wp-contact-form-7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y*8Wڲ1k\0','\%ŞȾgH\*\C+Xsd;\?\f','',0,'?'),('k`\n>(׭\I','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Zw\r\k\^','O%\W\Af0aQ\\C\r\nƲ\ ','',0,'?'),('km|Kma0\\"*k','wp-admin/js/tags-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Br\7t4A\3','\;\\+\V#[u\ m\|8\Hn8[','',0,'?'),('ko\vC+qǩC\n','wp-content/themes/pearl/partials/header/elements/search/styles/style_3.php',0,'u\$ \\\\a','u\$ \\\\a',' Zի\\Ah\O\!%ԤϢ\\=zJH','',0,'?'),('kqd\56: \0)','wp-content/plugins/js_composer/include/templates/editors/partials/prompt-presets.tpl.php',0,'bR\: \\','bR\: \\','k9 \X. r 29\,Pn\)','',0,'?'),('k}:\\ \\VN\\\\G','wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x>PH\e6\[GF\5','  q!홐\\%ހP٧Hr.L~','',0,'?'),('k1/͓ݐ%=','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dqd6+\"U','I\s;֮i\k\\E@)','',0,'?'),('k޷\0;{@<$d','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php',0,'v\fLAmj\','v\fLAmj\','\VFѴ.6DBz@CX{4O\r\0Z\','',0,'?'),('k h~\H\\\vo','wp-content/themes/pearl/partials/footer/parts/right_text.php',0,'9Fd4A\٠t,\rU\','9Fd4A\٠t,\rU\',' 5Os\a\\ů2@6j\<(\\\E\"','',0,'?'),('k\0y-3?','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/modals/iconpicker/iconpicker.modal.html',0,'\'\Ƙ\JuMl\','\'\Ƙ\JuMl\','8a\I\NF\_>\\s \#\r','',0,'?'),('k\.2ggn','wp-content/plugins/wordpress-seo/inc/indexables/validators/class-twitter-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԥVb-&\]YNF','wB,\TrN-\d4\+\ci\\"','',0,'?'),('k&\\ֿ6+','wp-content/plugins/revslider/includes/framework/db.class.php',0,'L]q>.F?!f','L]q>.F?!f','\\fki;H \2V f)I7\z3','',0,'?'),('k x\7\ g\','wp-content/plugins/booked/assets/js/chosen/chosen.jquery.min.js',0,'g\\\w1Wϑ','g\\\w1Wϑ','\\"\RZCy\\;\0to{\\\f#4','',0,'?'),('k92hCM\z\','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_surround_sound_24px.svg',0,' &\ƕϢP\`',' &\ƕϢP\`','gX\'\f9\I)Z\\#A\HZ\0:','',0,'?'),('kxr\,j\\i\(','wp-content/plugins/wordpress-seo/admin/class-asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0u`\vh','|\`\o\ G\ \n;\x\'?\Q\&]\\','',0,'?'),('kB˞\b=y\','wp-includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\XS鵌먝)','.4\vo\8!1pb5\\;ⶄ\\','',0,'?'),('kaJ\Z\\\\D.P','wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rx5o\b\#Q','#W_Wx{tWSOL\Z\\rpJUF','',0,'?'),('k“U/^\\\ ','wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Ӛ\ԡy,\u@','5x]\LO>,\\J \E ? \Z\','',0,'?'),('k\i\u̥,heG2','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg',0,'ҞlGn\Nv(/','ҞlGn\Nv(/','\ST;`L;\$uPd:\Zgf\r','',0,'?'),('k\\ hѻ\\\&','wp-content/plugins/wordfence/lib/wfDiagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X :p[#6XN',']\fbKN7\:\\\7\\e\Z\2l','',0,'?'),('lO.\5\\','wp-content/themes/pearl/partials/vc_parts/posts_list/js/load_more.php',0,'=9P\z9','=9P\z9','H+ܩ<\Vr\/\\}Z\)\z \PC','',0,'?'),('lP\Ŝ\\\:\ 5\p@\, 50\0ي,','',0,'?'),('lX՜3&\\\'','wp-content/plugins/revslider/admin/assets/imports/vimeohero/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('lZq#eS%s7Y\','wp-includes/js/dist/notices.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Mԥ~T','_č921\bcAP᬴JP OM\','',0,'?'),('lf\!A\\\*','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-person.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\\)\\D','z~]%l\\\WD)\q\,n:tx\a','',0,'?'),('lj\5V\"Ͼh\]','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_center_focus_24px.svg',0,'qMR\\{E DR','qMR\\{E DR','וL4k:а\O+\\Z\\\&wA\M\D','',0,'?'),('lld\H\0ɦޓ','wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\T|wEcj\\FRd','Xyc*{Wh\\HF[\p^\Z\KEG','',0,'?'),('lr\&\C=u\\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_landscape_24px.svg',0,'\Dp\0)[Y\','\Dp\0)[Y\','E酲.~I/tK\\\\ޖDXy\\\{E','',0,'?'),('lt\%\L\\\Մp','wp-content/plugins/wordpress-seo/images/question-mark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\3\XXJ\','ۚL\\bYZY^iP@','',0,'?'),('lznFɅq{.\\5','wp-content/plugins/wp-members/i18n/languages/wp-members-ca_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K.? S% Z0S','u%<ݺ\墼RZK#)D+\1\.jA','',0,'?'),('l\4\\Z\\\X','wp-content/plugins/revslider/public/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('lYӼ\\0tH\!r','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0u?m\\0W-6 ','\\&3m8`l*}\"\M\O*\T-','',0,'?'),('l,pBկ\\Lz\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yinyang.svg',0,'[\\\D)˯ ]4W\\','[\\\D)˯ ]4W\\','Ʊ\!QY}f\\S[i^\\&lo\'','',0,'?'),('l \ab\|','wp-content/plugins/coming-soon/public/images/themes/57.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ\\\\',' N\\r*¸\}}5?\s\>lĚfҶ屍','',0,'?'),('l01x\b','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_windows_24px.svg',0,'\\*&\\U^]l\,','\\*&\\U^]l\,','05\\\p\l\j|\Ң(\Z9L','',0,'?'),('l\\\:-\YT\','wp-content/themes/pearl/partials/content/post/layouts/layout_3.php',0,'NEiԂ\\?\+\H','NEiԂ\\?\+\H','\<\5mNJЅEeC+f\ \Bm:Y','',0,'?'),('l{\\J\\F\\\','wp-content/themes/pearl/vc_templates/stm_items_grid.php',0,'\DtjZ8Bì','\DtjZ8Bì','\l~GJ`f\T,KGcݱ\\\','',0,'?'),('ly3X\Y.\"Ac','wp-content/themes/pearl/assets/fonts/stmicons/magazine/charmap.php',0,'D\=vv\Jo.\\ZC','D\=vv\Jo.\\ZC','\K\=\\'!\\w8Γb]2\l nT','',0,'?'),('l\JU& \r\SϏ\I','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.carousel.min.js',0,'i<2>srgS)','i<2>srgS)','v\Z\q! \,\m^4YZ:\:\&b5','',0,'?'),('l\b1\rd\Yy\E','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-pt_PT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JJ\'\'4\rsN.\X=','9v\lղm _t!Y]\h\\\"Ii\\"','',0,'?'),('l\[\0Et\x֐','wp-content/plugins/wordpress-seo/admin/links/class-link-extractor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S+u\\nm[UK\i \\','\\0\sY&\0Q\\^& p','',0,'?'),('l\\Ls>\TB','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelope-money.svg',0,'u\'\v0\Ϳ\n\','u\'\v0\Ϳ\n\','\J@\#6\\ zF\r\rUm\|埬','',0,'?'),('l\O\h+\эM[:','wp-content/plugins/really-simple-captcha/gentium/GenBkBasBI.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ur\eP<Ư\\c','PG\I\oL6\o\\2 ','',0,'?'),('lX\\Np\?b\','wp-content/plugins/js_composer/include/autoload/frontend-editor-ie.php',0,',ڰ_\܊\\ְS',',ڰ_\܊\\ְS','d\JlG9]\n\B|\]/Utv','',0,'?'),('m\\ĩP\0','wp-content/plugins/coming-soon/framework/field-types/radio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I.B&R\\\\Y','5(~To\&€g\Wѷ*t^/hOt\','',0,'?'),('m D\TmsA}','wp-includes/certificates/ca-bundle.crt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\{޽A6\\Xi,','L# V\O\ \\H\Ȩ\\0)K\8 )I','',0,'?'),('m c\'W8Ϥ`^','wp-content/plugins/revslider/admin/assets/js/codemirror/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('m08\~`ryc \','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_6_24px.svg',0,'aow\-/\\\P\=:','aow\-/\\\P\=:','w\ GT®\|\<>\/w','',0,'?'),('m\,D\tUGm+\Bx','wp-content/uploads/stm_fonts/stmicons/creativetwo/charmap.php',0,'D޿7\\er','D޿7\\er','-0gߪ,F7Oo~I\','',0,'?'),('m\߄@M\\:','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5\\\8p^Z','\ZZ\v\\Ѣ\3kw\9\ IO-3ى@\SM','',0,'?'),('m \\ad7z','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/percent.svg',0,'n`l5Z\r','n`l5Z\r','Dbj~V>yrE\\6u\1\j\&t\','',0,'?'),('m3\Z\2t bU\#','wp-content/plugins/wordpress-seo/images/News_SEO_Icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\'OL\\[K\0\f&\?','m/kԈ6\Uɇ\+\P\\j\@p','',0,'?'),('mA\Y\\Rb|\S','wp-includes/ms-default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KLMww;Ni/0*','P\'?oxG0\A\]K)7>F7','',0,'?'),('mE\\\)\\o\','wp-includes/js/jquery/ui/spinner.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`|+ٹ4a\5\\\־','\\I\8פ\s[^tEZ\\}r','',0,'?'),('mPh\\W/o@Ϛ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/users.svg',0,'{Lt\,a\\\ܴ\\','{Lt\,a\\\ܴ\\','\\8\`?\`N]\軲\\Zj\Ԧ','',0,'?'),('mR;\4\\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet.svg',0,'\G7\ro9\\>','\G7\ro9\\>','H0\'܁l\\\9L-RګF\NPk\!\\','',0,'?'),('mY }ɽ\ ?','wp-includes/js/jquery/jquery.ui.touch-punch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\m\Q4փ\]','k>jT@z\\\\՜.OB\j\0\'\t','',0,'?'),('m\\2\0\G','wp-content/themes/pearl/partials/header/elements/cart/mini-cart.php',0,'Jug/ r1F?F9','Jug/ r1F?F9',' \o\J\\@:=\p6;+#\>G','',0,'?'),('ms\Z\G+I\8','wp-content/plugins/revslider/admin/assets/js/codemirror/util/simple-hint.js',0,'Sҍ t #z>\','Sҍ t #z>\','ύ7E<n\\U,й\7ӟ\Zk','',0,'?'),('m|s#P\\\\^','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_24px.svg',0,'fل!q\\nu\Z`','fل!q\\nu\Z`','\\ٻ)\">ڽ(\\D\\r5','',0,'?'),('me#E\T\п','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_room_24px.svg',0,'I}Ԛ^\޵\Q\Zw','I}Ԛ^\޵\Q\Zw','\\]:\0\cA7kT\`\ (\0','',0,'?'),('m-\Zm1\w\\','wp-includes/js/jquery/ui/sortable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ō\6Be8\`\','|RG\@\ds]#}&S!]nB*l\Z','',0,'?'),('mȠ}: /\Y','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/da.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\\\\+\jZ','P\\U\3\t4pыW\ę&h\','',0,'?'),('m\joȔ6Q\\\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_return_24px.svg',0,'\\Nk\\','\\Nk\\',',\\"\"D_g\\C64H','',0,'?'),('m, \hd\͉*\3','wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\A辨\̨N\Z','\F\';.p>\:\ t\/uM}','',0,'?'),('m\hZʘ\\d\=\4]m','wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php',0,'j\'\\$ a[','j\'\\$ a[','>\'RLTu\jN9A .\6ȁ O','',0,'?'),('m\-[\a7[#L\'+','wp-content/plugins/LayerSlider/static/codemirror/addon/edit/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('m\$MZyg\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_library_24px.svg',0,'Ǻi\ZKC\^\"l','Ǻi\ZKC\^\"l','gcפ\Y:Cz+\:','',0,'?'),('m6h\D\F\\n','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_airport_24px.svg',0,'\}f\Y6Xq\'','\}f\Y6Xq\'','q\:I\ \\\4B\Tڙ@\o\@ms','',0,'?'),('m\\\~bu,\\bt','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\}BVidt\({ɺ','\飼\i\\'\\mҵs~xP\','',0,'?'),('m\jT%Wo`J(r','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_gallery.js',0,'io\~&;\r]','io\~&;\r]','\\.廿\1Aua3vE\\\u','',0,'?'),('nQ\ʒ\'k\\\"%\','wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 0!d\nV','2\i3g%RN$Gñ#vĀ\\','',0,'?'),('n 2U\+\tmWI\f*','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-it_IT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xL\T;$\2\','ܩA\"/Ghj\F\\sb\x?\0','',0,'?'),('n]j7<3ISsQ\','wp-admin/images/post-formats32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t.E\5GN\Zv','(Z,\ImY,·ԗ\tGa','',0,'?'),('n[ X}\0','wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\%ؘ5\a\O_','3½}߈\6-\\x%uv','',0,'?'),('nŲ(x,=`LUW\\','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialer_sip_24px.svg',0,'\%\t߸ѓQ\,','\%\t߸ѓQ\,','|+&]Ͷp\'\F޶tMr\(>te','',0,'?'),('nX>66؊\r','wp-content/plugins/wp-members/includes/cli/class-wp-members-cli-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n;d f\\*g*','\\筸[Njbc\R!Pg[gri0C','',0,'?'),('n#t=\'\b]{','wp-includes/js/tinymce/themes/modern/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';)^>\F\\s#\\0! ','ƸQ5\\ LW`K5K\s\','',0,'?'),('n/?P,XF\'\g\r-`','wp-content/themes/pearl/vc_templates/stm_google_map.php',0,'\\6uh\Z0','\\6uh\Z0','q\\|c<>\\u\\=\,qM','',0,'?'),('n0m_ep\ٓVp','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_24px.svg',0,'a\Ĭ+ͬ\c o}s','a\Ĭ+ͬ\c o}s','B\"Q|_ZD\l%\@\-RD\\Bd','',0,'?'),('nAj+uVG7d','wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ8l%\\','!]`_.\\\\? .\ZbɐGQ\e)m','',0,'?'),('nIB6ﲂv_?','wp-content/plugins/breadcrumb-navxt/class.bcn_network_admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`P]6i6ʉz~+',':&\cɳic\ ^jto0','',0,'?'),('nZ/1T:{&^/n','wp-admin/js/media-gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\"u̦l\\2','TDA5\ :<W3Uꐰ\Zd4\"','',0,'?'),('n\\~0ظ\\L-','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_hot_tub_24px.svg',0,'Pƭ_bNUc]z\\\','Pƭ_bNUc]z\\\','.\pA+Q\v\ge] \'V\"\{\\} ','',0,'?'),('nefA@R?','wp-includes/js/jquery/ui/position.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\~젌g\\so','ߙw,\\ sƟlalkH\J\n\?&b+\','',0,'?'),('nlu+u\\SV5\C_','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-pt_PT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sPS:яJU\','l \>S+~F^7n`','',0,'?'),('n|\n\\\\\a_','wp-content/plugins/wp-members/admin/tab-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\pRsp\\n','_,0\(1VxHBU;a\1`H`','',0,'?'),('n\\{\\oh\Z\*','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\I\ [\H_t2f','w?\z\Z%WGלq\n\ѩu/zl','',0,'?'),('n^Gd˶ª','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/et.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\[Z\\\n\g%','`٦ŗ\\Й=bŀE\ oB))\1','',0,'?'),('nX\$H\"\1','wp-content/plugins/js_composer/include/autoload/backend-editor-ie.php',0,' N\\P\Oqq\4',' N\\P\Oqq\4','\\\'Ԇ}QfS_[ﭬ/\Z\hiWԬ)\\,ʒ','',0,'?'),('n4\2U\4N\ZbtmNl','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php',0,'\\au\A\ԜM\N','\\au\A\ԜM\N','~&\)\>t;\\\+J\r\\\Z\D@vp','',0,'?'),('n\\\@AF','wp-admin/network/sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cj6[8\f\\\\8','\\\nlM K+O]\\\@5pp \','',0,'?'),('n@\ҋ\ϫ G','wp-content/plugins/wordfence/vendor/paragonie/random_compat/lib/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\[Bң\J\Ԉ\;',']Q\˄=Pݵu\Q\{>ϐ ','',0,'?'),('ngN_)K 𝒲\]o_h2Q \˜','',0,'?'),('nӣ\esH5\nN\','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/js/cmb2-wysiwyg.js',0,'ξ\D2\\e)\','ξ\D2\\e)\','ο9Z\;׵~(T\\ϰb(;','',0,'?'),('n\\\n\Nj\SH','wp-content/plugins/contact-form-7/admin/includes/config-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\\4!\7F','\\2\BH\" \RH\\p ղTIش','',0,'?'),('n\|j\0w_Zb','wp-content/plugins/wordpress-seo/frontend/schema/class-schema-organization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ћ\}&>\I','\\vkS \\ \\\&n\+\Ŧn)','',0,'?'),('n\к \ vnj=ͮ','wp-admin/includes/class-bulk-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\\\\\0ml','@\\\\A1I\2/\\\zC>5\r','',0,'?'),('n\\X@\n\&:','wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php',0,'1\Z^\nvr\-\F','1\Z^\nvr\-\F','\\Js\|\'?oY=()pư)\ wm_','',0,'?'),('n\\0\\\Ӭ uѣh','wp-content/plugins/coming-soon/languages/coming-soon-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\f3g\.k\\KB','\\\(l\\',L\HxQ$;R\','',0,'?'),('n\09jv8\"','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܡt}s\wN','.^qe,QC \\Ő\;\\\_','',0,'?'),('o{˸7\z\0g1n\','wp-content/plugins/mailchimp-for-wp/includes/class-field-guesser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Fh\eGs\u\','A;^ֿ3O=\1(p\\Ե\`IELPw','',0,'?'),('o.4%8z2','wp-content/plugins/LayerSlider/config/defaults.php',0,'\xY\:?\aڵ\\0jN','\xY\:?\aڵ\\0jN','ޑ\ِgh\cmC.6\)p:iXP','',0,'?'),('o םƩ|\Z1wV','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/init.php',0,'@a\%\\=1Ҡ','@a\%\\=1Ҡ','h$\'w \\Z\n喧x\1uo','',0,'?'),('oKF\(\xH^','wp-content/themes/pearl/partials/vc_parts/infobox/style_8.php',0,'\<\rdavƷ','',0,'?'),('oxVٻZ\Sv\~','wp-content/themes/pearl/header-404.php',0,'x\2[\Zg\Ԑ\Z$','x\2[\Zg\Ԑ\Z$','ӕ.\Mb;\>%:\|z\Rm','',0,'?'),('o\"!eʍl\/\\\Z[W','wp-content/plugins/LayerSlider/static/layerslider/skins/darkskin/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('o\'RD-\\0o\','wp-content/plugins/wordfence/images/support.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cl\$rn<.','\$\MԮ&\\\(ᩘs^ Ϣ*N\','',0,'?'),('o\'\r+Ԯo a','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vК&\K贆','떲 l4S\\\\\\\lL \','',0,'?'),('o;T\u \AS\\\\','wp-content/plugins/js_composer/include/autoload/bc-multisite-options.php',0,']u\* FLS,',']u\* FLS,','oF\`Wا\p\`@U\xzM{Q\','',0,'?'),('o?\P?uR!YQ','wp-content/plugins/coming-soon/themes/default/images/seedprod-credit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']7\< [7ī\','\H\Pk\\D\n\%J0\\y\n\0\0','',0,'?'),('oGôrɾȃp','wp-content/themes/pearl/partials/vc_parts/posts_list/style_13.php',0,'\:kξJ蕨.\\','\:kξJ蕨.\\','ծ8\\T?\:\Ʒ\}\" {0ˉ1T\\','',0,'?'),('oPc\o.\r','wp-includes/js/tinymce/skins/lightgray/img/object.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rdP\E}u\n/MA\\ ','#;!\\I .>\uʍSV\m{|e-','',0,'?'),('oS]\~(\\7;\\r','wp-includes/js/dist/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\rh2\Z\u\','d}o-\a\0\^\;)','',0,'?'),('oTF>\%Sa\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_24px.svg',0,':\\TJM\ AR',':\\TJM\ AR','R2s\yn\8\"\G7\\gwH$h','',0,'?'),('oZ0\\\x$\\-\& z+','',0,'?'),('o^J3\'~\\Zb','wp-content/themes/pearl/partials/vc_parts/posts_list/style_17.php',0,';:zMm\mgR\U',';:zMm\mgR\U','`t\(4GHFG\A_\Z\m','',0,'?'),('o`vM>>,>rb\ZJ[','wp-content/plugins/LayerSlider/static/layerslider/css/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('of>\}\\uH[?','wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php',0,'咍G\i`DŽ','咍G\i`DŽ','[(\r\ܹyL\\\Zn2z\\??+r','',0,'?'),('oycΏه\\\\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_day_24px.svg',0,'3u9:\U\: \k_','3u9:\U\: \k_','ҡ\K\t\r5X\")1%h\"^\rZ>+1~','',0,'?'),('o}\C܊8E\G','wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sTDzҧ\m','\5؄:\"sx4\Ҹ\09`\Zi\?','',0,'?'),('oq1CCt^','wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php',0,'\\5LFμ0l\"','\\5LFμ0l\"','j\\d]\\\\SU\*=3dv*JX','',0,'?'),('o n)j6X!yU(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/stamp.svg',0,'\'\in\n4hT \','\'\in\n4hT \','@mqKC\\^ҫk4KZﶦ\߸6X','',0,'?'),('o(v\?1$n','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_24px.svg',0,'S\4X \~W','S\4X \~W','\aAF\\.1\\Z]rYS\@|5\w','',0,'?'),('o\\$\Zw-5L\n\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser01.svg',0,'\\\\\\nX=\','\\\\\\nX=\','\Q\r.\\=VX\Nh\2c','',0,'?'),('o\<\\'ħ\ Z','wp-content/plugins/LayerSlider/static/codemirror/addon/hint/html-hint.js',0,'k9nG;I_\E','k9nG;I_\E','ŭ˿b\-\\\l#\\\C \ZM','',0,'?'),('o\^4l:K`ܛ18','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_outline_24px.svg',0,'/P܏%\r~9ez','/P܏%\r~9ez','?6I)^FۜQT%aqw\,T\ K\\K','',0,'?'),('oCD\\\\l9F\R\','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\քU?eY\IFx','L4)\\߶Q}B\ZM-\','',0,'?'),('oţeZWk\\nV\','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg',0,'<æ\"06\P\r','<æ\"06\P\r','\2ys*ZԚ.mv:\%aV{\^}','',0,'?'),('o\q\\\#\\\','wp-content/plugins/revslider/admin/assets/imports/photography/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('oї\nA0\\'+','wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/partials/intro.php',0,'\i`A!\\"b \"','\i`A!\\"b \"','`T\X\\+db.H\?\\pyIZ\','',0,'?'),('o\\]\OtQ','wp-content/themes/pearl/includes/admin/theme_options/includes/src/directives/control-generator/control-generator.js',0,'h\\\\,!\.','h\\\\,!\.','9\Z;>խ\=|;\\TJH0Π<\\','',0,'?'),('o\ܱu\\','wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php',0,'0 -\ׅQ\V+\Z','0 -\ׅQ\V+\Z','d\\\\A\UP\E\K\HLp)\','',0,'?'),('o㮚-\;?X:pҡ','wp-trackback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sm \"W&W','\"\!tBL\V+\\\+ J','',0,'?'),('o\\\Y\څ\X','wp-content/plugins/wordfence/images/flags.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/\\\'\\qs8-NG','\={.\'\\x݉K5z\1?\n','',0,'?'),('o\[\n3u\ʹP5','wp-admin/options-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Vx޳\\rG\\R','s\\nkx \0\fr7\ZWլ`','',0,'?'),('p7u\L\_{2Û','wp-includes/js/jquery/ui/draggable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Q\=\0\*J_}\','\F. \j}_P\& \xy\| \ ','',0,'?'),('p\,t\','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg',0,'\}\\|n:|\n\h\C','\}\\|n:|\n\h\C','\AgKo`\4ORf\\m .\ \\','',0,'?'),('p+pyy5Vd','wp-content/uploads/stm_fonts/stmicons/church/charmap.php',0,',\'\1Ԧ\FnR',',\'\1Ԧ\FnR','\\k-aT\C^\\n2J\\PA3\Z','',0,'?'),('pT-9Z`>~\\\','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_24px.svg',0,'wD\z\\Nv#Lηl\','wD\z\\Nv#Lηl\','$\nV?H\ra\2G\\\ (\"Uz/Z\:','wp-content/plugins/wordfence/views/scanner/issue-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǢϚtp\Ay ','8P c\iC\\\QVJ +6?pT6\Zzd','',0,'?'),('p:,`OlL(\A','wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*sf2','|\rߣ2잿\9/%[7m{E\\u-','',0,'?'),('p\Z=2R\u\.k','wp-content/plugins/stm-configurations/page_importer/pages/business/forms.php',0,'LZ\\ VT','LZ\\ VT','}{!Ҧyf\AsW\WEH.rt','',0,'?'),('pI:Svu','wp-content/plugins/contact-form-7/includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\e\\\:\'\YR','\\I\r#OE\\\\\7٢\ޣɇ\\\','',0,'?'),('pN&2\\Cf\`\4','wp-content/plugins/LayerSlider/static/codemirror/addon/search/matchesonscrollbar.js',0,',\\\:\4p\\a',',\\\:\4p\\a','L\p\\+]+\9 \dg|\\f\\\','',0,'?'),('pUya \b\va;8','wp-includes/js/comment-reply.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\\fv\IU#','\aG䳀≟;AX8L~J\Z\Rt','',0,'?'),('pw\\QF\c\ߠb*','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@$\qG2k5$z','ֆF*`\\'\O triR:\j0\W\Z=j','',0,'?'),('p6\ך.rs!m','wp-content/themes/pearl/assets/js/app.js',0,'֥M\G0l #','֥M\G0l #','/$oS܃%\]n\\&j\\Ѭb;G','',0,'?'),('pC(\9A\gN','wp-content/plugins/really-simple-captcha/gentium/GenBkBasR.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','40̂I>\¬\vI<',' \'\}\h$7Yo&e\n5d\\ r\]\l\','',0,'?'),('p.а[ÍD','wp-includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0la\+E\n\j','7\\ĭS\&\\zp\%~\U\n','',0,'?'),('pfȃ~Jk߽|','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_checked_24px.svg',0,'/$O\\FД\cRGk','/$O\\FД\cRGk','$l\\P\6\֗\"sxN1EX6 0 \\\','',0,'?'),('p\"|sOG\\3','wp-content/plugins/js_composer/include/classes/shortcodes/vc-hoverbox.php',0,'SW5\5U\Dqv','SW5\5U\Dqv','+(\nxĚ٦\(:\d(\\\m\\\','',0,'?'),('p\Ssg-\ҙS\','wp-content/themes/pearl/assets/vendor/countdown.js',0,'2\\}C\\0._','2\\}C\\0._','\8\\uLwu\f1\z呸fԘhOS','',0,'?'),('p\Q \\MH\','wp-content/plugins/wp-members/i18n/languages/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\';Q#\Ĕg','yZlo\\ 1\8%T\j*._&\\U +\','',0,'?'),('p\oc\~]4TnN','wp-content/plugins/LayerSlider/static/codemirror/addon/lint/json-lint.js',0,'I\ѧ\!U<(\','I\ѧ\!U<(\','\\m\"7хuq/\\~ ','',0,'?'),('p\\"£5SץO','wp-content/plugins/coming-soon/public/vendor/fontawesome/webfonts/fa-brands-400.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĻsH&&EL\Р','GH\BB]\\MKZu9E ','',0,'?'),('p̓02@\\PF\tk','wp-content/plugins/wordfence/views/common/unsubscribe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}}\\sJ\\K','a\\0\k5\ \-\0oDx۠8u\\%\'','',0,'?'),('p\:_\Z\C\,\\ ','wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SzWkJ\WmH8\\"1','9fڣs5\~V<\\=g`sDZ\','',0,'?'),('p\x[hm\','wp-content/plugins/breadcrumb-navxt/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O\'\x֓:',';Pyw\J-D\}3[9\o','',0,'?'),('p\ahH^뿜\ ','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_CacheParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5\\L<<Š{','\\I$\\m*T2&\\j\nHV:}[\\\S\','',0,'?'),('p w/NlCP]U','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bus_24px.svg',0,'\ZV\~q^','\ZV\~q^','X\MNjѻl\\Yk\\x[8r\\\;Hd\?ۂ','',0,'?'),('pb~oBk\Z','wp-content/plugins/akismet/class.akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f4\t$ṑ','rΰYeJXpW !\L oѦ?','',0,'?'),('puwSɴ0','wp-content/plugins/hello.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\QDJcL\\\','\'gvh>\&ȅ\\+\h3!\3 a^2U\','',0,'?'),('qqC$\@','wp-content/plugins/wordfence/views/common/page-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\aA\'4=\Gg','R{hC;\_\\ \G+Rz\rTz`4','',0,'?'),('q<@sz\ƂK','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nb.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x }L\O\r\e','\\ƍy-r?=+\W\/7)Lǻ','',0,'?'),('q\r Ci\ZeP߻N','wp-content/themes/pearl/includes/admin/theme_options/main.php',0,'\_\I9F\\G','\_\I9F\\G','\ \bۧ1D_!|\;g\\\Zrݎ3\\^\&\(','',0,'?'),('q\t簽)\rPq]$\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speech-bubble.svg',0,'\$\{1P\\}U','\$\{1P\\}U','ecT&m>\\\Dԡk\$','',0,'?'),('q!:\\\n\ \no$_','wp-content/plugins/LayerSlider/static/codemirror/addon/edit/trailingspace.js',0,'e [xEf\o@','e [xEf\o@','\\H\!l^\\fCe\','',0,'?'),('q\"co\\>2Rh\]','wp-admin/includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?(Fݺ%3','&\_j\"6 ^\ۻ\ȳO\{o/','',0,'?'),('q+0_L\\\','wp-content/themes/pearl/assets/fonts/stmicons/digital/charmap.php',0,'%>Z\)\+ּS\g','%>Z\)\+ּS\g','i\\<\͚ڲ=g\\>\\N{2\G<\L}CJ','',0,'?'),('q-I\܇\b3[S','wp-content/uploads/stm_fonts/stmicons/app/charmap.php',0,'R\ە\{ z8G','R\ە\{ z8G','\rQe\k\cu8ܤ \c\^\M\8\','',0,'?'),('q57ީ\xp\J[','wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1230.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1+\RM\;','\sxXϹ|c\4\\s3x:[','',0,'?'),('q=;\۔n\nW{Xw','wp-content/uploads/stm_fonts/stmicons/magazine/charmap.php',0,'D\=vv\Jo.\\ZC','D\=vv\Jo.\\ZC','\K\=\\'!\\w8Γb]2\l nT','',0,'?'),('qH:MȀ%\0Q^\6\Z','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-info-missing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\&N\0V@8dW\','D\\\\9£\xg.sbX5\OA{\\','',0,'?'),('qKH\n\0I\rT:g7','wp-content/themes/pearl/partials/content/post/layouts/layout_7.php',0,'=z\Z\0*\6>n_]','=z\Z\0*\6>n_]','\k&\aԲ?\@N8U `¾<','',0,'?'),('qZaYsNFU','wp-content/themes/pearl/partials/content/stm_events/single/join_2.php',0,':\j\'\\}jRR`',':\j\'\\}jRR`','%\%EMZ/BͲ]\n*:{[9!R','',0,'?'),('qge\2pe_򧅋X','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/autoload-fast.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rr6OeP\+','3#0 \mt\\K \\m\','',0,'?'),('qg.\dJu`Eh>','wp-content/themes/pearl/partials/vc_parts/projects/style_2_carousel.php',0,':%pC\A{ 0(h','',0,'?'),('qkkYM\R\۩\oP>','wp-content/plugins/breadcrumb-navxt/includes/mtekk_adminkit_messages.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\\\@\l&4','Kڥ83>!4d-\"%V,=\}\8USWc<U\','',0,'?'),('qv.eu W\PH','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_power_settings_new_24px.svg',0,'g{ۻE@\$$6a','g{ۻE@\$$6a','f1~\\I\\np|uRF\AԿgFK\#','',0,'?'),('q{ӬD`6n','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-select.php',0,'~\'\~6و/Pp','~\'\~6و/Pp','~ج:*\0鹯I\|@Xz','',0,'?'),('q})|gֵ \h ~&','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-gears.svg',0,'Ě!H\?O\','Ě!H\?O\','E]дe\r\\V6\*(\;\\','',0,'?'),('q~{\\' %','wp-content/themes/pearl/partials/vc_parts/posts_carousel/style_2.php',0,'UR|\qU\\r\,ae\\"','UR|\qU\\r\,ae\\"','. \epW\3ɒ!\rǪ?\ \\\z','',0,'?'),('qfEH7\d\','wp-includes/css/dist/editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ni\Z9,`*','4\"\'e5X\/+=\8`k@x\\~o','',0,'?'),('q\\\\0D`v','wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\阋\Z䎅\','S\H\ i~ߗ 5\S\\Q','',0,'?'),('qڀ\"NkvR ތ6\Z','wp-content/plugins/disable-gutenberg/inc/plugin-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cCM \Q1`','\\###WH\|C\\\+','',0,'?'),('qs\ ƞ\ù\\','wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\q_H5;:\n','HWd,WM!UOwz\\%8\#bs\[a8','',0,'?'),('qG\\\Xаc\\\kq','wp-content/themes/pearl/includes/theme/vc/modules/post_list.php',0,'@\GqqTӰ','@\GqqTӰ','v٧\\cYB\a)w ;\G\\gK\6NaM\\qt\C','',0,'?'),('q{\\pQp\n~s','wp-content/themes/pearl/partials/vc_parts/infobox/style_6.php',0,'C\th\_%|Q̲^\0','C\th\_%|Q̲^\0','>=P\\$F\\r\4hx;9','',0,'?'),('qH*tG WXz{m','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-privacy.svg',0,'އ\\s쵭As,e','އ\\s쵭As,e','h\vͼB #\+-\ PG6\\gk','',0,'?'),('qxsf/*O8','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pl_PL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\\%0\\a`','F}apj|\w\vx7\0|/, zö_','',0,'?'),('qtK\\!X','Zz)\¿Lu7\n [F|\S*@#','',0,'?'),('r]\޹B\' \&','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-gl_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A֐;d\kr=jl','d\\Q\\.','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_flickr.js',0,'[Cm7eJ.\r/\-','[Cm7eJ.\r/\-','.&HOEjAq}ci\8\\.r{:_0\\','',0,'?'),('r8&}1\\"$e,\")','wp-content/plugins/wp-members/includes/api/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\';Q#\Ĕg','yZlo\\ 1\8%T\j*._&\\U +\','',0,'?'),('rH\\{_\̶5','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_alert_24px.svg',0,'3.\Il\\'k-r\\','3.\Il\\'k-r\\','\.h\\\\y\\'7\\4+\}-r','',0,'?'),('rI\0yg\E!2 \0C','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\`A=<IS\',')-AQ4l6Wo 0!\ja\\Z\r\w','',0,'?'),('rO?]\"W_','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_2_24px.svg',0,' Fא[wM2 *B',' Fא[wM2 *B',' ~\of\\\/fN;\\\\','',0,'?'),('rY܊\e}','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_capslock_24px.svg',0,'n \Bc\A7\0 \4x','n \Bc\A7\0 \4x','#b\\ %ͷ?Q\Z\r-dF̶wU','',0,'?'),('r]*\M\m','wp-content/themes/pearl/includes/theme/vc/modules/post_details.php',0,'\K\H[H\7I','\K\H[H\7I','fuo\tp\\\\(q14[\','S\W͓bIx\\_T-p','',0,'?'),('r}q\\2u\z\5\','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`.ZGy!','61\!2e-QYcL\-|-;G\:@\','',0,'?'),('r]o\7|\','wp-content/plugins/LayerSlider/static/layerslider/skins/fullwidth/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('rӼʿB\!','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_next_week_24px.svg',0,'F>H(eN M','F>H(eN M','-=$̪pnG\9\H19\\g&\+Kx\','',0,'?'),('rЀV՗\".\','wp-content/plugins/wordfence/css/wf-global.1550163483.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p]\$\ڡ\n','淇tj?\"E\\0\$Ӝ Nhq\3\{','',0,'?'),('r(n՞j\\b\" ','wp-admin/js/media.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\iG\Qwpc','(Hվ]c\\\\]\ `\\1wxX\','',0,'?'),('r2ÁXzeb/\','wp-content/themes/twentyseventeen/template-parts/footer/site-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ \\\i)\\\\n\W\x3v\d','',0,'?'),('rƏf18\ ','wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/js/updates.min.js',0,'\#\\5\,Ì^\.s','\#\\5\,Ì^\.s','t\\[EM\Oj\ҧL&S6\','',0,'?'),('rq)\i\piN','wp-content/themes/pearl/partials/vc_parts/projects_cards/style_2/style_2.php',0,'CPd3\rk&M٭}W','CPd3\rk&M٭}W','tFmk\nq$[wB\h\Z(\k%\\ZY\\d\\','',0,'?'),('rB\Y\)AP+','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php',0,'!\Qn.\\nb\','!\Qn.\\nb\','ỵ\H3ѡw:\\\ɔ\2R','',0,'?'),('r´+0z\{OJ^\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_travel_24px.svg',0,'\P)\C*@F\$','\P)\C*@F\$','\ & \\:\ \VQ\0\_E\\ uN]','',0,'?'),('r\ue\$!U6Oj','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_add_24px.svg',0,']4&?\rR4軉N',']4&?\rR4軉N','ѕ~\=+\:s vbO5\0.\r#\\00d','',0,'?'),('r\_\/\HG=\%<','wp-includes/images/arrow-pointer-blue-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%m\rތ]49c\','{&DOz\Af/\\gá\\\A]~(\','',0,'?'),('r\r(Jg(yt','wp-includes/js/mce-view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lx\f| ',',D \P! \0L\a9\؜\\\ط','',0,'?'),('r\ڌ$j:\','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_top_24px.svg',0,'-\'͚q%\C[7','-\'͚q%\C[7','m]P0\+\jHPN9yk˛>\O4n','',0,'?'),('r)\ \\e\l','wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f^\}#\SѰ\-1','\\άJ\rg\\O%Qzq&R\'','',0,'?'),('rnA:5c=3','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_live_tv_24px.svg',0,'LŻeư','LŻeư','\hf\Љ\\ZYc+Cϡ &֦','',0,'?'),('r\\n\b#\','wp-admin/css/media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\7^t\Z4M&\m\','\&\ZR 1>\\VUv\=\r\r.\"KZ\','',0,'?'),('r7\/y*aڛP] 0','wp-content/plugins/wordfence/views/blocking/blocking-create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4JPЩs\B','\r~5\n\̊4G\șA\\','',0,'?'),('rdl{;H9\\9a','wp-content/plugins/wordpress-seo/admin/links/class-link-notifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\`ẛed[',' \VI\%)\\Ʌ\ز\G(','',0,'?'),('r\*-(','wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\\\ J-\N\rf','o\\\\㴧\$j/ef\S$AIL','',0,'?'),('sG\L\g\'\\\\\','wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js',0,'\ns릅,ج\ĥ','\ns릅,ج\ĥ','\uɍ3.\LǃxU\QI\]g]]','',0,'?'),('sy- A\XQ\g','wp-content/themes/twentysixteen/genericons/Genericons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';(H\\-Jhtx',';\m\}\\\\\\e(~y0m=},','',0,'?'),('sAsYD]','wp-content/plugins/wordfence/views/scanner/options-group-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RYtO`6qz\\\','\cV*\\\}\z\\c*(6\`\=9no${','',0,'?'),('s2fp\$:?f\','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Util/Migrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\|M\\d_\Rc','-\Z,ru!??K~S\r$Ği\\l[\\','',0,'?'),('s3 \\,V;&̇}','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-ms_MY.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\0]\MB\b#T','\$\-;\$rT;΄L\n\\Z\ȏ]','',0,'?'),('s9\g\#\\^a\[;','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_36px.svg',0,'dblj*\s','dblj*\s','ww \\\X\0O@Hd2[{sN\i','',0,'?'),('sV \ʡ\P\\"','wp-content/plugins/coming-soon/public/vendor/magnific-popup/magnific-popup.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0vre\\n`\','X\;\Ɛ 9\@ujm[\\F\"!','',0,'?'),('sVe\,\Iw\hY','wp-content/plugins/wordpress-seo/js/dist/wp-richText-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Ee\rѯ\\\-\"6W',']\\\*3\}\\W\?n\a\;)\",/\\','',0,'?'),('s|y;\Z\\E\','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\f/l\\"}','\M\nd£E\2ahJvO1[P\t~','',0,'?'),('sh\r?b0$\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eS?\B~|d','\;\xc %\>>CU=\J0\0','',0,'?'),('s\"L\8/l','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\>8\W\\/\4','\CI I\R\EN\\n6\r!','',0,'?'),('sU 2_','wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_17.php',0,'B\Z#+\i\QCV','B\Z#+\i\QCV','\W}ri\L\\ms\wɊv\H`#K\r','',0,'?'),('s?+{\q\<\\\','wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[R\\(uUu\z/Aǚ n5E-I\GUh߳','',0,'?'),('s՞1o\~K\','wp-content/themes/pearl/partials/footer/parts/socials.php',0,'\VY7\w/ Q\D','\VY7\w/ Q\D','\4\4\LF,\Z$%Hd;|?\\&\\0','',0,'?'),('sEΞq\pB\\\','wp-admin/css/widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';fCTX\?S_','\K\0m|jx\.gk]D<3\ !\','',0,'?'),('s(:ӣ$\\\r','wp-content/themes/twentynineteen/style.css',0,'\Z\ؘH\'\b\','\Z\ؘH\'\b\','6H6֌lVB@ 4I圫\\r','',0,'?'),('s]Pf\\\n','wp-content/themes/twentynineteen/sass/variables-site/_columns.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\:+<\\>3\K','w0̃\|^\;Ym\\n\L\i24','',0,'?'),('sât]s\\a_<H','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_outline_24px.svg',0,'n\\\\\r','n\\\\\r','{\0(n&9ׁ;\K\6f3\','',0,'?'),('s\\ז:\h\S','wp-content/plugins/contact-form-7/includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CyMt\"\"\\^\','![C \ˢ5{{U\gYq(\r4^]','',0,'?'),('s\0ylꃋD\\\" ','wp-content/plugins/wordpress-seo/wp-seo-main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\\zϓ:\?\','i \"GʾiU0Sj\','',0,'?'),('s\ŏU\'\e@d','wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1T)W\\\ZdY','\uG4?m;`ß7-\F \r ','',0,'?'),('s\ \˱Y*u\O','wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\*qBItӟA<\"','6qQ\`d!cf.Bxq','',0,'?'),('s\*v`c','wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php',0,'\ҥtpR0\','\ҥtpR0\','?(g?S7=\B_QRām3','',0,'?'),('s\~\r f)\\$','wp-content/themes/pearl/partials/header/elements/popup/modal.php',0,'C\#R\hx\\)gܟ','C\#R\hx\\)gܟ','E\0׾\\L)\"e1\]\(\|Ơ\','',0,'?'),('sC4M**B)','wp-includes/css/wp-pointer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\*t\\\T\rZsK','eA#\3~ cT\','',0,'?'),('t\'epU=Y;\\','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_play_24px.svg',0,'\\%\hӐ׿r\4','\\%\hӐ׿r\4','w8QOڂ]:KBHJs','',0,'?'),('t\r)\g_\\k,','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_emoticon_24px.svg',0,'l!qM+\x k-\','l!qM+\x k-\','\0ꧤ^vޕO\\͍rr0#\t','',0,'?'),('t\L\#] \TV\\','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-platform-tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\e\7 Ro\','\8\Z\܈ՙN\yMɞ\\W~C*DS','',0,'?'),('t(QLxC*\߶\z','wp-content/plugins/mailchimp-for-wp/includes/integrations/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pf\\\w\\\\','@\\"\\\ȓ\d\\ \\8{M-\3','',0,'?'),('t2Ļh[A\@+\','wp-content/themes/pearl/assets/js/datepicker.js',0,'W(0T\n93!\\o','W(0T\n93!\\o','̪\\\^o\\"ս\jG}mk l>','',0,'?'),('t6\O\raȆ\f','wp-admin/js/plugin-install.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A{*?\1F','OZsT\\c(6\3ȓs$S^ű\0','',0,'?'),('t8\\p̋\z{jDp','wp-includes/css/buttons-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \\rx{\mjd\>','w꭫]Ws\\| \"j6\\sڒ;J\','',0,'?'),('t?_\|i3w','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_on_24px.svg',0,'F\`ñ\@\(','F\`ñ\@\(','\n=\H\\X\>擁e-khk\\ 3','',0,'?'),('tU\/DsIڤ\st\','wp-includes/js/wp-auth-check.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ka^/\-\qj','\ϳ\͹y̖l\\\\\[OYlHMӚ\','',0,'?'),('tV\V\)w\ύ-','wp-content/themes/pearl/partials/content/post/layouts/layout_23.php',0,' \#\$p4p',' \#\$p4p','\KXeoҍl\+-\\}edL[$','',0,'?'),('tV~\0Ύ\΀\\h˙','wp-content/plugins/wp-members/assets/css/forms/wp-members-2011.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Z3FFی','\\0C\Z\i v%C\5,\&N\7','',0,'?'),('tWϾ\L4\]T\\'C','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_widgets_24px.svg',0,'P̚\]|SN','P̚\]|SN','0{K^\\BF!mDq<\ \\\B','',0,'?'),('tZf OylZR','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character01.svg',0,'\U:JVh\','\U:JVh\','\R>\S@>\DeTC \`\OGyW{\','',0,'?'),('tf&|:y-,v(\','wp-content/plugins/LayerSlider/includes/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('tko m=mvx\\Q','',0,'?'),('tmxH\\evDb','wp-content/plugins/wordpress-seo/admin/links/class-link-internal-lookup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o1\\jR\\N)','\\l\6:\ZMsѝy!d\Dxzx%:\\','',0,'?'),('ti/Y\$\Ņβ','wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js',0,'gdNzGI\;b2','gdNzGI\;b2','\\x[`pǾ\gO>_b^jF\tt','',0,'?'),('tg׽\\`޳;])','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarms_24px.svg',0,']\mֳw(M\r\EQ0\5',']\mֳw(M\r\EQ0\5','d\ȟ[2o6\t1,i`4\R\R5','',0,'?'),('tu)\jY\','wp-content/plugins/booked/includes/ajax/admin/edit-appointment.php',0,'\@\\"s%#Cdt\','\@\\"s%#Cdt\','(yy:>8\܋\b*x7\{\','',0,'?'),('tj{$k؟:','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';*kLwB \d\=','ec[dM?H\|\KY\04@ QA:FF \','',0,'?'),('t\\"IyD?b\Zp+','wp-content/plugins/stm-configurations/post-types/post_types.php',0,'\YfPT\`\rz\hI','\YfPT\`\rz\hI','lA\\EE%rҏ)9\6','',0,'?'),('t\%X[l=7v&q\','wp-content/plugins/mailchimp-for-wp/assets/css/form-basic.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','︩]U}xij','OU\r\? \P\'4\ |ý[(+g2\','',0,'?'),('tل\\ZqC~','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php',0,'x_\\\|\\N','x_\\\|\\N','|\ӯ\\J܎ \\\(M\UL\0','',0,'?'),('t\F .q\D\8\"\!','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user07.svg',0,'\0e\{V^','\0e\{V^','Kzgo\\\\#Y\6egINا','',0,'?'),('u\6\\4E~:\','wp-content/plugins/wordfence/images/icons/working-indicator.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\VF\{N \'G','fX\RZ|:Ob\=f\[y\\ \5 ~ ','',0,'?'),('u30Bi>#zC\eEz','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_av_timer_24px.svg',0,'\\ \r M\\n','\\ \r M\\n','gi{\\G\B29I\\\嬩ul!','',0,'?'),('u\]d(\b','wp-content/plugins/coming-soon/public/images/themes/61.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_狱 !+O΢','J\\A6QG  \!Fp\n}A','',0,'?'),('u+\P\SڃNc=\6]','wp-content/plugins/LayerSlider/static/public/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('u2]\ Kv\0ݦ\rtP','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt-BR.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5L5F\mY','CuK݋\0Mb̗ŭCCWL','',0,'?'),('u=ݿ.K\\h','wp-content/themes/pearl/includes/admin/theme_options/includes/src/directives/icons-list/icons-list.directive.js',0,'\I8\\l \\0a\','\I8\\l \\0a\','G+48ܰ\\\$\\+h\'\\"U \8','',0,'?'),('uE\<#R\J\\\M\25','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_turned_in_24px.svg',0,'\V(`p\\eV','\V(`p\\eV','gSUn}rIS޷O\9-f','',0,'?'),('uF\V\\'\j~H','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character05.svg',0,'Ҙv(`\n9ž -$\fy\','Ҙv(`\n9ž -$\fy\','[pyד8gɑ\9̤\\QqufG','',0,'?'),('uM\B\q%\\\','wp-content/themes/pearl/partials/vc_parts/vacancies/style_2.php',0,'Ԁjd`\G\=oQ','Ԁjd`\G\=oQ','\(v1\0\\\\TfQMbW)<\DN','',0,'?'),('uNk:jW;\w:','wp-content/themes/pearl/includes/admin/tgm/registration.php',0,'Xp~F\'u~x\ߵ\','Xp~F\'u~x\ߵ\','\n\"\D\4KE[\#Xz\Zk4Lq','',0,'?'),('uVA&Wys\O\X','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg',0,'ͷE\ɻJ\E7','ͷE\ɻJ\E7','@\_\\'\\h%BüO?\\B\\'\','',0,'?'),('uapF[t#(q[','wp-content/plugins/wordpress-seo/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛO0cAg3','\\ 蚠{cFJ\w !}a9','',0,'?'),('ue,\"\n \hg.','wp-admin/css/colors/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\iƢTȶ(','U9æ\lW?9T\c 䫁:h(','',0,'?'),('u\[ \\\D','wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nγUǩ7PF','f\4\\֒p.Օ*\^Nl8\\A','',0,'?'),('u\<\\\"8','wp-content/plugins/wordpress-seo/languages/yoast-components-es_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nT\\','\j\\{\oY\؝\{JV !&u','',0,'?'),('uc[X U ','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-zh_TW.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ 5\ȸg \','L5dls[ʿ0Ǽl.\ZT\ZLZ','',0,'?'),('u.\њ\\]\lLa','wp-content/themes/pearl/partials/vc_parts/posts_carousel/style_5.php',0,'*\\11c\L','*\\11c\L','S*>e\712 cbͥ\Fxu//\\','',0,'?'),('upp@Kq(o۔ :','wp-content/plugins/revslider/includes/framework/base-front.class.php',0,'*\tn8ާ\H ,\','*\tn8ާ\H ,\','OޘleYS5\R=T߂m)V\c','',0,'?'),('u\3!pAf)RM\','wp-includes/js/tinymce/plugins/wpgallery/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H4PD\\DM\\I','#l\ \\Lx\)\$3xRѺ* \\9-','',0,'?'),('u\LjӉթujG','wp-content/themes/pearl/partials/content/post/layouts/layout_9.php',0,'|:\\\V\]\\V\z\','|:\\\V\]\\V\z\',' \yi0j\\B7X\.eɿXj4\','',0,'?'),('u\3\\ \ˠ\','wp-content/plugins/revslider/includes/framework/newsletter.class.php',0,'uZĈom\Bk*aX','uZĈom\Bk*aX','\\\ŦӢm!\?$\%f\\U[\\.','',0,'?'),('u\qg\Z\08hԭ\0','wp-admin/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\B\\j\"#mM38','\6}%\w\\\N-ٴuòrm','',0,'?'),('u\GkVd?','wp-content/themes/pearl/includes/theme/vc/modules/contacts_widget.php',0,'5-\pV\n1W.','5-\pV\n1W.','3Y>\÷S\R\6GjY` \0 n\\\\e','',0,'?'),('u\6_\(]v҅l\\','wp-content/plugins/js_composer/include/autoload/post-type-default-template.php',0,'=\2.C!l$\]c','=\2.C!l$\]c','g\ \\\:d 6\"\{.\\O\"n','',0,'?'),('u/\\L\\G qZG^','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_2_24px.svg',0,';\5DT\%Ⱥd.',';\5DT\%Ⱥd.','%n\\G&A\xXSKz *M2j\[\-M|절','',0,'?'),('umJ\U\\V','wp-content/plugins/mailchimp-for-wp/integrations/contact-form-7/class-contact-form-7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\D\ng򂵪:C(','\'ns #`vO\:J\\-/}w','',0,'?'),('v ڴ\\\V\KP','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\PNڡ\'f\\\','\r]~[_˳PB\TA`\*,O','',0,'?'),('v)F\~q?b','wp-admin/includes/class-plugin-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\눁՜\\[\F\','-\pEAC\DF*컉\','',0,'?'),('v\+Q\o\\rg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_build_24px.svg',0,'TtJ\U~\#\V[\6','TtJ\U~\#\V[\6','C\\\0\"\˟ 0\'+F~\b\`C@fk1','',0,'?'),('vf\Nx\Zk̊ F\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coupon.svg',0,'\\W\1\갑U\sS\','\\W\1\갑U\sS\','n\ڛQ\"`T\J\4/ZXP.\','',0,'?'),('v58\\,U;','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\@d\icU\+','e]6H\GJ\\dk\\I\`ߟ$\}Nbj','',0,'?'),('v:\\ %ZOb\','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js',0,';\r\kwb(\r\Q',';\r\kwb(\r\Q','\zնdB\B\\\E~\r \\\2\','',0,'?'),('v>\.I\o','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wifi_24px.svg',0,'V=Bj2gU\A','V=Bj2gU\A','!7v4\V\>\A\\[\dT36|\r\0','',0,'?'),('vB2ލ%\0ꇚ\"','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X[\\\Q{v çZt','\w8CgbeMc\7\z/ZYh','',0,'?'),('vGo &\'\'3N\?','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_5_24px.svg',0,'\\\ٯϐmd\HP','\\\ٯϐmd\HP',';k}߫\\vlt\\WFCODsy\','',0,'?'),('vK;@\saU1; ^','wp-config.php',0,'is\AM\5','is\AM\5','cG2َ4\\L\x7\˪p\v9t\\>','',0,'?'),('vN0!\Sj\\T','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg',0,'5Ti3\Ü','5Ti3\Ü','{8\\x\Z\Zڛ\{','',0,'?'),('vX\\\,PQ','wp-content/plugins/wordfence/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TԦʙ`PL','\b=-.X\\T\Yn\\P\\','',0,'?'),('v[9\\\J\]\','wp-content/plugins/mailchimp-for-wp/includes/forms/views/edit-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\\L7\?~_L\','',0,'?'),('v\\\'\n4\ғ\B','wp-content/themes/pearl/includes/theme/vc/modules/post_carousel.php',0,'\kSYQ&\\\','\kSYQ&\\\','\oP\IuMIw\d1}u^h','',0,'?'),('voײ\!\$\\\Z','wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_3.php',0,'Ӳ\X1#uN wH','Ӳ\X1#uN wH','eEFzDS:M\OX𹒦l\i','',0,'?'),('vI\K]YLe\','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_sim_card_24px.svg',0,'`OeM.z1\b\;\','`OeM.z1\b\;\','zl\wI\bD\i9\/Gke!Y2\\','',0,'?'),('v\~rI:簀}K','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pulse.svg',0,' \LTaOGQ',' \LTaOGQ','\Zze;Wc\i\\Q *N~i\','',0,'?'),('v ޣ\R\','wp-includes/js/jquery/jquery-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lWbX\[5y\^l6','Oͭz\%(\s!?,\e\n\'\Zɀ+','',0,'?'),('v\0\\\ϨU\M\e','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_download_24px.svg',0,',\\|,Z\',',\\|,Z\','/\nTj)&ZBQ$@wn}&\sH\r','',0,'?'),('v\\"\ \r\\"','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_filled_24px.svg',0,'_My9T\K\Vq(','_My9T\K\Vq(','\\ojLV)\f\\Xhcb\yQ\','',0,'?'),('v;Ryc>\\)\ZY','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_disabled_24px.svg',0,'wɺO\n\','wɺO\n\','\6V0\\V \\"\'\\?7X6','',0,'?'),('v(i,:\+\','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' A\p\\n1','08\G~\W,̍S\\{aTļ\y\\rW','',0,'?'),('vâ,\\+Q\\\֧','wp-admin/css/l10n-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OSGfK罚8\\]','dxk3rްVNĪet-\\','',0,'?'),('v\\Ps\ \','wp-content/plugins/wordfence/css/wf-colorbox.1550163483.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PX)p!N8j ','ot0\rP2\N\\i\\\K\\u\','',0,'?'),('v\G.\gA\#r\','wp-admin/images/align-right-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hl>r]lW\x','V: h\#ȆBT\5i\0?cBc\\','',0,'?'),('v\\\4\|>\<','wp-admin/js/xfn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hs$Zo\I\\j','\`_(cf\\\93>\9\M ','',0,'?'),('v\A\'\">X\\gn','wp-content/themes/pearl/vc_templates/stm_sliding_image_with_text.php',0,'\ :9\PP ','\ :9\PP ','=Tp\\&!\`gn/ρ\nv\)Kغ','',0,'?'),('v\*g\1\,y','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_24px.svg',0,'\vːͦF1\8?','\vːͦF1\8?','ɧbN=\,\g\8r (MXjO\A\`s','',0,'?'),('v{#lb\0}\\B','wp-admin/css/colors/light/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \tjFMf\Uc','\>\D)nad\2n\9!G]!','',0,'?'),('vҸ);D~J\"\q','wp-includes/js/jquery/jquery.form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Њn=i\f\5]','5\\\'=\'*m%,kC!<2m=\','',0,'?'),('wh\#Rt\`i','wp-content/plugins/stm-configurations/importer/helpers/content.php',0,'\\疰MW|\[','\\疰MW|\[','0R\\\\$6\\iסo ^\\nPF','',0,'?'),('w 6dºbL\O\\','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php',0,'\Tx;rDi\\','\Tx;rDi\\','\ܒR܈1\\x[^ES\`L-9\ɐ\ ','',0,'?'),('wu\l|\ p\Q','wp-includes/js/autosave.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','λm\)Џt\\p\','k_@>\$\[\\\I9ʥ1F,\8','',0,'?'),('w:Z&?\Z6\\v','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_paused_24px.svg',0,'k]\gGH\\v+','k]\gGH\\v+','\5TLykzLc6 !Nެ\",\Ӹ','',0,'?'),('w*Ÿ\j%\\\(','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_24px.svg',0,'%r97\5[I\=\`<2M\\','',0,'?'),('wwelmd\\\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_up_24px.svg',0,'\\K{\Wǒ\ܟk','\\K{\Wǒ\ܟk','\\Av\\GU#\\\tB _t7HS,g','',0,'?'),('w1B{\\n\-\DI?','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_straighten_24px.svg',0,'~A\' ','~A\' ','Uj\s1\n\=,jh [#y\\B','',0,'?'),('w0\8GX\v','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award5.svg',0,'\\\7َ2iN} ','\\\7َ2iN} ','\"*!\ϙ*ErM[9f.*݃8B','',0,'?'),('wg\\r{֚^','wp-content/plugins/wordpress-seo/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']_\#D\0\','\Z ے%4~N\~Gh!b\:wɌ\'','',0,'?'),('wž!\J\La/+','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hW!0R]','7-9W{VUΨ<-\">j(LT\\"\','',0,'?'),('w\L\0\]r.','wp-includes/images/crystal/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\1\\19',';\67\r\!\\\x\Z_@H\\&C\-\\','',0,'?'),('wz.@Izv','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_24px.svg',0,'^q\~R{ 2\\\W\u','^q\~R{ 2\\\W\u','ĩzʍ k\Zyc\ZJ\ \{ 6Z \','',0,'?'),('w\cU(6(\GS=','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user08.svg',0,'@`\W1x\;Ùxs','@`\W1x\;Ùxs','_\\[f|>\ \m>S\n\\0\\JЍ\','',0,'?'),('w`M \\>\{\','wp-admin/includes/noop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' x܇]P9|U\:А','\\_^]-\ZrIj\Zl|\Z\\E\rE6 \','',0,'?'),('wZ\9ޤ/J\r','wp-content/plugins/LayerSlider/templates/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('wֶzPuT','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-options-adapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.NY \&`ˀ \','ZVYq\Z\$E\r)jFE4\\ro','',0,'?'),('wRҾz\'*m3 @d','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_all_24px.svg',0,'d@ő\n\b\2','d@ő\n\b\2','y e Mti\[xS\\\.$.3\'p\F','',0,'?'),('w\\v(\\\Z\Z[','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/radio/radio.control.js',0,'v1\\r\"y\sߓ','v1\\r\"y\sߓ','w_3\}\\2o\Ѳ_\kM(F\\+\','',0,'?'),('wǗkuEgH\\\\ro','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-form-2-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8Ʉ&N̟','x; ߢ\ʺi}Y4\)5 ? ZWp\3','',0,'?'),('wט\"˧e8\S&Tm','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_video_library_24px.svg',0,'G5.nO\ZbN\\uF\','G5.nO\ZbN\\uF\','|\Z(\\CvknWWU.C\\[o`!','',0,'?'),('w\\ATĨ@)\Y\^','wp-content/themes/pearl/includes/admin/product_registration/assets/img/forum.svg',0,'\{^\\\'P(ٿ','\{^\\\'P(ٿ','N8\\Pm-j\wh \jg','',0,'?'),('w\U0\0f*v','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\(Ew27Y','w\0ka\\\\x xU @\nDK-','',0,'?'),('w\\f½.','wp-content/plugins/LayerSlider/static/codemirror/addon/hint/anyword-hint.js',0,'k\0~r[','k\0~r[','ʒUH<.A{{.\Z^\\\vFY\b\'','',0,'?'),('w\\A^\VN$^','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nq*\ZF)2','\&4\"\rQjX \mN\"\\?Po\\\\?','',0,'?'),('w\\\:}VP','wp-admin/js/common.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E`yr\I`\co','ϛWP\*\\*\\\\}\\TY','',0,'?'),('x>\\E\\Q;\\','wp-content/plugins/contact-form-7/modules/flamingo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\6k\W뽩\?=o','kr(c͉\6e)Y\kk/L9}G;*','',0,'?'),('x G!N\$.dTb\','wp-includes/ID3/module.audio-video.flv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%dDAzi\3',':R`>: \\,?hdC kft!\\2\','',0,'?'),('x\WOÑum~','wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg',0,';1\ޓ)y3Lɰ|n\',';1\ޓ)y3Lɰ|n\','\A !\\ޮ\\y8tXw7?/`a/< sB5','',0,'?'),('x6XD\\\ \b\0','wp-content/plugins/wp-members/assets/css/wp-login.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(@rU^\p0+','4_AoA\\\\ë\_aFz\-\Z\x=c','',0,'?'),('x9@^6\ߑo\','wp-includes/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[NW_p\w0','ޣ^Qt\3HunU❻\\~\'T2','',0,'?'),('x9,Y([d','wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms-2/class-ninja-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\*\yKh̊$','!\rb\( \\NЃ{p-\L','',0,'?'),('xIH\.9Y\\BO','wp-admin/css/colors/coffee/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9~8 z#C0\^%a\','\0{Zr~d0|B\|]ׄ\j\܌\Ix>','',0,'?'),('xVM\>n\{Oǟ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f;׈w\[','eK&2@\tǒx7\Pu!T\\<0\Zy','',0,'?'),('xx (VV','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_portrait_24px.svg',0,' 95\T$\A/',' 95\T$\A/','X\\A\\j\qr&x`@ųvcLk5','',0,'?'),('xy!\q).ˉ\"','wp-content/plugins/wordfence/images/sort_desc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\m͟\\r\\ 9','; \_Y\\\t7K\\smC\\r\\\\o','',0,'?'),('xWWZ{Sy\(c','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/weather/weather.element.html',0,'D\'\Z\\\ӯ\[','D\'\Z\\\ӯ\[','\\\G\\\ \\N^!\"\Y\','',0,'?'),('x^m\]̲/\L4vU','wp-admin/includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','El\\R¤n','fm\\rt8p{R$ƓXHf\\','',0,'?'),('x޶5LC\}','wp-content/plugins/wordpress-seo/admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛO0cAg3','\\ 蚠{cFJ\w !}a9','',0,'?'),('x\n8I\Y1\','wp-content/themes/twentynineteen/inc/customizer.php',0,'<@(a0A\','<@(a0A\','dunZ)zOOzn\\*\59Ǔ\O6K','',0,'?'),('xe\dl~#ȮqD','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-sr_RS.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%\\ٹ\-52s','s\R^\3 \rpk\\1|\\M/\','',0,'?'),('x)=\Dum','wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js',0,'pb:\\\S*\\/','pb:\\\S*\\/','\B#/9&6^\:\CK u\w3I\ZQ\','',0,'?'),('x\g[vF~7\'','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_hdmi_24px.svg',0,'\\/\Lt;!kҾ','\\/\Lt;!kҾ','FLEQF3ba\rJ$ƏL\/Ϩ\<2','',0,'?'),('x\Ke8|\\6[\','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\x\K\yM\~gk','\\B<R\^3=(Ð@C','',0,'?'),('x\n \ᮢ)\+','wp-content/themes/pearl/includes/theme/vc/modules/contact.php',0,']\"Ϝ}\nu',']\"Ϝ}\nu','F|6=`%tT\rE\"SOOld+>','',0,'?'),('x\kM^\\O','wp-content/themes/twentysixteen/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.\eLc\\,1(\\V\\\','\gjqM\ ]+vLY\\֥-\')} q2','',0,'?'),('x덂@}Y\i\+','wp-includes/js/tinymce/plugins/tabfocus/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\.\-@\"\n\','U\nB(A~~Hw\"u@\"lB}v\Z\\ۨ ','',0,'?'),('x`%~\\\X\h\\','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/socials/socials.element.html',0,'hp\\|_\\\\\c','hp\\|_\\\\\c','Yq\O/)n\NlU~aDuCف\9`\D','',0,'?'),('x \\mCFuC\l&w','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_24px.svg',0,'lx1%f','lx1%f','\H\a\'\2 \\\RF\r\ݴ2-','',0,'?'),('y8/2F k:\}\\','wp-content/plugins/LayerSlider/views/settings.php',0,'6B#{\ԑ/\ \','6B#{\ԑ/\ \','PCS \63[Ch<3Yn\I/+$4','',0,'?'),('y 1\-\/fIנ','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#%y]-bd\','aSHoy\(e\ \0\J:\|f\','',0,'?'),('yx\\\ƠɌ{\','wp-content/themes/pearl/partials/content/stm_events/style_4.php',0,'\ A-iX\'\\','\ A-iX\'\\','{6nyD\)2\\xX\Zm\\6J\[\\U6','',0,'?'),('y^b\ZTkՑQ','wp-content/plugins/js_composer/include/params/autocomplete/autocomplete.php',0,'\N\\\D1\\','\N\\\D1\\','\˲H_\/\R{\\~\ъ9\\E|','',0,'?'),('y\'L.eHƪ<\v','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_24px.svg',0,'{uWw\\ܘXN','{uWw\\ܘXN','B\\+\wOR\.א\Z;w:|\\','',0,'?'),('y-?bN _','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen.svg',0,'u t Of[-','u t Of[-','ÊK 4c#\2?|V\R\nO->ע{','',0,'?'),('yA0Xz(\'\\','wp-admin/js/widgets/media-gallery-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0eZBD+0!*','Dŀ\'\!\ؓB =\YS}n,PbwO','',0,'?'),('yC\a:s]OO,\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_24px.svg',0,'G\'(T\F\\"O','G\'(T\F\\"O','\\' DU\+\ҥY\B8\'','',0,'?'),('yFS\\DfXW *','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-zh_TW.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7B\\gC{M','\SG\\\\0F)\\zbG{\\','',0,'?'),('yMmC\ial/\4\','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\\B\!۬','zZ%\k\U\0H\\z*.LA8\\"\c(','',0,'?'),('yN\ͷ\LQ@-Q\9','wp-content/plugins/wordpress-seo/admin/class-extension-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1M4\#3\\\C7','!Jx\Bb/TCD=SԮU!\\V','',0,'?'),('y_5vRA\*Ԑa\)','wp-content/plugins/stm-configurations/iconloader/stm-custom-icons.php',0,'[=ȷo3&],-w','[=ȷo3&],-w','\O\H6sqkg.Й \z\','',0,'?'),('y`Ɣ\\"Fo\','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_download_24px.svg',0,'T\7\_tn3,g','T\7\_tn3,g','7d\d=jph\ \a\\\(/ήۢ','',0,'?'),('yy?\~c\_\\(˝k','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/directives/control-generator/control-generator.directive.html',0,'O9q7\&C','O9q7\&C','ޭ\u6\Kg\\\R\t\z\7','',0,'?'),('y\\n,\nC\|[i','wp-includes/customize/class-wp-customize-selective-refresh.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c2\i\\Y','\\\\>!5\\,G]\\Ac','',0,'?'),('y\0¹Qf&¢Y','wp-content/themes/pearl/partials/global/searchform.php',0,'e3͌^8\I\n$','e3͌^8\I\n$',' mN1S\\gi\\\\%y\;Cs','',0,'?'),('yxM\\\@O\','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Slz]nH\','\7lAZy.job(⛸\\73<','',0,'?'),('y\R?kZB','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\,\=0I','9\UCĕ\q`\!j\\Q\!эt\c','',0,'?'),('y-l\梨Qu\1','wp-content/themes/pearl/partials/header/elements/dropdown/dropdown.php',0,'9ȼwe9:1','9ȼwe9:1','mt!һw?!пU8u<\Mj6G9y','',0,'?'),('y.Ypo|u\ca','wp-content/themes/pearl/partials/content/stm_products/grid_style_3.php',0,'X do&F(','X do&F(','ۗ\\\-6\Fb}s2䠠a\B\f.ʟV','',0,'?'),('ya\';\ҡ','wp-content/plugins/wordfence/js/jquery.qrcode.min.1550163483.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ԹXp`me<','wP\0\p\zuYDS\z(Wߥ\P3$S','',0,'?'),('y\\Ea\:[\0','wp-includes/class.wp-dependencies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@\a62~J1\*Ol','%1\<;\\'ILuI9a\&^\|CDW9SE','',0,'?'),('y\WÌ\hmo9','wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php',0,'\~ \VI\\":\m','\~ \VI\\":\m',' 2茚_$ܣg\'w\rsYUn','',0,'?'),('y\pnVJm\n\®P','wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php',0,'q-\<\q','q-\<\q','a `Չ~N\\\\\\)\JYxԡ\','',0,'?'),('y\57!g\\\ ','wp-content/themes/twentynineteen/js/customize-preview.js',0,'(9[n>\\7l','(9[n>\\7l','\\\I?\#T\9\\0fP\Pi׈\','',0,'?'),('yǬ\}*K*\','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php',0,'\q\)ҮJ4','\q\)ҮJ4',']&55\Q5([\#Já.\\Z\ ','',0,'?'),('y\^eI8 8HP','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-cart.svg',0,'K-k\˞<\0\','K-k\˞<\0\','\\\}\0w/ TAxz+~LYo.\\Zy','',0,'?'),('y\y\RV}rnW Iܾq','wp-content/themes/pearl/partials/content/stm_projects/layouts/layout_1.php',0,'\o\\\\\n\{{i\','\o\\\\\n\{{i\','WȽC\\rT $$$\\`\b =rQ','',0,'?'),('y\p\\\'RP0','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-multiple-authors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e`~j4^њiS','`i\Ƚh\1ߍ\\\>I\⍂Xse ','',0,'?'),('y\ă\!v$GYM','wp-content/themes/pearl/partials/content/stm_events/style_6.php',0,' IHdma:\xŔw*\nĘ',' IHdma:\xŔw*\nĘ','\j G\\\\+ʅ#= غ\\','',0,'?'),('y\\G\\`\MR','wp-admin/network/site-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\<5n:.6\Ե','\|\fb9V)էIw&\2ES{09F','',0,'?'),('y=.\nʯ\Pf^','wp-content/plugins/wp-members/includes/admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\m_g.\)Z\\','\\[>\0,c\Vˎb4\'\Za=\0\','',0,'?'),('y\EZX 1','wp-content/plugins/stm-configurations/page_importer/pages/construction/pages.php',0,'&\'\\^Y.','&\'\\^Y.','Pէ<#m:,\\Z:pjՖt 1]c\8','',0,'?'),('ys\\2l\q!\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_backup_restore_24px.svg',0,'[3t_\E0[]','[3t_\E0[]','EOp@KMX,0&(b\\\\\rA/','',0,'?'),('z\0\O\+G7#t','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/directives/color-selector/color-selector.directive.html',0,'? \Gs\$Ο!','? \Gs\$Ο!','*\4]6X\a-;EI얃\"7h6\','',0,'?'),('zɐ@/\/@','wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\N\~dFe','lBoS\)ޥ9o!ǻm›\\#$','',0,'?'),('z1oɼ@Ʌa\','wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php',0,'məMęσ-3% ','məMęσ-3% ','?WcL`DᒫMG,WNV2JAZ\\e\'','',0,'?'),('z.[\D8R\','wp-includes/js/codemirror/jsonlint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I)fy\\k T+\\<՟','$D;;0\\F~pGғFˁ','',0,'?'),('z:2mMvK\ۙ u','wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php',0,'É\\\ va]\}X\','É\\\ va]\}X\','sҦc2Y,#e oӺ\ \rfŁ','',0,'?'),('z;j2WD6[V','wp-admin/js/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\J f_F\5','KiR\\ɐmYΨJ˨Oj','',0,'?'),('z\1\ox (','wp-content/themes/pearl/assets/js/i18n/datepicker.ug-CN.js',0,'А3\)9\ qa\'','А3\)9\ qa\'','F\>3fE\\\\Z\\r!efP','',0,'?'),('z\p#>\\)4','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-user.svg',0,'2M\X\,\"J96','2M\X\,\"J96','\rj7\I8fr6\R̠;VD\\Z1M','',0,'?'),('z\\JX\w{!\rF','wp-admin/includes/class-wp-upgrader-skins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\?HZ\\\vU','(eи\-Co\LO^o\̝fgQɅ9','',0,'?'),('z\,\\\\$el','wp-content/plugins/mailchimp-for-wp/includes/class-mailchimp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\CD\@\Ƚ?N2','-g\'\zG\\7WQf\\`Q','',0,'?'),('zU%&0-_\y','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_quote_24px.svg',0,'QE/XNf','QE/XNf','k\\oX\\c]?\\ث\,\\c[Xw_7','',0,'?'),('z\\mĿ\3&','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure07.svg',0,'^4\Ț\\\\ ','^4\Ț\\\\ ','|:\ XP\\Sq Z\=\+\','',0,'?'),('z\$\/kU\?a\\','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion_tab.js',0,'ݷoA*\','ݷoA*\','UBh`/$}3@H|Jk\^\\aT','',0,'?'),('z\3!\e\c','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart04.svg',0,'WXn d\G\','WXn d\G\','\UDŸ} $֖mI\3AB\\'\\wHD','',0,'?'),('z\{6^̳O3\"`','wp-content/themes/pearl/assets/js/i18n/datepicker.ca-ES.js',0,'\rb\`w \\,\*','\rb\`w \\,\*','\Bx+\*_&Snz\\a3\|A}','',0,'?'),('z\7,D\Z2\㭉M','wp-content/themes/twentysixteen/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tϡv2ڭ\(?\ ','>ͩA\r 9I ݴU9D-jy','',0,'?'),('{0Eo\aܠ\r?1','wp-content/themes/pearl/partials/content/post/single/video.php',0,'&%\d󂔧\\n\','&%\d󂔧\\n\','KS&a\\rS/\06\;\uxC-UK','',0,'?'),('{]7ӡ}\5d+','wp-content/plugins/stm-configurations/importer/helpers/theme_options/creativetwo.php',0,'\0g3,\\">ؑ','\0g3,\\">ؑ','\ϳ. ޤ\,[j\nD@k.(\@o\^','',0,'?'),('{\n\\Ro\R=\'g','wp-admin/js/widgets/custom-html-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\ Ԭc\6tU1n','W\1M\8\ >J4P\\O\ٞ<\','',0,'?'),('{ _5_It7','wp-content/plugins/wordpress-seo/migrations/20171228151840_WpYoastIndexable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#p9Tr','\\]˦\0yI\hf\HC>\z1\K<','',0,'?'),('{גuZ\\[ݽ\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_restore_24px.svg',0,'@.\j˝F:mf','@.\j˝F:mf','7)\\\\\*\0du.i\Tb\8醼\OZ]','',0,'?'),('{N\2\Qu\\= ','wp-admin/network/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^)\ŭw\\qB','4(Vt\nڢn8D[qlp\"\Z\\<','',0,'?'),('{B\<\qU','wp-content/plugins/wordpress-seo/languages/wordpress-seo-nl_NL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\TFӬ3wu','̶\\a;iib]\aNkJ{','',0,'?'),('{#\\.v\|(Zy\','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/modals/builder/builder.modal.html',0,'; 3Yhp 0#','; 3Yhp 0#','5 \w\!7\\'t )G\5\r\n?,-\','',0,'?'),('{6;7_ 苉2}','wp-content/plugins/stm-configurations/importer/helpers/theme_options/consulting.php',0,'6hb\c_y','6hb\c_y','\s\+Kh@ԋ{1IMq^','',0,'?'),('{)aq,8Nq|nTm','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_justify_24px.svg',0,'\-ި\>\\I^','\-ި\>\\I^','at\vO\ \\\\k\H\','',0,'?'),('{9\=\\Šp\','wp-content/plugins/breadcrumb-navxt/includes/multibyte_supplicant.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Xzz\\F\','1g\Mܨ%WXI1*f\G','',0,'?'),('{[\/ڑ\','wp-content/plugins/wordfence/views/dashboard/option-howgetips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ϤSZ2=\\nj^','\0Ԋw\Z)6Zp-lP-\ND\','',0,'?'),('{]2]$D^sq','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y5LJ#i n/','*^nLؗ`\\}\ûIs=Rk0','',0,'?'),('{t\E~\P\A1','wp-admin/js/tags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XyYA[DF','g4\$ssY\\\\n\\u@ae>\X_','',0,'?'),('{\5E\5m\\\m','wp-content/plugins/coming-soon/framework/validations/escurlraw.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@4\OW\ȶ?iJ\','U?\8dt\5Э[\\Ey@l^h\WeN','',0,'?'),('{\r\|LpNbGo9','wp-content/themes/pearl/assets/js/owl.carousel.js',0,'E\"R?Lr͏\x','E\"R?Lr͏\x','tbj,VGǖ\ѯpڏ`%wQ\r7S','',0,'?'),('{j\ɏ|n\ ^E+Ke','',0,'?'),('{c\:','wp-content/themes/pearl/includes/theme/vc/post_types/product.php',0,'\,݊\\;\8.s\zx\!P\n/xs7=~|·k?~','',0,'?'),('|*i=*Ըr\Z\','wp-content/plugins/LayerSlider/static/codemirror/addon/display/placeholder.js',0,'\\(?Zٚlju','\\(?Zٚlju','\'qD\5٩.E4iLCWt8','',0,'?'),('|-\\\ޢw\B','wp-content/plugins/stm-configurations/slider/admin/assets/vendor/jquery-ui.js',0,'\S\"OQv\\0Y9\\','\S\"OQv\\0Y9\\','Ia\%\Xj-Ń`#\J\" 蔷閦%','',0,'?'),('|/ڒ\\0[*4x\','wp-includes/js/admin-bar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m痏\nf0VW\&','Ŕg0\0%_Y a\-V|:QF\V\','',0,'?'),('|9Cr^˗[','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/signin/signin.element.js',0,'\"rS\K\\@','\"rS\K\\@','a2r-\NbNTZ ','',0,'?'),('|B\"]\#\|,\\ Ɔ\','wp-admin/link-add.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\?\\0\ \b','ig\\VZ\G\\F\\\lŀBFw','',0,'?'),('}\+\\\UF\','wp-content/plugins/wordpress-seo/inc/exceptions/class-rest-request-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȉ\*!\','\!;Q(oH.\r-f܌~sfU\','',0,'?'),('}٠\G=D\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/label.svg',0,'5\\W\n\GT>\','5\\W\n\GT>\','_LF\\Z\Qx\ws21c잓\+R\','',0,'?'),('}ĉ=t','wp-includes/images/toggle-arrow-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\\\\\\CDr\','-\\N\\\7~@\}_\=V_@A\','',0,'?'),('} @Mp\ި\ݔ','wp-content/plugins/wp-members/includes/class-wp-members-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*u\4 OA\G\','OrK\nԗC\0SN\ZCžR$9>H','',0,'?'),('}5\# \z-\','wp-content/plugins/coming-soon/lib/setup_tgmpa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9?`HC݋\va','Ea\\\VQ\\\$\r4\\0֤m\Z+|','',0,'?'),('}9\]\\K\7A','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-da_DK.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`+e\52.','`y*\n\\\n\Ɏ8{È7~tPN','',0,'?'),('}<\}#*%\V>\\ɖ','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\;L;\eL\=fu','0`8\H\ᑗ&R*\\JJ\b@3\I','',0,'?'),('}Qp\ \w\Q','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_up_24px.svg',0,'Zn\agJ\','Zn\agJ\','\\\eO\P7c|','',0,'?'),('}\\5\\r$\lW','wp-admin/js/tags-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \KPDp\\j','kHQVn\\vZEdx_ȋ^)=bᵩ','',0,'?'),('}`\\g\"P\2\V','wp-includes/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\2^#\8','\#˒\=$c6\\\\ B46','',0,'?'),('}i5\1\\㫬c\','wp-content/themes/pearl/assets/js/responsive-tabs.min.js',0,'5\)P\[\<{:\2','5\)P\[\<{:\2','bv\\e{\\[X[W%Op׶\<','',0,'?'),('}n\8-q>Wĝ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/clock.svg',0,'O5Kn[ƙ\0G\+\R;','O5Kn[ƙ\0G\+\R;','K\ĕ*p;ë\.[\Zk\bJJ\#`','',0,'?'),('}\n\5.\\ \:(','wp-content/plugins/wordpress-seo/inc/indexables/validators/class-robots-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\GC9㈳\I.Fל','!\0\\G~-:E\d\\\M:~J\S*','',0,'?'),('}\=dhZ)\','wp-content/themes/pearl/partials/footer/layouts/layout_2.php',0,'\0\\_:\\n0,','\0\\_:\\n0,','QyMqbbe\b\\\\lr\`%G','',0,'?'),('}\c0 ?+x\Gf','wp-content/plugins/coming-soon/public/images/avatar.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\t^C\0\~Աg','v\\l2oV$3R\TNxpK\p','',0,'?'),('}\b~\\','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg',0,'3\\XѶG \ZQ','3\\XѶG \ZQ','%Ax\\\\%8\\_M\S\/)Lf\kJh`F','',0,'?'),('}7 ޘ\DHD\Pl','wp-includes/SimplePie/Registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȣ\\1v9d\0ٸ','\٘Ǎ+\\\+N\\TbR\\s\\','',0,'?'),('}\L|z!`j`s','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/vi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u*\\\xP\Ra\>',' X\\Y\>Bi\>+\r\\','',0,'?'),('}\\\.`E\t_\{>','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_strikethrough_24px.svg',0,'[#,\'\/\\','[#,\'\/\\','!3\\D5P\8=\ \nz:AvVʄ\1','',0,'?'),('}\Ȑ\\\L`\i)','wp-includes/ID3/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ي\hQ3fQk','?\ng\=\2.\U[zi\\K\','',0,'?'),('}\\\HJ\r\(()','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_cell_24px.svg',0,'$ 5Q\n\(\hm','$ 5Q\n\(\hm','.LcC(u+\Fhu\\\A\\N\7','',0,'?'),('}\\{RҢ\\\"','wp-includes/default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','? w\Z38#1\\','\'\0ۥQ\i6m\$\İ\3筿%','',0,'?'),('~RCھ <\]\','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_spa_24px.svg',0,'\\it}]G\䄟\\(','\\it}]G\䄟\\(','\\5\1\YxY=ICSx(\','',0,'?'),('~Ⱦ/m\ր\!\','wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&m:7\v\=\\','\n\\\qYۡ>h\_\P\','',0,'?'),('~\\K0JS\\\o','wp-content/plugins/wordpress-seo/languages/wordpress-seo-ja.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\A_FMmqaĔ','\'@Q.\\=~\ \s\\5sZ&','',0,'?'),('~\'\R\\s4','wp-content/plugins/wordfence/css/iptraf.1550163483.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ \\\dy\\j','wp-includes/css/jquery-ui-dialog-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\"9 1\R-','x\r# H)p)6dV\b:1vH\Z\&','',0,'?'),('~P\\r4Q>P2\','wp-content/themes/pearl/partials/vc_parts/donations/style_1.php',0,'G\n\nG\U\\\','G\n\nG\U\\\','-\ fk\\+\&MT#.\\-qFKp\+\\','',0,'?'),('~VXA\\&_M@em','wp-content/plugins/wordpress-seo/admin/class-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\OC\\t\','G^y\OIvJU\[-\\G','',0,'?'),('~V\Xa]7p|R','wp-includes/class-wp-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\.$W\6ef ','>2ÇLsgUx\e\MoC\We\"[\','',0,'?'),('~\\EN\؉Āç','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarm_24px.svg',0,'\\\\'48;;q8@','\\\\'48;;q8@','U \\\"\"غH\- J=p','',0,'?'),('~iI\;ݭ]A\S','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8\w)n.Z\C{v28','c\"3\r)\,\\\ӷP\\V)\ޤ3^?','',0,'?'),('~l·Jҋq\1sB','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/offices/offices.element.js',0,'\\Ɩ\)2\C# ','\\Ɩ\)2\C# ','fÓ;Y\\eY\\\F','',0,'?'),('~q\IPI\r\','wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\\\doG\\n2','Sa)ʗn&BV~\\11\'w(','',0,'?'),('~{\u;\&\j?xkLj\','wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/partials/settings.php',0,'\/ۿzֿ졗\\\','\/ۿzֿ졗\\\','v\$?B\y\\0cG0>~\Zf7H5&2','',0,'?'),('~}\{ \\>D\}<','wp-admin/css/code-editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O+j\wh3\:\N','}c/\ٖ)DeK\\xOdH|5p[[\n \','',0,'?'),('~-\٫X','wp-content/themes/pearl/assets/vendor/lightgallery.min.js',0,'*{\\ @\ɽ\HUJ','*{\\ @\ɽ\HUJ',' \^كjm\@sKa3I\\0\r','',0,'?'),('~?ͻy\]!q','wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uԔRI\\0UoyF\',':@RwVv\(\\\:F\\sF\H\nx/v\','',0,'?'),('~|\C\\W','wp-content/themes/pearl/partials/skin/layouts/personal_blog/style.php',0,'?\'\\Oٺ\','?\'\\Oٺ\','\0 SJ\iͬi&B=h7\\\\dF','',0,'?'),('~ReOXf2`','wp-includes/class-wp-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^l+Q\OީR\#\',' LmR\ugCD\T)FO\޳6','',0,'?'),('~\\\\\ZS\1','wp-content/plugins/wordpress-seo/deprecated/class-wpseo-advanced-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\\\<+','WYlOZVfDB\%qڭ\\\= o?','',0,'?'),('~\Z,J6\\_+s','wp-content/themes/pearl/includes/theme/vc/modules/icon_list.php',0,'\"L\=\n','\o\[͎U9\)6EŘZZ\J\;w3','',0,'?'),('~\nʹ\r\.UEx4Wk\\\!N','',0,'?'),('~3ly]e\a\%','wp-content/plugins/LayerSlider/templates/tmpl-import-layer.php',0,'\`̝&6\{\rC','\`̝&6\{\rC','( }q\g%|F8f\\'K%\','',0,'?'),('~\\`\Wj\\|iLI=','wp-content/themes/twentynineteen/sass/site/primary/_archives.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sg(\W-A\\','5p=տV\Z\_xFR\\/MC1Xr[pq\9','',0,'?'),('~\g1@\\2','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_all_out_24px.svg',0,'7v\\"Q \5','7v\\"Q \5','PY\7\W7\6\^&\\Ӗ쑮@Oe','',0,'?'),('~ť\s\0\1y\$L}h','wp-config-sample.php',0,'~M\ M*l\\\','~M\ M*l\\\','CZ$$\'FA׺&B\|#j]t','',0,'?'),('~\Ӹbc\\Z$@$*','wp-content/plugins/wordfence/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+>r*mI','E\\0\.¿¯1F(Dfu\v\\˔','',0,'?'),('~\Eu&6','wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader52.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȹ \Z^\\+}i','\\N{>\Zށd@\iV\wWU\;','',0,'?'),('\ldKм\\\\','wp-includes/js/dist/components.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\'4\r[F\\-zÎ-','u\9@\\i\Z!\\S\02\ҝqi5','',0,'?'),('\ג٠R.G','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_wrap_text_24px.svg',0,'Hph@0\s\c','Hph@0\s\c','\\\TAM\op>)ܷ\F\9سq\nc','',0,'?'),('&tR\X9`\H','wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_AR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z(\D4Xө?f','\j|c>\\m\dY\'ID(e\\S','',0,'?'),('$\0P\j\\#y\','wp-content/plugins/leadin/inc/leadin-constants.php',0,'!z!{\\Z','!z!{\\Z','\\*rQnYo\\*\4ּ,C86\P8|`','',0,'?'),('$ .\)Q~\@\','wp-content/themes/pearl/assets/fonts/stmicons/company/stmicons.svg',0,'\Zъ3?ПI\r8p','\Zъ3?ПI\r8p','\'rS\nZ\\\\Wje\y\\;1Ȇ\C','',0,'?'),('&tg\|&䂱&֩\','wp-content/plugins/wp-members/includes/class-wp-members-user-profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~-weZ /O','&N\kc\DTUMyeڮl\P\z','',0,'?'),('0\\R)/\K\"','wp-content/plugins/revslider/admin/assets/css/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('Wo\&.:\`₂','wp-content/plugins/js_composer/include/params/gutenberg/class-gutenberg-param.php',0,'_\]@c9G\Z\\','_\]@c9G\Z\\','1e@Gq(NF3K_Jt6&ԦQ','',0,'?'),('w\u,D\%','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg',0,'$L\ZftVn8\','$L\ZftVn8\','\"FfN^\6FƝx2Ӫ)Ev','',0,'?'),('w\'PeF\+V\0','wp-includes/Requests/Proxy/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\/2\\)','J\6d\A\l{Й\0\J\\h','',0,'?'),('\\l\\\WffT','wp-content/themes/pearl/partials/header/elements/dropdown/styles/style_2.php',0,'>\n\H ^\\"','>\n\H ^\\"','nWsեSU5sS/%3DXЄ\\`','',0,'?'),('A{EWk\5','wp-content/plugins/mailchimp-for-wp/includes/forms/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZO[P\\f_\ j','jkx{桸\\:\0\'NBʀ\@\','',0,'?'),('\%G]f\@\%\Z\\','wp-content/plugins/wordfence/views/common/section-subtitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\c\DÃ\۬','ZJwsh5\M\\Eu/jg[\-\','',0,'?'),('\\?\\}C\} Bw','wp-content/themes/pearl/includes/theme/vc/modules/vertical_carousel.php',0,'L$\\r\\0\"\\"','L$\\r\\0\"\\"',']\0DZ\nd1:r9E-\Z6#Wz\$','',0,'?'),('\ СqD֚?\iX','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\OoB\\Z74 wV',' \\\\tqk\\g\\h\-\\a&','',0,'?'),('\tA\r<߮\p','wp-content/plugins/wordpress-seo/images/Yoast_SEO_Icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XmhGGU','}SF\ \iQc_F\\"\MDK\rɡa','',0,'?'),('\KQ}U&;&\\Q','wp-includes/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e2y\\^=2\','?bW\\f.sl ux\"{\6[mR','',0,'?'),('\trεF_\ \\\','wp-includes/js/wp-emoji-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ikj6ޮj','eT?Bs\tnZ7~\fÆ','',0,'?'),('\Miq\I:\F(1','wp-content/plugins/LayerSlider/templates/tmpl-button-presets.php',0,'Ks>~߷^d2s:','Ks>~߷^d2s:','\~\ iʌi&*ō\'\8_D9D \\\\\n','',0,'?'),('\ؖ\\\\z\\','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bh\\o\R','\,7=T3*rZ\\ 7yaX&Dtz','',0,'?'),('\\\K\I+a\\','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J_8U\n\b ','3%lgԧT7Ƈ*%\T\"p3] IF','',0,'?'),('\r\\9\2\[','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart15.svg',0,'x(RBO\,,)\','x(RBO\,,)\','Kbx~Mj Q2yT\P1\','',0,'?'),('3-\\\f\\n','wp-includes/css/dist/list-reusable-blocks/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӄ\\\}d\ɺG\nA','\Z\wy5f 䝷\N\','',0,'?'),('6)߄\hӖ\c','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_adjust_24px.svg',0,'*K\\;W\\TŨw','*K\\;W\\TŨw','Yf\\1\>O\7T#=\\>@3\e\','',0,'?'),('=\._\Hj\VѬ\','wp-content/plugins/wordfence/vendor/paragonie/random_compat/lib/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!>=IO','p>2\\xtn\tq\\\\\\b','',0,'?'),('^\\','',0,'?'),('~X\\":\3c*','wp-content/plugins/mailchimp-for-wp/integrations/memberpress/class-memberpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Р \\U\ 㸐|`!U','\Ho\ hM\\\g9u\\\\W','',0,'?'),('ah#\\8\c\','wp-includes/js/tinymce/themes/inlite/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w \\_\E\\\','W\\&%\\e\LRJsaqD#\{\Q','',0,'?'),('SP\;^ƭz\I','wp-content/plugins/wordfence/lib/conntest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\rƉ\(. Aˬ\\','\J&grb+\'Id 1HL\W\\\re\O','',0,'?'),('qP\\S{\'r','wp-content/themes/pearl/partials/content/stm_products/single/main.php',0,' \lq#PZ+',' \lq#PZ+','*-9 0I1^򄋛+},\-HY','',0,'?'),('r=\\\c\\\Mz','wp-includes/js/dist/is-shallow-equal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٕ\\&i\j@sp','|P.S\\գNKljTыj\[l= -','',0,'?'),('2l]wDnMH','wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php',0,'%\\k=_\L\"','%\\k=_\L\"','\r\\͝ &\o\-\\ \u)jq\:','',0,'?'),('¦]&\M\:g','wp-content/themes/pearl/includes/theme/vc/modules/items_grid.php',0,'!\*P{Mî\?\۷','!\*P{Mî\?\۷','\x\ yM\0\U\"Ud\\\O','',0,'?'),('\ں\uM\[\r','wp-admin/images/wpspin_light-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qO7!4\"IV\* ','\Y%*#\S\^T=\|?MM\䨝\w','',0,'?'),('\Nx\ډ\Z\8yH\\','wp-admin/js/theme-plugin-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\"W\0yPa\FOz','\/J@4wr\{\:\B\FEҕ\ߩk^Q','',0,'?'),('\sSk\i<4\'c\-6','wp-includes/js/wp-embed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\NO8L^sWkJ\<',' E>\@_\0\!\B\5','',0,'?'),('\PU#\"S!$/','wp-content/plugins/breadcrumb-navxt/breadcrumb-navxt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Q7[;','5MY{;0)u7f!\ӀU\Ԙ','',0,'?'),('\\x\\ܵ6=1J','wp-content/plugins/booked/includes/widgets.php',0,'\\\%\ĥR\r*٦\','\\\%\ĥR\r*٦\','\\ \\r\'aÞ\WM $ǖ=\\l','',0,'?'),('\e\\97\aJS','wp-includes/images/smilies/icon_smile.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G)ö\u\\\nM','I+x\#\i\T;W͗1Ex߱','',0,'?'),('XQ\d9r\ڼ\','wp-includes/customize/class-wp-customize-themes-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h-=Eiҥ(5_','\\J^T\섨 {\[4\\\ :\|','',0,'?'),('go@>3:ۏՍ\h','wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\qf2\1&bl\','w\ܔ\\maЍNu_}\\+u\EI\!','',0,'?'),('(զ̂\W\꧷','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_problem_24px.svg',0,'\n\¶wd߻My','\n\¶wd߻My','=dR]=<Ƀwư\\\YV\f\Z\Z?','',0,'?'),('.\\ٖ`\\\'\','wp-content/plugins/wordpress-seo/languages/yoast-components-ja.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0iml9','2E^\\\\&\\nGE.\Kl','',0,'?'),(':\\Z S\!3\','wp-content/plugins/js_composer/config/templates.php',0,'*θv9\ ','*θv9\ ','\\$1\s&\WʪءCf\\\ ','',0,'?'),('N[\\w\"\\s3v','wp-content/uploads/stm_fonts/stmicons/politician/stmicons.svg',0,'|!`\Tg\'\`d','|!`\Tg\'\`d','\ L\\ܱ5\\W\}= iĝ\!-\','',0,'?'),('Xۛ\6\l\','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_report_24px.svg',0,'{w.p{Es\\!x','{w.p{Es\\!x','i\c. \\\\\\k r;\𘳍;QU\\\È5','',0,'?'),('d7\\\\\XcĨ?','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php',0,'=*llήzK\'P','=*llήzK\'P','\r5\NV&dT\'\;\ ','',0,'?'),('el5sE\úQ\','wp-admin/js/media-upload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\'xQ\?\r\\hnO','a\ IKM\v}Σ܎\n3T%','',0,'?'),('w@*\\\!.','wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js',0,'\\CJ\\X\l:','\\CJ\\X\l:','\\t9\⿔y\r=\&\A^l47\\\\','',0,'?'),('|,e\l\g\\'','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-repeater-double.php',0,'\.\ޡnC\','\.\ޡnC\','?0bW\c LZn]\\CTs\(','',0,'?'),(',CUU\\ 9i-','wp-includes/css/wp-auth-check.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3%봚׳܃\ㅲU','\D\\\Z\̖U:85D5\ \Q','',0,'?'),('? Eռ\U','wp-content/plugins/wordpress-seo/images/link-out-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\"\&\S','\\|>\Ѳ\<_]*[ GX r$\J','',0,'?'),('i\\Z!\[8$\"','wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\8e_\T\\ƽW','ݬ\ISP\"a 7J6\QSv_y','',0,'?'),('Ás\0\+_c-|cB\','Q>\+_c-|cB\','-[\':\i\k&\\kLHw_&M\\','',0,'?'),('\Qu\ZNC\rd \\','wp-content/plugins/mailchimp-for-wp/integrations/woocommerce/class-woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӆwIM\\Zl\\Z',' jryy\4xiɠ4ފ<\n3n;3n','',0,'?'),('\X\\\-4J_3','wp-content/plugins/wordfence/lib/wordfenceHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wU\\ \(\\L\ ','\e\IԘEMV>\Z\"\qԾ\ |$\'','',0,'?'),('\\r\n\'\'o\χMg','wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php',0,'\U\m\S\','\U\m\S\','\&3L\"R(iB/\\қF]','',0,'?'),('\\\'>\[·','wp-admin/js/user-profile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Id\]','R b\!A_\\\)\\v\{\\'P\\I','',0,'?'),('\bxǖ\O\Zs\Hಈ','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php',0,'\wný\rP1','\wný\rP1',';,}*M\z޿\<@Ԥg\\ո','',0,'?'),('nmpM\\','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-myspace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o\эt\&Is`#\','5\7cĽ%&޻\\ *Pԁf','',0,'?'),('O\X\g] \\\?{','',0,'?'),('3Ƈe\(ú9','wp-includes/js/jquery/suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\\+A)\n.;','I<{\04` \L \9n\il/','wp-content/plugins/wp-members/includes/admin/tabs/class-wp-members-admin-tab-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\жv^>{s','O< /PT>@\c%Ñ4?Ut','',0,'?'),('\0?HPDe','wp-content/plugins/stm-configurations/post-types/event_participant_handler.php',0,')\0\A\\7 .;F',')\0\A\\7 .;F','I]\#\kHaY5 \aK\\\$\\6','',0,'?'),('\.M2\\\\ ','wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\<\a2Mq\\@,\r','?SQ\.\\;75CÂ\X-6\\0^vqy','',0,'?'),('\\A\1\Z;','wp-includes/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\m\[\\0lJ\\\;','\^]\"ˌ|a>|\Ī.pNX','',0,'?'),('\\\\m_V\mK6','wp-content/uploads/stm_fonts/stmicons/lawyer/stmicons.svg',0,'[\fD\','[\fD\','9g\w- :kb`)چ|6\6\\0','',0,'?'),('\;C=F4qT3','wp-content/themes/pearl/includes/admin/theme_options/includes/src/modals/builder/builder.modal.html',0,'; 3Yhp 0#','; 3Yhp 0#','5 \w\!7\\'t )G\5\r\n?,-\','',0,'?'),('\vA\nGr\3C9`','wp-admin/includes/class-wp-internal-pointers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vv\n\Px\ \\','\^\'&I]H\'yp\\>AJ?k\\\o','',0,'?'),('\N\\HM\L\S','wp-content/themes/pearl/partials/content/stm_events/single/title_box_3.php',0,'1\_m${U説FX{','1\_m${U説FX{',':w8\[Ʋr5\\\\(uJ','',0,'?'),('\]]Sx^6\','wp-content/themes/twentysixteen/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\`s$\cv:Jb','1\`\E\\j7+._\$ٍ3\\','',0,'?'),(' 8dӗE`\"M\ \Z','wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js',0,'B\Z\JV','B\Z\JV','R\[ \\"\\q\SPVA\r6z_}9\T86','',0,'?'),('\nR\e.\S\G\','wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js',0,'\|bt}Lsyjm','\|bt}Lsyjm','\\c\{q=1\;DKQ \'AQ&O\','',0,'?'),('\r~R&\\K(ش','wp-content/themes/pearl/partials/vc_parts/projects_cards/style_1/cards.php',0,'dVMm)\zlG\\','dVMm)\zlG\\','cZfpr>=\\v$~\Kug w\"_G','',0,'?'),('(!]Er\vK U8','wp-content/plugins/js_composer/include/autoload/params-to-init.php',0,'m\\\k_8u&\q\v','m\\\k_8u&\q\v','.\'\Х9L\xD*wn\<%\aJfO','',0,'?'),('48+C%(Vc','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_tap_and_play_24px.svg',0,'hj_Ύٿ\\EA','hj_Ύٿ\\EA','\I\|І$Ƨ~a\x\]m76 $k','',0,'?'),('56_o\','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_gamepad_24px.svg',0,' pT=2\e\Z$',' pT=2\e\Z$','[twݫjPeW>Üc\4\'X\a ','',0,'?'),(';C_\\8Rx','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_off_24px.svg',0,'/\j•ƮP\Y','/\j•ƮP\Y','g5|h\$\\Lig\n\$6g','',0,'?'),('A%̞}*\','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/popup/popup.element.js',0,'\#-\UAU\d\*','\#-\UAU\d\*','j\\+}qd\oh$z$b\8','',0,'?'),('Ebl8y\}','wp-includes/js/tinymce/plugins/link/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\\Z{Chpx','$\\\W9\\\Up@\\w6e\Y\','',0,'?'),('GǮ\\#U\&\\\','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-marker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' „,k\p!Hk\','|U\\\\\\\÷\nbsa\70o-\Xu-VM','',0,'?'),('Lk\','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-ja_JP.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A@s\\@\','܍L\\n\\Io\7b/\\1 \Z','',0,'?'),('[\>\\\%/\Xߨ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-envelope.svg',0,'@z ]D\o6,8','@z ]D\o6,8','\{T*니\rn$\b\w\k\w#Ū)\&','',0,'?'),('m>\\00X&^Q','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\pKz\`\)9_@','aғYe\q\7YTcȊi$Wت\/\!,','',0,'?'),('n\V\j|\|n;\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user04.svg',0,'\%n0\mtF','\%n0\mtF','؊,O\!Zf+Q6\W\J\\)FXPv','',0,'?'),('v <\\Z]q','wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php',0,'\:4X[,','\:4X[,','y^-Klm1\͇m li\"3\)g','',0,'?'),('oVu4\\\;f\','wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\\uI\\(\Y','\\Ou\ip\'(y] +\nZ\\<}','',0,'?'),('˪\ܚ#\A\','wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php',0,'SIjRE/\\Z8ʤ','SIjRE/\\Z8ʤ','u\aD\DUj-\ነR܌e&d\'\','',0,'?'),('ٌXY9ۻ','wp-content/themes/pearl/includes/admin/product_registration/assets/img/ticket.svg',0,'\H\?\̣~Dn','\H\?\̣~Dn','\nƃaD\\\&\z<2 {H\&rہ? ','',0,'?'),('?\\z6\aDz','wp-content/plugins/wordfence/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:m𙗣P','j*\edoX~7\\&N9\|L\','',0,'?'),('\\AQh\r\"؞','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_horizontal_24px.svg',0,'d\.c>Y\g\D{','d\.c>Y\g\D{','|,O\A \o\|\e*+_\"_]0','',0,'?'),('\\m\\6M=\T','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/js/butterbean.js',0,'\*\nxAëK\','\*\nxAëK\','M\n\La!\ڊ^\@-\0bf\x\\\u','',0,'?'),('и+:3\XnNtexX','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\{W7h>',' 2m\w3)zWg \v{Af\Hu`Co','',0,'?'),('\!`I\3{\\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_before_24px.svg',0,'\\\իr) ','\\\իr) ','\^^Ղ{;O՝tHbBBO]U\\nv','',0,'?'),('Տqp-w:ej','wp-content/plugins/wordfence/js/jquery.tmpl.min.1550163483.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\}\\"7ڷDZ','\.IH\Zg\0H!7`gޠZzȄž6|','',0,'?'),('\6\i\\G\\\','wp-content/plugins/stm-configurations/post-types/shares.php',0,'i\/x~(&\d\','i\/x~(&\d\','(\)\V\\$\\\'P\=\ ]]]^\n\r','',0,'?'),('\\q6br6\\*\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hourglass.svg',0,'Iqq\\?2S+c','Iqq\\?2S+c','\\@i?\Wh\slM\'\ѩ[:\2','',0,'?'),('\\Ș  \0}P','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cե\Rc\8$f_','\n!-mOD}\w[F\^]b\\\}^qCz','',0,'?'),('\\ʆ\\nD㮖\(','wp-admin/css/install.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\e\L3\DJW','\\x{3xV-0\\'\JAvr@\B\\[R\Y','',0,'?'),('\j \\5\f\j','wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5_+\\\EG','\s}R B|KzI\[ Y\)r\','',0,'?'),('\\\m;g\x\I','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart02.svg',0,'N\:y)\','N\:y)\','x\!4/e.ͱvFj,Do\W','',0,'?'),('bIB skԜ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-add.svg',0,'(\AЩ\F1','(\AЩ\F1','o=d\\;zN lҫ\D)R0Wg2¦\Z%\','',0,'?'),('fN\dL','wp-content/plugins/wordfence/lib/cronview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\e(\t@nr\','Z4,\hz=>M}\G/[\0\l\"iK','',0,'?'),('\Z}\\Qix\nx','wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\1Pnm(','WkR,4[\0I6Q$BD\Z`ef\S','',0,'?'),(' >ݫ XAdQ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_numbered_24px.svg',0,'bQw:ĀTX׸\7','bQw:ĀTX׸\7','\\M\n\n\x\\N\&@\}\7','',0,'?'),('dҰ\\\\','wp-content/plugins/LayerSlider/static/layerslider/skins/borderlesslight3d/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),(')ũ\2[ \4_a','wp-includes/class-walker-category-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ap-\6?!G',' +_0^%2\\n {#)&w','',0,'?'),('3\&K\','wp-content/themes/pearl/assets/img/markers/marker_2.svg',0,'7\\u\','7\\u\','\k\as\=\b\\\\=vа$6t\.','',0,'?'),(':+[gCZ\\','wp-includes/template-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\'\肔\\zm\Z44','\ğ3|\\V\\\e\\N\.ޥ\X75&','',0,'?'),('H\0\\4D&n\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_print_24px.svg',0,'\)>0\n\G\ZrQ\F','\)>0\n\G\ZrQ\F',']\$pz:\'C\R\0sy\L9\#?','',0,'?'),('M)\n$(Dg @s0w\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_https_24px.svg',0,'D?-_XuR','D?-_XuR','\'܀e\'6h\\0\Vt\*H','',0,'?'),('X\Uy\I\'*','wp-content/plugins/wp-members/includes/admin/tabs/class-wp-members-admin-tab-dropins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^-\\%L','+\nG^\8;Ձ\Up\z\S~vT<','',0,'?'),('Z뉼ҡ7P\','wp-content/plugins/coming-soon/framework/validations/required.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\(\J\r]PV/M',') \хO~c.hD\'/!@\\ f\n','',0,'?'),('jIX<\R\eԙ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subtitles_24px.svg',0,'tq`g#\','tq`g#\','\嵾pBvyk tw8 řΞ[96','',0,'?'),('q\|! \\\RxO','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_alt_24px.svg',0,'0)\u)m','0)\u)m','\hz\?\딡s;\1Wk \"D͟\','',0,'?'),('i\n=\+\i\','wp-content/plugins/revslider/includes/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\\eE\\\Յ,','wp-content/themes/pearl/partials/skin/layouts/creativetwo/style.php',0,'NP`1~\\\rt\y','NP`1~\\\rt\y','F\*-ɯ7i^5Ҿ\','',0,'?'),('LZj+\\\[3','wp-content/themes/pearl/partials/header/elements/iconbox/modal.php',0,'q,s\x','q,s\x','t\\mM\+9\[F]q\\-O7\-XU','',0,'?'),(')5\!\:Bڟ-','wp-content/themes/pearl/partials/header/elements/font-resizer/font-resizer.php',0,'\@;8B\I\\\C.\0B','\@;8B\I\\\C.\0B','-2م]p1 5xOX3?N\\p}','',0,'?'),('ᛃ)\"\9kơX\','wp-content/plugins/LayerSlider/templates/tmpl-slider-settings.php',0,'~7\xS{\5\\','~7\xS{\5\\','uP\\\nop=\]\e \h>','',0,'?'),('P\M˝=U','wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','raX\'\\z\05+\"7','v\$r_syY\\U{ؘ?C','',0,'?'),('f\$\5svS2','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_credit_card_24px.svg',0,'zG}},-3\X','zG}},-3\X',']|cƈ\n\\އpӧ!ξ \Z','',0,'?'),('\O\m\_ݮN','wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_15.php',0,'$iI\Jл9z\ޒ\','$iI\Jл9z\ޒ\','b=<\\=\\ɾ9\\D\nb梦,Է\(','',0,'?'),('īA\\\nD\4','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_10_24px.svg',0,'v-/{{z\˜\r','v-/{{z\˜\r','&\.\0\C]GUG \u`','',0,'?'),('\Q煇\$GY\X\','wp-content/plugins/revslider/includes/gutenberg-blocks/lib/customizer.php',0,'d;YG\ŢT߸x\BO','d;YG\ŢT߸x\BO',',\estfHi\`=YLNj\5p}','',0,'?'),('\/y{,\7','wp-content/themes/pearl/assets/fonts/stmicons/personal_blog/charmap.php',0,'G\\n% \','G\\n% \','on\\]Fy\Mf@9\+\\5 +(cJ\','',0,'?'),('\\Of\\q~','wp-content/plugins/wordpress-seo/languages/wordpress-seo-it_IT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɥ\"/\"F9\\#c','ϯ\V\rI\\h?\'A;,m\r%`D$2','',0,'?'),('\D\D<^\','wp-content/plugins/wordpress-seo/js/dist/wp-seo-reindex-links-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hGf\N\\Q\','z?sZHkl\\Z:F܋}t\>.aWq\T','',0,'?'),('\nvZYV\\','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\&\"a\ֶ\m\','\u\[\y#D|؊^Pz-e‘6;Y','',0,'?'),('\b\µ\<\\$V\','wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php',0,'u\mdf#\\ZM','u\mdf#\\ZM','\\\J\\s .!eǯ\%Ϲa\"','',0,'?'),('\\P6`K$)\Z','wp-content/themes/pearl/partials/content/stm_donations/parts/image.php',0,'PJfz\"!@7','PJfz\"!@7','wb-X\Zv7|/r[ st\\\HE','',0,'?'),('\\Ҟ\\R)5','wp-content/plugins/revslider/includes/gutenberg-blocks/lib/block-templates.php',0,'\SH\x{Uw\9','\SH\x{Uw\9','~\\\j\~g$Eƚ-\,\'[V5','',0,'?'),('\l6zZ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure03.svg',0,'C4I1ɡ\FT\'\SF','C4I1ɡ\FT\'\SF','\9)\<;ǵ$c@\Klceug\%X\Z@G\Z','',0,'?'),('U \$\\d;','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Select.php',0,'[T:@\n\Zj','[T:@\n\Zj','붶\2s!<-#7۲\?\\k','p g\I\\=-X5Il&9x\5\','',0,'?'),('+H{1$h8','wp-content/themes/pearl/woocommerce/single-product/thumbnails/product-thumbnails-vertical.php',0,'\q§Ngw݄11','\q§Ngw݄11','OD5Y|@M\\A2\nʹ\\\n\','',0,'?'),('1`\\B\¡]s','wp-includes/css/dist/editor/editor-styles.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mW\(\j\\\\\','3Tg-Z\BF(O)\\rfz\?\\'','',0,'?'),('4\\I\BSQJ#','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Text_Time.php',0,'\(濾 :&p','\(濾 :&p','WA0Лj5vwu0\Ά@P','',0,'?'),('B%v6\I\"Jb\4ӡT','wp-admin/link-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\\dq$A5\z','\Ƅz=\"\G/8G\r \gr,\,~\','',0,'?'),('BK\@~&^8','wp-content/themes/twentynineteen/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\0j-\A\\ك','!N<\m dM^xP;A\\Zgl\|','',0,'?'),('EDOu\K\)\\\GS','wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php',0,'fDZhXc$','fDZhXc$','\&d\UL66)\q4\[i&\','',0,'?'),('\\\\׽X :k','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\\\\ 6>','\@⣂L\EQ(ieq[N|&\Ð','',0,'?'),('_x[>j4\','wp-content/plugins/coming-soon/public/images/SeedProd-logo 2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f`O1X9LZ`+$','˰xl\Dǘ\\A\Qk>[|B~ nV\:','',0,'?'),('a<56^.۵V;Y','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/SodiumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HDf\\ae\\zR','㶜\\L>L N-@G\'\\tmG\ikR߮g\0','',0,'?'),('a\9\%\?\','wp-content/plugins/mailchimp-for-wp/assets/js/integrations-admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԤA\^=<\0','tetW\+ajA\zeT\>;\\M\0','',0,'?'),('<K\1(mRg\','wp-content/plugins/LayerSlider/static/codemirror/addon/search/searchcursor.js',0,'qQR X?\ZB','qQR X?\ZB','M430+?\ŎkV.aˀ<\n\N\!','',0,'?'),('Z#o\9_','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_personal_video_24px.svg',0,'K\h}e\;gIJwU','K\h}e\;gIJwU','?dz2`~v\\ZQ1\خ*Ҕ\\qd','',0,'?'),('>A\ B\7\Sz!e','wp-admin/includes/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZT*bXkqH,',';(! \)G4\pvc\q\','',0,'?'),('\owlLK?\','wp-content/plugins/revslider/admin/views/global-settings.php',0,'\m\\{tHp0B\','\m\\{tHp0B\','\q\\'S\"\Ux>\\1\|\ \\nfJ9Zl/','',0,'?'),('܌{t\%{','wp-content/plugins/mailchimp-for-wp/config/default-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vA\Z\H;p',' \>C\\Tn#P\\-0','',0,'?'),('\|0\O\+]lU','wp-includes/js/dist/a11y.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \0(\\\\ǚM','7\ˏ\>\c\Nb\ch','',0,'?'),('\\7U:A\"','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Text_Date.php',0,'\\oB\MD)m','\\oB\MD)m','Lc,2iNչP$;r\7J\n!\','',0,'?'),('F#ӄQ\\\l','wp-content/uploads/stm_fonts/stmicons/advisory/charmap.php',0,'`uD-ێMI\p\OEN\=1\_\\\z%','',0,'?'),('T\양:t[\','wp-includes/Requests/Exception/HTTP/410.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qO47ߺݥ/8X!\','9f/3MM;#GڪWO&tSO\ZƘ','',0,'?'),('5Dk \nI̎\t','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-da_DK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C%\Z\ s@E[','\i]i%jVL \1_xM\'W\r,q\','',0,'?'),(')\\Yh.;\š','wp-includes/Requests/Exception/HTTP/412.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Iܷ=\7V\','SA4c\\D\56-\#d*\ҽӾR','',0,'?'),(')G\Fkt','wp-content/plugins/wp-members/assets/css/forms/wp-members-2016-no-float.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%:&sX\\0t','R),fhO¼\<\\rbc-\','',0,'?'),('+\\\v%W(K','wp-content/themes/pearl/vc_templates/stm_pricing_tables_flip.php',0,'\\`1`\to\','\\`1`\to\','d A+B?dKA]\^v)D9Ï ','',0,'?'),('1\eUMV^','wp-admin/includes/misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\i\;@\\_','{\\'UB\','',0,'?'),('eFe\" YEXC\','wp-content/themes/pearl/includes/theme/vc/modules/icontext.php',0,'w @=bkơw|\','w @=bkơw|\','S8\X( Ý]8ym\Psy8[G\\','',0,'?'),('u9A^ Z^]m0','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\.>\\Zc','\x16ߟ)\ŗ\wE\','',0,'?'),('~%N&\!עP','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/parsers.php',0,'R\']6[\]G','R\']6[\]G','\'7O\\;\[\\\a \\٨','',0,'?'),('ns\\n\lGS}5d','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg',0,'[\\\#\\z(','wp-includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Ll,2V\S\{28','\d\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-question.svg',0,'vS\Zz\\\Z\\','vS\Zz\\\Z\\','Վ\2X\ w[f\\zٍ} ','',0,'?'),('ZxZ-l?','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_rate_review_24px.svg',0,'Mb:h\~}*\\Yt','Mb:h\~}*\\Yt','KlOo̠YǮcKBy]39\ \','',0,'?'),('\ZF]Y6l ','wp-content/themes/pearl/assets/vendor/jquery.fonticonpicker.js',0,'Z<:7x,X\笋','Z<:7x,X\笋','^Aߠ־ bs\\s\%$\nɛh1\5','',0,'?'),('ʦuSG(B','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_24px.svg',0,'\L\bsh\\Gn ','\L\bsh\\Gn ','Pe[\ Fy\Ɵ\\6V QwW^','',0,'?'),('\!i\B\\省<\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart3.svg',0,'lCy/yyQ','lCy/yyQ','\\R\D\Ռ\gd8VO$_\\k','',0,'?'),('\\Y9/\\Y~\','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_left_24px.svg',0,'v%\_\skV','v%\_\skV','O\>3\YJ/P@Vy]\]~\.$','',0,'?'),('\hǠ}!B[[s\q','wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/class-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\~\)6\0jC','<\Z*Yv\\u5-[&9C \\IŶ; ','',0,'?'),(' t=W\\B\\\','wp-content/themes/pearl/partials/vc_parts/posts_carousel/style_1.php',0,'出u','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d v\ I%es5',' \\.\ԉ3\Mɪ\n\\R0hن\\X','',0,'?'),(' \0ŏ_\'\\Z\','wp-content/themes/pearl/woocommerce/loop/loop-start.php',0,'tZaԡ\\3ss','tZaԡ\\3ss','qMH9\\\ӧU7\\i\','',0,'?'),('!xc \S8w|','wp-content/plugins/LayerSlider/static/layerslider/plugins/timeline/layerslider.timeline.js',0,'\ǃ~p:.#\Iz','\ǃ~p:.#\Iz','\O;k\ջu\_\&.\\}ao‘V0','',0,'?'),('+\aIo=\K]lQ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_receipt_24px.svg',0,'@_\"qn%\\\0#&0p','@_\"qn%\\\0#&0p','h(5\r^\X̦4\\\FRC','',0,'?'),('/\#^/\n#\~\u\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_texture_24px.svg',0,' a/:~)IX',' a/:~)IX','I\;,,\D\\\ \g\]D.0\\\r9\b','',0,'?'),('7h\_\ye\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_ethernet_24px.svg',0,'A\0\"z?bB','A\0\"z?bB','\ꡖp\"!1\9*NL`','',0,'?'),(':|XH\\0\\Il\'','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/drawer.svg',0,';y<2&5&x]43',';y<2&5&x]43','\nGGOqCF\qY5k|\nWRUJ','',0,'?'),('?\\\8#y~\:','wp-content/plugins/wp-members/includes/class-wp-members-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0h\ZU\)','\n,d\}e.e\Z2[\\\\\nZ\\ِ','',0,'?'),('B y\w+\\|t\','wp-includes/class-wp-http-requests-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\o\\~함6\\','T\\\05؛\\\\C!0i\\:\i\Z','',0,'?'),('J&_#3S\q','wp-admin/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\2^#\8','\#˒\=$c6\\\\ B46','',0,'?'),('R\:\et','wp-content/themes/pearl/assets/fonts/stmicons/finance/stmicons.svg',0,'|0sr.bkT\','|0sr.bkT\','=tt(/\\jEi8f\S>I\Y\[^JD','',0,'?'),('V+@0pɏhi','wp-includes/rest-api/class-wp-rest-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\;y8e\H\','Ԍ\\'\MSgϾ*ñ/{Ȑ nDA#','',0,'?'),('Z\)_\w\\'$X','wp-includes/class-wp-block-parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lx\\\H,\','Rœ>\oұ\\\z\\\9 V\','',0,'?'),('b~5\aI@)*','wp-includes/class-wp-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Dݯj(pH','O\:Ά\\<#g\\3aY¾\h','',0,'?'),('gY`L\\9','wp-content/themes/pearl/assets/vendor/circle-progress.js',0,'?a\\\r','?a\\\r','^\e','',0,'?'),('zXٟ<؛\:Qph','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options-backfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ħ2\\\\iTΪ\9','i/GiwN@uU\$8\7=oѲ\^','',0,'?'),('\\*\<_ ,\"','wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/github.php',0,'g \E\²-(w','g \E\²-(w','qu\\ܚ\Nж\0\\ \rqY.s\D}6','',0,'?'),('\\:\\ڈ\\)g,\\','wp-includes/images/smilies/icon_twisted.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\ .8\Z|`\QLF','t/\rH\F\\TЉceND\\\K AQ','',0,'?'),('e\\-osŕ;/','wp-content/themes/twentynineteen/style-editor-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z]/\\'\'~\z\].Z [','/}  \ԾA9{!\w\a\\.','',0,'?'),('!\ES7x\\','wp-content/wflogs/rules.php',0,'\퐇\\U\pg?','\퐇\\U\pg?','~\V]c|\-8L\5\\<5\F\\','',0,'?'),('>2\\o)\','wp-includes/Requests/Exception/HTTP/Unknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\dl᫁2A\\nW','@\\3\#\Zж/*t\r\\6vUf','\?Uz\P\\\ @`8g;\rE','',0,'?'),('\\o\w\\Ў\696I','wp-includes/random_compat/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!>=IO','p>2\\xtn\tq\\\\\\b','',0,'?'),('\KCE\\','wp-content/themes/pearl/partials/vc_parts/infobox/style_1.php',0,'YZNF\dy\&','YZNF\dy\&','\\\\\\Z\Z\Sl>##|\;8','',0,'?'),('堯\X_wĮ\','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php',0,'cHH\n','cHH\n','^\'e\\ؓ- WKր!QV͛\','',0,'?'),('ҍth\fw|','wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php',0,'\'MOb-+\\\Q\\','\'MOb-+\\\Q\\','c*m\AnrYǜ5[\OHG','',0,'?'),('\rPQa','wp-content/plugins/wp-members/i18n/languages/wp-members-sr_RS.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\i\ ъ*f\@','ug{\E\BQ&CBM\0qpD(1\F','',0,'?'),('[B^\\ Z1','wp-content/themes/twentynineteen/template-parts/content/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/\\y\r\PH9\r6','5U~ ^c\c\\>LQG\ZA\\'[2fx','',0,'?'),('Iy-\nń','wp-includes/Requests/Exception/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6T\g*\Z: x7\\','\]\\\0֙8\p#~\\oӁ= 1\','',0,'?'),('\'t\1\'\QdW(\|','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist3.svg',0,'u\\\g#\\dx','',0,'?'),('9\Z)\r\L\r- Q','wp-content/plugins/LayerSlider/static/codemirror/addon/runmode/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),(':=%\\\M\۵','wp-includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+:1Pn\0^','i%\{Tybww9SS؜H\)8-^p','',0,'?'),('@\-STYhO','wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php',0,'+N DIs%\-\0','+N DIs%\-\0','SQp$\F\ W9\88','',0,'?'),('J\>\FŇ\'LY$','wp-content/themes/pearl/assets/js/vc_modules/projects/style_2_carousel.js',0,'\\)jƍcpԥ\ ','\\)jƍcpԥ\ ','U=W\\\,ttv޼5\\e\}mZWS','',0,'?'),('Uo5\0\[Ω ','wp-content/themes/pearl/includes/theme/vc/modules/iconbox.php',0,'U6#$I~g$\,\','U6#$I~g$\,\','FM,O\'m\/\D\H\\r7C','lL3RNiÚ\\V>\ O','',0,'?'),('v\k\z5\me|ۊ\','wp-content/plugins/LayerSlider/includes/slider_markup_init.php',0,'\'3\nfiT1p\\\','\'3\nfiT1p\\\','E+\!\"9U&\"W\ZBh\QcS)p','',0,'?'),('{ḶPt\\Ji-^Ye','wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('}\lE>:5\\G.P','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Options.php',0,'b;\\6 y','b;\\6 y','sZw6&\\I\d_e\\\)\3[Ԇ/\\','',0,'?'),('\^M\|9\"\ ','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-hu_HU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\O\\S \\n','\B\*\1\h\|/z\h]\e\\$ow','',0,'?'),('eMy*Ҟ\\\','wp-includes/js/backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q?6Z\nUЈ\','\x\C9c\\9\gR+FO\W\ɕӌ1','',0,'?'),('* b+F}\"i\\','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-af_ZA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','( \nPr< +5','jt^zI- 3AG]4>&\\\"%ޑ','',0,'?'),('scA\vpD','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_device_information_24px.svg',0,'\\+\ \SK\\','\\+\ \SK\\','Ua\Za/6I\*&A\0J\\wW0j$\','',0,'?'),('#\dl|M\SRə','wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ՆڌCE\'','LLch\nԵoL#M㱚H:\0\'1\,p','',0,'?'),('j?b\t\B<\','wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php',0,'\^sx6\Ի>~h','\^sx6\Ի>~h','K\K\KQ}Ju&\!P}\)D','',0,'?'),('n\\n\0܁-i','wp-content/plugins/wordfence/images/blocking.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'-Hf< 1','A5Y9\\0O\tq\ЖL\\}\a\&\','',0,'?'),('ű\\\ډ# zL','wp-content/themes/pearl/includes/admin/product_registration/screens/other_themes.php',0,'{\'`\\%Ux','{\'`\\%Ux','\m<㏯\5\[b\\\e\z\k3','',0,'?'),('Ÿz&e\r','wp-content/plugins/stm-configurations/page_importer/pages/logistics/forms.php',0,'0FUt\rW\','wp-content/themes/pearl/vc_templates/stm_staff_container.php',0,'\n\O\JXet6f','\n\O\JXet6f','>@?T+\P,\a\v-\\G\r0','',0,'?'),('o\\?1-\G*g','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php',0,'\\Ys;։\kZ\\','\\Ys;։\kZ\\','ehb\\0s\"Y\!/ll\\\WcR','',0,'?'),('i\@ɼbG','wp-content/themes/pearl/partials/vc_parts/projects_cards/style_5/cards.php',0,'C0\\\xJ\y','C0\\\xJ\y','I0D8\~M=6Ag','$\#fʡ8\nT=9\\rE\&\-','',0,'?'),('a\.oME`Y','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_carousel_24px.svg',0,'\c`^2MpEd\dt','\c`^2MpEd\dt','x\W=7\$\v>RkO\\8\+Z̧','',0,'?'),('6ʵ\C\\U\Z','wp-content/plugins/js_composer/assets/vc/blur.svg',0,'oȈ\\$Fb\o\','oȈ\\$Fb\o\','d\~3:)+\'lm!\i]Q⯮v-0\','',0,'?'),('Z p`\O`o','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_polymer_24px.svg',0,'\/@7\f\ O(\','\/@7\f\ O(\',';\\'XS\\ \\_4S3zr{\','',0,'?'),(' &?FZiEOd','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<&cf\0L~,1ͳ\','R}\\\\\0\]toJ%\0\B1','',0,'?'),('\"[\M\_G r','wp-content/plugins/mailchimp-for-wp/integrations/wpforms/admin-before.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\\\[\\"L\nF0','E\~5SRT\י]\jx xM%xxpnj','',0,'?'),('-\\nǪ9§\5\0','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_picture_as_pdf_24px.svg',0,'P\d\=2*늬(\Z','P\d\=2*늬(\Z','1d\\\\}oVi3 \d0\\\y\','',0,'?'),('.x\Q}\t\np','wp-includes/rest-api/endpoints/class-wp-rest-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l%$Ow\0\C8\','x^\G\I\n6q\"\\}2L0TD?\k','',0,'?'),('7*\"{\ \nK<','wp-admin/includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\՜7ٖ\]q','V\N@\\\x]9 Q(\\ ','',0,'?'),(';N\\F5\P\29ֲ`','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-social-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uKxE49]','ºtXWǞT\LꄢJщ\n\0*/7','',0,'?'),('>|\Z.\'8+R','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_24px.svg',0,'!H2\\9\\3T','!H2\\9\\3T','y|\Up\\\D\\%B','',0,'?'),('LrLZ\\T\7J','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Utils.php',0,'\D\ڑkSrz2U]','\D\ڑkSrz2U]','x \\\YL~\NJ-\Zҟ\y6\e<ސFf','',0,'?'),('X*\\ VL _\','wp-includes/css/dist/block-library/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^=]\nI\8','\l)O\x%\\r\\\\Q\isjuO','',0,'?'),('cnm1bpm','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_7_5_24px.svg',0,'^T\,\\\Js','^T\,\\\Js','\|\斪kĀ.G\0cj/ \"K%qޣ\~','',0,'?'),('\sc\ˠ|9','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\\\\n^\q24','}9\\\\\2yY\mΖ\\Һ\\vezyd','',0,'?'),('e\\\\1\tƋ\< ','wp-content/plugins/wordfence/lib/wfUpdateCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v kv)Ւij','\\ío\nUߨVUZ\2\w7LB','',0,'?'),('\\i\0H\65ʗ','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Colorpicker.php',0,'_uTIYH\O\Z','_uTIYH\O\Z','f[t\\۠Uua\N̦b','',0,'?'),('\I3\n\Y?','wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_grid.php',0,'.Jspz)\ZU\','.Jspz)\ZU\','߬Y59[\̖&\n\H/X:','',0,'?'),('B]nȄ8\7g','wp-includes/images/smilies/icon_rolleyes.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(X\5\nbߌ\U; n','m(\EڕTpϻ\\܏֢Pg.2','',0,'?'),('\\\%^q7Λ','wp-content/themes/pearl/assets/img/pearl_logo_dark.svg',0,'ĞtV\.#}N','ĞtV\.#}N','g\~=AY{dʋv\#&\nV\','',0,'?'),('\-2™<\Ei ','wp-content/plugins/wordpress-seo/languages/yoast-components-en_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Ɲz\\ZWh\ҹ\#\','N\\\N{D\pQTud%3\0s\','',0,'?'),('\)p}\u\|idr','wp-content/themes/pearl/vc_templates/stm_button.php',0,'\\Wtr<\6-L]','\\Wtr<\6-L]',',\bp*\O$!>#S\\FJ\f}A','',0,'?'),('\fR/1\\\< PC','wp-includes/js/dist/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',': =M\"X\%/','W\޵j\0J!)M6$(3CU\nK','',0,'?'),('\=\\*j+Ҷy','wp-content/themes/pearl/partials/content/stm_stories/list_style_1.php',0,'Jh|zonblQOex','Jh|zonblQOex','~yc\\Z\ZTM6FyWϿ{<\1{','',0,'?'),('\,\1\\M\ K9','wp-content/plugins/revslider/includes/gutenberg-blocks/assets/js/editor.blocks.js',0,'*x\7lG=\m\\\2\','*x\7lG=\m\\\2\','S\4K0Gc\\yk#','z7sU]>#','ە\\\\Վposf\Z\\w\0$s\Pm\Eԛ&\','',0,'?'),('u\\ra\L','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r -\e\r^!~','\`R\lԥLz\?i\āACH\󞮣Py\n','',0,'?'),('ᨢR]K\|z','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%||EW|U\rIfa쎗L','s\)\LM\Z(\\Fu؟8Y+x','',0,'?'),('\\! sȧyI\r\','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-libs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5&-\\X\5\\\','VR\E:}Yb\\3ɞ.\/{zBR','',0,'?'),('-ھ\&\\0\'$\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelopes.svg',0,'ukbvQD\','ukbvQD\','o\n\7 T\\8\ݍۀ\P\e6,wV','',0,'?'),('\rb!E\jڵX','wp-content/plugins/contact-form-7/includes/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\ϣ_bse\ ','D\L7-s\n+^efj4\U','',0,'?'),(' K\ȁ;$\\z','wp-includes/js/dist/notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BzMD /\5\','\|ퟄl^m*ҺY*xP%kz\\','',0,'?'),('\3Y\!t','wp-content/plugins/stm-configurations/post-types/donation.class.php',0,'#(\מA\\','#(\מA\\','HQH\ \t\\r\\k\\l2V5','',0,'?'),('+D/Z@wG\\\%','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_down_24px.svg',0,'B$\H!\0+]~\\H>\n\','B$\H!\0+]~\\H>\n\',' ;A\pՠ>\g~~>\\Nv:\9i','',0,'?'),('3\\)\u\3','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg',0,'%qɀ\\Z\t\','%qɀ\\Z\t\','|\\\$q\\"2JfVw\\P\ \\U','',0,'?'),(':-\\\~s}','wp-content/plugins/wordpress-seo/src/wordpress/initializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%}tn\\"\\\#',':\j \LF\]|[\N|lOO\>\\\','',0,'?'),('MjA\MO\\"If','wp-includes/SimplePie/Net/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fy!jـ','i\\*8\.y\\PB\\\\ZYe\','',0,'?'),('VWsp6?5\\\','wp-content/plugins/revslider/admin/views/slider-editor.php',0,'X| ml.E\','X| ml.E\','\r\g Tj\Tq<\_S\:\Qh','',0,'?'),('zZJ5\q\V\M-','wp-content/plugins/revslider/admin/views/templates/slider-main-options.php',0,'(V\z=\Aώ$]7epo','(V\z=\Aώ$]7epo','4N\L\e#c`Ow','',0,'?'),('{1\\rf|!l\r8','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen2.svg',0,'`g0|\\\&J\g','`g0|\\\&J\g','t&فXH%hu\"w\АVH\@ ','',0,'?'),('sPz\2\0','wp-content/plugins/stm-configurations/megamenu/admin/assets/js/jquery.fonticonpicker.min.js',0,'Ep<\Կ\-','Ep<\Կ\-','\nx څKo4%vC˩ys믅UY','',0,'?'),('gg;\\Ht\','wp-content/themes/pearl/partials/content/post/layouts/layout_22.php',0,'LZV\4\\|\\n','LZV\4\\|\\n','A\K\Tl=\\g\d\xt(_K9D','',0,'?'),('5T?vƒRK+\','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php',0,'aCUQ}\\X','aCUQ}\\X','5\B!J0Ǎ\r=¬c\Iixi\i\58','',0,'?'),('(VKT?o\)Y','wp-content/plugins/wp-members/includes/walkers/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\';Q#\Ĕg','yZlo\\ 1\8%T\j*._&\\U +\','',0,'?'),(']?B\r\?V4','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_applications_24px.svg',0,'6~Qs 4|$t\','6~Qs 4|$t\','_Ԇ89W:\n\Ȕ9ր\\\\Zwz{!','',0,'?'),('#BY/Ck9\k\','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-lt_LT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Dڜ\S>\p҅','u~Y\\\L|h\\r\{\?d\$e_\r','',0,'?'),('\S\\\V˯\Pv ','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_location_city_24px.svg',0,'` BGNYh:O','` BGNYh:O',' ß\\>6\ K\\ֲ\~H\\˿Xgf','',0,'?'),(',1{m\)3\\B\\,\','wp-content/plugins/wp-members/includes/class-wp-members-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\z Ƨ|\','\n\\1kv5!ej\b\p ߦ\bw\','',0,'?'),('8K7\d^\'\\\t','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php',0,'\a>4\\\\\n\8\','\a>4\\\\\n\8\','%Il\Z\;zɐK b\^\h!\wܹC','',0,'?'),('\rI:1\^ѢW3D','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/cart/cart.element.html',0,'\>I\\">@\ ','\>I\\">@\ ','3h+\:CU\h\\-qLk)\0\YC{\','',0,'?'),('$\xM1>\_8P\0 ','wp-includes/js/swfupload/swfupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\#9\\>&YRg','\ݙ\RYY-\ҕ&qW1(K\','',0,'?'),('\وT={96?@H','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_24px.svg',0,'\'? 0&~\\"A2\`','\'? 0&~\\"A2\`','N#\ә&;oE\rn\lN.\\s2R/k','',0,'?'),('\[Y\ˋ%','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php',0,'\\"\d\M+lO','\\"\d\M+lO','\ݭ~P\\x(%73Z7DN_%\\=U\َ','',0,'?'),('\2i\n\0m','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flare_24px.svg',0,'RBQ\'v','RBQ\'v','\B\|\(\\12','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_lens_24px.svg',0,'^z9e\P','^z9e\P','Y\~.*\&\/\)᫰\\\\cdf*','',0,'?'),('Qs|\cL؜VH)','wp-admin/includes/class-walker-nav-menu-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \\|\)Ta\','s\{\d\c~\Xu>\\-}','',0,'?'),('|\/\[Yj\c\','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/popup/popup.element.html',0,'r\hk\l\`','r\hk\l\`',':\nWB\\n\\.UgWN 9\mRQ\','',0,'?'),('/8&D\g|\#','wp-includes/js/dist/viewport.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mr̞.+,my+','!\'\+sd\0X1~FJi\!觳,:','',0,'?'),('\nJn1\ \M;̄\s\','wp-content/themes/pearl/partials/content/post/single/content.php',0,'n<)ߤ$5ە','n<)ߤ$5ە','љN ր\*kM\\V̇R\h','',0,'?'),(' \xk\\ &Dx','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|SAs\\(\ω','%gX2p\3އ\\i0_\\ts','',0,'?'),('%s⼐#\\&X','wp-content/plugins/LayerSlider/static/codemirror/mode/css/gss_test.js',0,'\ o٫\n\+)\!&\','\ o٫\n\+)\!&\','̟\'/G\\d06a\O)\ٹYz5{\','',0,'?'),('9뜻\nb[|[a','wp-content/themes/pearl/assets/js/vc_modules/vertical_carousel.js',0,'.w[\'\[Pbp\'#\','.w[\'\[Pbp\'#\','\\ȤM\3oCTD\i*\','',0,'?'),(';\7C+߱','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_off_24px.svg',0,'y\\O\i.u.>','y\\O\i.u.>','$Z\ pyfNOG\N@c\','',0,'?'),('?\&,w\e\<\Z','wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&؍\\I\\ϋHč','\'{h/a\\\I\G6|2aD\','',0,'?'),('B8\9\Lb\\n,\?','wp-content/themes/pearl/partials/content/post/parts/after_content.php',0,'}\Z#ATh \','}\Z#ATh \','3C\rG;\\KnIܰd\n\Z%\nI','',0,'?'),('E\ZJ\C\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_module_24px.svg',0,'i\@NikR4\0','i\@NikR4\0','o\)\ɴv\\iI/!KO/\n8','',0,'?'),('LL!\0\08\68U\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/target.svg',0,'\\Q*@2/U','\\Q*@2/U','܌ cُ<.K%=@>@7I1 Ad','',0,'?'),('N$/\g:\=\p:','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nb_NO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\"\\nxt|\0Y\\','u͂My5DG0 k=XpE|*tڿZ','',0,'?'),('Oxرc5(','wp-includes/css/dist/block-library/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H=X0bB{\\\0',' ]\r=at0Q&&ŽS\LM+\ \','',0,'?'),('SeKq\Kn̤','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg',0,'o;:(j\9Oe\R','o;:(j\9Oe\R','\gfIޢ#(fDP@x !Ӻۛ>B{g','',0,'?'),('T{\0stT3[\auj','wp-content/themes/pearl/vc_templates/vc_custom_heading.php',0,'xK,\B-T;\ `\\\','xK,\B-T;\ `\\\','P\e(\/9V\#\eݿ:?\Z\','',0,'?'),('n97I.Oҝ޿','wp-includes/js/heartbeat.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\\`\<+@','\n\\8y\P|\nE@叢My^','',0,'?'),('s5hB:\ 3\','wp-content/plugins/stm-configurations/importer/helpers/widgets.php',0,'\md\\PӉW','\md\\PӉW','=\'Keӥ\VM\hW\\hw\dn','',0,'?'),('|BlIHҼ\OSƱ','wp-includes/js/mediaelement/mediaelement-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<C_hz\3\<7',',b#0!aOVc,ؕSԏIл%\p)','',0,'?'),('|+\U\\V\r','wp-content/plugins/mailchimp-for-wp/integrations/custom/admin-before.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԲX\_o\}o',' #|ȡ\\9o\*C<\p}b\','',0,'?'),('\-\\ryp\F','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-flag.svg',0,'[*LVL+\c\n>\Pf8\4Hk','',0,'?'),('Dbyج@R.\+.','wp-content/plugins/wordpress-seo/src/loggers/migration-logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\2\+\o5@ÌǢ','Y=<\rV\,\J>[0,\\m\,','',0,'?'),(' <\>$c\','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_speaker_phone_24px.svg',0,'FcƹS.\n\&!/\I','FcƹS.\n\&!/\I','\\\Ї\\q2&;^\\\\\0\xf~?\','',0,'?'),('\+\\W(%5\','wp-content/themes/pearl/includes/theme/vc/post_types/services.php',0,'\+\ \:Ku\\4','\+\ \:Ku\\4','\\\ݸm}vd5:sjC \"|G','',0,'?'),('f餧xMP]~B\','wp-content/plugins/akismet/class.akismet-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z \\\qE9g:I','v26}۞\\\Z\\nog$\$@[C\\V','',0,'?'),('\h+B\\\','wp-includes/js/tw-sack.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\JCٹK','^>Mt\\\"T[i\\6gO>\N:6G','',0,'?'),('F\\"\vh\$Lb','wp-includes/js/imgareaselect/border-anim-v.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \z!<7\\\\*','\>\d\:\j1\<\!4\6g\\','',0,'?'),('G\>ypq)q\\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_offline_pin_24px.svg',0,'ۻ)y#⧈\@','\C1\\^U8\Mc\ܶ7F\9k\x','',0,'?'),('\V \a\+•\E0p','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_24px.svg',0,'\|{->9*x','\|{->9*x','P\H\'! N3\0k\\'\'Z?\kOWG\','',0,'?'),('\qBST','wp-content/plugins/LayerSlider/static/codemirror/mode/php/test.js',0,' \A&\Go#\"\Q',' \A&\Go#\"\Q','D T` O\nq\mHZm \ό1\\','',0,'?'),('yc\0Og)ρMf','wp-admin/network/site-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\b|#ҍ3 f5','~Ie-6zS #\0at\^J\\[\WC\\h','',0,'?'),('U]R\)Y\m','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nj0\\9','\ZҨ2 #s:\Р\n vØ+l','',0,'?'),('gh9\$_','wp-content/themes/pearl/partials/vc_parts/products/style_2.php',0,'4\_\cj8\\tr','4\_\cj8\\tr','Ei\\1\g\rmW\ۥ\','',0,'?'),('\\\B2Ѣ~2','wp-content/plugins/LayerSlider/static/codemirror/addon/edit/matchbrackets.js',0,',\\w\Nt\\O\A,',',\\w\Nt\\O\A,','_`4-.]\Չts\w\\N\','',0,'?'),('tDZ%\F','wp-content/plugins/wordfence/lib/wfNotification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Ǎ V2\(\dhVD','S\a\\Y\gj+|\ \JM8','',0,'?'),('\n\Z` \\\;O#\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightning.svg',0,'H\U\r(\\\:\rM','H\U\r(\\\:\rM','\A\й\6\Z]!:p\\.W\"ad\\\\>','',0,'?'),('Fj]p\ \\\Ac\rp','wp-includes/Requests/Exception/HTTP/406.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\\l\hr\9\"\0',',aY\\}PR6 \\`)K\fism \','',0,'?'),('m#ᯖ*\f\','wp-content/plugins/breadcrumb-navxt/includes/block_direct_access.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vy5FS+','? sn\Gw0@PS\*#;\v\˕k㩓','',0,'?'),('a\ R\U','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gif_24px.svg',0,'a-Dd?\\ WXl\W','a-Dd?\\ WXl\W','0ЖF=͢ڷ\W]~鴗\Zk;p|ک','',0,'?'),('In)\\\VYS(N','wp-content/themes/pearl/partials/content/stm_donations/layouts/layout_1.php',0,'\l\?\=QP\<','\l\?\=QP\<','Ȳ=v\\%\Ɉ\lrƠ\0\\<\vJ','',0,'?'),('1\ϣ\\ I','wp-content/plugins/wordfence/lib/wfImportExportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\H\M.\','\ƌZ\>2ì\\\<\rsJ2*','',0,'?'),('<\|~E.\Y^\!\]','wp-admin/js/widgets/media-audio-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۜG s\7FJ\','\r?\mή\Z\\]E\nX\z\nʺR\','',0,'?'),('>\>3E<\'\g\f','wp-content/plugins/breadcrumb-navxt/includes/mtekk_adminkit_tabs.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E|\\7˕','wjM\~De\蜇ׁ*F\\O','',0,'?'),('?\n5H\?\\\\','wp-admin/css/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U1_\\\?իl\','@\M\O\o*<\0ݪf\0\B\\&','',0,'?'),('@q\\ZU;X\Xv','wp-content/plugins/revslider/admin/views/system/dialog-copy-move.php',0,'\\^\\wD\\o','\\^\\wD\\o','w\R d\\P\X\y^ze/\\"\Z$ቊ','',0,'?'),('UD\Ğ;\(Ǩl','wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\3l\}\;P\=q','U\wa1\/oř&\\\}\FsXT\','',0,'?'),('\\Nׯ 鳐\v','wp-content/plugins/wordpress-seo/languages/yoast-components-bs_BA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<3(D \" \d\\:','tx&\7k\'2㚩I\\_\$xq]','',0,'?'),('{\0&\\\&','wp-content/plugins/LayerSlider/static/admin/js/layerslider.transition.gallery.js',0,'Zd\0\+FJ\B\K','Zd\0\+FJ\B\K','SzgżUb \I/fXS\0h聎, \'`$\','',0,'?'),('bJT|Cg\V','wp-content/uploads/stm_fonts/stmicons/church/stmicons.svg',0,'\\\\髉8ˮߴq','\\\\髉8ˮߴq','gvVk\s\\:[\\\7\\O =)','',0,'?'),('u\W7[oi-','wp-content/plugins/mailchimp-for-wp/includes/mailchimp/class-merge-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\\zֶwx2F','ciV\Zq;t\\JF*`MK','',0,'?'),('\eNK@lP','wp-content/plugins/coming-soon/framework/framework.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L %\r\jl%\pU\','iy+27=N׉\[\Bf\iUl\0LO/','',0,'?'),('juGCtO\\\','wp-admin/css/colors/coffee/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \\ϲ6(`0k','ZΧXy\0]wcByV8\\B=Ps\n>','',0,'?'),('8.ݧS\oϠ\','wp-content/themes/pearl/partials/content/stm_vacancies/single/layouts/layout_1.php',0,'=ŗ9\hMVR','=ŗ9\hMVR','B1dq>cx;','hs4\\>>cx;','Qoo{tbZk\\+\0','',0,'?'),('>%ٵa\\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_small_24px.svg',0,'ڠ\\"_J:u\rߤ','ڠ\\"_J:u\rߤ','vA_R\\\\0\'}Kcmv\&.\\$','',0,'?'),('\anV=Ty X\','wp-includes/SimplePie/Copyright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hT\ Ù\j','\b_$4_\m2\B\J\\\5\ߏ\"% N','',0,'?'),('65f\TuG8NtG','wp-content/plugins/mailchimp-for-wp/config/default-form-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\\"\\s)\\;(','/Og\: 9)FC\\abL\"\7F\=#m\','',0,'?'),('\z\ \-;ne\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/like.svg',0,'k6a5TS\|\\6 ','k6a5TS\|\\6 ','\m7%YV\\“XX1$\{\| B\0h','',0,'?'),(' 9\\nMI','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Options_Hookup.php',0,'HM \\1\','HM \\1\','\n \"\'J]\.(\!\\z.y\\\','',0,'?'),('>^\>\\(\','wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php',0,'Nj׵\\"T`\\\','Nj׵\\"T`\\\','¤\\j\\"GްM\& \\f_\'qk','',0,'?'),('E5*LQ\&z','wp-content/plugins/wordpress-seo/frontend/class-remove-reply-to-com.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\wi1D$\ 4 A\','߇\\'v<)+g\\\+a','',0,'?'),('EG랊`]\1U','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ԔZkXh`','\`a0)IDz\\pf\Y-t\(.T','',0,'?'),('FZ TY$\\\u\c','wp-content/plugins/coming-soon/themes/default/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ܝ[mRD\B','\\\\0ҟfw\n~ \[Wt!Ñ/fVhýU','',0,'?'),('LcNI|\' ','wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/products.php',0,'X\\ZYJO0i6','X\\ZYJO0i6','W`\6s\wߙ\w+\ +\ɔG\!ee','',0,'?'),('M\2έ\\"\@\8','wp-content/themes/twentysixteen/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\C=\O|,Lz]','=2gN\0 |G6RVM\\0xB[w','',0,'?'),('\\щu<\"Yڜ\','wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php',0,'Vqeߗ{','Vqeߗ{','q3\x^Q\\L\먽\'\','',0,'?'),('`\S\'\0\0\{O','wp-content/themes/pearl/partials/vc_parts/stm_staff/list/style_4.php',0,'G?Rt8s_\K/G','G?Rt8s_\K/G','ck]\\\\מS`L;8%kM\\"\y7','',0,'?'),('e}QmJT]\','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php',0,'\S\rx7\c8\','\S\rx7\c8\','-\la\B\JG\PxR*','',0,'?'),('} yT\Z\HcDJ','wp-admin/js/custom-background.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wLC\\KP',' \i) \\\\_qAX\~\UK\Nc5JBíx\','',0,'?'),('\ZK\*%\\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Sd1\A\\\','\\\\Z~\')צS9V#&{k;\\]','',0,'?'),('-\\ DN E7','wp-content/plugins/revslider/admin/assets/imports/fashion/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('%,/8fsDz:','wp-content/themes/pearl/partials/content/stm_events/style_5.php',0,'@:G1\\{\\','@:G1\\{\\','w8;[i]q\̚ɐcgzp)c\T','',0,'?'),('{\0l(Ʋu9,wS\u','wp-includes/js/media-audiovideo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\_ G}|O\\=x','4\0T^\\njf\"8m7(\\\~','',0,'?'),('J;\\9\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_markunread_mailbox_24px.svg',0,'\/Tj`8h','\/Tj`8h','C\y \\\\\P;(\\5sPflt\i+9','',0,'?'),('\lm͊\\\8 ','wp-content/plugins/mailchimp-for-wp/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TM\Zggv)\"\s','\fR\M?-\" fV%~:\','',0,'?'),('\ w\5ڗ\','wp-content/themes/pearl/assets/fonts/stmicons/church/stmicons.svg',0,'\\\\髉8ˮߴq','\\\\髉8ˮߴq','gvVk\s\\:[\\\7\\O =)','',0,'?'),('\)!)\6 \>}\74','wp-includes/css/dist/block-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߦ`{$\s\(','uumM\ P!Cz\,\okr\:6J\g\','',0,'?'),('\\\{4.(u\07Ƶ','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_group_24px.svg',0,'6?\eQ\','6?\eQ\',' \2\)KS\o=n','',0,'?'),('-G^1/{E\TQ','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-repeater-gallery.php',0,'Y\\\rYm4m8','Y\\\rYm4m8','\\{Z\\\)aR\\*}VPɷFs*','',0,'?'),('LVY\*','wp-includes/js/plupload/moxie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|A09K:\\','[\nY\@ sZF\Ul\+Έ\fǨ\0','',0,'?'),('扽\v\;tC','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_right_24px.svg',0,'q;.\y\}r\> ','q;.\y\}r\> ','3\&\r.LFHu\"̚\*a9p\','',0,'?'),('\\Z@̫6\W','wp-content/plugins/wordpress-seo/config/dependency-injection/custom-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@\:7νqsUG','\r\)-j~\L\\ )j\&\\\N<','',0,'?'),('\H\rQƯ7}\\\','wp-content/themes/pearl/includes/theme/vc/modules/categories_tabs.php',0,'15@\Qۙj[\!4y','15@\Qۙj[\!4y','W\\Z\\E}=;}\c\\uɴD\','',0,'?'),('\\r\\n#-&','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','853t\tcv]\~','uDGEcHu\pζ\r\1#','',0,'?'),(' \A$ۤfCN37','wp-includes/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\fx_y\\')N','omD_o.\L>O\E,N\y-xQX\','',0,'?'),('&r38/F\\\`\r','wp-content/themes/pearl/partials/content/stm_events/single/panel.php',0,'Mf^\\Q','Mf^\\Q','`=:5z*ru\\m\Z\b\ 5+_n==\','',0,'?'),('(ה\W\h@=a','wp-includes/images/smilies/icon_mad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׾ie\Zc {\0',';{g\ҽ*w|\&~\N:\z >\W3\rC\#','',0,'?'),('5?\m\ d','wp-content/plugins/coming-soon/themes/default/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\pj\3y\y@  XR','l\Yvb\f\\b\lR\^5\"','',0,'?'),('7,\N4\[ѯƆ','wp-content/themes/pearl/vc_templates/stm_company_history.php',0,'\C\0 8\fd','\C\0 8\fd','_zz\\Zc}J\ SJc)eܛ\','',0,'?'),('F7\\a<~xG','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\`1ϲ5OY','תv\\,@I\0^\ 6G\\c','',0,'?'),('KGNe€M*rW','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stop_screen_share_24px.svg',0,'$\\','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php',0,'\\nT\+)16ܳ','\\nT\+)16ܳ','\\63܏M\ZԳ\U;G9GYbՋ','',0,'?'),(']Ч:\\\I\0_','wp-content/uploads/stm_fonts/stmicons/store/charmap.php',0,'W.6s\\s\\\X%l','W.6s\\s\\\X%l','PU6\\\\A\\\Z:u(}#\\D\\%','',0,'?'),('`\C\\Q\w\~C','wp-content/plugins/mailchimp-for-wp/includes/views/parts/lists-overview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\NW\-HLY%./[\n','',0,'?'),('n\"\ \\i\\','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_save_24px.svg',0,'= ktH\\\\S','= ktH\\\\S',',C\L\\Jkp\"b(y@c956\','',0,'?'),('{9\\\'Y\l\v:','wp-content/themes/twentyseventeen/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cx\(Z%\p4>\\','ᮈX\j\tcI\A1lhRTʀ]\"\X\','',0,'?'),('vό\Y9\','wp-includes/ID3/getid3.lib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f1`8cw\\0\\:','͚B.\tmٓ/\g\\b\GDd\ZX','',0,'?'),('FB\*I','wp-content/plugins/wp-members/assets/css/forms/generic-rigid.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\t#5|gWiseM','%\m|jw*\'e\r\{#\','',0,'?'),('XHov\','wp-admin/css/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\x\ro\\\d\\\','\难[Z>3gw\\yvW:[>qn','',0,'?'),('\"cH)\5{в\','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/iconpicker/iconpicker.control.html',0,'q\әC(\\\ݯ','q\әC(\\\ݯ','!|?\A\"А =n%\\ \d\ ','',0,'?'),('֗]NR\S{qv?','wp-admin/css/wp-admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t\fo,is\','M\Ǒu\l\2\\Փ\\"\>Z: ~;+','',0,'?'),('\Z,z\ҐU','wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A:\>Lc\\\1,','\D\\c \Z;D\\׿Pɺsf','',0,'?'),('\C\\X?\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_next_24px.svg',0,'\/3\\-%\C','\/3\\-%\C','Ɉ\>5~D.51ō\\ݿ@8K\iRr\K\'','',0,'?'),('\O܎$8Je','wp-content/plugins/wordfence/models/scanner/wfScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\R\'~\\T\',' s~B\\[\\\C\3\Z w wk','',0,'?'),('\0߯ NI\\','wp-content/themes/twentynineteen/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c;rR Wٴ\','E\b]qul#Q\j,R\N0Q(\','',0,'?'),('\^\).U$','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_payment_24px.svg',0,'zG}},-3\X','zG}},-3\X',']|cƈ\n\\އpӧ!ξ \Z','',0,'?'),('V܂0\0U`5C>','wp-includes/css/dist/components/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rʗYET:ٚ_}\','\hg\\\rc\{(\R\=N\\\Z\','',0,'?'),(' \3\/\\\0h\\ ','wp-content/plugins/mailchimp-for-wp/integrations/wpforms/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\P\f \\','/*t#-jC\Za\@üjmDq\Z\n','',0,'?'),('\Z \R[\\'\>','wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\J\\c7yx\гl','~\qV\*\'\1]3^\\m','',0,'?'),(' 3I\ACp~ ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php',0,'\f\n)Ҿ\8s','\f\n)Ҿ\8s','\eˤ\\\\YNt\5\G','',0,'?'),('$jX])D:','wp-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','34mbw*T;','h(t݃\\ne Ǫ\[]\L','',0,'?'),('2\B y\','wp-content/themes/pearl/woocommerce/loop/result-count.php',0,'\\\R(,<0','\\\R(,<0','\\nrͨ{u\r\3b\\\"n\\a\$','',0,'?'),('2\\\\17Հ\wi{','wp-includes/js/dist/vendor/wp-polyfill.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hlz\Jtdicu\ZJZ~','j7%\,\Z\ZIZԂ\\f^Hk7','',0,'?'),('7)c\o&\y> ','wp-content/themes/pearl/partials/404/style_6.php',0,'\$K=x\\e+\\Q\','\$K=x\\e+\\Q\','?tow_ȣM\' ų\:y\ L\X?S','',0,'?'),('i`Z۝U_]','wp-content/plugins/stm-configurations/page_importer/pages/charity/forms.php',0,'N\6\\O\T\]q','N\6\\O\T\]q',' rz|\\_G[# ~W2\M\\NiL9','',0,'?'),('j%Mɍ\p)Z\ ','wp-admin/images/generic.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'[#98 !\','{u\\\K[g͆Ex\{:߼lͨG\','',0,'?'),('n\@G\n/\0a`|\n6_::ع','',0,'?'),('\y\U\S\\','wp-content/plugins/LayerSlider/static/codemirror/addon/runmode/runmode.node.js',0,'ɯ~=\*^Yj\:s','ɯ~=\*^Yj\:s','\\{г%\\ \Z~c\$Zi','',0,'?'),('憓 w\n[','wp-content/plugins/wordpress-seo/css/dist/select2/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\EqJ\"l\T\\\D,','\VB5\\фȈP؟a\nhg!Ş\rT','',0,'?'),('\\t\\VF/','wp-content/plugins/revslider/admin/assets/js/context_menu.js',0,'\=4\ooa$\c\*>\','\=4\ooa$\c\*>\','-df]\!ċxP䌭Ѡua1r\=\r\','',0,'?'),('\\Zͦ\8@cT','wp-content/themes/pearl/includes/admin/product_registration/admin.php',0,'a7_\Ջ\','',0,'?'),('abB>[,E\֌q','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\>#<\\V\(','\ 7hO\\_\oH\z\ɱCCK\_/','',0,'?'),('t0\ga/\','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ -\\x\' ','{ڋ\N\o\\#X+Xe\'\_\\\>\Z','',0,'?'),('\0 M)K%5݌\\r','wp-content/plugins/mailchimp-for-wp/includes/forms/views/js/dummy-api.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\gI@OAFj','T]Jq\\D )\+ca\O@O\\3','',0,'?'),('\nqo\qZVyX9','wp-admin/includes/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\gעw\6/8\ZPK',' \`7;\d2\\jX1\K\f\MM','',0,'?'),('Z{g\}f\-\0\n','wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',w.\ժ)֞','bb5\nz&\\\\nu\6\\\','',0,'?'),('/\"\9i\h\0s\e','wp-content/plugins/wordpress-seo/js/dist/wp-seo-quick-edit-handler-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\GYX1$M\\sI','5iJ0xOB#2\h\ \Sm\Yz','',0,'?'),('Bfƕc\\,7\','wp-content/themes/pearl/includes/theme/vc/modules/cf7.php',0,'ʷe\E\j\\¥E','ʷe\E\j\\¥E','\]B7$\na@l[ SDa\V\"L','',0,'?'),('`\@\\YE\!','wp-includes/Requests/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\87a`CZ\\','hI x<%\ji\\$','',0,'?'),('k-\'Ϸ0v\','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hearing_24px.svg',0,'{\{\|o7a','{\{\|o7a','F\\|I\}\n\\\a0\5%F','',0,'?'),('n]\|\{ \QW','wp-content/plugins/revslider/admin/assets/index.php',0,'\\{J!u?}\\s','\\{J!u?}\\s','Aũ\`97}b>MH\\\JHh\\|Fj','',0,'?'),('s\g\;4S\\f\G:o','wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js',0,'(Ά\'Hʮf','(Ά\'Hʮf','́A y7\~\"&\4}Sp\ \','',0,'?'),('S\" \Br\)S','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/js/wp-color-picker-alpha.js',0,';\A%*Ol\@;',';\A%*Ol\@;',',\tklL%fI/GN\բmj:','',0,'?'),('VWe\ AO\','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-th_TH.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WC4NT\\A\M','o0\dUy/F}\ \\ɠ;\'NH','',0,'?'),('Ư \'CԻ\ګ\Z','wp-includes/images/admin-bar-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\:W\\\^','rN!`VOc\K\viՀ{Fn\Zle','',0,'?'),('\[\Gu+\\[{','wp-content/plugins/wp-members/assets/js/admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' >\6GPk\','lL\x\\ndYo5\\ep~+\'O\Ѓ','',0,'?'),('n\8\wh','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G5]{\"\V\','C\Jr~W\OY*[:[j)\GЄ\e','',0,'?'),('\4,\MABH<','wp-content/uploads/stm_fonts/stmicons/logistics/charmap.php',0,'Ű&-҇\{','Ű&-҇\{','\~Xn\\Z 6T?zO\rȷO;t','',0,'?'),('\"\Z0\0ؿeԦp\','wp-admin/css/admin-menu.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LE[\G}Ep','; Zgq醶\0tŠ6\\\&[l2','',0,'?'),('\O!\\\:8 _','wp-content/plugins/stm-configurations/widgets/post_list.php',0,'\}ݱ\\$>\','\}ݱ\\$>\','jI\t\r\(8<\,\\\L6j\e','',0,'?'),('\ :*\fzaߐ','wp-content/plugins/coming-soon/resources/views/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-v\Z:d9#','\J\^efENm\ ɇF:\àƴe','',0,'?'),('\x8[!>X','wp-admin/includes/class-wp-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',h\eR\','t[\\r~WI!]\ @љ]kBp\\','',0,'?'),('߾5=0Na \#$\','wp-content/plugins/revslider/admin/assets/imports/fullscreen-button/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\OGϏ\jD}','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_full_24px.svg',0,'\\*{\6d','\\*{\6d','\-KC\l^,3\NCj\\ &4g\q՝\','',0,'?'),('6<\R\JJ','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ٍ74','S\P\0T\\"q1\\ϸ\0\0\J','',0,'?'),('Q\E\\&H)۪\\','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_MediaFileUpload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aα\ ꥺ;Aj|W','\a^ U+!d\$3gL>>Y\^','',0,'?'),('zyS\U\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket.svg',0,'\}b[,۰北\\0','\}b[,۰北\\0','yM ǩȁu\%\Q(>~fc\','',0,'?'),('\J\','wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php',0,'uB\Kf\:b:\0\','uB\Kf\:b:\0\','\5OƜ\\؍v\\\4(','',0,'?'),('$S\/X\O\sOq\\\rhg\','W M\|$U~1Ieudx$\\ - ','',0,'?'),('E%j6dI\@B','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_24px.svg',0,'\R5\!6/!+','\R5\!6/!+','\\s\nm;{s(\\\\\\nC(E8\'+\n','',0,'?'),('S\ KK2iɈ','wp-includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\g u\\:.\','《Eb\\.\>\b\\\"=\','',0,'?'),('Z\'a-Ee>\\`','wp-content/plugins/mailchimp-for-wp/includes/class-list-data-mapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\\B\\ژoJ','O͔I\\Ƭ\Bx\a\\\f\b\\\a\\W','',0,'?'),(']\ xЃC9a\^','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-vi_VN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\{5b\','g}: z~eW\5\'pqm`\\T?t،3','',0,'?'),('c~Y1\\@\g','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php',0,'|ݭ\\Z\\ \ ','|ݭ\\Z\\ \ ','7p+VZe\zjD \\UsD','',0,'?'),('i&8\$[\??','wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php',0,'hŽ+&\rI5\','hŽ+&\rI5\','X\3I+\\gy$\n \E\Oza\','',0,'?'),('m\r0\\2','wp-content/plugins/wordpress-seo/languages/wordpress-seo-de_CH.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' m\蚽\','\\BHSPT\q##d\y7\y`P 8','',0,'?'),('u\\/FdZ\','wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/participant.php',0,'+\\z\\ZÎ\\׈rN','+\\z\\ZÎ\\׈rN','->6Vk)\*͢','',0,'?'),('ȂC虧\M-\'r','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg',0,'fN\r\~9A','fN\r\~9A','Ϭ34ud\\\\s՘Qn`I@','',0,'?'),('ʽ0\7\\\'+vcA','wp-content/plugins/coming-soon/framework/validations/number.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\\\&ڿs\ ','j3d\n(\\(*{⡓g\\\\\\','',0,'?'),('\NTZto\r%F','wp-content/plugins/wordfence/views/scanner/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yB#a\\Zbp(Q','A9r\~9DD6}\"\\\p: ~,\\$q\Fgn','',0,'?'),('\>$ݵ::TuJ\','wp-content/plugins/coming-soon/public/images/themes/62.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\uhZ\]\י',',\TT\N\dS<]r.\\`[\\\p\','',0,'?'),('\B%\~}x \P','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php',0,'\o̳c;\u\\z\\','\o̳c;\u\\z\\','CH\0eI P|\m\Z*\\,l\','',0,'?'),('4ɧ\8<','wp-content/themes/pearl/partials/skin/layouts/viral/style.php',0,';\?\ݜ\X\=O\',';\?\ݜ\X\=O\','t\If\\\^ƚTw\pX0ԮA\7','',0,'?'),('/a\\uD\\5>\','wp-content/themes/pearl/partials/content/stm_events/single/map.php',0,'\r-\0@ҝQrv','\r-\0@ҝQrv','u#w\L4\"j;\ӫ֠ .PR}','',0,'?'),(',4z\"\fQ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_filled_24px.svg',0,'~\\CΥ>]ȡ*7','~\\CΥ>]ȡ*7','_\8g IOB=\5ӣ','',0,'?'),('o/\d4x`','wp-content/plugins/akismet/readme.txt',0,'\Z\\\D޷0# \\','\Z\\\D޷0# \\',' +\ӫ!QTA/!+E睃 SR','',0,'?'),('9\r\\\rK|\r2','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#\9jh\\'','.\\펢KN\ \@\;&=\-\n\W8','',0,'?'),('/ɘ]^W\\q','wp-includes/css/wp-embed-template.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\ \7lyz','\%\\>(Yiȑ\K?','',0,'?'),('bm\\q[pB%2]','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-mailchimp-signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'W`eǕ8\','\\9#\$\=r\'Ϊ\w\;ý\:΅','',0,'?'),('c\\\6י+','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php',0,'k\'\}0}','k\'\}0}',' \`\nltf2g\Sd)A{-','',0,'?'),('f\2|b5\֤\','wp-content/plugins/revslider/revslider.php',0,'\,F\j3LP5','\,F\j3LP5','{6\iX\g\2&\\\Z&v\"','',0,'?'),('k\v\\\4&Fu,','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg',0,']\\;\\\\s',']\\;\\\\s','%\6cL}V6iemWYoWLJS\F','',0,'?'),('v{LJlōYz\`(','wp-includes/js/thickbox/thickbox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i֪[\-\G\','\1\\r\cE^eAB4x z[','',0,'?'),('y\\\1|\K','wp-content/themes/pearl/includes/theme/woocommerce/checkout.php',0,' \ٹ\ۣ&\Ia\0',' \ٹ\ۣ&\Ia\0','\\Ԭ(=Uq\\"w&\\\\3=y\','',0,'?'),('7ֆ3i{\d2\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg',0,']t\\N\\w\+',']t\\N\\w\+','i\\ڮ\-g\f@7!W~Z̀-','',0,'?'),('\KPj\RR,\\','wp-content/plugins/LayerSlider/static/layerslider/skins/glass/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('<c3 /o\zN\','wp-content/plugins/booked/includes/admin-functions.php',0,'ql\n/a*\/\e\\','ql\n/a*\/\e\\','FQ^\'M\0\j\V\iUN0}\Zm\V8\n','',0,'?'),('(NL; \','wp-includes/js/dist/api-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\|]rV|jB',':V b\\!a)ռD\n\cRcb\\Z','',0,'?'),('\?UBwN i\','wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\f\\p\\4g\\','\\\x8o1\\\b\pr\p','',0,'?'),('͡\!+U_w\Z','wp-content/plugins/LayerSlider/classes/class.ls.sliders.php',0,'B#\I$\\'xo','B#\I$\\'xo','D\=!HU\\Z/ZU5|/x\\rEӢ\F\','',0,'?'),('Ѽ攺>fbAJJ','wp-content/plugins/revslider/admin/assets/imports/finedining/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\N\G\p;\ ~ƺk','wp-content/themes/pearl/vc_templates/stm_posttimeline.php',0,'\\Kñ:\x\C`','\\Kñ:\x\C`','dHS\\;¤~.}\T;wuLq8U.','',0,'?'),('\\F\Z\\nQ\CE','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\yEp\iX\P\nU','9x\r\Zi)N\Y\\'\\l|\,΃','',0,'?'),('\\퇴\u46','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\l\fk\<\r\n\','R!\O]pI\n\\\\\VP\9=!?\','',0,'?'),('Q\\"FI\ܢ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_4_24px.svg',0,'a}x\\:\\O@','a}x\\:\\O@','5>8╃`Mj(a\hPj\\s]t','',0,'?'),('\0g\0\Z4s\\`Y\u\\Z','wp-content/themes/pearl/vc_templates/stm_woo_special_product.php',0,'˜|uDK\oZ','˜|uDK\oZ','Pl*kڻo%zjaW퐙B6=8+w\','',0,'?'),('\R\px\O U\\"','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \L-\Z\\\0vf\n','+&h-ʚ\jFpR \$\\ɩ 1#t','',0,'?'),('X\VטO|8}','wp-includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\6\.]lX?^׾','{\\b7\\\@}\\\\ 7)\"Ϗ','',0,'?'),('!\\sk\r\θ\'','wp-content/plugins/revslider/admin/assets/js/codemirror/util/formatting.js',0,'j%蠄\\\ w%d','j%蠄\\\ w%d','\CS\dm\n\tW2oH/\\\ol\V\\#4','',0,'?'),('%޹\\ \\Q\r=','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_off_24px.svg',0,'%ůuœ\0nj ','%ůuœ\0nj ','S1i\KѡnK\g\-\t\#<:մ\-\','',0,'?'),('1\q=\\\>\!','wp-content/themes/pearl/partials/skin/layouts/business/style.php',0,')r5\?*`崈\',')r5\?*`崈\','\n`f\\W0M\\\X\n\\','',0,'?'),('4*RD\i\EC<','wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/upgrader.php',0,'{r\\\`P','{r\\\`P','׸\Z!0\\y\rU\"W\7\*e','',0,'?'),('6 \]\dy1{','wp-content/plugins/really-simple-captcha/really-simple-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\k,a\ȍ\\+','7\+Z\n\\d^\ԍ\'8\[','',0,'?'),('<6/3\((t','wp-content/plugins/wordpress-seo/deprecated/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛO0cAg3','\\ 蚠{cFJ\w !}a9','',0,'?'),('>s\:1`-tv','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_inner_24px.svg',0,'<\cU$o\BD\g\','<\cU$o\BD\g\','e\S\\\\\Nv\ŧ\L\ov','',0,'?'),('B\H*mz\N83\','wp-admin/css/edit-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U \\JF,\\0i\','\2pSB9\\\\ #^ \s\赧\0Y\','',0,'?'),('GN2\\\6\}\\','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg',0,'\<\cAd E','\<\cAd E','\ʄ?Owpn\.2\ZdR\J\\\<8\x','',0,'?'),('V}Pm/|I*\','wp-includes/js/customize-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CWdC;\,ce','Q~nj\| Ii\~\\r34bE\ \\Z <','',0,'?'),('Yf\r1 j> \J','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-upsell-site-review.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h}z\I\K\\\'\','\C\ٍX\\u$FX\J\\\"¡d','',0,'?'),('aM&\թ;?\_6\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_query_builder_24px.svg',0,'\n8l}+QG\ ','\n8l}+QG\ ','~2`\[ éYR\:\ٗέ0\0#$s(','',0,'?'),('gԿO/8K-\\','wp-content/plugins/coming-soon/public/images/themes/1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!˷\2Tw!Ll','\\S )\)d\\|\wf\r#\OW^','',0,'?'),('.v8-rJŕ\qQ','wp-includes/js/wp-auth-check.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\.\'\\'\xĉbӗ','tW\p.?]0讟+po)','',0,'?'),('O\\ 9XKHo','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Hs\x\PL\Q','\^\\\\Z7T\rs*\=\\"Fr\0G','',0,'?'),('^\U}\˴\KE\','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/Interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\S\"\7\\\Z\Z','钟_\\SI\:ڎ>P\ ދe','',0,'?'),('7\E#wŧj','wp-admin/includes/image-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eWf\XE\\\ni|','Z )\ޛǥ_\#qI\G\ \\\','',0,'?'),(' _:Oig\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation.svg',0,'\l\\\r,_ȇ','\l\\\r,_ȇ','\Ϲ\*}d0G\\Zno#`FA9_e\"','',0,'?'),('XQ/\L\\Y\\','wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php',0,'\\[_Ƒ\G','\\[_Ƒ\G','xZE*(Kn@\\ݔXO\hc=B/','',0,'?'),('ueX\"4\nodH','wp-content/themes/pearl/partials/content/stm_stories/single/parts/data.php',0,'\)U8\QPfI-}Mt%','\)U8\QPfI-}Mt%','\T\So\\̽_J8ݚ)EBdr\\\h','',0,'?'),('\\ҫP\N\"z=4\M','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php',0,'d^䘁B\ \y\Zj','d^䘁B\ \y\Zj','FR\\3\\$)K\l\\\'^j','',0,'?'),('\d\qm:8w2','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_rear_24px.svg',0,' |uUAK\Y',' |uUAK\Y','\)N8jsٟjzvN=54Csq >','',0,'?'),('\6\:o2\\\"','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Boxes.php',0,'\9U;\ZKd\Чsy','\9U;\ZKd\Чsy','2\F\\>\\bpwr-\n\\挒\[','',0,'?'),('\=N} \X\\y','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0TY&d_hQ]','gdf\iC\\\\\ǚ','',0,'?'),('\]>ՌW%n\\\6','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart03.svg',0,'\#WB5Tђ^','\#WB5Tђ^',' d\Ҥ\',\ewA \\ڑ >+=\','',0,'?'),('v\\|\-\','wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^plPg+E \\','V\Hhs~_nu\*;\Ƶ<\S','',0,'?'),('O\\I\n7Z&i\','wp-content/plugins/LayerSlider/templates/tmpl-activation.php',0,'iPneIa\\S','iPneIa\\S','tҷ)~\+}?\9kM)++qvxlt','',0,'?'),('\0`p\r\tT\.b','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_monochrome_photos_24px.svg',0,'\c\\΄>\','\c\\΄>\','D\\\áq׷\ <\t-΋/\*r','',0,'?'),('!HUN&\\"\z','wp-admin/css/widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\2-F\FP\'C','=;Ъ<\\\rc\߿_1HUyθ','',0,'?'),('&?R2 XP..\"6F','wp-content/plugins/wordpress-seo/src/loggers/logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؏\\rg\KEٓ\\','\?q\rӺ\\?,,r\\/1c\','',0,'?'),(')8Z\o 6xn&','wp-content/themes/pearl/partials/vc_parts/projects_cards/style_2/cards.php',0,'2@\"\','2@\"\','N\X\\?R\+7ȟp \\t)(\','',0,'?'),('J֏5Q\pD\\','wp-content/themes/pearl/partials/content/stm_events/single/panel_2.php',0,'\B\y\ [\\\z','\B\y\ [\\\z','d}|]g\?D3h-7\\f\1\\','',0,'?'),('T٧r\0\\','wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IѴ߭;7\\'qi~',' +\ؙaf\Z^\\\q˱sh`','',0,'?'),('_##D\0LGK','wp-content/plugins/stm-configurations/widgets/pages.php',0,'\Ό\\9\\8R','\Ό\\9\\8R','X\@WN7?\wp\Fmk6;\w(bh\','',0,'?'),('atU\q^!\0ƣl','wp-includes/post-formats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F6\ޤz\d`ZF;','TE7֏Xp\\wl\ro .&\"-','',0,'?'),('eP-\+T\;ğ','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/\Z\kT[u.`-h',' Q\q\\\UIХũ-ڕ\\a?\"\','',0,'?'),('kzߣ\\\bo\R','wp-admin/post-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_n\":CL=g\Q','\ OnlG\M;_z4v,揺E\Z','',0,'?'),('sg\=vYC\\\0','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_stop_24px.svg',0,')*XƳ bM\ĥ\]\ڃS&','',0,'?'),('@{J\5䷴X','wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U,:)؋\"\QqY','\"\Ooۈ\\\0|c\A`Џ','',0,'?'),('#\\@\Cc','wp-content/plugins/wordpress-seo/images/Woo_SEO_Icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\\TЁ]\\\t','wp-content/plugins/wordpress-seo/src/models/indexable-extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\QH\S\,','\=SЉ\\֎\Qn\\ԁWݴg\','',0,'?'),('ՙ]\8@\\(','wp-content/plugins/revslider/admin/assets/js/codemirror/util/closetag.js',0,'y\.\`zP>Mu','y\.\`zP>Mu','e!\\\ E \\dN -ȗFƝ̔ \\"','',0,'?'),('\\NtKU\','wp-includes/Requests/Exception/HTTP/407.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\\v\\j&\Ƶ','>\Z\\\]ƚB̏Xvذc\.N2\NҹЯ','',0,'?'),('ܵ[Ҳm%6S8:D','wp-includes/images/toggle-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\·a\;\d\\*','[b\Z\;\]f\0\s|:\%','',0,'?'),('!ެ\߳\ p','wp-includes/images/crystal/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A>)*/\!\-','n$_u $Q3\ E׏r|Jm','',0,'?'),('#\V(k]$\\\\(','wp-content/themes/twentynineteen/sass/elements/_tables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\>\"MY\\~\','lG\\w\}V>%{n\\\z;\','',0,'?'),('? jy\\)\','wp-content/themes/pearl/partials/content/stm_media_events/parts/meta.php',0,';\V}&equ',';\V}&equ','\\fc&\\\ɤ3O]\\wmߟ; \x~','',0,'?'),('  n\@شu]w','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\{>ۖ\P','wp-content/plugins/js_composer/include/templates/editors/partials/prompt-templates.tpl.php',0,'T\Z\*B=;\','T\Z\*B=;\','\0}I2IH㾕~WrRWK\\M','',0,'?'),('y2%ÅI>\-eJ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_storage_24px.svg',0,' F\\\Pb!',' F\\\Pb!','n\"\_~ E+\P@OSp_^*\"','',0,'?'),('z 2u;\\_\e','wp-content/plugins/LayerSlider/static/codemirror/addon/search/jump-to-line.js',0,'2s{\r\}-\z-','2s{\r\}-\z-','\}-8\\\VE\ϡE\#Gb\','',0,'?'),('}|ⷸ34\m]','wp-content/uploads/stm_fonts/stmicons/construction/charmap.php',0,'k>Z\+c\','k>Z\+c\','u҉ir\ łG(;\u\\K\','',0,'?'),('G\}Qdqhﴹ\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_search_24px.svg',0,'w>\LG-\','w>\LG-\','! \\-+@ؖ\\\.޻P;\; \\','',0,'?'),('\\[Y\!0\\\r','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/builder/builder.control.html',0,'Y\w\U8:*\"C','Y\w\U8:*\"C','{\Uc\r\\LST7y0\I\\0','',0,'?'),('6y\a5 1R*\'|','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\#6\Z;\z\T\\n\pW\\r','\\,','',0,'?'),('\\̙\;\ˎ@w@','wp-content/plugins/mailchimp-for-wp/integrations/custom/class-custom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\\Cs\T$w|\\','apAfP 5&@K\\\ſZo\\K;\\}T','',0,'?'),('\MO,\\s\\\\r\\','wp-includes/class-wp-http-encoding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\9J\\9TC','/c05&hCO0\"j֬X)\"%\$G\o','',0,'?'),('~%>X\I\"','wp-content/plugins/LayerSlider/static/codemirror/addon/hint/css-hint.js',0,'1y1Lyhè','1y1Lyhè','\\PC\' \\\!m/$28V#B\r9Qmԇ','',0,'?'),('\\Kg. \\zr\','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_terrain_24px.svg',0,'\Dp\0)[Y\','\Dp\0)[Y\','E酲.~I/tK\\\\ޖDXy\\\{E','',0,'?'),('\8\ꃮ$\b','wp-content/themes/pearl/assets/fonts/stmicons/store/stmicons.svg',0,'?\r1\2v\\êb9R','?\r1\2v\\êb9R','\w\Gר\\iq|]r} !\G','',0,'?'),('\\#|c\','wp-content/themes/pearl/partials/content/post/layouts/layout_8.php',0,'蟶&?N!v\pN','蟶&?N!v\pN','\nfNA騔\B;\ͦ\\\g/njo\Z\N','',0,'?'),(' \9N_K Ȱ\','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Verifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\\0\'5%\\','|G\Z\\\QաkKC+\7\\\~\\','',0,'?'),(' |\aV\~[f.','wp-content/themes/twentynineteen/package-lock.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^bq\=\H\\G#','309-\\ś \\z8\JP7\`W','',0,'?'),('b/(\ZI','wp-content/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php',0,'!\>o\xa\q\_','!\>o\xa\q\_','\"̥\ x\Or4\)\͞\6H$\z:','',0,'?'),('6|;;8\Q4k','wp-admin/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o=&9\\KI%\[','_оn\\'\\\x j\S\\\2','',0,'?'),('9e\Ebݾl3','wp-includes/js/wp-lists.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\/\\J\\ml\]',',\\\\i!/4 +<\0hp>9\','',0,'?'),(':c\_rW\Z5\rO\\2','wp-content/plugins/wp-members/i18n/languages/wp-members-tr_TR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\ff 扊o)Þ\','?\QP3H\\J8u\R-t \|y45KZ','',0,'?'),('=92šp\s:&','wp-content/plugins/LayerSlider/static/admin/js/km-ui.js',0,'n\\\\\+1\','n\\\\\+1\','\ntP \&HЌq7MsyNiy','',0,'?'),('>-0e\r\%)g\o?','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/currencies.svg',0,'YV\K\1','YV\K\1','3UvaNGz.\ƚWyG\S\Θ\rm','',0,'?'),('C\\\<=zp[','wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_5.php',0,'/?\VxmD.','/?\VxmD.','\/GE&\))/0\}6ߏ\\.\\','',0,'?'),('M\\TdGD?L\','wp-content/themes/pearl/assets/fonts/stmicons/digital/stmicons.svg',0,'$\pҊE*O\','$\pҊE*O\','Kϔp\\\\n)\cG\0$wa\O','',0,'?'),('_\\\\\\}','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_60_24px.svg',0,'@ȫ?/\\\[\','@ȫ?/\\\[\','c\\\\0\|\n\r řP\5\,r&-H','',0,'?'),('jxyꨑ\\\nNp','wp-content/plugins/mailchimp-for-wp/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']_\#D\0\','\Z ے%4~N\~Gh!b\:wɌ\'','',0,'?'),('n\\N\Z\{Z\\','wp-content/plugins/wordpress-seo/inc/class-wpseo-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\'\"\rLO*lJ',';\\"8\z\\\RRۼ]zuDw2\k','',0,'?'),('yU\fV?','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-category-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','* z@}RLm, L','\\Bf~v\\[/\`T\'KwV\\no','',0,'?'),('~{0*R\t-I','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-radio-image.php',0,'|iK1B.Ur+\X','|iK1B.Ur+\X','AO&ő\\mX{ۘ06}\\|','',0,'?'),('[\[\\0\\\\8','wp-content/plugins/wordpress-seo/js/vendor/lodash.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';7HGEy\0׺>a','\);\\\e@m\\4\\vr','',0,'?'),('X\\\\Z\Za݌\r','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money6.svg',0,'̻Ԇp>\$\r)','̻Ԇp>\$\r)','9B\\\p)Cߍ\!2<\\r\LLT','',0,'?'),('\Z5o\\#R\'/l','wp-includes/fonts/dashicons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\\\!_\yH ','\\_\=\L\\Pi\Zb)*5/','',0,'?'),('gC-@* ','wp-content/plugins/wordpress-seo/css/dist/dashboard-1230.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƹq,-.`\','\0\t\A0\hBz\n\'D|F ','',0,'?'),('\'0Xª?+ν','wp-content/plugins/stm-configurations/slider/config/constants.php',0,'X~›J\45+l~','X~›J\45+l~','бu\\r\IK(\\3]C\Yf8E*\Ψ\','',0,'?'),('}P\\)','wp-content/plugins/wp-members/i18n/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\';Q#\Ĕg','yZlo\\ 1\8%T\j*._&\\U +\','',0,'?'),('\gV\iC\,\Q\','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_fitness_center_24px.svg',0,'2@[\\e#W\O','2@[\\e#W\O','~\:\N\\\\\0rtc2p h\F\%Q7-','',0,'?'),('Tx\\"SX;\','wp-content/plugins/stm-gdpr-compliance/includes/plugins/GravityForms.php',0,'ȉ;\r2\DGˮ','ȉ;\r2\DGˮ','\Ux5 \դ\EC/\yI','',0,'?'),(' E?\Юᾠ','wp-includes/js/media-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6^\xZ*+e\\\\8\','ɿ\"w66\pRq,\\@\j\\ZLr','',0,'?'),('ȿ^ly *RA?','wp-content/themes/pearl/partials/content/post/single/tags.php',0,'\랖\\ڸ0\Z48 y','\랖\\ڸ0\Z48 y',']','wp-content/plugins/revslider/public/assets/fonts/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('9͓\\˒1L','wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php',0,'\\Sy҆\+LW=g','\\Sy҆\+LW=g','\\\\.\8\RTvk<\Ȯ 9S','',0,'?'),('u\Ez#d','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D٧5)\'j','_\\w$0 5&leP\n5,\8亪֡','',0,'?'),('\\>O \ކD!','wp-content/plugins/wp-members/i18n/languages/wp-members-pt_PT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\iL\}\s¨lc',':@^I݋ƌ)\B+\k\NAl K\h','',0,'?'),(' vO.|ߤҵ','wp-includes/js/tinymce/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o\\\x:\`\','Y\\#wO\g^\'\b\:^\ =跨|\','',0,'?'),('\rb/#\\Q \\fi','wp-content/themes/twentyseventeen/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(̫\\5E\s','\\3Q\ѡK\\310uqh#X4&al\\','',0,'?'),('L','mn5\ߐ֞βgJ\\\\3\\','',0,'?'),('\%SHκf|','wp-content/themes/pearl/vc_templates/stm_charts.php',0,'b5k{{\n\Lj','',0,'?'),('@\rԝw\m*%v','wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/donations.php',0,'~V\','~V\','\\8T\1 mwW\\)eFK','',0,'?'),('J5a\[\f1s\\\','wp-content/plugins/wordpress-seo/admin/class-admin-media-purge-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\l]GZ\}~\\14','\\w\xkP#\(:rއH\hx','',0,'?'),('LߨϤ(R','wp-admin/css/code-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\/gGb=\\n\','ΠMbέ\_\;\\,.\rHGx\\r','',0,'?'),('[\^~\*5`\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yen.svg',0,'\fr^TD&_','\fr^TD&_','M3h|J]\}@f= 7\ \=\','',0,'?'),('dJ\)R\\\\mj\ی','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/iconpicker/iconpicker.control.js',0,'G0K\2 AG','G0K\2 AG','}9\ro[Na}\ĉL! \\0\','',0,'?'),('eT\1jZ >~z','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/default/text.control.js',0,'u9\bOI\0u3Fc','u9\bOI\0u3Fc','9)\޷6 ]L㍸\bTT|R\,','',0,'?'),('i{)$cw\Zq#\O\\pS2y','>#\O\\pS2y','\}\@ 9黛c.(\Z\k0aJRI','',0,'?'),(' |,سƬnM\','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/address/address.element.html',0,'mOmDZiJ9NI\','mOmDZiJ9NI\','^/\Y>q\|ih|i&\','',0,'?'),('G-ՓνL\','wp-content/plugins/mailchimp-for-wp/assets/js/third-party/placeholders.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}2su\W!I','O\G6^\Z6\!\\\ \&{','',0,'?'),('\\0g\GP?;X','wp-content/plugins/wordpress-seo/images/extensions-premium-ribbon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\"pf2wIrB','\\l\\eNa4w(fYI0K','',0,'?'),('\\\\n\ \','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G$f\T\','\0\vr\\U_$\Qq]%Dxr;>\','',0,'?'),('\ޮ:AUG|~\>G','wp-content/uploads/stm_fonts/stmicons/icomoon/stmicons.svg',0,'c!i\nf]\\(','c!i\nf]\\(','4b\Yk\@g\Ti{\e\\r=\','',0,'?'),('\\\gn\,\O{ |\"','wp-content/themes/pearl/vc_templates/vc_wp_categories.php',0,'j`\c','j`\c','\ݼ\\JeK7\aP:l]V\\%','',0,'?'),('\!\\Ow鏆','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr-Cyrl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8\\\+I]p{n\','S\Z# o\'x\\em\\"wYa\\o\','',0,'?'),('\\g4( \<4\\','wp-content/plugins/coming-soon/public/images/themes/44.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','򉹺\\i\t','emٽ6 XdJ7XZ\#k\V\oh\\','',0,'?'),('b |e~\','wp-admin/css/customize-widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v.E\;$<\V.\\\','܊b껗4^\\M\Z9eoAz\O','',0,'?'),('\\\\;Etz\b-','wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php',0,'L\h\\\rJ#)[\[\','L\h\\\rJ#)[\[\','\v\\ q\ĶA/9\6\r\\B','',0,'?'),('alV?f\Zё','wp-includes/IXR/class-IXR-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\\xT>\:','\TEUȚ5$Y\ \`q','',0,'?'),('\0h\Kf\0','wp-content/plugins/wordfence/images/forward_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\0/3e4e\\ \','0Q7018ު9-z9ؽq\SrĒ\P\','',0,'?'),('T{z\\,N \Zx','wp-content/themes/pearl/partials/vc_parts/video_single/style_11.php',0,'V}PDԗ\ -?','V}PDԗ\ -?',' =FdS\\8\\B\:\"\','',0,'?'),('\rn\~$fB\ݮ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart14.svg',0,'OZ\P5ݖa#','OZ\P5ݖa#','\q!9a\xde\G\','',0,'?'),('\Ž\\H\06','wp-admin/images/browser.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žK\\b$F','&$ĉ9\\~_SH\_\̓\%L\'&','',0,'?'),('\8(\Zj\Z]}','wp-includes/js/jquery/ui/effect-pulsate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0J\6\\0\','V\r\WnK0?>ÛU\;6','',0,'?'),('kמˊ\'&_','wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\HKRSS$K\"\','}\7q\}W ĦҹœPI\\c\\','',0,'?'),('#\i\pV\\3','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart12.svg',0,'a\i7\(','a\i7\(','ئ\\Ӝ3\hc.\\ALh|r)\ \','',0,'?'),('- \(ҟ\oFL\','wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\@4eZ {}','єS2\[HR?\'U\\\p\\\{\\JL`','',0,'?'),('.4c\\9E8U\L','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-gl_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tZh]\\B܍&s{\','Ur\\?A\RU\'>S$%\\\6\2\9\','',0,'?'),('6\\\m\\\*ݦ','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_24px.svg',0,'l!qM+\x k-\','l!qM+\x k-\','\0ꧤ^vޕO\\͍rr0#\t','',0,'?'),('<_p{r\\,\','wp-content/themes/pearl/assets/img/markers/marker_1.svg',0,'uYB\\“* W','uYB\\“* W','\\\.:sGY;\Z/Τ,$ڔ*\q','',0,'?'),('<@\\:\n \7\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-up.svg',0,'`\59*_\\\C@\\','`\59*_\\\C@\\','nI:\E\#\R\QF?綩\m','',0,'?'),('IO\p\L3| 6','wp-content/themes/pearl/includes/admin/taxonomy_fields/main.php',0,'XqGԺ5L\r','XqGԺ5L\r','\\"8Ϛ{e\BA8Z\$ؓ xZ_\','',0,'?'),('Tak\r80o,\','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1,}S\a','R\ZhڴJEqZ\N)\h\y','',0,'?'),('U\[fRW˜','wp-content/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/src/Image/Filter.php',0,'|^\IzI\a?4#\','|^\IzI\a?4#\','i<˸$>.FݎQ\G8\MRJ(\裲S\','',0,'?'),('X\\\g5(=c','wp-includes/js/tinymce/skins/lightgray/img/trans.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7I \1FGuj^',' \ûͥJ\OmO:ϙ\\\lW5','',0,'?'),('^> N%y++\\','wp-content/themes/pearl/assets/fonts/stmicons/businesstwo/stmicons.svg',0,'o/@\Z3Uؑp\I','o/@\Z3Uؑp\I','Z\gsd\'\j\\r\`\\? n\0\rHG\Wh','',0,'?'),('cXك\%ƻ\','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg',0,'w\Ϛ.\:\\ \r?','w\Ϛ.\:\\ \r?','m\\dč\r~@p+棔?=c\`C J','',0,'?'),('gS~6>\ɺ\[\Z','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_adb_24px.svg',0,'#jV\ILts@\','#jV\ILts@\','ߑ5\\Pǔg1YGq*}\r\nr%L','',0,'?'),('pt_ Y\7L\Kt','wp-admin/css/deprecated-media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\"J\5-\_ԡn','<8=\\Jlg\1)\WAT`W\','',0,'?'),('z2\~\{\+)','wp-content/plugins/wordpress-seo/inc/endpoints/class-myyoast-connect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\r!jb[fËb',']\'{>k\\gE‚\΂ն\.V!R','',0,'?'),('~՗w\ qB\9','wp-content/themes/pearl/partials/skin/layouts/consulting/style.php',0,'CA^bfh\*E*','CA^bfh\*E*','ճ`ׂ%Lmcu!V\9\\.lSY','',0,'?'),(']m\0\p5x ','wp-content/plugins/stm-configurations/page_importer/helpers/export.php',0,':\0K\ z)%',':\0K\ z)%','/\D6R\֌FB\S ae;:\_\P','',0,'?'),('\\\X\0T\O\','wp-content/themes/twentynineteen/sass/navigation/_links.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' h\,\\ p\A\','\04݌^\ZY\i_O\_#','',0,'?'),('\*\dzT\Pi1','wp-content/plugins/wp-members/includes/legacy/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\';Q#\Ĕg','yZlo\\ 1\8%T\j*._&\\U +\','',0,'?'),('TDF\K1\','wp-admin/css/media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',,ה$eH\o4p','5\qT )2\;Ֆ\~\','',0,'?'),('xY\4}\\\;6','wp-content/plugins/wordpress-seo/languages/wordpress-seo-hr.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ygZuK\9','1\ݱjKIP\у\N\T)\"w(','',0,'?'),('\/GΞӶ[ǜ\\C','wp-admin/js/gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\<X\w4%','5\\Z֧J\\\nGg]*/s/','',0,'?'),('\wO#v\\[:\','wp-content/themes/pearl/assets/vendor/lg-video.js',0,'_}Y#ۿ4b\rӍ-,W','_}Y#ۿ4b\rӍ-,W',')Mb\\ZCbY\ZxTGG\\t4','',0,'?'),('\\[/9}`:w\P','license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\ล\AS\`','CY\R)\K\j\\\0\\\qJ>8Ef','',0,'?'),('\9B\{\\'M','wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php',0,'\'_uC&\k`+l\','\'_uC&\k`+l\','s\C\\\\nH-BS\\n+蜕T\','',0,'?'),('\0\\.}fwA','wp-includes/date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`D','wp-content/plugins/stm-configurations/page_importer/tpl/button.php',0,'},\nire\<\','},\nire\<\','\\7n\\\/\ \\DD5ٌ͎','',0,'?'),(':^^\0$4\\nv','wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php',0,'(X&\\w ','(X&\\w ','i\ˋ?yz\"PP\sE&gJ1>;\','',0,'?'),('l\Sw\\','wp-content/themes/pearl/assets/vendor/packery.pkgd.js',0,'+W\).Zp8','+W\).Zp8','j\Z\Z\ҋ):`\\`.Z^;','',0,'?'),('#JjðvY#P_F','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_backspace_24px.svg',0,'%y\E\\\','%y\E\\\','6l}\r\0\i8M\j\@\: k','',0,'?'),('?TEbV+\#闓HC','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%.v\!\{9','>-q;\v3Rј \uAIr,8^','',0,'?'),('Hmk\~1e\"7NU','wp-content/plugins/wordpress-seo/admin/views/partial-alerts-warnings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\P]1q%;\~','UX\0D{z\\}3\0od8eg\\','',0,'?'),('O:\ \\u_Op','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-plugin-license-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O\?\$\"1\\N1\L','~\<\e#~\恵Ä\\\Ob+','',0,'?'),('[QH\"pS1Ȫ\c','wp-admin/images/arrows-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Q}\ydb#6 ',',c˿\Zi(~\\\)\\'\8[A\/I\\x','',0,'?'),('[p=p\\9','wp-content/themes/pearl/includes/theme/vc/modules/sliding_images_with_text.php',0,'Xً\"_.\li7','Xً\"_.\li7','\\`l\͘\\X-\>3\01>\C','',0,'?'),('e/j(;~\ϫ.','wp-content/themes/pearl/partials/footer/main.php',0,'}7Jӡ\\\.c','}7Jӡ\\\.c','z\@׎\Vn\\ \\˹L \ X\}vD','',0,'?'),('h41\M\rd\jATf','wp-content/themes/pearl/includes/theme/vc/main.php',0,')O\h?t\{\\GF',')O\h?t\{\\GF','aY\'{\́\\7w[o^B*3׼&k','',0,'?'),('p,\ɸ]','wp-content/themes/pearl/assets/vendor/jquery.countdown.js',0,'\\D\0E/i\јӫ','\\D\0E/i\јӫ','\ f*XT?\n\H\\ \Y','',0,'?'),('u_\y5\ήUz','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js',0,'%ȳ\%\\r1^','%ȳ\%\\r1^','\0d\ISFF[]\٥\ och`\\n\ZA','',0,'?'),('vC={iG=>)P','wp-content/themes/pearl/assets/vendor/unipointer.js',0,'%>B\\:i\\\'Dwqh','%>B\\:i\\\'Dwqh','3nl\m⭏zN%\G\0̅c\;\1','',0,'?'),('xh\\/\"4\K\','wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg',0,'{\M\+jq/vh!\q{','{\M\+jq/vh!\q{','\1\|w6[sF-rS\5Ǡ\\\nqx','',0,'?'),('O\@0\\x','wp-content/plugins/LayerSlider/static/admin/js/ls-admin-revisions.js',0,'\zM\r\\\}\\\t !','\zM\r\\\}\\\t !','\=fcN1L\rD(,\'\0','',0,'?'),('#SWN^`OT','wp-content/plugins/revslider/admin/assets/js/codemirror/util/search.js',0,'8A_g sB','8A_g sB','Jr{)?G\\EBO\KI%`36\','',0,'?'),(',\#^u\','wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php',0,'\ ]\\1b\\0T\\','\ ]\\1b\\0T\\','$ =î|QyXӸ|\zA\&8\a \.T','',0,'?'),('F~yc7v-','wp-includes/js/customize-preview-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X;t\(\n C\j','6u.㤒\\{3\}ݶ0y[\\n\','',0,'?'),('\\ިGC:\]qQ','wp-content/plugins/coming-soon/languages/coming-soon-sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DfϴV&s_]PÅd','gln>P\0x\nD\"\*\s\՜p#Xo','',0,'?'),('\\6%\\rA\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sign.svg',0,'U\EB\5','U\EB\5','\\GK\NZ`m\#\>','',0,'?'),('0\Z\b\d\S','wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_11.php',0,'\0\\\1;\%L\','\0\\\1;\%L\','&\HTjc^ξ\xBw2\\\\\$m','',0,'?'),('\\r|~\(LGS+','wp-content/plugins/wordpress-seo/src/conditionals/indexables-feature-flag-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\%:)mBa_/\','\&dz\⊜\\"\ӳ\)\W','',0,'?'),('\^\E~\wbb\r','wp-content/themes/pearl/partials/vc_parts/projects/style_1.php',0,'# /]}\\`\'2x','# /]}\\`\'2x','\ j\x~*eˋ|ajۤoaa|E','',0,'?'),('䑖\w7:\'\h*','wp-includes/js/dist/vendor/lodash.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\C`\]1~','׳[p:\ z\\\K\QWwt}H\I( ','',0,'?'),('\GGn\I+R?','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|6}ΈUr7 rS\\'d\','Tp\0 t\S\`yL\PWޚS','',0,'?'),('\BJ*f\i^\0','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\WTn\ԏZ}','4\\S׫\\\J(G \Z!.\\i\','',0,'?'),('\\\Y׫\^\','wp-content/plugins/stm-configurations/importer/helpers/theme_options/advisory.php',0,'I\ّ(\X+t','I\ّ(\X+t','J!z~\n\\;L\rprbV\» Z\','',0,'?'),(' \\n\3\y0+','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_File_Base.php',0,'F\\'{\\&u\U','F\\'{\\&u\U','/\\\\\M\1A?V}YZ۩yԀ8Y|\\ ','',0,'?'),(' 2sX+CZJL,','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݽ{_9\\0\~','\۪N\"Z\4\C\&88K f\\pSsY','',0,'?'),('Ɣ*}\g0\n','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php',0,'no8{6\~a\h','no8{6\~a\h','@\\ַN&\\\\H&@(!8\','',0,'?'),('B%\e\q\Z&','wp-content/plugins/stm-configurations/page_importer/pages/church/forms.php',0,'|E>J\'$r\Q','|E>J\'$r\Q',' \\\ȝid*\|\\,\ <3','',0,'?'),(';BʋL\\','wp-content/plugins/stm-configurations/announcement/assets/vue-resource.js',0,'!n\0\0=iO}','!n\0\0=iO}','\\چv\\0UˬOjC/e\Pf','',0,'?'),('`v㕾\2z\\0','wp-content/plugins/wp-members/admin/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','28\9\\r\',')ҶXov\q\rV\E+I\VTZ#','',0,'?'),('T\\w\\\4|R','wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ @s\\z\K','W+6.4\7􅺚buZ\\T۴Q','',0,'?'),('\Z-x7\(A\4\','wp-includes/js/swfupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\[`\^-oQWz','\:)6a\"3r\\rP\rN4yJַU\q','',0,'?'),('& Aǝi U\','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_more_24px.svg',0,'G%Y\ av\"B','G%Y\ av\"B','\;NhG<\\u\#P2t@r\(h]EN\0','',0,'?'),('.?\0\"_ծWt\'','wp-content/plugins/LayerSlider/wp/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('1W;cN\"\u','wp-includes/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ė=x!pXXЗ','ną3\\&\+dU{@8\\Z?','',0,'?'),('G\q7+\\','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/icontext/icontext.element.html',0,'e\0tD3\R\GIrd@','wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_TW.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\\.\~H\4\\','\\#R3Ӭ:\\eP oy_[GtS{','',0,'?'),('l\{)\ܐ\Z','wp-content/themes/pearl/includes/theme/post_stats.php',0,'\A \y6C99U0','\A \y6C99U0','\\by]|ut7\eԁ7\#\\rd','',0,'?'),('t𓓦1dHXϓBH','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folders.svg',0,'Ɖ [\T+ݏ','Ɖ [\T+ݏ','1̋чP\"8\/\eYIFR\\V','',0,'?'),('w\(\l \','wp-content/plugins/LayerSlider/templates/tmpl-add-slider-grid.php',0,'~\ \K(\0 (','~\ \K(\0 (','\N\ylE\N++ GNtյh\Pfl\','',0,'?'),('\Q\!\\<\Vr\U','wp-content/themes/pearl/includes/theme/vc/modules/post_jumbotron.php',0,'jJ\\\ a\"\p','jJ\\\ a\"\p','6̕t\\a\\>\Z )MɲGov','',0,'?'),('ª5\eTՎ\\"h','wp-content/plugins/revslider/admin/assets/imports/facebook-feed/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\[D?_[','wp-includes/random_compat/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\\\\Տ\d\','\I\n6\\_\ga8\\y\\].\\','',0,'?'),('bD\\\\37Fr2','wp-content/plugins/revslider/admin/assets/imports/foodcarousel/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('7M3š\$\','wp-includes/images/smilies/icon_question.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\'u\&EqA\mN','\\\f\31a Yr@PG\\\\\U\}','',0,'?'),('2@\k\w>K2','wp-includes/feed-atom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\\\"͎+p=Ym','On7\\5O)\r\\a?[*rǺXz\PI.\','',0,'?'),('\H\0ۙhC','wp-admin/css/colors/ectoplasm/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\ײ\Zgc','!\砧N*j(w\ Jkq\b','',0,'?'),('wtH\\-s\0\n','wp-includes/js/wplink.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\O\\3΍ i?\','a\\0\[%G\s-ÉF\Y\\^\\','',0,'?'),('\(3<`eJI~','wp-content/themes/pearl/vc_templates/stm_post_jumbotron.php',0,'/>ҭg\t<','/>ҭg\t<','k\ yR\\Q&}6aPa\)c\\Zy','',0,'?'),('\r(Bx/\','wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_11.php',0,'\\\\cCX+#5$','\\\\cCX+#5$','\q:\o=SSof\\gc{qQ#\','',0,'?'),('DƢ\X\\\bG','wp-content/plugins/revslider/includes/framework/base.class.php',0,'\nbXޝ,\','\nbXޝ,\','f%\\L.r? j\]\Z\\\\','',0,'?'),('\LNJ3\\mKMh','wp-content/plugins/wordpress-seo/frontend/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EЛO0cAg3','\\ 蚠{cFJ\w !}a9','',0,'?'),('Ģ\@4*f2Y','wp-content/plugins/wp-members/i18n/languages/wp-members-ko_KR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\r\\hw\ď\YY','>:K~eŒhOW^AQH\bm','',0,'?'),('\\=֬H@-i\','wp-includes/css/admin-bar-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U|\\P\\\\\\Zn~','\rN鐻\v\\uJ?5\抶*','',0,'?'),('\Z\\\)J\'\,a','wp-content/plugins/stm-configurations/announcement/assets/vue.min.js',0,'2\{\j\=k\2t','2\{\j\=k\2t','E\\\r`Nk\\l\"/wpЅ\+','',0,'?'),('˪\ \j]ѷ\','wp-content/plugins/stm-configurations/page_importer/pages/rental/forms.php',0,'?Z\k!u!\0','?Z\k!u!\0','\\YY/\;c\\Y1T}\\\"`b`KO','',0,'?'),('\Ϸa\ \\mo̫','wp-content/plugins/js_composer/include/templates/teaser.html.php',0,'\\5\nmcv\%\Z','\\5\nmcv\%\Z','Yq/8ŵ\r\\\\\a@٪h޳\B@ڎ@','',0,'?'),('\M!p\ZD','wp-content/plugins/LayerSlider/static/codemirror/addon/tern/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('֔\ߚy(qDw\','wp-content/plugins/wordfence/models/common/wfGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\YJs@jrjtm','\3ÑѲs\\r&z=\ds\pJ x\3w','',0,'?'),('\A\Ⱥ*iMLE','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_home_24px.svg',0,'ۂ\#i\|\n(','ۂ\#i\|\n(','\\'\%\\Hym﬑PI\l\fO','',0,'?'),('\|¬\r\4{+9','wp-content/themes/pearl/vc_templates/stm_album_list.php',0,'DqS\dBhL','DqS\dBhL','}\۴\\!كaQy\PqSH+\\"^k','',0,'?'),('\\0\\nz]\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator1.svg',0,'\Bz\k\wJ','\Bz\k\wJ','·Q//y;]j\b\\EX','',0,'?'),('\erf\\#\\\IW','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php',0,'zyӋ8Xr)\r','zyӋ8Xr)\r','c\nZ?޻\<F\\ Q\/\\N!\Kh','',0,'?'),('\hLJHX#0','wp-content/plugins/wordfence/lib/wfUnlockMsg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\|\\\'\"\\5Is','\\:\%\\ oz\\N] &4U','',0,'?'),('\d.\Z\n\r','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lt.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\^Jj\r Vmq','YXE\\e\rv(}jp3d\^\\\#= \"','',0,'?'),('\)K\W&\' EF%','wp-content/plugins/contact-form-7/includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X΀&\E9\\Ǽv','N\{\\N|\Ej^V\\2\\\GG','',0,'?'),('\60Û\rqK','wp-content/plugins/js_composer/include/autoload/vendors/gutenberg.php',0,'c\j\ |\\\k\','c\j\ |\\\k\','\\\0t\\0-l','',0,'?'),('%n\Tߒ ^\gXΰ','wp-admin/js/inline-edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\ \L\','',0,'?'),('*0n\\\b\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-dollar.svg',0,'\حujӟ\֕P','\حujӟ\֕P','t\Y~9\3ղ邦 F1B\b','',0,'?'),('3\aDwP\q','wp-admin/includes/class-theme-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ֻ|\MeѨD֦','R,7j\r9\\E\\;\[%k\U','',0,'?'),('5j 3U\[\:4x/j','wp-content/uploads/stm_fonts/stmicons/vicons/charmap.php',0,'\ G\\aQ\0\+L','\ G\\aQ\0\+L','\n\\4\|\\'\\0\rc\\\E','',0,'?'),('Aw\\F\I','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_brightness_24px.svg',0,'\ @\^\ZOf\"\+','\ @\^\ZOf\"\+','\H~- l\\i& \5\j- o.\\1\','',0,'?'),('G\\\M\.','wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PuVQU','\/\a-;qֻ\ts\\'\\jgw\:5\','',0,'?'),('G~Y-\;j1\0\','wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php',0,'x\\ZI^%護\;','x\\ZI^%護\;',' #ܭ\k\.ՃE\~\>J.fٌ\','',0,'?'),('V{(xD','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Task/Manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\<\5\u\OwN\','\u\"w\En]Ԝ\c\\\_T|x','',0,'?'),('fc~s\pѹ߁3','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_rotation_24px.svg',0,'\,U,bWT\Y<~','\,U,bWT\Y<~','M\1 h|/zCn*\\\:a@=|','',0,'?'),('D0\0\TpU<&\\\','wp-content/themes/pearl/vc_templates/stm_staff_tabs.php',0,'MJJ\O\r]א','MJJ\O\r]א','ġ\]W\\jqP\1LU5F]˜','',0,'?'),('\$ڢ\#\\a[&','wp-content/plugins/wordfence/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\\\\Տ\d\','\I\n6\\_\ga8\\y\\].\\','',0,'?'),('n&\n!崬\','wp-admin/css/site-icon.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lˁx\J\TG','+\\\WV\3(qF\\\r;|^@\','',0,'?'),('fK\ө\\/-o','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-zh_CN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\G*d\XpJ','HȰUrߜH܏\\eA-\#~','',0,'?'),('\\{M\r[Q','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/slider/slider.control.html',0,'\\\~c?OXT\@O','\\\~c?OXT\@O','\0p\'\ύ8g\l\6j','',0,'?'),('ƌH\;\y','wp-content/plugins/LayerSlider/static/codemirror/mode/htmlmixed/htmlmixed.js',0,'~\Z1\j\JӍ\y','~\Z1\j\JӍ\y','1\I*)\\c\\Z\\Ta\Hz2p~\\','',0,'?'),('ȀCY\Z\&','wp-content/plugins/coming-soon/themes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$!vi\a@','n?t S\SZ/\\'o\Gl\[֒7r','',0,'?'),('Ӭȣ[Y\ ,u','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/textarea/textarea.control.html',0,'\Ѿ\\0k\','\Ѿ\\0k\','NR$uTU\͠`\U&3,\K&)','',0,'?'),('\]jl\'/x5','wp-includes/js/wp-sanitize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\\mN\cD?y','+\"\ ֏ wJR,\i\3gI','',0,'?'),('M9\|\flv#','wp-content/plugins/wordpress-seo/images/extensions-video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ ߼|ȡ/\9\\','jpm?U2pΙ]\\洸*.Ji=>W','',0,'?'),('SK\Eݒ*\','wp-content/plugins/wp-members/includes/class-wp-members-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\g:AR\\','\a\! /$\\\ \:Ú\\P\r','',0,'?'),('!\4r\\]\','wp-content/plugins/wordpress-seo/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t0x1Ew\F&@T','\\r^\X\\">H\\j,YZ\"\n\cä\\0:2','',0,'?'),('2.|\,I`ӌxt','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U{\\HԀ4p(','\&t9F\"`at\fG\\\\lf{','',0,'?'),('\x\h9 5','wp-content/themes/pearl/assets/fonts/stmicons/hotel/stmicons.svg',0,'~$Wo\ђP\@','~$Wo\ђP\@','X\q|ܘi\Z\"2\+2:E\','',0,'?'),('\4C\N\u\\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_grade_24px.svg',0,'$R','wp-content/themes/pearl/partials/content/post/parts/image.php',0,',\9','\\q\\Gok8\*BT}\\\0R|','',0,'?'),('&JQv4!','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\,!ƅ{\\$2\','8n,\҆\ \U\|\'\_\\\','',0,'?'),('-\\})o@9\ۉ','wp-content/plugins/wp-members/includes/admin/tabs/class-wp-members-dropins-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n[$I\6\?7','p!hY\e=\iaU)(D+\\]U','',0,'?'),('l\3. XN','wp-includes/Requests/Exception/HTTP/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\`\\r\ok31\','I\l\EK\Ѧ?Z0JT\\\U','',0,'?'),('6V29V( tY\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award4.svg',0,'\\PRx~챕\!','\\PRx~챕\!','\|Ž`Y\H(^f,6\i`\T^-[E%','',0,'?'),('N^J\W','wp-content/plugins/wordpress-seo/src/models/seo-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\|g\\P{Tߝ>','ݿBh<\\ \\nx\M$\C<ô','',0,'?'),('\U\,1','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/font/font.control.html',0,'}d\\UJہ\\','}d\\UJہ\\','ieP˧)LL\\?\\j\ϣBrw','',0,'?'),('+s\1pڦ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_svideo_24px.svg',0,'2GL\v\\ )\','2GL\v\\ )\','( ׻\i2\rQ(\\J|\ǖ \*\\x','',0,'?'),('\\Ŕ\&\"U','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_center_24px.svg',0,'݄!]qXr\q','݄!]qXr\q','5B\$\rkPxG3\"L\rٳ\I\n\aK','',0,'?'),('*t\Z\5`pR','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container.js',0,' \"WƯlKr',' \"WƯlKr','WpPƠbB>6 \\\\ϓ:\','',0,'?'),('\ PQE|E}7+','wp-admin/includes/class-wp-filesystem-ftpsockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\hq1`','\[\ud`\ݫ+ \I~.Y],\Ĝ.N','',0,'?'),('\U$\\\*\1^S','wp-includes/js/jquery/ui/effect-clip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\Ԍ2o#E0g','EGH\\-K}kO\\V&;8B\\','',0,'?'),(' G$\ߑJo\r\','wp-content/themes/pearl/partials/skin/layouts/creative/style.php',0,'T@ޡ$KA\C','T@ޡ$KA\C','\\A\r($%\\7\z|(\!\":ξn<','',0,'?'),('P\Z\/\l%','wp-includes/js/jquery/jquery.hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','┃\&݋\rFư\',']!G3\[#\:L\r:vC>','',0,'?'),('UcXS\F\V$ ','wp-content/plugins/booked/assets/js/admin-functions.js',0,'\\0)\AKi3z`)','\\0)\AKi3z`)',' \nqY57k/% j{','',0,'?'),('\0\ k~U5T','wp-includes/widgets/class-wp-widget-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\s\:k\5l\L','dIbca9\\~5\Zdbǂp\\\Z','',0,'?'),('\\4 X4\{Y\','wp-content/themes/pearl/includes/theme/vc/modules/post_timeline.php',0,'\\\B`|L>!:','\\\B`|L>!:','8OGgoRA\m\k\Y\LG','',0,'?'),('\n%f[!aEr\tgi','wp-includes/images/media/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\u\h\\q','DBU\MiO\b,\\e=\\W{\','',0,'?'),('\rA\0:\\\\r\'?(','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/weather/weather.element.js',0,'\7\\\\rɦ','\7\\\\rɦ','\AԎ\\~-?\\a\$\{x|\oOI','',0,'?'),('u\/R\\Z\&','wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\\OJ^\\D\#N','\?\-\ͽ\Cs7m\\oi\nrO\','',0,'?'),('4&+)+7ޤr+q','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_comfy_24px.svg',0,'\xº0f;','\xº0f;','C\nC2\5T!/)2R0Z(3k`8_','',0,'?'),('\ Cz<ؑ\','wp-content/plugins/wordfence/css/wordfenceBox.1550163483.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\WY~\H#\]','r{\\ZI5O1Q\\Ӈ\C\\','',0,'?'),('&S짿o$\0n','wp-includes/author-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\CS)*wUۄy','F(\L=[\u&}[#hNN \\r','',0,'?'),('\'P\T]\ 6~','wp-content/plugins/akismet/_inc/img/logo-full-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\^K\-^>As{\','%>:1WR\\ͩ\Q\i~\^G','',0,'?'),('2\OA\J\}/\','wp-content/plugins/LayerSlider/static/layerslider/skins/v6/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('C\\[p 4','wp-content/plugins/mailchimp-for-wp/includes/forms/views/js/general-form-enhancements.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/T3\/\"','b\\\\0UFÑŪ\G\e\/\Æblk\\nJ','',0,'?'),('G|$ p֠+(','wp-admin/js/tags-box.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[v\\\X.w\8d','Ś#<~\\ \\s-r\hx=\\Z\\kLe','',0,'?'),('H \c!ʰet37o','wp-content/plugins/wp-members/i18n/languages/wp-members-sr_RS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\S`(\bOǶ>\','h#\\\"\μ[/AX9\T [\ZjT@','',0,'?'),('M\ZM*dfcCj\7\\','wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('Pu]`\;&n','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-dollar.svg',0,'A\i\S6k\&:o','A\i\S6k\&:o','5\D5y\\0ƈ\\0I&rZ\AY=d\','',0,'?'),('Q\ԁ\27u\L','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\13y1\',' }\N <\v\BS%\s\\S','',0,'?'),('V10\xVA\\\-S','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pound.svg',0,' \rf\t~XjH\\\',' \rf\t~XjH\\\','`c/@6.t\\!Z_\r\tvZ\','',0,'?'),('xǧŔR\) d\','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/filter/dropdown.element.html',0,'Y\gnĵ!l','Y\gnĵ!l','.\ʳTRZ\rg[Գ\*\gA\\','',0,'?'),('}\r\0\]\9U','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_data_usage_24px.svg',0,'\KK\4L\ΰq;','\KK\4L\ΰq;','\B\'\8KN\¡(4\H\A\w3*?','',0,'?'),('oj\y\V','wp-content/plugins/wordfence/lib/menu_tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f)WXAӟѧ','@!\0\̺|%Q\2w\8te\C\:Q','',0,'?'),('Ca\s]n/\\','wp-includes/css/dist/block-library/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' :\\\٨{n','O.T\\R\\\\\,z0ju\*8r','',0,'?'),('\o\W\\\ e','wp-content/plugins/wordpress-seo/inc/health-check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\\͔eaj\W','\d˘Ѫ\\\<\dBY\B~uԹ\l\9框G','',0,'?'),('Ѻ\"\P5\\^U\Zi','wp-admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Xw+\1$ ˀ','nB\\V}\h\Vh\\\"\\n}','',0,'?'),('>Ӓ','wp-content/themes/pearl/partials/content/stm_projects/single/main.php',0,'\5悹08B','\5悹08B','\rb)I\n:&\'ؗ\ip\9','',0,'?'),('hy2Fĉo\z`8E','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_whatshot_24px.svg',0,'4,8c\c+J','4,8c\c+J','\2_Moe\,\83Nv3H !','',0,'?'),('հ ̋\Ȳ\S','wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ j3yc\&,\H',' \#3\ht;<ᑰzw5-','',0,'?'),('E-j\\1j\\\r\E','wp-includes/registration-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')̭)\K_','\r0\Z=\Tc0滦͎JÜ\\0\ۜ','',0,'?'),('F7z#\\<','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_power_input_24px.svg',0,'D9\ߴN\\?[','D9\ߴN\\?[','{ܺ{/|ݘ\AJ\"p;}R\\yIo','',0,'?'),('Tx\ȋtĩ\s\','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/butterbean.php',0,'˫\ub\\nq>Ri','˫\ub\\nq>Ri','Xev\|gfzkk \4\"\0Jr\','',0,'?'),(']oMseJ4\','wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ H`\b\0nvB JQ\"','\\\F˲I\G\\6\ g\V)\0k','',0,'?'),('b\\9\n)I] =/','wp-content/themes/pearl/assets/fonts/stmicons/icomoon/charmap.php',0,'?\|W\\\\\\I\>','?\|W\\\\\\I\>','=f)꼐m{0o$P\gp}{','',0,'?'),('d^\Z\\⹾\Slx','wp-content/plugins/wp-members/includes/admin/tabs/class-wp-members-fields-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nR\F+|;ޭ','kY ɸE\e\\\b6V\','',0,'?'),('e\FrqwrA','wp-content/plugins/wordfence/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\\\?\\n\ :›{Q%','\ZIK/Iw¥OvyE Bi\\$G&','',0,'?'),('gK\;qFVI}Q\','wp-includes/Requests/Exception/HTTP/416.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1N9\ɪ\aDx','\(\\mybVaI\jWp(!A\\\<(X','',0,'?'),('u([\\3\'>!Q','wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_8.php',0,'!g^\.\:ܞMѾ\t','!g^\.\:ܞMѾ\t','hwrJ\TWL\Py}3\\'}9','',0,'?'),('\\<\x\B','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`)h\`AH&','5w\Z!&R\^Ex??)O$Y>\"YK\\','',0,'?'),('/\N\g7','wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/callback/admin.php',0,'l4\0-B\ЧV\','l4\0-B\ЧV\','Zd\\)\*P{Ӆ\&؁\ZHϼ\xH','',0,'?'),('e-\RȉL:\','wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\ZJ!U!Q\\n',' U[z;5(qf^\Z\rkN*آ\g','',0,'?'),('8ՠ)j,z','wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=M\\zh}_',']LE\* 78>bLh\ܛ\ڴ?\\h','',0,'?'),('H\?l\2\t,','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_24px.svg',0,'\"\݊Il9\k\nٛ\','\"\݊Il9\k\nٛ\','s\\ !E\\)|܇\R!4Zg̃\\','',0,'?'),('\\qi\&79ȣ<}','wp-content/themes/pearl/partials/header/elements/search/styles/style_4.php',0,'$\\\\\+','$\\\\\+','Be\@L\Kqs\Pf\v$>(ޮ','',0,'?'),('\\L*+t2;','wp-content/plugins/coming-soon/public/vendor/fontawesome/webfonts/fa-brands-400.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\O(&X\+o','\;d8Am\\6Ҟ\\\|\\\$','',0,'?'),('\\pk=5wO\uz\+\','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_24px.svg',0,'ƴ6ܛL\A@J','ƴ6ܛL\A@J','\Z{\\ڕX \gm|ձ\\'\;\0','',0,'?'),('\\"p\\"-Cw','wp-admin/js/wp-fullscreen-stub.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$f2\qʁ1KRr','aw\AV\ \>[GAI\Z \ \\\cr\\l\','',0,'?'),('\~\`gtl','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-el.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}}zUjq\\z\b','\t0#Gg\5\Gй_T`<\\ӥ','',0,'?'),('\p?E^@\'\PE\','wp-admin/edit-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KNˡ\~ \]\æ','i*Ûp\\r\\2\'1\i@\̂K$\\l1','',0,'?'),('\GD2pK\J','wp-content/plugins/LayerSlider/wp/shortcodes.php',0,'!%9\\a@$!\','!%9\\a@$!\','\\e\.n\"\C\0\\KmMA','',0,'?'),('#<8^;6O;','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-title-intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Vp-\\r','t\H\\>\"\0h\\8::^w\x\\J\','',0,'?'),('a\Ԋč\;D','wp-content/plugins/js_composer/include/helpers/helpers_deprecated.php',0,'\\Z4p{_ѱ\\','\\Z4p{_ѱ\\','O\0\\L.=\qt΍55c\=4e\','',0,'?'),('K?gX/k\\"','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_printshop_24px.svg',0,'\)>0\n\G\ZrQ\F','\)>0\n\G\ZrQ\F',']\$pz:\'C\R\0sy\L9\#?','',0,'?'),(' \_ KY\'O','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_PE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9&#y&\&lO<\J','ʎ\\o76-RDw֓WJ\j\#m\$w=5','',0,'?'),('B\\\!vݡɶ','wp-content/plugins/wordfence/views/onboarding/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0͒l\0B\',',{=#\n\OQ\ݥWpYE Y2>X4\h','',0,'?'),('\03@z\','wp-content/plugins/wp-members/inc/dialogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vyu!t','d\ \\0\"jsG_p8|3','',0,'?'),('\"ȥ5i*=*\','wp-content/plugins/stm-configurations/slider/admin/views/main.php',0,'g\\'O3Uw','g\\'O3Uw','#\%W1tM#\\pJD(\R&\3*','',0,'?'),('.[7Y\\','wp-content/plugins/wp-members/assets/images/jquery-ui/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\j\ǐo','3at\\\N[q\n\}:-~!\\\\\ݟ\8\','',0,'?'),('0rf\o=\ZZ\','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/breadcrumbs-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4v$\m\J','_\0\H\$\OBQ\2g\\0Xc\XF+\ 5/','',0,'?'),('2s|\w\z','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\N?\oKl\','\Qܪ@-a<|ߛ\\\&','',0,'?'),('<(\\*A]O\','wp-admin/css/colors/ocean/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s9\U.\4\','+*`y);)hL\6qPB؆E\\9=Grq\"','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/text/text.element.html',0,'/\nx\"\#2j\\=\"\','/\nx\"\#2j\\=\"\','\ẐR&.uN\0]M\\ɶG\b','',0,'?'),('Dd.P˴{-yo\g','wp-content/plugins/wordfence/views/common/status-warning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mfuֺg-g\0C\=v','\N<\r;d*\8+)\ZbO?\0\E\','',0,'?'),('I|K9 \(\{sX','wp-content/plugins/wordfence/lib/menu_scanner_credentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\f:\\&,\[','B&$q>\P\\nϾz&\G<6Ǵ:','',0,'?'),(']F[\\E¿\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_camera_mic_24px.svg',0,'S ^\Ez\\\N','S ^\Ez\\\N','-ȥpz#5\j-\Xͅڊ\\\$\8H','',0,'?'),('bv\E\H\\\΄','wp-includes/js/wp-lists.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','́uQ1K\\ (%p','\ZS\l4ud\\'}%\#9%','',0,'?'),('ej\2rR[','wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/page_options.php',0,'߬\s%\:#hl,\','߬\s%\:#hl,\','aH\]\\z\L[\{HU^qH_','',0,'?'),('hS\:\`','wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N+C#+|fZ]\','kn\Zy\&\_\[ Igl(\g\'\^G','',0,'?'),('u]5\r\Yt6f','wp-content/themes/pearl/vc_templates/stm_upcoming_events.php',0,'/\nۛ\F.\0\a\d','/\nۛ\F.\0\a\d','TPT\'\#.\ ѴC\"|`\JJ\}','',0,'?'),('t{\Ud\ ','wp-content/plugins/js_composer/include/params/gutenberg/gutenberg.php',0,'\Za\5\b6','\Za\5\b6','\sC\a⿖4\-zݥ\\dJ\\ު','',0,'?'),('<\s\\\\D\Z','wp-content/plugins/LayerSlider/static/codemirror/addon/fold/brace-fold.js',0,'\"kdk9Mo\u\','\"kdk9Mo\u\','K\\','',0,'?'),('`:;^ykĶ','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control.php',0,'5maCG{\','5maCG{\','\\J _\d\E*z+<\r\\7\T}\"\0','',0,'?'),(' ۼ8>%?쵪','wp-content/themes/pearl/includes/theme/lib/array_helper.php',0,'\0\ݑt[S,vz\\\7','\0\ݑt[S,vz\\\7','\w\\D\gNZ\\\tY\PϿ^oQ\','',0,'?'),('\&N\,\6P','wp-admin/images/icons32-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*04G4F &Zi}\"','\.a}hw\6WEʭ(3\Jӭ9\E\','',0,'?'),('όe`W\ok#7\\','wp-content/plugins/mailchimp-for-wp/includes/views/parts/admin-sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','py}74[I?V\N','G2\wٺ\'\\B\_#Q*\Q5\#','',0,'?'),('\W31N\gפ\\','wp-includes/js/dist/vendor/react.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\u#auZ1p\?','Mo^Se\-\؝ĢF\0H*9IdR㶟','',0,'?'),('`\}\=\*kT','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_opacity_24px.svg',0,'\\Q}\C{\2\x','\\Q}\C{\2\x','I\!1 2c\"\\.0rg4','',0,'?'),('x[\e>M ','wp-admin/includes/edit-tag-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\c\\8f Z,\','\r\\T)\"_\b\\T\\LETp\\WS','',0,'?'),('KÝFt^{el','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-sl_SI.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<֋= .#{L\\0','\\M\WV{wP.\\\${j վ#y\\','',0,'?'),('h M(ޟDb','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toc_24px.svg',0,'\F\\\naD<\0\u\','\F\\\naD<\0\u\','\M\\2\\*R3\;\j\\\\\\\Cj\','',0,'?'),('\v(x\\\\0W','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_play_24px.svg',0,'\?z/OTZF','\?z/OTZF','\'\\A\\$\0M$6%Oxh\=NYU\ꅠҸ','',0,'?'),(' \=,$u\\"u9 ','wp-content/themes/pearl/partials/content/post/parts/postinfo-3.php',0,'ȯR|\̒$mV\','ȯR|\̒$mV\','\$I^.^i\\\\vs\}1k\"\','',0,'?'),('\2֮\\ƯD','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php',0,'b͘)#6X9qO\0','b͘)#6X9qO\0','rX簋7e\udI\\3\@&\ 2\\','',0,'?'),('%\& \\ }p\\?ہ','wp-content/plugins/contact-form-7/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B\\\X̙+Y\;O\','Acn\ZĆ\r3Ȇ:oZ\b,s&O ','',0,'?'),('\'/\ \\\P5','wp-content/plugins/wordpress-seo/frontend/schema/interface-wpseo-graph-piece.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\<>\r؈&S,\f/S','\\v\o\!\|\B\~\Ci@1\"H?\0(','',0,'?'),(';&no΢в\','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_drive_file_24px.svg',0,'Gx4Cy\t','Gx4Cy\t','f\\C\4\k\#@0b7.jɡg\\n','',0,'?'),('FȤf; }\( ','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/image/image.control.html',0,'ġʨQ\Y\\r\kC','ġʨQ\Y\\r\kC','l6\xRl\<.I\⼪\B&V䇼Rur\','',0,'?'),('H+\\ZWY5p\r. \0','wp-content/plugins/coming-soon/public/images/themes/31.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','srWP2','鞉뢪\\`FF\P\\0Ym\˰t2','',0,'?'),('Q!^97T`\\k','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-sk_SK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\i+2&!`\\'','\5u?\`\݅@\77DG\\','',0,'?'),('Swgv\˸','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg',0,'\\\C Ӿ\\4 ','\\\C Ӿ\\4 ','\U\\L,\\^=\nM%Ye 1g\J\','',0,'?'),('YޒEc\Z\\0/','wp-content/plugins/LayerSlider/static/codemirror/theme/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('a\x\E\y\Q/bV','>x\E\y\Q/bV','SB\ށG\;+bp\_@=,n[M\\','',0,'?'),('\\\FZ\7i\','wp-content/themes/twentynineteen/sass/site/primary/_comments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vLps\F\\w&\\\','f?#\ʊ`a\Y\Z`B\f\T','',0,'?'),('7h5\r\&\','wp-content/plugins/wordpress-seo/languages/yoast-components-es_VE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\2\\rDA\w','\\\h68ӗAY:\I {f `\','',0,'?'),('a1JZ>\\PȬ','wp-content/themes/pearl/includes/admin/product_registration/screens/support.php',0,'\ޠu\~\\[L','\ޠu\~\\[L','\'ҬQ\\xkQ\\\\ik7%\\P','',0,'?'),('`%{\\+','wp-content/plugins/wordfence/images/icons/error128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\:\%7!.\','{h\0,]zkV\{җ6nG\nxs9\','',0,'?'),('v\\Q-\','wp-includes/js/tinymce/plugins/hr/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' %>)• ;',' ؃F\\S\ [k\&f 6+b>','',0,'?'),('\\\\8@)\'','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge01.svg',0,'L\"\\ \\0\=','L\"\\ \\0\=','\\ntU\~as\g 4\1J\','',0,'?'),('\Ū֍E','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@\@\{)h ٺ\ 0\','B\\d\\\JI\{\k+P','',0,'?'),('\\9XU7z','wp-content/plugins/wordfence/models/page/wfPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ZKgg\ \!O=\','SƄo\\-?Y\5\1!0\n[','',0,'?'),('\і\q\\SGKy(','wp-includes/kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\U\\鲁rUT\','\\#j\r71\\\,KvD\3\UC\0hQ\','',0,'?'),('\NQrӜ46DTe','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js',0,'\nzn!—tFC\','\nzn!—tFC\',' \\kE%\\&\\yoV }\T9','',0,'?'),('\\Q7\0\oD','wp-content/themes/pearl/woocommerce/single-product/product-image/product-image-360.php',0,'O\79ˆ1\4','O\79ˆ1\4',')[7͡ć؇/)\"\阠;\"6\Z$D','',0,'?'),('\}B\[^cQ\\n;w','wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*K͊LxԪl?#','L$IM+xam\D\','',0,'?'),('ə\nj\\+\','wp-content/plugins/wordpress-seo/css/dist/alerts-1230.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zW\YYlSu','wp-content/plugins/wp-members/includes/class-wp-members-shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o4ܱ+\9x\D\','Ԁ\,\8\w\\\ջ%*\Ǫxg\','',0,'?'),('[Hn[P\.~\FU|','wp-includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\RI<@\oV','\Ց~*Wsa\gGrl/-','',0,'?'),(']J\E8,4\tbk?,','wp-content/plugins/booked/includes/ajax/admin/add-appointment.php',0,'*\RKJݼtG','*\RKJݼtG','8y\Y24\rCp\$\o_T\\g\\\v%\','',0,'?'),('gL\[\F$~\','wp-content/themes/pearl/assets/js/i18n/datepicker.nl-NL.js',0,'\rnJ%k$ZC\Tf','\rnJ%k$ZC\Tf','Y{Y\\Ǔ\U7MvN\Z\ȦtN','',0,'?'),('jvW\(~7fC+0','wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_4.php',0,'d\\rv','d\\rv','gl\B\\\\0\\aX_t,kA\&( ','',0,'?'),('j\\\\ĦXe\&','',0,'?'),('PFf\'\\\9','wp-content/plugins/wordpress-seo/languages/wordpress-seo-de_DE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p/\nws̷0','\/ܡ\a\16pFsj\\2\A \\' \cQ}','',0,'?'),('Gn\yNsI^`','wp-content/plugins/coming-soon/framework/field-types/textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\~\ѐ?h\\)\',' \.y\j\fL?\0\J\\\F6','',0,'?'),('%\I3-\7\','wp-content/themes/twentynineteen/style-editor-customizer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 9䩠\\"\0m','/}  \ԾA9{!\w\a\\.','',0,'?'),('\oy\\\Y.6','wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9zo$/i\z =k','\j\IXjC\nU~\\>ਸ9D֖!r&\','',0,'?'),('Zm,\E\i)','wp-content/plugins/wordfence/views/scanner/issue-dnsChange.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']vΆ.SH^\wz','\x\g\\$\\C\\\J\)ȶ\>\L','',0,'?'),('\6BbM','wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1/ҷD\\j','KTX՞j ~(\Z%7 u!av}>','',0,'?'),('%\\(w \&','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o)\\\,jb\\','/ю:tka@^ W`̃\rk\0\\V','',0,'?'),('\\:x\=\}','wp-includes/js/jquery/ui/mouse.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A$\i[NP\(f\j#\ \"\nR\\YS\ǚ|','',0,'?'),('(\?׹(CQ\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_creation_24px.svg',0,'|>\ed:\\U','|>\ed:\\U','\X\c\\Z3\V.M(\\9rLi','',0,'?'),('\c\\P\','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/section.php',0,'}}͑״\7Л','}}͑״\7Л','\\r@x\O\}\\{\r5\\R?)','',0,'?'),('\\_\Vنb','wp-content/themes/twentysixteen/css/ie7.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Z^Ն&\tIm\','ntC\E1*9s\\Z5\jsBa\Ze\'','',0,'?'),('\\08q\at0曑','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bike_24px.svg',0,'d\\9BVt\9m','d\\9BVt\9m','\|\*\'SlZy!\\b(\"?5haRۑQ','',0,'?'),('\ F@yZ=','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_connected_24px.svg',0,'SAը\)/~xaF','SAը\)/~xaF','mvH\1\\ȒK\\Z\\ҹ','',0,'?'),('\Ǎz\\䁡\B','wp-content/plugins/revslider/admin/assets/imports/contenttabs/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\H\a+̰ I','wp-content/plugins/wordfence/waf/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޛ¶c 4p6u','j\nj, r%tFA\GkIm:d\\','',0,'?'),('\;\;/J\KmR0','wp-content/plugins/akismet/views/start.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r5J\r\L\X','M \0(@hF(¨o\ZBFA\rw7','',0,'?'),('\#+z;\\t\','wp-content/plugins/LayerSlider/static/codemirror/mode/javascript/javascript.js',0,'\\r8PjRlP\','\\r8PjRlP\','zIU2q\Nk&hgȮ:&Qwwh','',0,'?'),('\y\&aA7\]Dm','wp-content/plugins/wordfence/images/icons/ajaxRed16.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\%B\ng2;','D,AJ\lOSpe؇&\\','',0,'?'),('j\A\*\9ȥS','wp-content/plugins/wp-members/assets/css/forms/wp-members-2015-no-float.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\1\LCY\N','fK%cӷԔ3\ڸ\ב8\sj\\U','',0,'?'),(';4z1\)YԤρKO','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/directives/element-control/element-control.directive.html',0,'C\l|\*\\'\׆\','C\l|\*\\'\׆\','9\]\B\4pƉi\\B\eTLC_yi','',0,'?'),('~r%\@(\','wp-content/plugins/wordpress-seo/inc/class-wpseo-endpoint-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\CN\H0\/ʧD','-\Bd\\dRm!\\Z\O\l\PM','',0,'?'),('.\$Ti[\','wp-content/plugins/coming-soon/framework/field-types/daterange.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\\\ \S>\','n\"i\!Zn{\|/qW\ӄi\\\^u<','',0,'?'),('\>S\l\^','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\`\0\\','\qƖ\\%/\ygrwÛ\r\LR>=Y','',0,'?'),('\m~fҾw','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jh\\#;4%)N!iew}5p;\nh\R','',0,'?'),(' \ o!\Q~','wp-content/themes/pearl/includes/theme/vc/modules/opening_hours.php',0,'#X\Zݦ\ ڎ9,\n','#X\Zݦ\ ڎ9,\n','a~\\3!C\ݫ\0>l0HB\0 ','\>B\0 ','&\h\\H\ڥ<\lSU','',0,'?'),('\7\\\.\K','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r*\unrdug\','\ҷW\\ZN e\ia','',0,'?'),(' a\"KwT\bc1S','wp-admin/css/revisions.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\x<όX(&3','[\-ڏ\\xPF{o','',0,'?'),('#q\[\nhK+\8\\mx','wp-content/themes/twentysixteen/genericons/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\6\\V\0\\\\','ҕRw\&8Jie@\\\ߝ','wp-admin/images/list-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hջIS\2\ig ','\Jp\S_ \X\\#UB\-z\\\,\','',0,'?'),('5hz{V\*ga蜒L','wp-content/themes/pearl/partials/content/stm_events/single/join_form_2.php',0,'V):&t\ء','V):&t\ء','EO﵈%DݾS)Ճty\v\X\\R\v\A:','',0,'?'),(';fJ1˘+C','wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0<\^=\f','s]ѽj$ ↜\\Sk\\ik','',0,'?'),('Cγ;s\sV]^','wp-content/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php',0,'3\va <\\v','3\va <\\v','\͆n2\Z\\:n\\˕\.\$F+v','',0,'?'),('OOwT\M\r\Y!d','wp-includes/js/mediaelement/mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\'8{\"Wf=','\ѐWkB\2(I\\ mM\]\Z','',0,'?'),('V 5e$4\\7\\','wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-wordpressorg-v3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pұ?\i.5B','-RvWFP-ii\@5l5>\','',0,'?'),('VF*G','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/satellite-dish.svg',0,'\mOg\F.-Z\~\\','\mOg\F.-Z\~\\','VצThiKf+\\\\}\\6E^yݞ2\Z','',0,'?'),(']ǿ|\IC','wp-includes/js/dist/keycodes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\B~ !.F\*Q','P7\ pRg\E\\\u\KE','',0,'?'),('fkj\NUei4=%\','wp-admin/js/tags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r-j\Z\\\w',' tA\]!\!\G.usP}zU%U\\9','',0,'?'),('h\\R\\vh\\U[W','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_P12Signer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/fX\\ \Q','ƉV\\ȁmWkh\se-\BG?i','',0,'?'),('pn\^(5 4\\\n','wp-content/themes/pearl/vc_templates/stm_opening_hours.php',0,'\\0S,r\=ФZӌ','\\0S,r\=ФZӌ','\b\~A\\UO\\H\t a;\1\a;','',0,'?'),('w\Y\0TCg\\r','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-chart.svg',0,'\Wr\\\#/>\7\Z','\Wr\\\#/>\7\Z','\wEM0p\LKH\\׳_\\\\\"\','',0,'?'),('y%\\Ǻ~ne\"V','wp-admin/css/list-tables-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\Z?ܙڼ\%','hM\\({VF\m~qk\V\\'_u\*>','',0,'?'),('|l}hYY\n-','wp-content/plugins/coming-soon/public/images/themes/32.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\yLD\\"u\F\n<.d','\\0Ǎ\\KMmAҏhC1\\\0\o\\L\','',0,'?'),('|mN~lEJߣ7','wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@\omdd',' X\GП}ߛ\1GhD+s\\<','',0,'?'),(']\\,\/\\4[','wp-content/themes/pearl/partials/content/stm_vacancies/single/layouts/layout_2.php',0,'\\\nNo\jCN{','\\\nNo\jCN{','\u¤\nfi=Gl84%h\\c//)','',0,'?'),('#&m\"\ \','n\n;\\ l\>\ \','zA2ߪ^K\r<\'ݗ Ic\\?.\"','',0,'?'),('tb|{q','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hq\A\i',' q68xօ\\\s\rN~.Zخ[\"','',0,'?'),('঱tT ˷\\ ','wp-content/plugins/LayerSlider/static/codemirror/addon/display/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('ga\\sܧ4\','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_bottom_24px.svg',0,'Ge\ɘ[\v','Ge\ɘ[\v','w\\\b:D^\\'܈\\','',0,'?'),('gIU~ѱ\@','wp-content/plugins/LayerSlider/static/air-datepicker/i18n/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('’yT4 \0','wp-content/themes/pearl/assets/js/i18n/datepicker.vi-VN.js',0,'_\\zo\','_\\zo\','a>r|\)iV`\t^;ߜW&\','',0,'?'),('\\\\\_Zlͭz`','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop.svg',0,'\P\\o]\\|\r','\P\\o]\\|\r','Ӣ9\\\\MϏҜD3\\9MQ8%','',0,'?'),('\[Trged#ƪ\','wp-content/plugins/wordpress-seo/js/dist/search-appearance-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1?\17%h2',' =Akpihpq@6mUsI`!i','',0,'?'),('Ӎ?K %Q6$\3','wp-content/themes/twentysixteen/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*g\!\\NB\n','\\rVo\g\\ u\\D!rbR','',0,'?'),('\l2\O`\\','&m\Z\F:>2\O`\\','a3\kWS\\\\AM\\3 ^ƹH','',0,'?'),('B|\n}@-\ i','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/css/sass/index.php',0,'i=\\0!\\\\','i=\\0!\\\\','Aũ\`97}b>MH\\\JHh\\|Fj','',0,'?'),('P F]q\\N','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_airplay_24px.svg',0,'\%b]v4)+\r','\%b]v4)+\r',';yDNFH\\p\ZETy\b22_\','',0,'?'),('@\?kzI,','wp-content/plugins/wordfence/js/admin.ajaxWatcher.1550163483.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r\-c/#mO\','v޶#N\0\"\kf\\B{Δ\RTi','',0,'?'),('$)_!e]x','wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php',0,'hmN;.j$\'','hmN;.j$\'','=tB\\\l\\\z\\6ҷԖ\r(\','',0,'?'),(' wBb\kK','wp-content/plugins/wordpress-seo/languages/yoast-components-gl_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\?\w vg\\','\G2\SG\t$5m\&/;\e','',0,'?'),('1\o%q\A','wp-admin/js/inline-edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[;`rɮ,o\\\','\h\$77Τtl\p9@Т\t+\c ','',0,'?'),('JLpdq','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg',0,'G\#\\I\֑/\E','G\#\\I\֑/\E','S\!\\\Wni}COB\\Ѓ\[T','',0,'?'),('K\ |#$6<}K','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-timepicker.php',0,'/P&\\vUe','/P&\\vUe','\\Gr#\E?\O4Vj1\ۨ','',0,'?'),('PV1\3!\'V:','wp-content/plugins/stm-configurations/page_importer/assets/js/app.js',0,'\rS\ɞɞ:pJ(9 ','\rS\ɞɞ:pJ(9 ','Iz?(H`{ed,\-\\\','',0,'?'),('S\\^{','wp-content/plugins/wordpress-seo/js/dist/babel-polyfill-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\sP\u\%\z','\\50\Z\0|B \{ J0\\\zVm','',0,'?'),('h#\p)̣<5ت\','wp-content/plugins/LayerSlider/static/codemirror/addon/lint/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('mH\:M\\\*^','wp-includes/css/dist/editor/editor-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\(Ҡ\g- Bq\','y{r>K^s\VS2oH֏\_\\)7\\','',0,'?'),('s{ҭ\\\G','wp-content/plugins/revslider/admin/assets/js/codemirror/util/loadmode.js',0,'\,\'rFF\Nzw','\,\'rFF\Nzw','\Zb\uܭl\9zx\РZP\B\\$','',0,'?'),('wXKE\0','wp-content/themes/pearl/partials/vc_parts/infobox/style_9.php',0,' H-\x\$ňF\',' H-\x\$ňF\','hOe\\S\S|EŁM<\C)\\','',0,'?'),('zh9\\ꈦ\\Xp+','wp-content/plugins/wordfence/views/scanner/no-issues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xt-|F\\\\e','\\_?7\\c:_\@\E\Js[','',0,'?'),('\\.? :,','wp-content/plugins/really-simple-captcha/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%\t\O','HХ9 \\McC62\FS\','',0,'?'),('vV5ǃ\D\u','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڄ \n1h;!\','M ϡ\ \pk\)\\!\r ','',0,'?'),('\\\iPGN$\','wp-content/themes/twentyseventeen/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\͈\w\wK','\:($KѼyϏ\7b\\f㓶','',0,'?'),('[\\܀xMGL\\','wp-content/plugins/wordpress-seo/vendor/autoload_52.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j|ٚM\\','\8A”۳\\ww9b T\J7\\e','',0,'?'),('L\R\!>jCu','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/iconbox/iconbox.element.html',0,'ٸ\r\ֽ\nވi','ٸ\r\ֽ\nވi','(0\Z ɏZ+Y~\)]Th@Jb','',0,'?'),('ż>&8\b³)\,\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_verified_user_24px.svg',0,'|(s0$\r\ {j','|(s0$\r\ {j','Ή(Zv\o\$z\\ >{\\Y,Nk.\Q','',0,'?'),('\?Z;\zP0Cq\','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_underlined_24px.svg',0,'[A|1H;>','[A|1H;>','\J(T %_\3tҐ\\\5#01<','',0,'?'),('\0fmU֎e\nJ','wp-content/themes/pearl/partials/global/breadcrumbs.php',0,'\\Zj0\\\{Q\\','\\Zj0\\\{Q\\','$C\rdTh\1ص\! uST','',0,'?'),('\F{\A','wp-content/plugins/wordfence/lib/sysinfo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۍ\Qꅳ\9\\','!D#D\"0\z\t6\IHԆ\\\\0̈\Zd','',0,'?'),('\\~\aDeF\G','wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\\n\\*8f9\',':i-gl\BpLj\)<\\ޒSw\.','',0,'?'),('\E\\\Q?\\ (\','wp-includes/class-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nG\`1c\^~\','DW\\B\K>y\>$Uf\\x\`y0\\˼\,','',0,'?'),('a!\xz*yW\','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php',0,',WuX\>:7+K',',WuX\>:7+K','\}\\^\*}g,={RD?◻','',0,'?'),('ZhˮUW=1O\','wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('.݁BxKY','wp-includes/ms-default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\\\q0\H;','F-\\ck_A\LMċ9e֗\"','',0,'?'),(' $:\}j \\\','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_disc_full_24px.svg',0,'\+Փ\v2','\+Փ\v2','xڮg7\,.o<5Pf4]\r\K','',0,'?'),('\k1uJ\P','wp-content/plugins/wordpress-seo/js/dist/wp-compose-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aR\P]\\A@HTH ','\\0.+oPo\\% f˴\\\\\\U6\O0','',0,'?'),('\6\~e{\\".w','wp-includes/widgets/class-wp-widget-recent-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3C.\co','s+MqgJ%t\\\\y\\\f\0\m\\','',0,'?'),('\W/*VNk','wp-content/plugins/wordpress-seo/languages/yoast-components-pt_AO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OnǐI$Ȧ_\','\'\nwi%B\Kn%\n!\\\4','',0,'?'),('*O-Lτ\\\r[\u','wp-admin/css/about-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\t\:\\U\','|\-&a\Ά$\0ϙ','',0,'?'),('E,\Uuu\E\t66','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-handshake.svg',0,'\UP>Z\vB$','\UP>Z\vB$','m-4т\d\ɜ3p.6x \DLT[\','',0,'?'),('T,R\ \\{\lj','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_done_24px.svg',0,'K.\08\`\ ','K.\08\`\ ','2l/V\sa\\'ѭ;vy\\k mT','',0,'?'),('Tsc{\w8R\"&','wp-content/themes/pearl/assets/js/i18n/datepicker.tr-TR.js',0,'\w\\nJmbu*','\w\\nJmbu*','Zi\@\A\_c\hXjYƑ\r\뵬PE','',0,'?'),('[C^N6R&\5#H','wp-content/plugins/wordpress-seo/languages/yoast-components-fr_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\ \" |\FF','\75Ioh&L\\\n\"\Tnl`','',0,'?'),('_!N6#\"=uq\}','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Km΢2\t\\\','[G\\,1*:c\\u\[\','',0,'?'),('p\8W4\kc>8','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݾ\2iI\'\z\m','h\qUtx(\m8K퇗\\'\2haq[s','',0,'?'),('y~/ݺKJ\ߡ','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Signer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\xvmZj\\M1l','}r\_\ \0>.ա\E\F\\|P\2^~','',0,'?'),('Xo\\~_k','wp-content/plugins/contact-form-7/includes/mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\]K~M+Rk_㏊','\̠O+\\b\\ L\\yA\0q','',0,'?'),('MG&!l6\\"\\r','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg',0,'K\Iφt\M','K\Iφt\M','\\\t\ZFСRX\\/>\','',0,'?'),(',uka|Zۑ\','wp-content/plugins/mailchimp-for-wp/integrations/wpforms/class-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\\V4\G-p\','\͜xC).Ϟ\t\B\_\\j\\d','',0,'?'),('6o8N oL;','wp-content/plugins/contact-form-7/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'X\\"l62\\','\nw1\C&\U\^ɬiws(!\k','',0,'?'),('\Lao$7','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/steering-wheel.svg',0,'\%7\\0\/A','\%7\\0\/A','W\\-\\O<$Š~W\','',0,'?'),('\~X\"\\\','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/search/search.element.html',0,'=0\1\G','=0\1\G','\\r*\d; f\)O\\%\n','',0,'?'),('),\mr8\]\L\','wp-content/plugins/wordpress-seo/inc/indexables/class-post-object-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\yP1ޗ|\Zr','i\/Wی\\վJ?\k\L:-u\d','',0,'?'),('\N)UF\"\\\:tk','wp-content/plugins/wordpress-seo/frontend/schema/class-schema-context.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\U-˗tz3V丨','\b?\\lo;9˥K\^э\Ap_N','',0,'?'),('\\nRb\xg','wp-includes/css/dist/block-library/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\\2 \','&\\ I\9hzE˙d\\+\rM','',0,'?'),('\|@кѶȽ1jJ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/euro.svg',0,'X\bU{,','X\bU{,','\ ?-\|*J_\nD\ʻ\@*!R','',0,'?'),('\\\\5B!\Eh\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_4_24px.svg',0,'~\jĽp\a*ӭ·','~\jĽp\a*ӭ·','`.\3\bl\Ζ\o\\d4A\F\nJ ','',0,'?'),('yc\\\4\B','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2.php',0,'0\!^*>C]#\t','0\!^*>C]#\t','\`~\x\G<Vf\\r\r\d|,^\'','',0,'?'),('Y\0)\r/j)Ar','wp-includes/customize/class-wp-customize-filter-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\\`f\\0\iu','\0<\nj:\YF\d\w\ \','',0,'?'),('c\Y JBH\','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Bߛ\H \}0\','\\\\w\0\\l \\\?\','',0,'?'),('؉ iIqt#]4','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\\.\rz\m','32Z7\\\3P9ؾ\n!@U0','',0,'?'),('{\'f>T\\'\0SJ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php',0,'UKmKU;$','UKmKU;$','\\\E8N7\;P@-\[wkP','',0,'?'),('\n\[Q,<','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/TableDefinition.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' )\V\G7\4','#/n]\'~?\\0b֠\v\ro','',0,'?'),('\\\\S\"%K','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_24px.svg',0,'-N0|\Vn\"\','-N0|\Vn\"\','\=*/\gك\r\0g\Z]%\\','',0,'?'),('/Su\:lZ\\','wp-content/plugins/revslider/admin/assets/js/edit_layers.js',0,' ܉`O\\TaϞ',' ܉`O\\TaϞ','kQ\\Lii\\\\\'\4Uyԑ45,Ph','',0,'?'),('2y\wGnd[)q\','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_router_24px.svg',0,'vS4gB','vS4gB','\\ѝvɰ2O7\n1Sp\U)\3G','',0,'?'),('3H\\Zi\\ݺ:\','wp-content/plugins/wordpress-seo/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\lSJlp} Y/','u\\!>.\_Rk\X\rfEߧ','',0,'?'),('6,-n؆','wp-content/themes/pearl/vc_templates/stm_projects_carousel.php',0,'bj?\@C6\\+\','bj?\@C6\\+\','X\p\S\nL9ip^>c7BuE\\+','',0,'?'),('?cKl}g5ᴐ\','wp-content/plugins/contact-form-7/includes/submission.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\(wM~C &#','F\0\%F\/Ї\\1:0Dj bIɟy','',0,'?'),('JM#Wݗ5 0\','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5#RR;S\n\','Bź \"\.0<\Kw-\*\j9} 7d','',0,'?'),('R;lzO\8m<3Nie','wp-admin/user/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˹\\޳Ht\i.','~\\l&P}@M \\64\gDz','',0,'?'),('afh=F\\T\:6','wp-admin/includes/class-ftp-sockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l9\U+E\X+','\\;\ \\:sهUƀa\e','',0,'?'),('y :4)\.y','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js',0,'\\\/\ߤߙ[t','\\\/\ߤߙ[t','\P `\dq:\iLI|\$v','',0,'?'),('\\;~ӷR>','wp-includes/class.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\st\Qr~Hn\J','\\nD9\T7#~-:\nZ*#qV\\)| ','',0,'?'),('nvpe\\\\\}\','wp-admin/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.{=a\%\'y\','\\\of\˷\\n#\','',0,'?'),('8{\ {+u\O','wp-content/themes/pearl/partials/content/stm_projects/layouts/layout_2.php',0,'\o\\\\\n\{{i\','\o\\\\\n\{{i\','WȽC\\rT $$$\\`\b =rQ','',0,'?'),('\\پ9[wq\_\','wp-content/themes/pearl/partials/content/stm_events/layouts/layout_1.php',0,'1ʊlϳ,>H9','1ʊlϳ,>H9','\ti>\\\S:j\){\\m]֐-\tSL','',0,'?'),('n\~ԥ~?','wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php',0,'S\_ u`ƳV#','S\_ u`ƳV#','\leᔈ|\r(z\ZLp\\j+Ѳ','',0,'?'),('\\'ij','wp-content/themes/pearl/partials/vc_parts/posts_list/style_12.php',0,'Sfy{bXj\TX8\=','Sfy{bXj\TX8\=','\z\EbO#r7\&ǐSo>T+[\g','',0,'?'),(',]>۱̏h','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_language_24px.svg',0,'\ND ǩg;\\+M','\ND ǩg;\\+M','2A L\ \߇2Oy\','',0,'?'),('ŋQ>\Nf3wS\\\'','wp-content/plugins/js_composer/include/helpers/helpers.php',0,'@|=V\\z','@|=V\\z','6\<\+=F\[\4g w%:k6%I@','',0,'?'),('\P\$ \k[\r[','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_rv_hookup_24px.svg',0,'U9rm7D\"\C','U9rm7D\"\C','$0M[\\'+`Bŗu6[RY','',0,'?'),('\ \\\\…Tn]','wp-includes/Requests/IDNAEncoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\}2\\Pر','\M?~\"\\u%\[,l+?F-}M)','',0,'?'),('\\p >ܗ, 6M','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_comment_24px.svg',0,'\Z\ \$\V2_','\Z\ \$\V2_','p\کbܚ\9Yp @G\kERqe\Ѐͧ','',0,'?'),('7\7ޖz','wp-content/plugins/js_composer/config/content/shortcode-vc-video.php',0,'E\P9tu\rηH\@','E\P9tu\rηH\@','q66Ӆm\\\\0\\\`\\4?_j\\ݵ','',0,'?'),('\w\\F=gG~','wp-content/plugins/LayerSlider/static/admin/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('{A7?\0\Z.\','wp-content/themes/twentyseventeen/assets/images/header.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0C EK>5|‹Q','|%`\}3?M\±KXWMEX','',0,'?'),('\ym\.R\n~\','wp-content/plugins/wp-members/includes/admin/api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&6 \y\h\','\H\\ \v\3fhqT0#U\\щ :','',0,'?'),('\\Z3\H{\Dz','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r\ Ϭ\n+n','^q\N\\\Т\&yN~\'S//>}p','',0,'?'),('\F\\Ot3\\v','wp-content/plugins/js_composer/include/autoload/vendors/wp_customize.php',0,'Tې(=ʈ+8H','Tې(=ʈ+8H','0\\W\h\s־\\\\'ҕY ߔ','',0,'?'),('$BWm8\\Rm\','wp-content/plugins/wordpress-seo/languages/wordpress-seo-he_IL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','do\PnK-SUj\','\[f\\\"\9 \h՜з\\G-GF','',0,'?'),('(|n\sARF\+','wp-includes/js/crop/marqueeHoriz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̮;\\\Lo\n','|\\\S\e|.\/\QY\W}(','',0,'?'),('1\*X\>_i ','wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1230-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m8\T2yɜ','ʵM«Fc \/\\\0\\\{\\̰P ','',0,'?'),('C*\H\䙆[[ ,\','wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php',0,'o2SM|\\"\z','o2SM|\\"\z','xhy>\05I]\ \\\9D','',0,'?'),('FѺyͯT\mE','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/app-root/app-root.component.js',0,'\U]ԅ_`!wz','\U]ԅ_`!wz',':\r{\*P\r _@^\Ox+5;9','',0,'?'),('F}y\k\(&Sd?V','wp-content/plugins/wordpress-seo/admin/class-keyword-synonyms-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ktl \Źew\&L$','\\}\$Τ2ݯBf\n\>uX','',0,'?'),('je\\b= ','wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\~V2:5AY-','\r1BMSDА\y\&.3xR*g0','',0,'?'),('m[? <4\ܜ\Uj','wp-content/plugins/coming-soon/public/vendor/fontawesome/webfonts/fa-brands-400.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{l،sF\\\ \\','\3\.\1Ey\$i\+K%`M','',0,'?'),('52K,J\\"S&p','wp-content/plugins/wp-members/includes/admin/tabs/class-wp-members-admin-tab-dialogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\\\$|\"\r\0-','Y\YVЌ,ؚ>\0-',' 1\\\cG#&L(, bض\y\׀xl','',0,'?'),('S?sƛ\\\\','wp-content/plugins/revslider/admin/views/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('x2_.\~$\)','wp-includes/js/dist/core-data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\L\;\" \}k','e\l!\i5\0p~JAvL+bx~','',0,'?'),('Ὀ\\\5f?hk','wp-includes/widgets/class-wp-widget-media-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\C15tʗ,֣$',']Ҕ\s8\\Hb@REI\l璱a\/\"','',0,'?'),('\&\qũ\\[u\W[','wp-content/plugins/stm-configurations/megamenu/admin/includes/enqueue.php',0,'(UEYtP\ί\n[D?','(UEYtP\ί\n[D?','R\\/sKHbt-\N\ֻd}9y[','',0,'?'),('\\\nO& ','wp-content/themes/pearl/includes/theme/vc/modules/sliding_images.php',0,'%\90];N<q','%\90];N<q','M Y\ECt\ܣk\V\0+ŭ5r','',0,'?'),('8`9\?BbБ','wp-includes/js/jquery/ui/effect-puff.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\;L\ws','\H\\.l\q\7L`imœ^','',0,'?'),('SYCO2瘍\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant-money.svg',0,'C4x;\|\\\','C4x;\|\\\','2\'\\ɣZ \\\\DKUvW\X.\1}\\\','',0,'?'),('5\p\rmk\\\\\','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-sv_SE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4.\\n\A7n\Z',' 9\\n\\M\\\0<k','',0,'?'),(' \V\Ja\'ݓ \\','wp-content/plugins/LayerSlider/classes/class.km.autoupdate.themes.v3.php',0,'\Cy\7\n:\\^F\','\Cy\7\n:\\^F\','\@4\1\O?\ӄ\\\_\\j\\','',0,'?'),('\\{\Pf6*','wp-content/themes/pearl/partials/content/stm_donations/single/comments.php',0,'z4\'z\EZ','z4\'z\EZ','ՠ\g2͍IqD \H]\','',0,'?'),('5\\~\iPw\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/apple.svg',0,'o6<\@','o6<\@','Qxuc\v\˜\>\Ġ2\x\','',0,'?'),('2\U\8f<\\D] \','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_30_24px.svg',0,'\\\~661D\\','\\\~661D\\','ᖀv8Qa‡\(\\\ \wI+\|','',0,'?'),(':W\etQ=iĜx','wp-content/themes/pearl/partials/content/stm_media_events/parts/media_links.php',0,'\~3[,` \\A,','\~3[,` \\A,',';J\?4\JUQ\*\"-NNrB','',0,'?'),('_\f\i\','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_images_carousel.js',0,'-hpOw&','-hpOw&','\n\(RJB-\X\ܘVe\','',0,'?'),('c\̎$\n\'@\r\','wp-admin/setup-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\ZL%\N;\\?','\\-\\\\0oaZJK\\>z:ۙo\'f','',0,'?'),('f~)iaHYo\td\','wp-content/themes/pearl/partials/content/post/parts/comments.php',0,'sGC>wR\i9u ','sGC>wR\i9u ','~)&h\p\y\c8\\sh\\\\\]\7\\'','',0,'?'),('m֙7,\} ov','wp-includes/css/dist/block-library/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\c\\Cm`u','F\V;\cqAF`6\\\ʵ< n,>PdY0','',0,'?'),('{#\\','\\ \\\>','2!p1P\0\Q++\ra\fB\Y\}&','',0,'?'),('j|*X\\/?','wp-content/plugins/wp-members/includes/walkers/class-wp-members-walker-nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lgDB6m}z}\ZT\','Q\r\]\g6\9\nqh ]2\"w','',0,'?'),('\VtS-\','wp-content/plugins/wordfence/views/scanner/issue-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?}Ɠ.Μe1U','MT\z\\X`પmO]$sX\','',0,'?'),('J1M\F< ','wp-admin/js/tags-box.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}m 9bwLjo','{\\-\'\z<9\N+\,\t\\\[L&\','',0,'?'),('!va\\A 3','wp-content/plugins/wordpress-seo/languages/wordpress-seo-vi.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q& ','',0,'?'),('QUu\U>','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_cart_24px.svg',0,'\|F\\\5CV\:\\','\|F\\\5CV\:\\','\Ԟe\;nTG\Kk`\߈6\8','',0,'?'),('\?ڟE\$PF','wp-includes/pomo/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-o-j\\`|+','ce\IB\'\n!)&Tй\\V','',0,'?'),('\hY)W\\'\v\'\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@=f\ \Qҳ`}p','\r\'#\iEe˫\\uΘSrr\\','',0,'?'),('\K\F!₄=\/7\','wp-content/plugins/mailchimp-for-wp/includes/class-debug-log-reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Ɗ[j8u(','}\(\G[\]FK\#h\R͜\\','',0,'?'),('\\uۜ\*\\\','wp-content/plugins/disable-gutenberg/inc/settings-reset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ButOI\\\',')\-<\rYB &zTag@>)Xx','',0,'?'),('\\6bg>_','wp-includes/images/wlw/wp-watermark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';uMmܭD|w\D','S\ nR\'X^\kh\ɑ\i\7','',0,'?'),('\:\\\^\ 6T4','wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h+6QyHoh','0 !k\\\0\p;_!','',0,'?'),('\\痤\F{Yr{\x','wp-content/plugins/LayerSlider/static/codemirror/addon/lint/yaml-lint.js',0,'x$,=g\','x$,=g\','35:\!\7u6@1*\\ZyN80*','',0,'?'),('mr\8pr','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php',0,'-q=@Tp\N9\y','-q=@Tp\N9\y','\05 b\FK-\MY\\p\\ }\no','',0,'?'),('\S\((\\'','wp-content/themes/pearl/includes/theme/vc/modules/post_prev_next.php',0,'1cѽ|{\#en(u','1cѽ|{\#en(u','ᬎz\t\~!9\\\Q\5 l\yKg','',0,'?'),('0(\ZJ£\d','wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_FR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\,I\t?\ZZ','!\[p\n\\&dƕ״@\(\\C','',0,'?'),('hx\*(&\\kO','wp-content/plugins/wordfence/views/blocking/country-block-map.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uyGF,{Xz','%Ԝ5;x^)G(\o','',0,'?'),('\\'Kzf\','wp-includes/customize/class-wp-customize-header-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Bn\@\BĻ\> \','!?Xэʾm\؉RE\ ~kt\','',0,'?'),('\5#\"8%`}','wp-content/wflogs/template.php',0,'lC db\.˴\v','lC db\.˴\v','Z][WP}\,7*q\\\n\\Ƒ\','',0,'?'),('\rf\h\8!','wp-includes/Requests/Exception/HTTP/500.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\km\n HM\','FO V3\"\\!k\P','',0,'?'),('\r#D\je]w','wp-content/plugins/wordfence/views/marketing/rightrail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[.R7\\\','G\R;ݖ\nˆoxKh\ZS#rUk=\\h','',0,'?'),('Hc1ް=','wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A\Z\Ș\n\Zw\|5','Y>\_\\\\-\"GRm8*\iY','',0,'?'),('v9b\$L','wp-includes/random_compat/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X:,t]7=Q\E','\,t\0_gX%4.\tP]\>JT4','',0,'?'),('JƽB\o\I\;','wp-content/plugins/mailchimp-for-wp/includes/forms/views/add-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\j\iz\@}\ZʑePz^ݢق!\R,W','',0,'?'),('[\n\G{\\'q:','wp-includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5h\\4Ѵ\\\\\','G\\zJ 2r\%\2&7O{\3\','',0,'?'),('\\\h RX\ S*m','',0,'?'),('iq\ӛ{fB ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subscriptions_24px.svg',0,'+^\G\0w\\)T]','+^\G\0w\\)T]',']\\=\ m0w\8Iz\3\ \b','',0,'?'),('m݅\"恅t \)B','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-diagram.svg',0,'\\[ѥͤ','\\[ѥͤ','2\r\\'}%a\\ BW̝\\\\x\\','',0,'?'),(' ʊn\Z','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~mʱ\>khd','PVPK}ٰ_F\\S:\\\\\\\','',0,'?'),('lv\"(\\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=i\\n7tB6\','',0,'?'),(';NZ\\','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/js/cmb2.js',0,'.\\"$\\\&oa;?','.\\"$\\\&oa;?','\}iAo\\Z}%5?o.o\*mS\\h\v','',0,'?'),('J\ח_y zx\6O','wp-admin/network/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\k~{[`Pn>O','oG\\s\\i*J\4B%O3*','',0,'?'),('\Ȁ\~_q\I\S','wp-admin/js/password-strength-meter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z \\2|&U',':dl&vl!2AU٫{¶拐ߵ','',0,'?'),('$ov\\MUqX','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-zh_HK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S7+\\\\Ŝ','KJ\t5Smq˅أ\\\\3M\','',0,'?'),('\\\\D >F,\','wp-admin/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\t\g\\\s\J','p\#\\n,k:\UZjo7&Χ M \^','',0,'?'),('l\fƶ\\n\'M','wp-content/plugins/wordpress-seo/admin/links/class-link-reindex-post-endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','궖\\῁GB','w3K\\ \\P\7\ \\\\V\e\+1','',0,'?'),('|\bn9`>肉\','wp-content/plugins/revslider/admin/assets/images/sliderpresets/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\M(A$\n\k\\\\\','wp-content/plugins/wordpress-seo/languages/yoast-components-sk_SK.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\٠ ػ2ݜN^','\j\;\Z^H\nqվ\\m\P','',0,'?'),('\\|vI~f~','wp-content/themes/pearl/partials/content/stm_products/layouts/layout_1.php',0,'[m\;͋\\*#k','[m\;͋\\*#k','E-d\\\1sݎ:I\x.jV \k\"\','',0,'?'),('\\/\};ASh','wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_18.php',0,'B\Z#+\i\QCV','B\Z#+\i\QCV','\W}ri\L\\ms\wɊv\H`#K\r','',0,'?'),('\ngF%_m ','wp-content/plugins/booked/includes/functions.php',0,'}=$\YNOT_WL\nH','}=$\YNOT_WL\nH','x\ 110C)%~\t\\\-','',0,'?'),('\&Ż(','wp-admin/js/widgets/custom-html-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' s\\4\[,\','jNٸ\SFsJ*11I\d;:(\n','',0,'?'),('e/\M/','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_LoginTicket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@n=\\}','Dk[-iς )2OD 0!\\hg','',0,'?'),('\)1\\\\','wp-content/plugins/wordpress-seo/admin/class-admin-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%ªzRB\0r_’','4 ic(`}xb5L\e;Oz\D','',0,'?'),('\s!K>l','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/cart/cart.element.html',0,'\>I\\">@\ ','\>I\\">@\ ','3h+\:CU\h\\-qLk)\0\YC{\','',0,'?'),('6\0)H2','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\\j\Myl\','\\S8{O1K\{4\\H\\\#z^5\','',0,'?'),('Bw\: ՗k\.I','wp-content/plugins/wordpress-seo/frontend/class-breadcrumbs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YH\\\R\.Z\'','Z=\uԃ[A\0\;\(î\nBR5|','',0,'?'),('Hv\rN6\ߚF۷','wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_4.php',0,'\)֝3w\ 6\y\"','\)֝3w\ 6\y\"','\d\*3\\rG\0/\$o\0У\Şr','',0,'?'),('J`Ny_\(I]|','wp-content/themes/pearl/includes/admin/theme_options/includes/src/services/previewGenerator.js',0,'\ )tB]ha?','\ )tB]ha?','\Fԣw\G:\ cQʓOb','',0,'?'),('V; \6\\\́=ƾ','wp-content/themes/twentysixteen/css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ľ\\j','\05iVroF\ʛAM\\\Y|C \','',0,'?'),('W[\\lF*Q M','wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\'\//pMAY\','d66vo&\\\=(/+?Gh\I r \','',0,'?'),('r\[ (0,8-','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php',0,'\\XOl\\\M}','\\XOl\\\M}','f\.\~Rm,[CZ5c(fvX\I','',0,'?'),('ןz =Z y','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-plane.svg',0,'\ZM\ZH\\(Jj\\\','\ZM\ZH\\(Jj\\\','JS^廊j5w;#--\','',0,'?'),('i\].hNB\tR\6','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_off_24px.svg',0,'K8x!\y\`A\\\','K8x!\y\`A\\\','&qU\0\N/Q\0\!\\I\\\'BL','',0,'?'),('6@\g','wp-content/plugins/wp-members/assets/css/select2.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G[\-/Hd&eLV0H','} e\\JŇ\ _<\\ldk\','',0,'?'),('=CѠ\\*TX4','wp-admin/css/colors/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',': k\Z r\LZ','PjZx\0p>mF\3lr63E~ғAg\','',0,'?'),('›\k\Z붛\','wp-content/themes/pearl/assets/js/i18n/datepicker.ja-JP.js',0,'E\F`l]','E\F`l]',',|\0_ \Ë\jW!\A/t\-UĴ','',0,'?'),('\ڷt\gZgE','wp-includes/class-wp-http-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.T4 ,[J\\ц@\','\V&\\ CNݛu3ΈM\@J','',0,'?'),('\00U%ٰ\\]\','wp-content/plugins/booked/includes/shortcodes.php',0,'SO\,\r?E\g}Wr','SO\,\r?E\g}Wr','=$\U\a8\#{cZ\nj|','',0,'?'),('\^{8=+ITD\','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php',0,'o\\r~{<[1','o\\r~{<[1','(\\\jK\\OeR.{+oB\3W\\','',0,'?'),('\ \\It13&','wp-admin/js/nav-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\v>{\G','Ӻ9\f\1[\^\6\"UP\','',0,'?'),('ޓT^BLXR\a] \','wp-content/plugins/wp-members/includes/class-wp-members-validation-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0J\\\rЯ','B \ݩQ\l\\\\\!6j=','',0,'?'),('-+\\Zז\6q\','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Taxonomy_Base.php',0,'\\Q}K*7\r`','\\Q}K*7\r`','\4\\w?\-3\]N/Q}r{P\~i','',0,'?'),('\0m$SI\$','wp-content/plugins/coming-soon/public/vendor/fontawesome/css/brands.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\vX\qq\','Q,\Yg!\jVtD\E?RB\\J','',0,'?'),('\Gl\\ݠ_\','wp-includes/js/dist/date.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\5\Z~o\','\򔞹-Mb&\r \EuA ӫ','',0,'?'),('\"\P\\nC.\','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_devices_other_24px.svg',0,'f? au`{s','f? au`{s','?R\\\lFN\\\\\N;cF@&\','',0,'?'),('$\A\oi>$','wp-content/plugins/wordpress-seo/languages/yoast-components-nl_NL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?q\08Go\&\r8\0i\r','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-time.svg',0,'\\9\\{-\','\\9\\{-\','!1ָ\\~>g \\\1\Zy +ѹ','',0,'?'),(';?2\\S\\0p','wp-admin/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\3Q:U\r^\%','RmقAإ&`\RX\rI&O','',0,'?'),('PK%\r','',0,'?'),('aq+^JUS','wp-content/themes/twentyseventeen/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*q\\w( \4YM\Q9+','D\إ\η \ێ\}L $:n8Yހ','',0,'?'),('jb+CzOV[kF','wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg',0,'Gf񤭧\\mN','Gf񤭧\\mN','\!n~\Z>Zx^a\䂚킬z*\','',0,'?'),('jpdr>=E\Z','wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php',0,'[,\x\\O\;M\','[,\x\\O\;M\','lh{x\+j88ID<\Ό','',0,'?'),('j\P>\\GF','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\i.1K(\\','YAy`%8\\\0U\\=Z@\njs\"','',0,'?'),('kH\[lfz,','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_horizontal_24px.svg',0,'G8FG{( ','G8FG{( ','!.Tu#\\׿\m~\0DXϮ\m\^# 5A*\r','',0,'?'),('lP\@[$`c\2}','wp-content/plugins/coming-soon/public/images/themes/60.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\U\\j7zx)','x\2l\4\w\5y\\kƕh\=v\Y','',0,'?'),('nMhnSj\','wp-content/uploads/stm_fonts/stmicons/consulting/stmicons.svg',0,'^3Pm\ڭ\\\r\0 \\','^3Pm\ڭ\\\r\0 \\','\}\A锁+4(SAc;]%b\;i','',0,'?'),('u${\\\ܨv\','wp-includes/blocks/latest-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LT(Bu\g\\\]\P','\V>(G]+U,U@THD','',0,'?'),('~K ɁwwfC\','wp-admin/js/widgets/media-gallery-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\(\ \\\B?\','\n2sㆽ\C\o9߲)\$>\:!#','',0,'?'),('\\܍<\\'ӌ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_add_location_24px.svg',0,'\0\`>8\n8\','\0\`>8\n8\','x11&2^*J/\c@fK~<.[_,','',0,'?'),('}z#\Z','wp-includes/Requests/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','52]{} `X','\I?~\4\]4\KF\"vI(','',0,'?'),('ƌ\Z\\,H','wp-content/themes/twentynineteen/postcss.config.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x ZSY\S\m\" a','\UYX}m \",W\9:۸\.\෦Ho\"','',0,'?'),('nW%\1?n','wp-content/plugins/wordpress-seo/js/dist/wp-seo-metabox-category-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\,\&zGzv\\*','\A%9\\{P|cA\_SgV','',0,'?'),(' V;\Z\','wp-content/plugins/LayerSlider/static/admin/js/ls-admin-transition-builder.js',0,'ÿQހ`WԊj','ÿQހ`WԊj','+\0m\\\\\\s\n\>\%','',0,'?'),('4y3%k \','wp-admin/js/widgets/media-image-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',VL&Z\\"\','ZtUO\vK\xOA_V\xI!@fl','',0,'?'),('n\0\\1 \\\n@','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_confirmation_number_24px.svg',0,'܄\4\\t_','܄\4\\t_','*),\$ O*>p07g\\'Q\6\0Z','',0,'?'),('a6z\n^\a\','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_bar_24px.svg',0,'CH-]\VHR','CH-]\VHR','ˢZ$\\ {\\\tm9}\0\\r','',0,'?'),('\ | ','wp-includes/js/masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Nu\˯A+k_`2','\'\\D\r\\<ĩ\\h=\t)\','',0,'?'),('}mHœd[\[','wp-content/plugins/stm-configurations/importer/helpers/theme_options/conference.php',0,'l;\\7mv','l;\\7mv','M}\\\KϹnז,Jx\,].\:\r','',0,'?'),('w~Iv X%\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_24px.svg',0,'\rdm+\>_MNt@T','\rdm+\>_MNt@T','X \\\\DC\\7\^=\C P','',0,'?'),('\E33*t#|\\','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.0.7-rename-debug-log-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\F','a\p\vLX q \\s\2L9\6#','',0,'?'),('\\v{C\ҧ4I','wp-content/plugins/wordfence/lib/wfViewResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\9\ֿYCA4|\p','{30pDr%#\Mz\_\ϔK}Ao6MR','',0,'?'),('\\\IjR\'0u\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-pyramid.svg',0,'Z\7q.4\UW\\','Z\7q.4\UW\\','9ix,zά\8u~)6\ݔ M)%l','',0,'?'),('\?ϳ.\\\\;H','wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1230-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r\3h\'pj\"\','\T0Rc\4 !\@@U@\nk-','',0,'?'),('ؐyFYLM\\i','wp-content/plugins/LayerSlider/views/transition_builder.php',0,'bbOxU\<\\kE\','bbOxU\<\\kE\','ӆiRQqE9\#J| ߂p2(\','',0,'?'),('\p$^dZ','wp-admin/network/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\\nݰ\a',' oz#\ \\\',YÊ47\\\\"','',0,'?'),('\[K\\b\\2 8','wp-includes/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nr_\hOA]\\n','\&x\_\`DV\\!BM~\"','',0,'?'),('\0љrxQ&:\P','wp-content/plugins/LayerSlider/static/admin/scss/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),(' -5J\\\\dt\U','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_security_24px.svg',0,'\uRX(\rz;\"/\','\uRX(\rz;\"/\','ᘐ8\N-Ę~\W!o\nXW2.,ܓ','',0,'?'),('1K@\','wp-content/plugins/wordpress-seo/admin/config-ui/factories/class-factory-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\u\\t\G1','\h2ͽ\nk}5\r:\n','',0,'?'),('\'z%*[K\\k','wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php',0,'\ 7tD\x','\ 7tD\x',' 8\\\\\ v핉Y1-c\3$\*2\S','',0,'?'),('j[ͫbF\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure02.svg',0,'x`CsW\j\','x`CsW\j\','\Z\Rӧ\\>c.V\0hW\U_\n\ \v[','',0,'?'),('\NP<U\','wp-content/plugins/contact-form-7/admin/css/styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\S/:!x\\\PA','PPsFT)β\\\rkQ\\\ @=','',0,'?'),('\\X\Jp','wp-content/plugins/wordfence/lib/wfBrowscapCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T\\Q\xj','\\1YTЈ\qW6݋\h ','',0,'?'),('\'\\'\̔\','wp-content/themes/pearl/partials/404/style_4.php',0,'`Z\#\\,','`Z\#\\,','\@ w\D\"c\\JʌS:F','',0,'?'),('%\}GM\D','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-featured.php',0,'\5\nDf?]A','\5\nDf?]A','[k Np\\E\\rUBd\\i?\xS\','',0,'?'),('\'\#308RUT\','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php',0,'\q \\*\tF| F','\q \\*\tF| F','ȫ#\g~]eq\'گ?uY\','',0,'?'),(')6*jkDJs\\n','wp-content/plugins/coming-soon/public/images/themes/49.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\"\nO\X-Z ','\\ǿ\$ʬ\r\x0','',0,'?'),('.։ƖOKG\','wp-content/plugins/LayerSlider/static/codemirror/mode/sql/sql.js',0,'\ yYB\'\','\ yYB\'\','\_\\\"4c\<6\P$`\Y\\159','',0,'?'),('0?\X8o\','wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php',0,'W!?\O\','W!?\O\','/\r]\\\$2HN\Bv0AI\-\d-','',0,'?'),('1x<\\>k','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-bs_BA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D B^a\0','l\O菟G=\f$\"\-Q5r_','',0,'?'),('HoC\\/[','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_1_24px.svg',0,'\\07>','\\07>','4B\YN4s\a-1Ng5Zv\bO0M','',0,'?'),('J랿h#:!^`\=','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rv,%f\n\2T','ᒠ\#0\\\q*n\\\\!\\\́\'A%!.k','',0,'?'),('P\[>ٟ RcU','wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ ꯚ9Y\x','r\.p\$\\ғM&fq\\\C','',0,'?'),(']Mrz\W9\4','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buildings.svg',0,'4\@׉)1\ƋtR','4\@׉)1\ƋtR','\6\ӣ\e\\\D\BzR\µs\\','',0,'?'),('dX$s\n\\w]','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php',0,'O7728[\Z\','O7728[\Z\','`xeϷH\\\nǮw3i\<','',0,'?'),('g~F\\r\|\ ','wp-content/themes/pearl/assets/js/vc_modules/tilt.js',0,'+D5ڸ1\'*\ݓG\','+D5ڸ1\'*\ݓG\','f 5M\\\\)\'\7\޳\8K2\X\ucD','',0,'?'),('n֢\r V5,\','wp-includes/widgets/class-wp-widget-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 鲞\al\ _ ','s6\D9q29]>i9by\*^4I̅','',0,'?'),('ol>\x~I \','wp-admin/network/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6fqI<\\@V!\m\|','`\,M[\b\& T%m\U eX','',0,'?'),('{\B-ӝC*݂Eǭ','wp-content/plugins/breadcrumb-navxt/includes/mtekk_adminkit_tabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&h\*‘GC{','O\Αˉ\%>E5ql\H\>8+z\*','',0,'?'),('y W=\Dq}\\\','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php',0,'\Z+M\!\0\'i.N','\Z+M\!\0\'i.N','\M]f`z *ʶˣA\r+kg5H\\','',0,'?'),('>CK$z9b','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows01.svg',0,'I\\ \\)Zf\\n','I\\ \\)Zf\\n','\V\{Tr*+o^\\)J{rWY\'','',0,'?'),('0jlS\K','wp-includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E98k>=\\vA\|K','Gȋ4<*\\\P(-\\OW89','',0,'?'),('\^\T\\5\\j-','wp-content/plugins/revslider/admin/views/slide-overview.php',0,'mB=\"D\0','mB=\"D\0','\{\\x !\B\ \\aNX.\','',0,'?'),('gf\_C}','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php',0,'{am4\\\','{am4\\\','ƋV2eDZ\rtBQL\\ȸK)y','',0,'?'),('ސq\ic=','wp-includes/class-wp-simplepie-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ hL$K:gq','\g\;-\a<ɐ$\'to=','',0,'?'),(',L\qm\\jX#.s\','wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php',0,'9F\?\num~@','9F\?\num~@','\ʆNqfƚuX#?\L\:\ɯ\\\','',0,'?'),('\nhS\\s\','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-sl_SI.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\H \<(ʨ\XP','hB&͜jx\\vu \g4>\\β\','',0,'?'),('sՌQ7o\\','wp-content/plugins/wordfence/views/common/status-detail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѿD\\0|s\W','\n* vQ(G\i\u\3@\\4*\','',0,'?'); INSERT INTO `wp_wffilemods` VALUES ('\7.?>F2;','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting02.svg',0,'n ;qa\','n ;qa\','XC\J|` ]0yW0J5h\xR,~','',0,'?'),('«\-j=uN\\q\'','wp-admin/css/farbtastic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\8)\}{Ch2U','|A\L\\Mb\xd8X\jX.\\^\n\Z','',0,'?'),('\\,| ;\','wp-content/themes/pearl/partials/vc_parts/posts_list/style_11.php',0,'\\\7{\\\','\\\7{\\\','@dM\4j}M\\_faZUO','',0,'?'),('\^d\KaagyaK\Z','wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/callback/setting/token.php',0,'\'\\XS1h\rg','\'\\XS1h\rg','\n\t\0\_\3؏ \v6c\\'2Du[\Z\\<','',0,'?'),('\lS}ƫYe^','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-ms_MY.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\^y(^!\n','\ ; \Q\渭Ţ}.$p\[','',0,'?'),('ᗏ\3-4','wp-admin/css/colors/midnight/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ލ\\0\: Z\'\\\','<.T\%/Z\oF\Z \ \','',0,'?'),('c3P +\&h','wp-content/uploads/stm_fonts/stmicons/app/stmicons.svg',0,'{Ps\;^t+6','{Ps\;^t+6','û]\0\\`\\\\\2C\\.','',0,'?'),('\\\','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/default/text.control.html',0,'LI \$','LI \$',')/++\Í>3tqpwUNaeѭ&Ǩs','',0,'?'),('x;?V\\)e4','wp-content/plugins/mailchimp-for-wp/includes/default-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̷ J\r.\\!','\\/\ϓZ(,\\*G\M\A\Fo','',0,'?'),(' (|LE','wp-content/plugins/wordpress-seo/js/dist/wp-seo-post-scraper-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\J\)jx*F\oV','.P!l<\T\\'Rz\a\'m+ݽ%','',0,'?'),('\"ڕK[@G\ \\9','wp-admin/includes/class-wp-theme-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\u\\|\r2?','k#Y\9g','|K\su!>','\"\&\\ 8\%lFc\a+HZ4s|','',0,'?'),('\'owLn','wp-content/plugins/stm-configurations/widgets/class-stm-widget-recent-posts.php',0,'B^\u1)\','B^\u1)\','Lx?\1\\㣼2=:\czK\0\2I','',0,'?'),('3!9 \=\6 ݡ','wp-admin/images/resize-rtl-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\M\\MH!YA','2\m\o\\{|ny˃4 (\φ\=','',0,'?'),('M\ZBmb-5','wp-content/themes/pearl/partials/content/stm_stories/single/parts/title.php',0,'\\\sU[@ >\\','\\\sU[@ >\\','\0n2)\m[)\q,\Ļۃ<}','',0,'?'),('Q6\B5r?\"9','wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php',0,' ݎL\kDv',' ݎL\kDv','\\\sB\4\УX\0_\0{\','',0,'?'),('Zg\Ui1i\ƾ\x\=','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\W\,XEE\o','l?\)&&\\\\P\\P$@\\\/','',0,'?'),('^2^T:\mJ:','wp-content/plugins/wordfence/lib/IPTrafList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȟ݀6S5,׌I6/8','W\ZK\G\|w\ow(w\\'\qRN\ >','',0,'?'),('usd\nZ/\','wp-content/themes/pearl/vc_templates/stm_floating_gallery.php',0,'\H^6\CH\\q','\H^6\CH\\q','a`;|\甌\f3ۮ\\2\'\C\+','',0,'?'),('ջg_\H9S22v','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears1.svg',0,'~oKY\P鑟+\0\','~oKY\P鑟+\0\','UЮ \58QT傾\\o\'$+\?*\)','',0,'?'),('-\"Zc\1\&?zjEe','wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php',0,'®fAט3&-|q','®fAט3&-|q','߼f\\_H\"X O BEg\0*ZY','',0,'?'),('\5YSyB','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_aspect_ratio_24px.svg',0,'^\y\\Sr','^\y\\Sr','>\\\!lߖ\l \Ѣ޲%;','',0,'?'),('>_M\`\k\','wp-content/plugins/LayerSlider/static/codemirror/addon/lint/html-lint.js',0,'\\n=tF\1\\C&\Z','\\n=tF\1\\C&\Z','o\-\Ei *pF\`Ig\q).','',0,'?'),('\u\j`T','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 0\3\\$\zh','p뻳 xi\px\s{`','',0,'?'),('\\\H{\.Q73l','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/es.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\=\\q/\/폖h\','mU;͞\\ZC\_s칟\/^`f\','',0,'?'),('\&V7s\\c\','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives/help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\@ zg ^','z%\\]{܁\Z$i]|\^ͫa\Z','',0,'?'),('\\cVs9o\\','wp-includes/css/dist/editor/editor-styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\(Ҡ\g- Bq\','y{r>K^s\VS2oH֏\_\\)7\\','',0,'?'),('\\FL`a\)]Z','wp-content/plugins/js_composer/include/params/params_preset/params_preset.php',0,'\ue\n;\\?EoX','\ue\n;\\?EoX','\ A\ro/<\v Fj\\mBNf','',0,'?'),(' վ]\W\c','wp-content/plugins/stm-configurations/page_importer/pages/construction/sidebars.php',0,'\r )\\*yӺn','\r )\\*yӺn','(t\t\n\\n3\'\'\7\','',0,'?'),('M|R\\Юc\v','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-settings.svg',0,'3ߪr@#C\W','3ߪr@#C\W','\\\@Z)\i\rXP\\\iY-\','',0,'?'),('dmhK\py=֖','wp-content/plugins/coming-soon/public/images/rafflepress-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\r\ye3\\\$j','\u6 0\0\n\ZW_\UŚ\1nF\0V\','',0,'?'),('qK\Z\vB\֓AW','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/FrameworkRunner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\\;lL(Ё\r8+','\Z\i5O\`$t\УIG','',0,'?'),('3ϯ\KhD}','wp-content/plugins/coming-soon/framework/validations/color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wd!^\'\Z=?','\M\TT,B**]!u?\p? {\\\','wp-content/plugins/wordfence/js/knockout-3.3.0.1550163483.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\_B8lc^\\','5\J9hALg@`\uwo\3\\\0I>','',0,'?'),('WO\\ \\P6e','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search01.svg',0,'\_\04OV\"!','\_\04OV\"!','E-}a\!U>\Vz\߸tqP\1Z\\"%\','',0,'?'),('Z/p\Z[\~`FN','wp-content/themes/pearl/includes/theme/vc/modules/breadcrumbs.php',0,'v5磇8`\\L[x','v5磇8`\\L[x','VnF\\\p\\\nM\ٞln','',0,'?'),('s\ZiF\|\Z2j','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_weak_24px.svg',0,'\\E~}!\ow*J','\\E~}!\ow*J','\\\^V\!\'e\mHp?e56','',0,'?'),('S\8M\C>\\','wp-includes/js/dist/block-serialization-default-parser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\v6 \\U@3\"y','`Xgx\Ja\\\ \Zq\s8\Hy\!d','',0,'?'),('f\,/\R\j D','wp-content/plugins/stm-gdpr-compliance/includes/Plugins.php',0,'\\a?\kvQ','\\a?\kvQ','\YRKI\4|\%%*l\Ł\;]f^','',0,'?'),('\Vc\}\Yl','wp-content/plugins/revslider/admin/assets/imports/creativefreedom/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('S\h\\\S\%Tz','wp-includes/js/mediaelement/wp-mediaelement.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j5 VĹ.C','{\d^\/E3YàG\\'D\0GO\̣kd:5','',0,'?'),('`<-\j\s\ڙ\\','wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\\Oz\Z\\KU',',5d?\ZFs+͎`cJ\','',0,'?'),('Š\Zg\D\L','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kPӊ_4\','\1\b\\ߟ\v,#G\\l$fc\\\','',0,'?'),('\[\\\~','wp-content/plugins/mailchimp-for-wp/includes/integrations/views/integration-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ށð\NwjZ\\Wb\*B','',0,'?'),('\\,w\k\27ؾg','wp-content/plugins/wordpress-seo/languages/wordpress-seojs.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M81\Z#\!\lїk','< \@\\+~7̲t4 Puz!gJ\¥\','',0,'?'),('\Z\nu\oK T;e','wp-admin/images/list.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>*\ӳ\S\','\\wT[=baCk;c','',0,'?'),('llx\L,7W\N\','wp-content/plugins/wordfence/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˁb\[\lm9sw^','a\f\,\Z\be7\'B,L\\CsfL','',0,'?'),('\\2\ʄBaG','wp-content/plugins/wordpress-seo/languages/yoast-components-ro_RO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʜ0\k\\"^','KFS\\L\n\Acu]}>\w\_?\]u','',0,'?'),(' \\Uy/*%\;','wp-admin/includes/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7&g~Ybb\\r\+','ڪ\qhZJ\\ZC\s\mVh\"a=p','',0,'?'),('\rE\U\̈́\\','wp-includes/images/wpspin-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qO7!4\"IV\* ','\Y%*#\S\^T=\|?MM\䨝\w','',0,'?'),('WP旃^qy','wp-content/plugins/wordfence/lib/menu_firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\e\6nhXݝw',' 5\Q\\r','wp-content/plugins/stm-configurations/importer/helpers/theme_options/businessthree.php',0,'DQ;A\'s5LI','DQ;A\'s5LI','ʒd\N$\rҌH\0\"\%\_\\','',0,'?'),('W[-\e\jrA','wp-content/plugins/stm-configurations/assets/fonts/stmicons/psychologist/stmicons.svg',0,'\ra83$8','\ra83$8','3rQBWZK$ \T7Œ;n\#3\D\','',0,'?'),('^g\)0\"y\','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-vi_VN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$JD C?GY','IF\!/;԰\fKۦ4\\\D','',0,'?'),('g(]\r[ƒu,\\>','wp-content/plugins/revslider/admin/assets/imports/web-product-dark-hero/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('h/͔jC\\0\n','wp-admin/includes/class-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\'̧b\7E{\\1','(|8jױk%h\Ҙce\b \C ','',0,'?'),('l9\"Ph-{\nDM\\','wp-content/themes/pearl/woocommerce/single-product/product-image/product-image-default.php',0,'\\n\\\\\rr4\\9','\\n\\\\\rr4\\9','\U \z| \eT\','',0,'?'),('xW2euv\L','wp-includes/customize/class-wp-customize-background-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\{f\&E\\$sX\','R\v3~\\\\\|.OLt\N`Ѯ\','',0,'?'),('e\0N!H~Z\+\','wp-content/plugins/wordpress-seo/js/vendor/lodash-noconflict.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@\\~}`m͕;','\O\\%{\+X\I\CW h-','',0,'?'),('\lޭ','wp-content/themes/twentysixteen/sidebar-content-bottom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+$VD<:t*A2','\\\n\\I{cqZd6Xd\2','',0,'?'),('x\\\]\n47qS;','wp-content/themes/pearl/partials/content/stm_donations/single/form_modal.php',0,'\P\\]lf\\\i̽','\P\\]lf\\\i̽','RX\r7sH}\ ,4(4V','',0,'?'),('Zߎ\Cq9k\','wp-content/plugins/wordpress-seo/languages/yoast-components-fr_FR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' [T>]n\\a','\Ғΐ\\F۲W\\\\C\Y[2;o','',0,'?'),('\˜Wl; g.\\','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Taxonomy_Radio_Hierarchical.php',0,'\m,,\ȋ\+\nJe\Y','\m,,\ȋ\+\nJe\Y','s\g\\M\\K.Ge%F\\(','',0,'?'),('teKSH\v','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/recycle.svg',0,'\1[VUS\+ӆ-','\1[VUS\+ӆ-','c `XX\G;{\Y}\ƫVb J\wX','',0,'?'),('`۝c\','wp-content/plugins/wp-members/includes/class-wp-members-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TNC\V~;5ʉ','4f@\:\Tj\','',0,'?'),('A7','X\"\Z\o\\"\|vS\ \Z{\\','',0,'?'),('7FFeӑ~\%','wp-content/themes/pearl/partials/vc_parts/services/grid_style_8.php',0,'Gn\\䫽/%\','Gn\\䫽/%\','3\놇\`]\aN;ٚp\q4\0x<b','',0,'?'),('9\m\3v\\߀\','wp-content/plugins/LayerSlider/templates/tmpl-post-chooser.php',0,'\a@:晟\\\p\','\a@:晟\\\p\','0-Dy\MQR^w\\-\W\ԯx\\','',0,'?'),('D\}U\#\:','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\0b‡$+Í','\MS|@3.M\R>Qv7\rRy\','',0,'?'),('IY v1BI\\\'\','wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iݪl]DQ}','ypdHC\u\\\єk\\\\\\','',0,'?'),('^3d Nk\Ŧ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_laundry_service_24px.svg',0,'>\yl\\\;6\\pFV\','>\yl\\\;6\\pFV\','<-p9\3\\6\ћh9c\#Fae','',0,'?'),('_%(h0\W','wp-content/themes/pearl/partials/vc_parts/posts_list/style_4.php',0,'5-<I\!:;x','5-<I\!:;x','!C\P!cqT\#@P \LEzm(Ի#','',0,'?'),('j\\Q\rW\\ (R\XJ(\','',0,'?'),('d\$\Q\k\\1\','wp-content/plugins/LayerSlider/views/slider_list.php',0,'\]\þ\\\n޳\','\]\þ\\\n޳\',']\=]|0#7^o6(\t\\m3h','',0,'?'),('Lb\OT\','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-color.php',0,'P\JPF{~\/%','P\JPF{~\/%',']gP{&\\0sht;J\a\\','',0,'?'),('9\6S\xI\\','wp-content/plugins/LayerSlider/static/codemirror/mode/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('n E\\v\\6y;\ \e99\f','',0,'?'),('(5\aHyo,X','wp-includes/js/jquery/ui/tabs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ⱦ\S\jU\\\\gO','sˠg\B\#m\$\;_\\U\1*\9EDr \','wp-content/themes/pearl/partials/vc_parts/stm_staff/grid/style_7.php',0,'\\o\\@>pDbq\l','\\o\\@>pDbq\l','3b \黣6E}F\r\\','',0,'?'),('uI*$ŴG5\v','wp-content/themes/pearl/includes/admin/theme_options/screen.php',0,'_\\@NױLh','_\\@NױLh','a}d\\&偫$\#1`@*:PbY\gT\','',0,'?'),('2\\w\\','wp-content/themes/pearl/includes/theme/vc/modules/pages_grid.php',0,'\o:2wLHEi\qA','\o:2wLHEi\qA','k\\zb(ۓC\pP\rr\Ҍܓ','wp-content/themes/pearl/partials/global/titlebox/style_1.php',0,'Fo|-d\ho','Fo|-d\ho','W\\\я7 ըlO\U\$`vj)yU','',0,'?'),('/7ñ\cx\\pg','wp-content/plugins/wordfence/views/onboarding/fresh-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Q|,\E&\{C\','z\=$&B\(,\ZY5WȆ\s\x','',0,'?'),('ڥ^i\$\\&','wp-content/plugins/wordfence/lib/wfCredentialsController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`&vj\r\\P','P\bM\|Tj\'!j̪]J\\\','',0,'?'),(' W\e82\','wp-content/plugins/wp-members/i18n/languages/wp-members-da_DK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\g*\h','ba(m_1qKFJHyϰP.\','',0,'?'),('\" \]0 >D','wp-content/themes/pearl/partials/header/elements/offices/offices.php',0,'@\ȠYedV\Σ','@\ȠYedV\Σ','v\j\ \喉\dNz\"j\q$Z`2<','',0,'?'),('$\͓bHn,\0-','wp-includes/images/smilies/icon_confused.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\sYFPZ6\,','0]\0r\$\Otu<\*\g!g','',0,'?'),('+\Z#TK@_\\\','wp-content/plugins/js_composer/include/autoload/hook-vc-message.php',0,'\#hvLcU U\','\#hvLcU U\','\W9\9&\ UD0ctw\0Ѿ,+$>','',0,'?'),(',ݡ\\\Q$Q︿?h','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vert_24px.svg',0,'=\J\xbY\xm','=\J\xbY\xm','4pҗU\钩.\0sn\\ASQ\{','',0,'?'),('6\\<\i/\*E\','wp-content/plugins/wordpress-seo/config/composer/actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k\F^(2Z,%',';>\Z\\{\#N\,\ZH\`S\\\\2','',0,'?'),('7K! (t\4\b\','wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bbm>Sl-\$tA',']k}0\?\ML\nYYZ\|tp^&`','',0,'?'),(':Þ_\@+oC\','wp-content/plugins/really-simple-captcha/gentium/GenBasBI.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tvF\\"o}VU','&\\N\?\ \\vy&Ǵ\\','',0,'?'),('FcBM\\4:\U[','wp-content/plugins/LayerSlider/classes/class.ls.exportutil.php',0,'+n+\p\MJ\"$+','+n+\p\MJ\"$+','lMϳq\y|\_Y\Z}\y','',0,'?'),('NZND\N>Y ','wp-includes/js/dist/components.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\gX\-q%j','\\!N\5\x\ib\\Lp\c<\0s','',0,'?'),('e-\~<\}\Y$M','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\ͪK\צ9[\','\\\C\\Z*4f鶠pM(\0w2k(\','',0,'?'),('k\%oE\[وB\','wp-content/plugins/breadcrumb-navxt/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\iv\)oQGw','8\\]7d\EeyYS\o6POn\D9','',0,'?'),('wNbӨqewuFU\\','wp-content/plugins/stm-configurations/importer/wordpress-importer/wordpress-importer.php',0,';^Q[?Y\\{',';^Q[?Y\\{','U0%\\^\z na2=\\sSn\X\','',0,'?'),('|3<3Q\"%}5\A3Z','wp-content/plugins/mailchimp-for-wp/integrations/contact-form-7/admin-before.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\4wZܶ','#7LH?\D\Z\\\"܎\ngB\','',0,'?'),('\\\k8Kݯ\','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-license-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hu*\s#','\fxzDJ\\`\u\ Yq{-<','',0,'?'),('S\0;\Skg5]','wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php',0,'`\DD2̤ɕy;]','`\DD2̤ɕy;]','LI\Zl?R%\\< \_a}','',0,'?'),('\뻛Ib,6Y+8:','wp-content/themes/twentynineteen/sass/typography/_copy.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nL\ر^#*\\s','+\\\\`F\\~)?9G}B1\','',0,'?'),('\۹J\U\r\}L','wp-content/themes/pearl/partials/content/stm_albums/single/main.php',0,' \\h4 .Ol',' \\h4 .Ol','\k -jɕ\%y\{(r\\ \36\','',0,'?'),('\\t/02I\'\','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_36px.svg',0,'\'_|<%K\\x]u\','\'_|<%K\\x]u\','K;j\4kN\"6;\@AV|SS','',0,'?'),('\v\'j@\-\*','wp-includes/widgets/class-wp-widget-media-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\bۮb\(\b(}5','2Mps\\s1\"O\!<\\','',0,'?'),('\\\0r\Z&\\J!]\','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/address/address.element.html',0,'mOmDZiJ9NI\','mOmDZiJ9NI\','^/\Y>q\|ih|i&\','',0,'?'),('\\\Ӡx@A\ ','wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[w!T\t+\r\ݳ','h؀\A`tі\x\pT:\৘\F','',0,'?'),('ȘJ\\ĭ\'\0','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/text/text.element.html',0,'/\nx\"\#2j\\=\"\','/\nx\"\#2j\\=\"\','\ẐR&.uN\0]M\\ɶG\b','',0,'?'),('\8w|a','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_remove_24px.svg',0,'.$Η~\[uJ\$','.$Η~\[uJ\$','y1b\Z3*\W?DC\\\\xqATȡ2D','',0,'?'),(':\\\\ ]B','wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg',0,')8K0.\z\%',')8K0.\z\%','8EJ=)w<\'\\"*jZ\\'tlV','',0,'?'),('\ޏH4LΙ\4','wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-settings-dropdown.tpl.php',0,'foZ8R\#\[MR\"0','foZ8R\#\[MR\"0','\\ztKx5\h\::\r=g\\ }','',0,'?'),('\ns.._P P.M','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg',0,'w\J~\\Is\\'%','w\J~\\Is\\'%','4Yio(\rۻZ䙤\\"C\\ex`0\s','',0,'?'),(' 3?~\\zjO8','wp-content/plugins/wordpress-seo/admin/class-help-center-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\WZ\\CL\','\O#\՟S1\03\HB\KWI','',0,'?'),('\wM\i~\\^$','wp-content/uploads/stm_fonts/stmicons/businesstwo/stmicons.svg',0,'o/@\Z3Uؑp\I','o/@\Z3Uؑp\I','Z\gsd\'\j\\r\`\\? n\0\rHG\Wh','',0,'?'),('0rL\'–0D\','wp-content/plugins/wp-members/includes/legacy/dialogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#@=\'Ō\\g\C','7\|`d w=\d:˧PupO\݉\ʲ','',0,'?'),('8\n\ɫ\kg݄','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_mall_24px.svg',0,'̔\n\m<\f\','̔\n\m<\f\','3Ԏ\>\`}3\`\ao\ZfzD\ \','',0,'?'),('?YՑt5vå\I','wp-content/themes/pearl/vc_templates/stm_video_list.php',0,': )a?avRC',': )a?avRC','I9\(\^\\jQ荴u^\Z\\'\s','',0,'?'),('LyE{f','wp-includes/css/dashicons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\'A 8D@\','bijoV]AN\6%Rj/<\l!','',0,'?'),('NBaW)\ $:Ε','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg',0,'\\\\\uDG7','\\\\\uDG7','98]y\0\"w? u}Ҿau9p','',0,'?'),('RdQI`~\r:g','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\w\\nJd\+','_$Le3\:ڐ\©\&hP\\*nq','',0,'?'),('X\CCm``\l','wp-content/themes/pearl/includes/theme/vc/admin_js/autocomplete.js',0,'z)vjg0\ ','z)vjg0\ ','\n4\\\\-Q\W/\3~4\We+@HSÈ\','',0,'?'),('k\UL\ǡ$','wp-admin/ms-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4NWBz\Є\9',' [=$Ĕ*JZ\nc5 \\[\S','',0,'?'),('o?Dj!gӭ\-','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \DD \CIM','\F\k\0\T}ixj+c#\\\\!','',0,'?'),('vdyؑT3\E','wp-content/plugins/coming-soon/themes/default/bootstrap/js/bootstrap.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','52@7Ѱ;u\W\','\5\yO\4\z\0)B#Fҳ\*','',0,'?'),('w\o%\Əm\\','wp-content/plugins/mailchimp-for-wp/includes/admin/class-update-optin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f-\"߽Yd','nJ\0|\ns\0$\Z]M]9\j1H4','',0,'?'),('g!\\ٺ!\*\','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\\סݲ\0 0','b\'|#\Ns\t\\n\q\`bA','',0,'?'),('=-Xԍn{]pf','wp-includes/js/wp-embed-template.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\Y,.n\2Q','S|l>\\nw\\w\ZhGՔ\e\?o\<@\?','',0,'?'),('we\i!\4\Z\\rʗ\\_x\'\'r>\i\\e','',0,'?'),('Ӂ\*\ngl\\Y\','wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js',0,'Q\u\2\\]2N~','Q\u\2\\]2N~','k3Y_Um\\/P\\!>O/Jo','',0,'?'),('\\/\r\9\'b','wp-content/plugins/coming-soon/public/vendor/tingle/tingle.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rr\\R}t','2\9$\%\r\\\;jY\\Y\2j#','',0,'?'),('\','mIZs9Oa4mUB\xPk\N\','',0,'?'),('):\'(5\\"\bF','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row.js',0,'\0 \\˂\','\0 \\˂\','/Ļ\\\GI}xEm5u\xMp','',0,'?'),('5Pi[\jQ\}W','wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1230.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nS*#\ݱƹ','$V\qf #Ӕ&EV/,\\7?','',0,'?'),('5o.MM\\\q\\~\0]','wp-content/themes/pearl/assets/fonts/stmicons/furniture/charmap.php',0,'\v\nh\[8\i','\v\nh\[8\i','\]C\\]\Z\Q\\_\\"˕\Z>|.','',0,'?'),('=\5^L\\n-[','wp-content/plugins/contact-form-7/includes/form-tags-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\#T -]&e\2','\;\\{\7M}S\Z;\r1Gc3#M','',0,'?'),('Kh\'?\i\\Y2','wp-content/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php',0,'\\樤\n\\\aI','\\樤\n\\\aI','\3\\\geĜ\01ܲ~\\\z','',0,'?'),('M|t/틎?\D','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Op{\p\{fNZ\','%\=m\&\ \?\\\\\0\\1F\\ZZ','',0,'?'),('U\j\rqۛK\ \','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php',0,'\\6ۛ~󵈂J','\\6ۛ~󵈂J','l\\[O7f\nw[.\,Rwػ*\\','',0,'?'),('_f\;w\a\\ځ','wp-includes/js/tinymce/skins/wordpress/images/gallery.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_PwPU\4','','wp-includes/js/underscore.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Siя`k\ҭ\','0Ju;+\r\\\%\/[vF\\\','',0,'?'),('}Ea_A4“%\\)2\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_portrait_24px.svg',0,'(]-G\\n\r/','(]-G\\n\r/',',\0\\n6EeI98́a:4s< ?\n\\\','',0,'?'),('])TN25F\','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' GR˗c\?qt\','֝Rz5B\,nɲ\nHoڨ\|','',0,'?'),('q?%\rp07\q','wp-admin/css/colors/coffee/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7A\VVt\"\','\r=s\\Z7IJHf \~+>+N\H\g\\','',0,'?'),('t:\Z\0\','wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ox8\0if','Y9x=m;S(\aqr\"#,\\\b','',0,'?'),('\SW\M#a!%4','wp-content/themes/twentysixteen/css/ie8.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\" v?P.TW\\Z\k\~_5 \n8','',0,'?'),('ο\\iZuY`','wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms-2/admin-before.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\K\4L5\\\a\','m\Ώɧ\ 6s͐sTJ\ZH\\[\\\0','',0,'?'),('\\+v\\\b\','wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js',0,'2\\Hu9\d\O','2\\Hu9\d\O','\\m5a\\WM5o\Ra\\y','',0,'?'),('\MJ讣\]3 >O','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/MySQL/TableDefinition.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wj18L]\\\"\c',']hG!(Q|R\s\EStN+','',0,'?'),('zvo:\B%','wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ݻ1\(wmF\\','\\B\\6\\\;M\\\8\Z\&','',0,'?'),('x\Й\)DC\<','wp-includes/js/customize-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ㅏ݃e\;$L67','@A*ʤ\J\,\cW5\'5}\i\r@','',0,'?'),(' ~U\"\&\','wp-includes/images/wpicons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\n\V\o$Of~7','\]کA=ђ%\q%aM\BU\p','',0,'?'),('\W2\\DG7V','wp-admin/css/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\N\'\\u]\s&\\m','A,B\ YV h\t#_Ne;\ed:\\U','|>\ed:\\U','\X\c\\Z3\V.M(\\9rLi','',0,'?'),('>P4f\;-Kݷ','wp-content/plugins/wordpress-seo/frontend/class-opengraph-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`lХ\ZDN\y','\\\L\\Q\#7d76`-f:t\\{h\','',0,'?'),('>y_*M\ɟNU9#','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/divider/divider.control.html',0,'\S\\Yf\','\S\\Yf\','&UhpaTD:n\o\(StYN','',0,'?'),('?z^\\3n\1','wp-content/plugins/wordpress-seo/languages/wordpress-seo-ro_RO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yr]Wno|\','yxt@\\S\"\R\髦B\Yؔ','',0,'?'),('Dȟ͖\\\_\'','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-he_IL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RMI`JW\','dyI^\\\0-+_~&(_\\'','',0,'?'),('Vb(ktW\"\6(;ƴ','wp-admin/includes/class-wp-media-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iWO\ou\/','t\Zaa+\\AX\|>Kt-UwI\\','',0,'?'),('c\+\\'qɐJ3','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_loop_24px.svg',0,'r/2%&\.\V','r/2%&\.\V','h)u⬉!{\G\0\\0\\0\\xY#iDV','',0,'?'),('tfF \r{܇_Ix','wp-includes/SimplePie/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R.\b\\~\\+\','\J\22 :','geH\ZQڷ\9ٻ\Z\|°T\No','',0,'?'),('r\5x\\Zy\','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bji\O\k\\\','\@v\r\ھ\nZ\}X~m\S?\\','',0,'?'),('\\\\ \x?\','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_hide_24px.svg',0,'\2Mo^Yt\\\'\N','\2Mo^Yt\\\'\N','x\X\_\\\c~\G\$\a惉','',0,'?'),('QLA\06\','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`l]ȣ\n\QVw\\','\\ON}HӉN).lzA\%:\'n','',0,'?'),('e|\\\y\\','wp-content/themes/pearl/vc_templates/stm_stats_counter.php',0,'Fxa)\&)\\>V','Fxa)\&)\\>V','ց\\'^}/RP\n\\Ě*1n6ڋ','',0,'?'),('*\ۆ}i\Ď=B\r','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W&ACK\\\','#\\ʓh\\\hR\vd-j\\_\R','',0,'?'),('(Ӊ\\D\bf&','wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php',0,'ӰpQ\\\\z\','ӰpQ\\\\z\','gH\'l\v\\\\\\*e5n-Y\:]\#3','',0,'?'),('5\+} ;&\','wp-content/plugins/revslider/includes/slide.class.php',0,'$\:!\@&\0','$\:!\@&\0','dn\\G0\_\\\a#r\\0\ꁹ\v','',0,'?'),('㡾XWNY2\','wp-content/themes/pearl/woocommerce/layouts/business/cart-totals.php',0,'\\Z/](b\\t?&e','\\Z/](b\\t?&e','i\\QsuuփX+-ׅm\2.> +4jw','',0,'?'),('l{o1_\80','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_backspace_24px.svg',0,'W\ᄀQ={a\\','W\ᄀQ={a\\','.\\ťƇâx8bћ\ӪM','',0,'?'),('~X.\n3\Z\~q','wp-content/plugins/stm-configurations/announcement/main.php',0,'ߡ\n\|qT9!u','ߡ\n\|qT9!u','\J1A\\4\!\ϓ7aHJs\\','',0,'?'),('n\rb%\`q\!','wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php',0,'\%|\u#2','\%|\u#2','\կ;Clg1DŽb:\T\!','',0,'?'),('\\#\X}=8G f\Ʃ','wp-content/plugins/revslider/admin/assets/images/slidersources/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('ט\"ԓ%T\\bv','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_today_24px.svg',0,'ұ=\%F','ұ=\%F',')8qT5\lf\\MU8};','',0,'?'),('\\\ng\"\gO\','wp-content/plugins/wordpress-seo/inc/indexables/class-indexable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BZ7pٍ7O','\0V r\~\ڷHqY-o[UKr+','',0,'?'),(' ߲;0\\ ','wp-includes/feed-rss2-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\\k܊\\',')\\ӯ8/u #(a|\D3 U','',0,'?'),('Z=0\L>A','wp-content/plugins/stm-configurations/widgets/main.php',0,'u\\{Jcw\nS(=2','u\\{Jcw\nS(=2','N&\ ψ\$\=f-Hef','',0,'?'),('xT) \>PV!Sa\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_stars_24px.svg',0,'RbvM\)B\','RbvM\)B\',' \n1[ǎCh4Dׄ.\d?U:\','',0,'?'),(' \UbM\=du','wp-content/themes/pearl/partials/vc_parts/services_carousel/style_2.php',0,'u OB<\C\"rl\','u OB<\C\"rl\','\I\nx6k!m\\\Uh\0\\','',0,'?'),('%Qp\n\i\̮#\&','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg',0,'X\\_Kat%[=_Z','X\\_Kat%[=_Z','Sk-q6\пRe+\nI&\\','',0,'?'),('+LHU\5D\','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js',0,'\\Ĕ\'}J\4\','\\Ĕ\'}J\4\','c~\qy\ryu~s \9(S\o','',0,'?'),(',Q\"\\t\7n\','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php',0,'\"\\AkT\rH_\\-','\"\\AkT\rH_\\-','C*\"$K\\\G\Y\J\j󗺓\gfn\|','',0,'?'),('6g$\ 3Ydv@\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_nfc_24px.svg',0,'%g:ZBw7VP\','%g:ZBw7VP\','%?$\^ \uզY\\0@k\\W;\\\.*','',0,'?'),('87>/NTZy\v','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/km.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɿܔ\A\\\\3','un\#9 £\YΫ6`9,[ F','',0,'?'),('<\\g\=C״qD','wp-includes/customize/class-wp-customize-themes-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sv\¬FD\','l`PQD\\\v\Jܔj\(zE','',0,'?'),('=[\aiU|y¶','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_textsms_24px.svg',0,'\R5\!6/!+','\R5\!6/!+','\\s\nm;{s(\\\\\\nC(E8\'+\n','',0,'?'),('PC<\\ \\vn\R8','wp-content/plugins/wordfence/images/tools.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@cI\\\\\','\\Y\=\\\ \\RB) ~\\ \ܖݟr','',0,'?'),('Q\\# \U','wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js',0,'MM F*n','MM F*n','\.9\&\\:u HZ\*-﮴D','',0,'?'),('S\\ SSo','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/Google_Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\\\\#q',' K\_i\=C\<\ϭq:)\J*\\C ','',0,'?'),('W \T\[[2','wp-content/themes/pearl/partials/global/titlebox/style_13.php',0,'\Ad\\0N ','\Ad\\0N ','\nF)%a\BuX\hCEh\l\\\','',0,'?'),('Y\r\%\"t\ۮ','wp-content/themes/pearl/assets/vendor/dragdealer.js',0,'1\+h(\*J ','1\+h(\*J ','t\tԿ\\&b:&\"`\Uįz','',0,'?'),('Y\2@r\X\Z','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_front_24px.svg',0,'ZK}1\\gc','ZK}1\\gc','+#eD\ cW\n\\\omħ','',0,'?'),('^+w7b=;E{ ','wp-content/themes/twentysixteen/genericons/COPYING.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B;\a`GԢމ','+P4\ g.\\{\\\^W\/!u','',0,'?'),('_xGg\o\','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_AR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zK\E#\g ','\\ed[7\3jl\r: ','',0,'?'),('`F_#','wp-content/themes/twentynineteen/sass/media/_galleries.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\md~\','6!1oAu\Eo\Fw\9\n4\0\\%wM\\rg','',0,'?'),('nN8\,\Pq','wp-content/plugins/booked/includes/ajax/front/appointment-form/form-fields-registration.php',0,'^\օ#9j5','^\օ#9j5','\"%#f\:Y! FJ8&᧿\\','',0,'?'),(',\\M;v','wp-content/plugins/wordfence/views/dashboard/options-group-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=S\0l\K@^\=','\\\υ<\\URY@\*\cs','',0,'?'),('3T.^ƙ<\','wp-mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b g\\\dM\TX','4\\"uP&&\pҶ&ռȹI\','',0,'?'),('\S繏','wp-content/plugins/LayerSlider/static/codemirror/mode/php/php.js',0,'T\ߌ\7.D/ &|','T\ߌ\7.D/ &|','\~ӷǁF*/E\LRPSzG\D\\','',0,'?'),('\'@S \D\','wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Pm@\n','4ā\\\Ls\F\\m\Z^\\ZDQ','',0,'?'),('Ѱk[~@(,','wp-content/themes/pearl/includes/admin/theme_options/includes/src/index.main.js',0,'Q/+a\EDd\Z_','Q/+a\EDd\Z_','\\d*Xf;h\"\\\\YQG\­}C\\0U','',0,'?'),('F\\\94\Z`','wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php',0,'ph\\xB\','ph\\xB\','pt(m2:džhd\\\q<ꗼt#sP','',0,'?'),('\rW\rĥ ','wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/class-ninja-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sY\\\\Gc\y','\acGF\0\\>\'WĖ\o\B\W\','',0,'?'),('Ɠirc\R','wp-content/themes/pearl/assets/js/i18n/datepicker.is-IS.js',0,'~\yGK\','~\yGK\','xT\\iV @>5v\\ʯ\nux1Nǂ\','',0,'?'),('&\\n\X\L','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_24px.svg',0,'i7$o}|N.','i7$o}|N.','Q^n\\\ufǙ \|c\n/w{\h','',0,'?'),('y\c>\\V]8','wp-content/themes/pearl/woocommerce/layouts/store/view_buttons.php',0,'Wr3\u9\\','Wr3\u9\\','/\+#B\\\p\\ZO \^\ZZsr2\\r','',0,'?'),('\K\\OȖ9\3|<','wp-admin/maint/repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f[-\ׄ\\\G','\\\\\\!M$,7;\\v\\fFq','',0,'?'),('ߪ6\\e?u','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_VW\ކ\k','%\\\\ts\\\\h\s9Ԙb4}\Q\'b','',0,'?'),('I\\\.$U0]\'S_','wp-admin/includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1~\rxny\6\k','\彄^}\?/\z\\x{&.~E|s','',0,'?'),('\\>\\31','wp-content/plugins/mailchimp-for-wp/includes/forms/views/preview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$\3lL\\E\n&\r','\"\\f(\]\A&h1\;U\\ہ5ђ','',0,'?'),('PS\n˛\F\ g','wp-content/plugins/LayerSlider/static/codemirror/addon/mode/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('R_)\q٭&','wp-content/themes/pearl/includes/admin/product_registration/includes/stm_upgrader_skin.php',0,'Y)wCٺ\\n<1d\','Y)wCٺ\\n<1d\','7Q\iYk\uA@\\\0\\T-r[','',0,'?'),(' sMCto\0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart05.svg',0,'\6\\\ą\\\s','\6\\\ą\\\s','\\^/PUD\\\ \v\/\Ec6','',0,'?'),(' N`o\9\nީO','wp-content/themes/pearl/partials/vc_parts/infobox/style_3.php',0,'\\\|1\X&','\\\|1\X&','l\ʚG{\P -z+\\','',0,'?'),('\+DFܿTZ[H7','wp-admin/images/post-formats-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SlH\\\','etw|W{xy% K:QE7\\\','',0,'?'),(' A-W:zt','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_loupe_24px.svg',0,'t\5ā+T#\qC','t\5ā+T#\qC','Awa5\\Y*IL{8\\)R-o k','',0,'?'),('4f93.כ?','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php',0,'\n\ImG5','\n\ImG5','\\\\\_7xǤ5< iF@','',0,'?'),('4P\Bb={%','wp-content/themes/pearl/partials/vc_parts/stm_staff/grid/style_6.php',0,'կ\r#\f\e:<','կ\r#\f\e:<',' .\'+j\H`\\\ShD.','',0,'?'),(';=\\!\\\5','wp-content/themes/pearl/assets/js/open-table-widget.js',0,'XGxB\\b4?zQ!W','XGxB\\b4?zQ!W','\\IG1\٩]A1\b&\\0d\"r=','',0,'?'),('<3\v&F','wp-content/plugins/wordfence/views/scanner/scan-failed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\E\ۻ04r','H?M\qK-4l_<*=܀\\ňp+\\\','',0,'?'),('=fd\\ӂv\\','wp-content/plugins/contact-form-7/modules/listo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\\\0\\)\{','ӈ! t/)lpZ|\\;n˄bS\','',0,'?'),('A\\\\}\','wp-content/plugins/revslider/includes/operations.class.php',0,'O E2䞆w\G)','O E2䞆w\G)','C\2;.\\͎J̑\G*b\\ [m','',0,'?'),('GV\\z#!;\','wp-includes/js/media-audiovideo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e-v&\{Tp\','ƹ\\\ϓ\\Es\e\n\\~','',0,'?'),('KX\\\\\\n>','wp-content/plugins/revslider/admin/views/templates/sliders-list.php',0,'v\Jǵp','v\Jǵp','>^g\E\`I\Qfނ/\\%x: \'\ \','',0,'?'),('M\s\;\',\\-E','wp-admin/css/dashboard-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mUt\\\%C$','܇\\I#D\3tV\-u?\ױf@\\','',0,'?'),('NF\zBGaF#','wp-content/plugins/wordpress-seo/admin/views/partial-alerts-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9R\\P:\\','1#\rD?\ECt5b{|:D=$N]K\','',0,'?'),('Or#\TG!','wp-includes/js/swfobject.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',I}pe~2q','?Lw\.\4M\ՒFJ\>fI鴆','',0,'?'),('PA/u˃mcφ(','wp-content/themes/pearl/functions.php',0,'\\11!\\\X\\','\\11!\\\X\\','ʭ 7yHӳ\h,\\','',0,'?'),('[,Q\\ȂVm\','wp-content/themes/pearl/includes/admin/tgm/class-tgm-plugin-activation.php',0,'yM\r_:J,\y\"','yM\r_:J,\y\"','\>h.aȪl\"\Ih[a+4','',0,'?'),('d\\3','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_album_24px.svg',0,'\# \S\0\6-4','\# \S\0\6-4','O\>5cIf܎\ \\sG\l8z[4\\','',0,'?'),('l&*\\&','wp-includes/SimplePie/Content/Type/Sniffer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|r\iUb\lw\\\\3','6%\"\\\\\4\N\*F\`\Γ\\rL*=\','',0,'?'),('piQ\^lu\\\\\J','wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','< $!?XL)U','}ȕan\\\Mi\v\\l%\\X&o','',0,'?'),('q#\\','',0,'?'),('\kM\\?\uX','wp-admin/css/ie-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\<Ý\Pk\\\','Ap\Z\\\?h\8Q\ $d1\ˌ','',0,'?'),('y(\\_a\Z\ N','wp-content/themes/pearl/partials/vc_parts/posts_list/style_6.php',0,' \\\"Dv6H',' \\\"Dv6H','l,\\MH\\\JHh\\|Fj','',0,'?'),('O­\n U\Rb','wp-includes/Requests/Exception/HTTP/304.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\;F4\A\I\\\T','v\C a\\'F\;z\(eJ\L','',0,'?'),('ēyɹu˒XZ\v\\','wp-content/plugins/js_composer/assets/vc/logo/wpb-logo.svg',0,'>\8*%XJ\\Uа','>\8*%XJ\\Uа','\"\>#<&\n\\It\V\6','',0,'?'),('˜YpzVN>','wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1550163483.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89\"\\zz\Vv*\\]','ۆ%%l\:J\f<\bq\\P\Pt˯}ߝ\"\f','',0,'?'),('\xƆxQ4Z\\0','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{3\\\r','|y\\Zһ\\3\;\\<$D׵A<\CI\','',0,'?'),('\\ro?\"ܴn','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-hu_HU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\M\LU#?\\ 4',' 82w[@\\\!TCڛ\ ','',0,'?'),('\-Z:E:','wp-admin/js/image-edit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4MjWWi\L\','$ٛz\=A\|\8xژ<ǃ\C`te','',0,'?'),('o+;\KN','wp-content/plugins/wordpress-seo/src/conditionals/conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ee1U<7\'uN\',';vQ\ݣ:x^1\+A\\+u\FF\','',0,'?'),('\-\"\u\5R','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_2_24px.svg',0,'\'v:L2_ReyG\Z','\'v:L2_ReyG\Z','R\{+i.~\Ν.\*2~jh8ĺ~s\','',0,'?'),('}!~\{s_Y^y0','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_clear_24px.svg',0,'[\\|A.\-\ޮb','[\\|A.\-\ޮb','M\d;]<\\\&#RK|=;-ٖhc\n\\\\"','',0,'?'),('|jX\|\fb','wp-admin/css/login.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`#qz\\J','m3\y%6\VB|\4z\\Io(\','',0,'?'),(')\"t,;\K\\','wp-content/themes/pearl/includes/theme/vc/modules/stats_counter.php',0,']G\\e\j<*S\?e5',']G\\e\j<*S\?e5','\MG\4\\Zv=^r','',0,'?'),(')/\\A\L&鐷?','wp-content/themes/pearl/partials/content/post/layouts/layout_11.php',0,'\Pƺ\YZ>\\'ȵ','\Pƺ\YZ>\\'ȵ','\s(\\:l\_=\A\\\[k\\]','',0,'?'),('*i\8\]\n4\','wp-content/themes/twentynineteen/print.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' @\nfFޛ','\KY\\\x\1\\O?\N3,y\;ӗ','',0,'?'),(',oc\?{\=+\\\:','wp-content/themes/pearl/assets/js/vc_modules/images_post_slider.js',0,'qwt\\mا','qwt\\mا','|nobj8͈| YF+0','',0,'?'),('-Ȝ\\"r\.+0|','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_36px.svg',0,'\\;?b\Xƿ\\\\','\\;?b\Xƿ\\\\','3CJ;C]Q+Fng\Cʝt\\','',0,'?'),('=v\\"!1\p\\','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c3OCk','+Ǫ!\\\\8r`\=\EYs8\\','',0,'?'),('Bg*^\5\9','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php',0,'p\;^MK\O1\','p\;^MK\O1\','\\L\acV\M\BJ\AL>*v\r','',0,'?'),('MR\l\BFu','wp-includes/option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s)m\r:\n~\W','{W::\.eFs\"`\vE:r\\w','',0,'?'),('V\dj\r$NdtF','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/monitor.svg',0,'P$\S$;.\c\','P$\S$;.\c\','\rۂӋt4B\\?8 M\&[<\ֆA꣑','',0,'?'),('`KCIߕvE','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/rest-api/CMB2_REST_Controller_Fields.php',0,'\nz41\\XUHk','\nz41\\XUHk','c\\>\g(v=b\\ep\S\ru3','',0,'?'),('j\`qGn&G\n\N','wp-content/plugins/coming-soon/public/images/themes/52.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˯\' A7r','%\$;zZƩY X~m','',0,'?'),('k\rՅe\\P]2)-','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php',0,'k}i\J0}G','k}i\J0}G','P\֢s\Q7: \\nj^6\kg','',0,'?'),('mY\{\\M\DXdIt','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-bg_BG.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\̭\~Ɍ[','l\]q70VNx(\k\͉;','',0,'?'),('r\\\j\A$','wp-includes/js/customize-base.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xP0P\0C`\\\','\!\Zŋ\\B6>\rl(=xnC!\=\','',0,'?'),('x‚\DvXn+\\','wp-content/themes/pearl/partials/vc_parts/iconbox/iconbox.php',0,']\\\]\;\',']\\\]\;\','\\\\\\ފ_\O;[FNfw \Y','',0,'?'),('Wě#&\l','wp-content/themes/pearl/woocommerce/cart/cart-totals.php',0,'\r1ԋR4MsB\','\r1ԋR4MsB\','-?2o\)<\ݖlT`·Ls','',0,'?'),('\\\"S έ`t@','wp-admin/network/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\F \9U֊','XÐMCCD\rdJ&\-*<\\4TU& x','',0,'?'),('uMC\9Ocw1(','wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php',0,',q-\\h\',',q-\\h\','\%\\rN\\WPf\b:U','',0,'?'),('K ?\r\a#Qh','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ia\\Rɞ%x','M \b \d\]FiPOZq\','',0,'?'),('\"\#pI~\\'','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key2.svg',0,'\o\'I`O6%','\o\'I`O6%','6t\ÀR\d\c+αҠ^=','',0,'?'),('1$C\Z\rHd\','wp-content/themes/pearl/partials/vc_parts/services_carousel/style_1.php',0,'`r0$h=i(\\}','`r0$h=i(\\}','K|\.WT\/?])\5\1f)\\`X','',0,'?'),('\\\\\.1\-:','wp-admin/options-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i \t2pdw!',',S\\S\\?\kG:ON\\֚j\','',0,'?'),('\\\=u] ','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/cart/cart.element.js',0,'q\\\\\\:y\','q\\\\\\:y\','\\NGA\0~\\nw\ \M\"\\r','',0,'?'),('ΝH*\*.ځS','wp-admin/includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ZC[\ND 0\r\P','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_power_24px.svg',0,'`p.*\ ','`p.*\ ','\ZO&\\h\\4nܲQ\ \','',0,'?'),('\N{*J+z^2','wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-appearance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\^&ғ\ʲPP\|Y%kM\\۰H$','\\4\9\i\0`pt+\%NIWN\ \0mld','',0,'?'),('VtQbШ8\-','wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php',0,'lƥ9>wR\7 Tl','lƥ9>wR\7 Tl','R\h\0-G\ \"zȄ\a:ߍ $sQ*=','',0,'?'),(']{d.EApK{\','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_link_24px.svg',0,'`t쭇J/','`t쭇J/','m\\.\\" ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_color_24px.svg',0,'\|\HXz׋١U','\|\HXz׋١U','I) } J\\|yrˇ\]e\E\'','',0,'?'),('jHG\\\w,ƙ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg',0,'\.\\\6%=','\.\\\6%=','0\+1\Xҍ\I}bP@\\\B\','',0,'?'),('hJD\㰗G n','wp-content/plugins/wordfence/lib/wfCentralAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.;\0;c\$b','\ؤ\\TS&\Hi;X \AB{y','',0,'?'),('FT6a`\QU','wp-content/themes/pearl/assets/js/i18n/datepicker.da-DK.js',0,'r4$h\d_ʸ»X','r4$h\d_ʸ»X','l\0\»\0\/\\"\$kovg\k','wp-content/plugins/breadcrumb-navxt/class.bcn_admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\f2B\GůT','IG\4\'nFl{\R]Yj%ZuimH`\','',0,'?'),('9O\>\\̲','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart2.svg',0,'f\r?g\\{3','f\r?g\\{3','_aiB͛PTNz\mIi#(nA\n\','',0,'?'),(';/K\\'/3','wp-content/themes/pearl/partials/vc_parts/products/style_1.php',0,'+\W#W\r\eZ3','+\W#W\r\eZ3','{(Pq\g>\0b\$a\\c\3b\n!','',0,'?'),('ɶz^\ͅ\B','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Z\Z\k4}t','\2!\\n: \\3_qH\Z','',0,'?'),('\W\\"ѠL/BM','wp-content/themes/pearl/includes/admin/theme_options/includes/src/directives/element-control/element-control.directive.html',0,'C\l|\*\\'\׆\','C\l|\*\\'\׆\','9\]\B\4pƉi\\B\eTLC_yi','',0,'?'),('\[0^\','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','emg\ݜ|<뼸Dh ','+%\G;','',0,'?'),('\2\\nF\\'*\\','wp-content/plugins/stm-configurations/page_importer/pages/healthcoach/pages.php',0,']<\\"28',']<\\"28','>\\ggXi _}U\\~\\\Xc','',0,'?'),('\-\%\'\Cy','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_vignette_24px.svg',0,'Bu E\ubo>d','Bu E\ubo>d','>߬\GْmFS\Wł-','',0,'?'),('\Z\l\\\3Ȋ\','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\UՒ\JLm8`v','ӛvQk\\\nl\]\`Ε۷+}\kO','',0,'?'),('44v]\Bp\','wp-content/plugins/wordpress-seo/js/dist/wp-apiFetch-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$\\\Aa\ȧdQ˾',')\$@]X\\\\c\ݷB3ƨ','',0,'?'),('CiJdID\rD]\p','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_arrow_24px.svg',0,'vt3ڛ?x','vt3ڛ?x','_ [hS[\?\kL DQ%Nr\+\Ҫ','',0,'?'),('Hs^`\\ qx\5','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AB_ 0+\@','0\O5d\SMZ\]p\\ć\r-','',0,'?'),('J|6}\ P\,\rٛ','wp-admin/css/colors/_admin.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']my\Z\\L\','u\.\\d4D\\\Wd\:6\6\','',0,'?'),('M|c᳚\\\*?','wp-content/themes/pearl/assets/fonts/stmicons/psychologist/charmap.php',0,'8\\j\BU7.^\ \4','8\\j\BU7.^\ \4','\\ZR\NJN:PeP\\&n:\'','',0,'?'),('O~ZA8\6\} \','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\@h+65JN','hVFJls+\\0<\F\.\/*wL','',0,'?'),('XZif\]\\','wp-content/themes/pearl/partials/skin/fonts.php',0,'D㮑\ PYy-M','D㮑\ PYy-M',';\J!F\!a]PdBXDD5kڳx','',0,'?'),('Z@EyaB','wp-content/themes/twentynineteen/sass/typography/_headings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','khlܱZz\\\'r','\'0dli0ky6|.ZL]\\r._\','',0,'?'),('_\\\BaPG;\','wp-content/themes/twentysixteen/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cЎmOW\qo\(','C\\oCXRХ\\O`ƻ\G\9\\n','',0,'?'),('׵\Uʫ\ o','wp-content/themes/pearl/assets/js/i18n/datepicker.pl-PL.js',0,'\1-\0So','\1-\0So','\np\[̈́N\0A\Pf\','',0,'?'),('[:q','wp-admin/includes/class-wp-plugins-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' cMځ٠(7vP','m%8n:\T\\\2\J\r\YRHe,','',0,'?'),('\\C\rX\\','wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php',0,'l7Fw\`ܦ#$','l7Fw\`ܦ#$','dc=\\\E4?F9>|Q4ƝZ7[k','',0,'?'),('POf;\/\','wp-includes/SimplePie/Decode/HTML/Entities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E^/\\rBZ#%/a','\0+0ߨP;PO \'^p|NsN6d\ \','',0,'?'),('3\\t\󠹝\Z','wp-content/plugins/LayerSlider/static/codemirror/addon/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('Q\\c%g','wp-content/plugins/revslider/admin/assets/imports/sportshero/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('(B\i#\nkol','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_unselected_24px.svg',0,'`™\\\̃\\~f\','`™\\\̃\\~f\','s=5%m4\Bj+8\QKDj?','',0,'?'),('Ƣ\"Xƣ\lRա','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank2.svg',0,'W{z%=T/\7\+/','W{z%=T/\7\+/','2\_)\bb\^Ph PM','',0,'?'),('\\-\9J\a \\','wp-content/plugins/stm-configurations/stm-configurations.php',0,'_T@O\ڢ@\0i*','_T@O\ڢ@\0i*','\Z-)\\VP;)_c\sr)0=V','',0,'?'),('\X:\׍]^ ','wp-content/themes/pearl/woocommerce/single-product/product-image.php',0,'tQc{-','tQc{-','\!*\\\p\!\0\C%\ ','',0,'?'),('\϶\;O$eT!','wp-content/themes/pearl/partials/vc_parts/infobox/style_10.php',0,' M.[\\QL\E',' M.[\\QL\E','\{\E \\,t\˭9Ύؼck\\>\{','',0,'?'),('\\\ Iѻ\,','wp-includes/class-simplepie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\'h\X}H','g2QƶZ6\\\*TTТ_\S8\','',0,'?'),('\|S\\4:lŪ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_circle_24px.svg',0,'eD\\=Ϳ\ZT','eD\\=Ϳ\ZT','>}\0,\"% \0\%nse2\р[\\y','',0,'?'),('\0?\\Za+\d','rЂϢ \\Phȴ8Zz\IV\0\\\n\V7H','',0,'?'),('/\f{\\\-%F','wp-content/plugins/stm-gdpr-compliance/includes/Cookie.php',0,'ރ&Fqġoa\','ރ&Fqġoa\','\\AN<(\\\J\A&==E\','',0,'?'),('5قaܨϘ\ #\bu','wp-includes/js/dist/compose.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r Mpڱ^wa\7q','\\Ċk\"t:\-@\T\\\\\\0\ǝ\','',0,'?'),('6\\\\n,\.','wp-content/plugins/coming-soon/framework/field-types/select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@6xzj\Zؚ','k$N\3=el6ph,.\FV','',0,'?'),('@\\a\\&ZEB\\','wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6{3F\\YJߗ#','v$w=\\\\<Ӛ^GC i+OL\|','',0,'?'),('Gf:Mu>','wp-content/plugins/LayerSlider/templates/tmpl-3d-transition.php',0,'+?\\D]2\','+?\\D]2\','\\q\<)iYvSjFv\03N/\(&','',0,'?'),('agv \Z2-nq\_\jvB}\#,','',0,'?'),('bE3\g\'cZ (','wp-content/plugins/akismet/views/get.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q_5f+\q\\\"p\Rj','F{K\P:igF\\\Z (\0Gp','',0,'?'),('x?)\Z\n\וiC0\9','\\O2>C0\9','a\\?85\\]~|\ls;m\"','',0,'?'),('\\\'754.\S','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js',0,'x5\','x5\','h U L;ke\9Ж݂\\\q\ F-|,','',0,'?'),('w\\_9\MzG','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_hotel_24px.svg',0,'\1<io \\\X','\1<io \\\X','hzΝ&\\:I+9~C\y@\J/s2i\n','',0,'?'),('*(\\i=\&\rT','wp-content/plugins/LayerSlider/static/codemirror/addon/edit/continuelist.js',0,'-Y1\\[=+h','-Y1\\[=+h','7{\Z\HV1j8\\^b\\','',0,'?'),('G2VDm\L>','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\U\\31\ZxV','\\ȵG\EKL\6\\D@]0Z','',0,'?'),('\Z\&Ya\ڦ9','wp-content/themes/pearl/partials/content/post/layouts/layout_2.php',0,'Bkn\\ww-\M','Bkn\\ww-\M','3\eʕO\6\]}\Ʈ2OM:G','',0,'?'),('(dwI\0:\r\\Xx1DC','wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y_V^\n%p\c','dWg me˰5\\Ҡ\:;\W\\'\','',0,'?'),('/Q>+\ޝ,\m-/','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-exclamation.svg',0,'`o\rSC)0\K\','`o\rSC)0\K\','r\2eħ\5\(9C>[\\\6.W{\\o','',0,'?'),('3,\cvk\','wp-content/plugins/wordfence/views/onboarding/overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\iŮ9e`\2\','ZM\GXL;$xMi|Q\%\ŽY2\$_','',0,'?'),('7\>T\\Ӏ\\\\n\','wp-content/plugins/LayerSlider/static/codemirror/mode/css/css.js',0,'\r\Z\V5 ͈','\r\Z\V5 ͈','ʤ\+\4Qo\r+vax~J\sJ\\\<','',0,'?'),('P.1̬2\_','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/js/wp-color-picker-alpha.min.js',0,'Pi*U0\K7','Pi*U0\K7','gl~\ȗ\e1#\ԫSP}=\(6:niI8','',0,'?'),('WM\\{h\(','wp-content/plugins/wordfence/lib/menu_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^d\ٜ8:1{s9eu)','1b:rFXe\\rU/iw\,w','',0,'?'),(']K{\ٯ\`\{,','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+E\YH\\1dIX\O\ȷv','\q*\lmKңk\\"\MQ?\pa؂\4','',0,'?'),('\N_ \L\'\8YZ2','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg',0,'}ߔ`њ\h','}ߔ`њ\h','׏GD3W*pG\\# Z\\ ~_0Z','',0,'?'),('\k{\&x\n','wp-includes/class-wp-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\[^#_\I\r\H\k',' eq3\X\\lniSvT1\"6xL\','',0,'?'),('\\R\\\@xRp\','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-zh_CN.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\7ܴm@v\e','\\LMt~!\\n@:iC/DԄ\','',0,'?'),('\K*љ\&a~','wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@pg`YfΈ%',':C\5H=td,\{glX_,nߏ','',0,'?'),('\$\o1\T2]l','wp-content/plugins/wordfence/lib/dashboard/widget_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \\rmn\ZB\\ ','\݃EZ?wȖ\͖s!7\\c\J\70','',0,'?'),('\$S}\r 1j+~ZJV','wp-content/plugins/wp-members/includes/class-wp-members-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\4醄\L\rcR','T#\!|\\"b=\*\\$ \xQGSF\ݘO','',0,'?'),('\P\S.緂\p','wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php',0,'Ah5\0@M>S>','Ah5\0@M>S>','L^8=\O\$1\\k\/֠edmE\'j','',0,'?'),('\‚\\P+\','wp-content/plugins/stm-configurations/widgets/class-stm-widget-custom-menu.php',0,'͛R=/\\q{\\','͛R=/\\q{\\','ï\\$(X\I8ٗQf+5aB_\\\;','',0,'?'),('\\A0ff`\ Kǁ}','wp-content/plugins/wordfence/lib/wfDirectoryIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n+Z/_\Zxu\v','\u;IVa[~㵭TZ\\ ^\yJj','',0,'?'),('\\\7HQ','wp-content/plugins/stm-gdpr-compliance/includes/plugins/WordPress.php',0,'Z)`I!uin 3\&','Z)`I!uin 3\&','V~\Z7T( \Z\))\j\=\w\','',0,'?'),('x?\'89\Z>)_\;\Da\߄','',0,'?'),('˴ н\2\\','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Y\Z@2\hD>','b\!Ҕ#WoI,h\^K*e6r\G','',0,'?'),('\0\%3[$x\0\\.(','wp-admin/images/marker.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\*O2/\3I2\','~T@\\vUI<\pK\\\\a`T@c\\ca','',0,'?'),('\\4=','wp-content/plugins/wordfence/images/icons/ajaxScan.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʖѴ~fi','ߩ0ԍ\ѦƻH\n¡;\','',0,'?'),(' *\"A\\"\\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_3_bar_24px.svg',0,'8;5z N#7\'+\0','8;5z N#7\'+\0','\\K9~\B &\XXvd}qr [','',0,'?'),(' \\\Em[\\l\<','wp-includes/js/tinymce/plugins/image/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԎW]\ה\I','v!Eݞbs\\_V/\/$-P$\\M','',0,'?'),('g6.vR\\','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/version.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QcNԨbƴb','\H\\I\L/\\Ū\j :{','',0,'?'),('@\\4\Ѧ)@I','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_history_24px.svg',0,'@.\j˝F:mf','@.\j˝F:mf','7)\\\\\*\0du.i\Tb\8醼\OZ]','',0,'?'),('A^\\\0&\\1\Z=','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')6):\\\','H0 Lї?㞹.1\MIe\\٣','',0,'?'),('D`Bȥ\\n\bǙ','wp-content/themes/twentynineteen/sass/_normalize.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Ut _vO0a','LL\Z\m\h2-s,+<\s!@tpzG','',0,'?'),('QK7L\z)- iI','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Task/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\1o<^\J_SV','S \<{Y\$\B\r2o̧\U(@vj','',0,'?'),('V1Xk-IV\P','wp-content/plugins/stm-configurations/helpers/includes.php',0,'\rK?,df \','\rK?,df \','\"S\ -w\n]1$[@','',0,'?'),('mg8Vplbs8>','wp-content/themes/pearl/partials/vc_parts/projects/style_3_carousel.php',0,'x\"/ܯKo\','x\"/ܯKo\','\n`Y\AW\\"ˀ\+aDTTg\\\T','',0,'?'),('p2+񢼔cq\0g\','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\*L\TG\\4%P','-\\nFJ&T\Po\\ϓ\\\2\\','',0,'?'),('t\\9t\_mF\\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_no_sim_24px.svg',0,'\r\ni#څU\','\r\ni#څU\','\\N V\XD\\k\Yc<\\\U ','',0,'?'),('ze\.}-','wp-content/plugins/wordpress-seo/languages/yoast-components-zh_CN.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\\\\\X/\C\','DJ}r]\\g2~1X\Jb\Z5Nw\\Q','',0,'?'),('5s\n^5 S\','wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-authentication-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\rz&U\U9X*ճ=','g^خ~TUl{\>ybN\B\aC','',0,'?'),('sؽ4j۰XG£','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php',0,'`N`\fv\#*b\~?\Su\&\','',0,'?'),('+\\Qqo%','wp-content/plugins/wp-members/includes/admin/class-wp-members-user-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rQ\Px\\q\','u\A8\`c\-\ &)\y\cP]','',0,'?'),(' \C?\Vq-4','wp-content/plugins/wordpress-seo/js/vendor/react.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Q\RW\7h͆','A\\I\[ftJ$w\X\0m\0','',0,'?'),('\\4\tt>\Z','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_add_24px.svg',0,']v\r\"\Z\S8`~}\n',']v\r\"\Z\S8`~}\n','\\R+gk\ ܢGU0\(\\Z','',0,'?'),('\\\\\"R\Ŝ','wp-includes/images/crystal/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ Ѳ#d%\[','n1\0\<;\n\Ip~\f\⠸\\z','',0,'?'),(',\\\s6+','wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php',0,'{+\a9\\','{+\a9\\','W\:\_\p\d> \Pk\Zg','',0,'?'),('6\r\\\n]\','wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\\x\z\rX','\*Ħk-G(a\Z\twތ\.\\','',0,'?'),('@\\6R\Ru4','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumbs_up_down_24px.svg',0,'/Ѣ\nқ\\\\','/Ѣ\nқ\\\\','<~#D{\ȏ5\neȨɎςylg\r','',0,'?'),('L\B\YՍy^\','wp-content/plugins/wordpress-seo/frontend/schema/class-schema-main-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\A\; qb\','V\\yF9\\\0o!V?4\Pȝc\' ?kX\\','',0,'?'),('O\\RP3\r\\','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-contact-form-7.svg',0,'\nx!\R;AJV','\nx!\R;AJV','>\[\\\@kͪ\X\F3x\޺hg\','',0,'?'),('YNj\4vB!','wp-content/plugins/mailchimp-for-wp/assets/js/forms-admin.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\i\\=FV+c','C?7;:eo\௻p%\#{m','',0,'?'),('\\A2\DQ|>\"L','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e|\\K ','Drl9\e\\c5}\\?P2\Bcs','',0,'?'),('odM-=Lx\','wp-content/plugins/wordpress-seo/css/dist/edit-page-1230-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɘf\e\\8',' Rq \\=o\MtIX,_','',0,'?'),('v%S[̪Ѿ','wp-includes/ms-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\{8,k/N .DK','\ѹs\1\\d\sq\K\AЏa','',0,'?'),('}O\ }\lG:Yf','wp-content/plugins/wordpress-seo/vendor/composer/autoload_real_52.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3$\UW\\','9\%L̳;Ze/ߊ\\$R61Wen3*','',0,'?'),('\'q\4P\O\~o\9\','wp-content/plugins/LayerSlider/static/codemirror/addon/display/panel.js',0,'V\UC\[\͍','V\UC\[\͍','\F[Ho\f/GvV*u\7L/\\i\','',0,'?'),('\\l\:0(\+#','wp-content/themes/pearl/partials/vc_parts/stm_staff/grid/style_3.php',0,'Pc\np8Q\','Pc\np8Q\','T\'u ۷z\ VY::}w.k\j!','',0,'?'),('\^\4x@\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-idea02.svg',0,'7\\RA*k\','7\\RA*k\','sy\\]\\\rjx1u\@<\r\T \F','',0,'?'),('B{pi\\&]K\','wp-content/plugins/wp-members/assets/css/forms/wp-members-2011.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˂(g\;','FN\iul\\0(:\{\moC<','',0,'?'),('|X%jgu@\CJM','wp-includes/js/dist/vendor/react.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\\\6R[섩\#','j\Z%\0\Xׅh%\ѹ$*\U\0\','',0,'?'),('DuKB\ Lk','wp-content/plugins/contact-form-7/includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڶݥ ,RW\r','ܚ\OcksC[\\'\\\\Uh\j 4\','',0,'?'),('\%Nv h\` 4#','wp-content/plugins/wordfence/js/wfselect2.min.1550163483.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J!.\\i','lk}[\ZjA\.!=+5+~q\ 1','',0,'?'),('\]_\~Sd\q\','wp-content/themes/pearl/partials/skin/layouts/factory/style.php',0,'^\I\M&\bٻ~','^\I\M&\bٻ~','\r/\^\kA\@2\2}EL \\X','',0,'?'),('ւxR a\\ǜ@','wp-includes/css/dist/editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\"jeB\ld=-','o\<\V\X@\S.\\и6\\\/4i-h','',0,'?'),('\\Ue \n\\r','wp-content/themes/pearl/partials/vc_parts/stm_staff/list/style_6.php',0,'6{*SlbX\e','6{*SlbX\e','~\T^Fߨ㐲o|Ϲȶs\','',0,'?'),('\x⚔U&FZ#','wp-content/plugins/wordpress-seo/languages/yoast-components-de_DE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' tM\z8\3)] ',' r1`\\'\ ྞ8\3yf_ԕ\yd','',0,'?'),('\\Ɵѫ;\\U','wp-content/plugins/breadcrumb-navxt/includes/class.mtekk_adminkit_message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\R #s\\ڝ\','kUw5s5CUu%fZ\ \\M9\U;s\n\g','',0,'?'),('\CQv]ص,|','wp-content/themes/pearl/partials/content/stm_products/style_3.php',0,'X do&F(','X do&F(','ۗ\\\-6\Fb}s2䠠a\B\f.ʟV','',0,'?'),('\(\-5\\j','wp-content/plugins/LayerSlider/static/layerslider/skins/v5/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('\58Ryx*','wp-content/themes/twentysixteen/js/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^鐐{1P\'\`\\\K','Ry1Nhu¿\\\I}؞)i','',0,'?'),('\]\"M\< -q|','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy2.svg',0,'PD>b\;<0YGPE\K','PD>b\;<0YGPE\K','\\nP>,{Φ\ ;%\n','',0,'?'),('윍e G\Q-\','wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/product.php',0,'؄\0\\E','؄\0\\E','K\\N\"](\پ\k\\0\1WU\\"&SId/\Bt\"UW','',0,'?'),('VqaT[\|','wp-content/plugins/LayerSlider/static/admin/js/ls-admin-addons.js',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('+k','',0,'?'),('=x*\\¦\\\','wp-content/themes/pearl/partials/content/stm_vacancies/single/parts/vacancies.php',0,'\Z\\e\6 \\','\Z\\e\6 \\','\-\P\D!Тfv\\\0_]\)ٵ','',0,'?'),('@G\t\eY\\\'>O','wp-content/plugins/wordfence/lib/wfVersionCheckController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\Zyh[*\[ǥ\','\q\r\zչ4k\Û\\>ڌj\\\'$a9]\n','',0,'?'),('O~LȦ\"f~|\ ;','wp-content/themes/twentynineteen/sass/site/header/_site-header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kD\x\\\HR:\','\~)f:\\$/Ճ9$Ƨȏ\k','',0,'?'),('X\0\(n\','wp-content/plugins/wordpress-seo/languages/yoast-components-es_MX.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lM\\\\nI\Y','\ΆTB;B\d!\r-_H\<\\Ҝ\rDN ','',0,'?'),('ZWt\pNh','wp-admin/css/nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\?3kRsm\\0\d\\','C\T\&p$ \)\jǏP\_','',0,'?'),('\\\ M*_\YYRp|','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\\r\\\BDŽ͞','\xEg:9jF:,\#,}\;\r4','',0,'?'),('_:Q\\ZoC}E\H','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_off_24px.svg',0,'0(=*M\\','0(=*M\\',';6\4bAo\o\8\an\r\i\\[\\h','',0,'?'),('gE}s\0\-Ć\','wp-content/plugins/wp-members/includes/class-wp-members-clone-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Z3TŎ','\\\QI\&,?TtNA\0!3\㬿','',0,'?'),('Vl*N =@ӽ','wp-content/plugins/mailchimp-for-wp/includes/forms/class-asset-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\_\Jin\\ZK','{\\G<\I\\aJrvT\9\0','',0,'?'),('\ִǡGn','wp-content/themes/pearl/assets/vendor/lazysizes-umd.min.js',0,'$gQ\\xNJbJ','$gQ\\xNJbJ','U B]z H\rh\9ab <.KŘC','',0,'?'),('Z Og\nWW2','wp-includes/js/wp-embed-template.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\ͽ I\*\D\Y','ebBNbw3j\\jo +\\ɘ\\n\','',0,'?'),('\!4t#AB\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_backup_24px.svg',0,'\f#/&M4Ֆ','\f#/&M4Ֆ','ͳJŹ2j\\\\t\6}aWT%S\O','',0,'?'),('\4\K%wa\\"@','wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/media_events.php',0,'>\'+Z7$=\m]Q\','>\'+Z7$=\m]Q\','\\#xľm>\m[cG?#7ف)0\.C','',0,'?'),('AQn \\','',0,'?'),('\\c#\ q.\','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/colorpicker/colorpicker.control.js',0,'#gY(*ewR','#gY(*ewR','P\`z\}YkHbيhgO','',0,'?'),('\\\iWN@zw@','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat-moustache.svg',0,'Z\A>\k&ʘV','Z\A>\k&ʘV','\\8\ý\\^\'(+\\{y谥\r','',0,'?'),('\F~\\\D;B,','wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php',0,'#WiY\<\r[\','#WiY\<\r[\','d\\橻\B[\\\0V>:','',0,'?'),('\\2\\\\\\(\#','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_ondemand_video_24px.svg',0,';̄r9\\n',';̄r9\\n','\\\\\\Hr+0\O\w#bCD=mkҍ\'|','',0,'?'),('fq\\i&:\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_24px.svg',0,'\\'\JCqev\~oQ\','\\'\JCqev\~oQ\',' \tqO8\\.Yla<\\','',0,'?'),('Q\\@ɉ*m','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_clear_24px.svg',0,'?h\\ \-sJ','?h\\ \-sJ','2%\r\?5\ɗ9%\ďLu_\K\ ','',0,'?'),('\":@\6I\K','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-vc-logo.svg',0,'M*\m7\\\m[','M*\m7\\\m[','\S\7\n[l\rp[kd0\0\3\\','',0,'?'),('_Z\%\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart07.svg',0,'o0L\Qٗ\c\"n','o0L\Qٗ\c\"n','6\^4L\'Go80^Qg\%gL\ٛ','',0,'?'),('[fږ^k٩֫v','wp-content/plugins/LayerSlider/static/codemirror/addon/wrap/hardwrap.js',0,':\7:\~u\0\',':\7:\~u\0\','j-}B(ZA5She\\n\듡\B\\','',0,'?'),(';!әA\O\\Z','wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M mkw\\\','+[-\Z\V\=\?\IA\Pƾ','',0,'?'),('J95]I5\\nR\','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/cache/Google_WPCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lj:9+xqo\f\','\0g\wo3 \\U<74*UK+','',0,'?'),('J#j2\r|T','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_24px.svg',0,'1\C\\','1\C\\','\V\\\\+b(\8L%\\m\nI','',0,'?'),('[է!\i\\g\','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_center_24px.svg',0,'Ɗ\d`v+{#T$\','Ɗ\d`v+{#T$\','P6p}m fڳ)|)\\N\\0#','',0,'?'),('^\\\hF\"_֘nl','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_select_all_24px.svg',0,'\#\\#\','\#\\#\','|n萆\c \*C\\\mg\0','',0,'?'),('cr-ͯ\'\ɟ!\','wp-content/plugins/LayerSlider/views/skin_editor.php',0,'-\+x\\(\@+-','-\+x\\(\@+-','8PtN>(ы\\Z\n\\%^\n\H_','',0,'?'),('hF \C?\N\\','wp-content/plugins/coming-soon/public/images/themes/41.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uKܥ\\\\\Y,','\x\\MVH~i%!\ǀb\\','',0,'?'),('u}؄\] 5','wp-content/themes/pearl/vc_templates/stm_posts_video.php',0,'f5Tm$K','f5Tm$K','>EY-Kh MI,bzk{nǪ','',0,'?'),('}fC>(\;\O\','wp-content/themes/pearl/partials/skin/layouts/church/style.php',0,'ۍ,ϑ R# &','ۍ,ϑ R# &',';\q)e\n\8xٮQM\\`0','',0,'?'),('WT<7 Y','wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php',0,'\\PM\\X\Z','\\PM\\X\Z','TDz[L#p|.\cc Ah\\\>','',0,'?'),('N\\@(3','wp-includes/ID3/module.audio.mp3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\Ϳ\q\\0','xEҀZ\%Lη݋Kp7\','',0,'?'),('h\\)UG@\x\v ','wp-admin/edit-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\n\\l','a\r\Ƌ\nʍp\\ot\\9>\\n7!','',0,'?'),('h\h_j<\1G','wp-content/plugins/mailchimp-for-wp/includes/forms/views/parts/dynamic-content-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wD\'\O\r\\','\1k\w\r_ k6\'7y\Ҵ\\ \Yl','',0,'?'),('ڡ-Lq5:','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/post_type/post_type.control.html',0,'3\+\T+3b','3\+\T+3b','\\.u;9\0~l\"汾JTcFP\A:0,\\\\','',0,'?'),('\DX1[]+:A\\','wp-content/themes/twentyseventeen/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mr\nBo/\rcS@','\Xd!\F\\V\#PX6Z','',0,'?'),('\2]hqu:\T6E\U','wp-content/plugins/wordfence/lib/wfAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’*`\\ەL\~y','`}\'+6q \A*zbÔvkOs\i9H','',0,'?'),('\\\ڗ\\ʧfV\\\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_2_bar_24px.svg',0,'i\4w P \9\r/','i\4w P \9\r/','^w\#a/\'= \Y-K\Gw\ڙ','',0,'?'),('\H\$E\0oM\','wp-content/themes/pearl/partials/header/elements/search/styles/style_5.php',0,'$\\\\\+','$\\\\\+','Be\@L\Kqs\Pf\v$>(ޮ','',0,'?'),('\@t\ۚV\\\','wp-content/plugins/wordpress-seo/src/loaders/oauth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\\.윰\/sї','jH[mi<yK0?Ԃ\@\6q!\','',0,'?'),('\AMu\\','wp-content/themes/pearl/partials/vc_parts/products_categories/style_2.php',0,'\M\\&E\e','\M\\&E\e','l\C\\rQ2d4߁!.Nv \[jo\\','',0,'?'),('\n\\E=)\','wp-content/plugins/wp-members/includes/api/api-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nra,]\Fp\','Jvs\[>5H\0\aU\Btds$','',0,'?'),('ˢ\i5uۇ\)','wp-content/themes/pearl/partials/header/elements/signin/signin.php',0,'\ZE?q 3b\I','\ZE?q 3b\I',':筐c\\\\\r\\\%TZ2p','',0,'?'),(' Ie\ԩ[G_6','wp-includes/js/dist/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','90u\\\\=c!!',':iyW|1s1&\mWlt8\'5','',0,'?'),('Nx/#t-L-\','wp-content/plugins/wp-members/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','汳 BQ7`:D','+@Y\\Ln\qذʠ̀Y]{\\|','',0,'?'),('#AuI .F/\','wp-includes/js/wp-pointer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|5\0 ō\','\%cId\gɃq\EHڰ`6EӪEHv&','',0,'?'),(')\]\D\@w','wp-content/themes/twentyseventeen/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\9\$+ \v','\(cC93Q?\A\09e(rQ\Z','',0,'?'),(',3(w\RGok','wp-content/plugins/revslider/admin/assets/js/codemirror/codemirror.js',0,'h*@TB+seѤ','h*@TB+seѤ','wGK\kˈd\\\\7jk܆\\[','',0,'?'),('<\0$\\rփ\\'(Ok\','wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';E#w\\','i c\bY|`\"P\Χp΂F6T\ wu','',0,'?'),('@\\,\n\\+k','wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\'Q8b\/\\a\','3t\\R>_a>\0\|ՑVC䦇OB','',0,'?'),('Eb\ .1\-\','wp-content/themes/pearl/partials/header/elements/image/image.php',0,'>3\'$\\\Jx','>3\'$\\\Jx','Uɺ߿_\Z\G\'\4\\M\\B\?','',0,'?'),('O/ì\`|g_\0','wp-includes/Requests/Exception/HTTP/429.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\%|F.àZd\','!Tuwmt5\o\n\2A\"kߚz','',0,'?'),('T\ET\\Z[@x4\Z','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/signin/signin.element.html',0,'}?+r&','}?+r&','6hؼ87jf\w/\G\/ƲbW2(ӗ','',0,'?'),('k:\\ئΆү','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-repeater-gallery.php',0,'\ \XBT\'q\\\8','\ \XBT\'q\\\8','\\J#2q\L-_K Ly\t(s\','',0,'?'),('v\FI\2h\n','wp-content/plugins/wordfence/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eߏ휐\nt7 \\','>û8s}0ǀ\\\\"4.WK\j&','',0,'?'),('z3ջY\cZL','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wͱr0\؅=\','?E\%\+\w\r\^\֗.$\i$[W','',0,'?'),('{1\"^\\\.','wp-includes/class-wp-widget-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Y\ypI\r\T燝','3\"\;+\Qh;SQr!tO=2޳ݚ\17/','',0,'?'),('7\\nL\ ','wp-content/plugins/revslider/admin/assets/js/rev_addon-admin.js',0,'εqK\\\E','εqK\\\E','R K\w\/|\^=$i\K\w7:\','',0,'?'),('sIqF','wp-admin/includes/class-theme-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\r\T\\\g','\Mgs \ѿ\\AXLV\\ ]\Z','',0,'?'),('=V;\\\N.K','wp-includes/js/wp-list-revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PbOPxOrs72','# ; w1.\B\\3f_;\Pf','',0,'?'),('.$\2t\','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ru.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3=D\\mbκ','sy#4\ qvI\V\d?\ <\\Z(\\','',0,'?'),('\M0!fg\6\\','wp-content/plugins/revslider/admin/views/rev_addon-admin-display.php',0,'ǽ]<\w捁\Z','ǽ]<\w捁\Z','攔t6DW!\~[\ePJǯ\ۂgdW','',0,'?'),('\<\@S2B\,2','wp-content/plugins/wp-members/assets/images/jquery-ui/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N~>/99<Ч\ \\','l\\G\F\\=0} \\'T(\\r','',0,'?'),('\nӛIQED \\','wp-includes/class-wp-comment-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/w/_\ 볿,b\','-=pL-P`\\\ZDY1q\\Uغ\','',0,'?'),('\\\MMF/I','wp-includes/Requests/Auth/Basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\x̄\ 4U\ k!C','.\йh \dBiHɀ\ns᝗\\\O','',0,'?'),('\^9.~\ \=\Pđ','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Task/Interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\#\~MAR\D','T\\ F\i\\\nE.Ov\t\\','',0,'?'),('\Κ,\Qagl\\Z','wp-includes/class-smtp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\+\"ZTV\nC~8LOɁ\\YvK˶De\'%','',0,'?'),('\zS\dc*\\P\ ɭ{','',0,'?'),('6>!^`1b','wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php',0,'[Ŵq턬\xU','[Ŵq턬\xU','\\*Ч\"\n\ \\AΪ2\R:Y8\','',0,'?'),('C#2B4\\\','wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/notice/success-no-items.php',0,'qh\g\\','qh\g\\','\~\\IW\\jxSȶ٦BCr','',0,'?'),('D! VD+\\','wp-content/plugins/wordfence/views/scanner/scan-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Zb\4ګ* ','\w.\0\\/\"\k\zvHQ6s&>`KRC\','',0,'?'),('S#\q\G(\i ','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Crypto32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\La2ꝗ','ZhQ~q m347\XO\q','',0,'?'),('T\:\ZrD\ ','wp-content/themes/twentynineteen/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\{a.\pۡ','% \nk\_\ZQ7Mϐ#5\?','',0,'?'),('qCz[Bт','wp-content/plugins/coming-soon/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f͒2%\O\CE>\','\Hs[lq  \5\r(\@/<8mu\','',0,'?'),('u>!Z%\r','wp-content/themes/pearl/partials/vc_parts/projects_cards/style_5/style_5.php',0,'m3I{],\\2G','m3I{],\\2G',':][*WA`{\RN`Fs;\${͕;̏\ʇ','',0,'?'),('z6\\+\\PH\rtU','wp-includes/css/dist/block-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Auye>B*\',']\\&@ARs4d\7\׌–b\7+\','',0,'?'),('}؈\;Lj\\u\','wp-content/plugins/LayerSlider/templates/tmpl-revisions-history.php',0,'/\\)\\\`_3\Ug','/\\)\\\`_3\Ug','T*ۮZNo\"\\˦L`v\\Sv#a','',0,'?'),('˥̰MVЗ eA','wp-admin/js/widgets/media-video-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\F Z%˵/&ă','Cq! 6!IVl}\|\Bb2\C&','',0,'?'),('\,DЋuS}\','wp-content/themes/pearl/assets/js/i18n/datepicker.el-GR.js',0,'؝rF~EP!V\n','؝rF~EP!V\n','J\߯5e_(@ܷ%gD\\G\=_','',0,'?'),('t\(iltY/','wp-includes/css/dist/list-reusable-blocks/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i vM5P+\\\gN','/wc)Ws\v\E\\\\_\','',0,'?'),('B܂*^0\M^\\','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dzw\O\ʄcWވo9','/S\\V!ю/ط(S-\ǵp#٢^6\񵼨','',0,'?'),('dЎ\;2G\','wp-content/plugins/booked/includes/ajax/init_admin.php',0,'Ym[5i\r&\iZ','Ym[5i\r&\iZ','%J2 ߬N+e\(\R\$\\>z\9{\','',0,'?'),('3\" (z\a4\8','wp-includes/images/media/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-o Uʓ\\UU_','\'eM a[R#q2\kz+*<\\7\0\\j','',0,'?'),('\\m\{@m\','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oLFʒ4\\i\--','Cc#1_|\Z  1ɾ\\\Yx\','',0,'?'),('\\\m4?\(Pri}','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-compass.svg',0,'\WA5\sX &z','\WA5\sX &z','<\\\nU\\R\nrW\ވZXĕ','',0,'?'),('\H\j!\\cH)o','wp-content/uploads/stm_fonts/stmicons/stmicons.svg',0,'NC\+\l\'MAjU','NC\+\l\'MAjU','\s\\Cj\h4 N \\mb ','',0,'?'),('\\\\f]','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_line_chart.js',0,'oT`?\\FO','oT`?\\FO','\M`\\]\Nw؊Abz;Ik؝\','',0,'?'),('\0/6 6n]Y\','wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-gsc-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@\r}-UxIBHҏ','k u< @e\Y\]\\rU\AQ','',0,'?'),('ވ\|.X','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/NewTux.svg',0,'\xiDV\ȪG$','\xiDV\ȪG$','\\]\ANY($nU[\\0','',0,'?'),('`M%\h\"','wp-content/plugins/LayerSlider/views/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('~QԁŴFp\\\','wp-includes/class-wp-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\z1Rr\','m\Ts0/\0\Eϩab$SgiQRx?','',0,'?'),('%+:wP\"\y h','wp-content/plugins/wordpress-seo/admin/views/form/select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UN\@v\ M)','\lb) \\%TYt+\\rE\MPl','',0,'?'),('%†Q\\7(\\\6','wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php',0,'rU\v%8[ji3U','rU\v%8[ji3U','*O\i2\{ DLx£\$\\=','',0,'?'),(') KWotds\\|&','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_music_note_24px.svg',0,'\c\\]=h@\','\c\\]=h@\','f/\\ Dj1\ɾ3\A8:\\ ZRɸHI','',0,'?'),('F\Nj[p','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_loyalty_24px.svg',0,'8L\\'\\a\ۊh\','8L\\'\\a\ۊh\','\K\'ujֶÕ\v LHmZ\*l','',0,'?'),('H#\\W\\\','wp-content/themes/pearl/partials/modals/album_modal.php',0,'75D(؋|^y\WWɲ','75D(؋|^y\WWɲ',' Wݫij>\Ԓ\\X5]c8S\n','',0,'?'),('k=t\Df\\C:','wp-content/plugins/coming-soon/public/vendor/tingle/tingle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Hj{\nGg','\vp_\\VE|y}?)\J\|\\x\\','',0,'?'),('zݿ\&X❙6\s','wp-admin/css/media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q dr`й','m:\\\rC}̏I@\Z:\\\\P','',0,'?'),('_+]:<','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/printer.svg',0,'\ziʁ\Z՚\\\','\ziʁ\Z՚\\\','kRV\,!n8\9ń?\\','',0,'?'),('jӴ4x}.m','wp-content/plugins/mailchimp-for-wp/integrations/gravity-forms/class-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y~\4<\EYG','\z\ة\\Z\\X\)2\\\\\B\','',0,'?'),('Tv*\\"','wp-content/themes/pearl/assets/js/i18n/datepicker.oc-FR.js',0,'Vrvq,\\G1','Vrvq,\\G1','y\1\\ݦ)vvCXlU\\Z`=\','',0,'?'),('.\ٹGsO7\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-check.svg',0,'?2nP[\<','?2nP[\<','IAE☪{8\8\:`}\uTy\D&\','',0,'?'),('Uv\\q\"/,','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_details_24px.svg',0,'\ ^9/&s.-g','\ ^9/&s.-g','\\ʴ])\|\\g\\\Z\'\ ','',0,'?'),('!\\y\F]\\\','wp-admin/includes/class-wp-ajax-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\jgX\Vq','e\[\plL-^>\_\w΂u\ \P\0','',0,'?'),('>s G NkxSVp','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Taxonomy_Select.php',0,'&;a\B^9(','&;a\B^9(','$G&\y Ѭ7*9+E\ee|{\','',0,'?'),('ОպP?s䏪','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php',0,'vX_g\rl*ן','vX_g\rl*ן',' j\\PȾ\ۧgq\n\s~\E\','',0,'?'),('\+2\r\La@\'\','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_AU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\ޗlyʥJ &','N\'SԙG\w\ \Y\\\\){ծzrxn3','',0,'?'),('\\/W\\Ao֕','wp-content/plugins/mailchimp-for-wp/includes/mailchimp/class-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\M:\n\\','\\']w\\o+TA\ЬӶx!hM\2','',0,'?'),('\\\xyOMQ\,','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/is.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\l\wܻڷVl','?Ǧ,\0\\FzZm%}[&{~\3','',0,'?'),('\4\?܏No\o','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_24px.svg',0,'͓`ݫ\6E~\','͓`ݫ\6E~\','Gwv\_k k;\bz#t\\Ͷ\','',0,'?'),('\[ i1Dd I\','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ja.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tg\ޔ4&\"\',' \\0η\@\0uvJ*:틐3-\\x','',0,'?'),('ٵ\nh\Jxdv\ԃ]','wp-content/plugins/wordfence/lib/wf503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EG\ůL[\o\','lg_i\ċ\r\Y\2\ d','',0,'?'),('\\\ @~A\dlG`}','wp-content/plugins/LayerSlider/tmp/uploads/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('$TX@#A\','wp-admin/js/widgets/text-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gԘt\\jYs\R','\Ac\w\\\\"P\bEx\Ý\0] ','',0,'?'),('LY\\ȑ\','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_shuffle_24px.svg',0,'B\X\03ժ`\l','B\X\03ժ`\l','\r+/ʱvd\\D\\tCw','',0,'?'),('2zs4x\EB','wp-includes/ID3/module.tag.id3v1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\JzB%\[g\X#','jlGbW1\ cX\\`\#\Ia\*j','',0,'?'),('p3\r\Z^\','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\T\\','Q7-43\mSqf\aMEz*&b','',0,'?'),('\Obc\" \\\|J(','wp-includes/images/smilies/icon_evil.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lb\\&m\ӻU',':\HW7\ָGt\t91H\i\','',0,'?'),('\\\3_\_\','wp-content/plugins/mailchimp-for-wp/includes/forms/views/js/url-fields.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\/HiOQZ,','ڳ \\\] X\\D\\\ϱ6j\}','',0,'?'),('\!ŖB\3\\\O\‹\','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-fi_FI.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','蜙z\\0\g\','? \\Zڧ<a\ᣎ','',0,'?'),('\,\'Y8C*\Zc$n>','wp-content/plugins/stm-configurations/slider/admin/assets/vendor/vendor.js',0,'v{\A\\m\Z\[y','v{\A\\m\Z\[y','\Z\t槬\\w\\+\0=n]W','',0,'?'),('\1WV(26','wp-admin/images/icons32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\۬[\m9\J4\\Z\','D\kCd\i|a|\\\+\rx̌','',0,'?'),('\3Džq\\(\\Y\\','wp-content/themes/pearl/partials/header/main.php',0,'ғVwC~\A','ғVwC~\A','\0\\'*\\e9xW|C\G\:ϙ\p','',0,'?'),('\>l\t~[6#%%','wp-content/plugins/wordpress-seo/inc/indexables/validators/class-endpoint-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x0Ngu','gT̢Y3\e\_Sޔ\','',0,'?'),('\Jp]v#\\'\!','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.layeranimation.min.js',0,' w>y4',' w>y4','\\Z>B!\C}vA\\\A\r\֙䛔F\r\\#','',0,'?'),('\K\\an\\NNg@T','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_system_update_alt_24px.svg',0,'ÒH*\6\NMﴉ','ÒH*\6\NMﴉ','~$fl m%\a\~X,\$\\i','',0,'?'),('\XS7\L}\`t5','wp-content/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js',0,'4$\Vc\%:-H\8(','4$\Vc\%:-H\8(','TJ O%hhv\0Q@),OHu,\e','',0,'?'),('\YmRlX\0\:','wp-content/plugins/wordfence/views/options/option-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ac [DO+.f\\Z','~?\\\|q4\\\τ>jW\06\wQEg=z[','',0,'?'),('\]숊YT\\Xm+ %','wp-includes/js/dist/vendor/moment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\~`wZƼ)h','%}-)~MwT=\\gH!\','',0,'?'),('\j\\U\U\X\Z\\/J/','wp-admin/includes/class-core-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`+hqr \','rwgo3{n,\\\Y\@v1Pu:|#','',0,'?'),('\y~{5w\ \Z\','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/settings/class-setting-array.php',0,'y\n\Dӭ\`X_\r','y\n\Dӭ\`X_\r','Ham\\ $\m%\j\$ g','',0,'?'),('\}IO9m=\','wp-content/themes/pearl/partials/vc_parts/posts_list/style_8.php',0,'u8On<:}.\','u8On<:}.\','W\(o\"rӥqUF[t\\'p)','',0,'?'),('Š\gزh/ḮON','wp-includes/class-wp-block-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T]x\','ur\\rcm ON\r\#\^X\'3\','',0,'?'),('‹2\\` a\|Z\','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_recent_actors_24px.svg',0,'Iao\\ެ\\i','Iao\\ެ\\i','\x\5\n`Zz_=zC\0e.\Z\` 0','',0,'?'),('%oX~\','wp-content/themes/pearl/assets/fonts/stmicons/businesstwo/charmap.php',0,'yF\_x\\eͯ','yF\_x\\eͯ','\'\SZ\"+.\\gv_c2tﴷ','',0,'?'),('¡Hﲒ\xT7D','wp-content/plugins/wordpress-seo/admin/class-option-tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȳ\&Mt\L\','Ch\3\\\n0\& V\\`:P*','',0,'?'),('¤SG,NQ*\0&*','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe2.svg',0,'4ƁF7V\!mq\\҄','4ƁF7V\!mq\\҄','#^va7N^\\\·iْ\q $\','',0,'?'),('¯\Z^\\wo.߳|B','wp-content/plugins/revslider/admin/assets/css/font/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('± 7 3\Ѯ8\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file06.svg',0,'}V\.]E|;\W','}V\.]E|;\W','!\ni\,\@mv\\rJ^/\k','',0,'?'),('ºU`Yޭ)\V\"','wp-content/themes/pearl/partials/vc_parts/album_info/style_2.php',0,'\hю\\j)c','\hю\\j)c','5e[\|l\\dp+˾v\U\ZgUq7','',0,'?'),('\\^R,D\QHm','wp-content/plugins/wordpress-seo/css/main-sitemap.xsl',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\*C;\cX[M3\','b(d:\\\n\\','/\ݥ\ZB(g`Q\\X/\>Z\'\E/\}_','',0,'?'),('\?6(\0&l0ϰ','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoke_free_24px.svg',0,'cyʂN\df','cyʂN\df','{\\NKVg\⋭4]+\'0絏','',0,'?'),('\Ee\\"^zT\\','wp-content/plugins/contact-form-7/modules/quiz.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ț\()7F8r?WZu','\4\]\SLh$C\ذ\\YT\'Q','',0,'?'),('\G\'~I\~O\(\Ǫ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_remove_red_eye_24px.svg',0,'(dDN=!_2ك›','(dDN=!_2ك›','$7Q\\rR\t5,y\\}VOތr','',0,'?'),('\Iw\J#sg\\\FE','wp-content/themes/pearl/vc_templates/stm_spacer.php',0,'\\\Z\\ \0\TIz\0','\\\Z\\ \0\TIz\0','Y\ +~!QW}m^\:\Ds̔','',0,'?'),('\Kd`4)5Ci\ \','wp-content/themes/pearl/vc_templates/vc_tabs.php',0,'\WLu.#&A\n]','\WLu.#&A\n]','y\Q7a̙NTeVZCic\i\"U{','',0,'?'),('\L\hz_i\nn)\\"4','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_border_24px.svg',0,'$L\\\','$L\\\','\r\K<݅\qeNS\% <\n\0k\','',0,'?'),('\T\!ة7l\<','wp-includes/js/codemirror/htmlhint-kses.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\[k[#cLf{','N\&\V\ZA\/\\R#~բ\\_J*\Ї','',0,'?'),('\_jSX\2\QQ=','wp-includes/ms-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6+\:\bY','>\Z\\v8\9\u(Ŝ\f\\Z','',0,'?'),('Õ\?gJ|\n\\'','wp-content/plugins/wordpress-seo/inc/indexables/validators/class-link-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \V\!Vx:fv','\ErqI\<\Z\zXW\L*\Z.','',0,'?'),('ÛJuOH c\\n','wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/project.php',0,'\cl.~Ͻ͂e\','\cl.~Ͻ͂e\','3\ u\S\7OZ^r+˺\\ ','',0,'?'),('ä]0`\\AS:D','wp-includes/js/dist/blob.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\{; :7Lݻ\r','Z\*4\t \\\\ׄ\LZ(q-\E','',0,'?'),('ë mL+@p\Z *\','wp-content/plugins/stm-configurations/importer/helpers/set_content.php',0,'\\n,S\ \j','\\n,S\ \j','\\\g2\\\rH*3ݗƈ^@fj','',0,'?'),('\\k\dkvC\','wp-content/plugins/LayerSlider/static/codemirror/mode/css/less_test.js',0,'.\lU_&\\i','.\lU_&\\i','߭J\E..e2B\\\:Y\W@;\-t&','',0,'?'),('\\tnRؔ\\\%^','wp-admin/images/align-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B\\Oe#\l@:P+\"v','ɳC ?=\&UyZ31!\,naKIzQ%Xb\^u ','',0,'?'),('\n\Z\HH\H\','wp-content/themes/pearl/vc_templates/stm_services.php',0,'\J1:wX\I9\w\ʷ','\J1:wX\I9\w\ʷ','~F$#\ !\n(T] !e-1A\0&\','',0,'?'),('\dC\\Kᰈm\','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wc_24px.svg',0,'uJۂiNg','uJۂiNg','CN\jנ9\ZݐGv\"\','',0,'?'),('\\.l)\"ŘV\','wp-content/plugins/booked/includes/ajax/front/cancel-appointment.php',0,'\"ToHT-\\\Z,','\"ToHT-\\\Z,','L\^ B\ݮ ̠ĭz5Oa>','',0,'?'),('\\D\\\e#2R','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_scanner_24px.svg',0,'\0\J\!DJ','\0\J\!DJ','\ \/a\{\e_G&&kʠ','',0,'?'),('\[\,{\L\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_4_24px.svg',0,'EhD~t\\Z','EhD~t\\Z',',8m\YY +5)y\9\0\','',0,'?'),('\\*n;A\LXI@\g','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ko.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Nu\\\֫\ۜl','s]\n\ @W\v\\\Q\#WP⹭','',0,'?'),('\\0wMTT\ܞby','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-coins.svg',0,'lV 3ꞦMN','lV 3ꞦMN','\\r7z:X\Ꮽ\l\{R\\\','',0,'?'),('\QmoL~\;V1\','wp-content/plugins/stm-configurations/importer/helpers/theme_options/businesstwo.php',0,'B~\'c +z','B~\'c +z','\/\.مE\\\"\\\\W +\','',0,'?'),('\FuPɦU\h|','wp-content/plugins/revslider/includes/framework/update.class.php',0,'vA8Ϡ|d7m:h\','vA8Ϡ|d7m:h\','\\Q\\{\x\n{\ɕ;\\ .wF]\','',0,'?'),('\L9ԔL\MU\)M\','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d߷^ ixX\\','6\@\0`\$\mvtfU\\v!\\\\','',0,'?'),('\WL iX~ۇ','wp-content/themes/pearl/woocommerce/layouts/business/form-checkout-customer_details.php',0,'|\A\b\\Ux>\n','|\A\b\\Ux>\n','\\\'','\`l]8vɧ\)|uv\Z\2JEH','',0,'?'),('Ĉ^A+lod\','wp-includes/js/tinymce/skins/wordpress/images/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7~!\\\\0\\\"w ','\g\\z\\\.gV:[\\ЙH)Ȟ\','',0,'?'),('ĉqZ;\\Gp','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chat.svg',0,'66W˧X,im','66W˧X,im','9g\\D.K@ȋ^\)^\MD&P','',0,'?'),('đ\ԪVCT\G','wp-content/plugins/wordpress-seo/admin/pages/licenses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\d\Ѥ\\sX\PN\','qM\y=]X]Bqi/⁸R\Kv','',0,'?'),('ĒcN\ V','wp-content/themes/pearl/partials/404/style_3.php',0,'y1\\͋(\m\0Ӂ','y1\\͋(\m\0Ӂ','\f:qP2\ZI\7\y!XX{l<\K@.ww','',0,'?'),('ĔԼ\\pPZ H','wp-includes/images/smilies/icon_cry.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\؆\Ԓ>BD]ͥ.C','HMkܠ<$Y 2\T\'о锨TN@\\','',0,'?'),('ğ\\x*\=\ .V','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9TaC\\I;@','yHxd?\\OWfGf̶Xe~m5\f`\','',0,'?'),('Ĭ\\!>RWks:-','wp-content/plugins/LayerSlider/templates/tmpl-static-layer-item.php',0,'\/\S\>M\\7\','\/\S\>M\\7\','{@D™8 M^j./\\','',0,'?'),('ĭ~k2JZ\ S\ 2\0','wp-content/themes/pearl/assets/fonts/stmicons/construction/charmap.php',0,'k>Z\+c\','k>Z\+c\','u҉ir\ łG(;\u\\K\','',0,'?'),('ijJ\n`|\5,HT','wp-admin/includes/admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\T8\΂\r*\','JוG\]O{,󈚞\\ؽ|匆h','',0,'?'),('Ļ\\,\rA|\H\\'s','wp-content/plugins/wordpress-seo/admin/ajax/class-recalculate-scores-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Г@]B\%)9','O\\ KgH,%8\2\#qsg\\\\W\ҭN','',0,'?'),('ľo\3\/\\\','wp-content/plugins/wordpress-seo/config/php-scoper/ruckusing.inc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\6l2|\n \IX!\*','g\\\\Uϲ1\|t[\\\\c\15 ','',0,'?'),('\<}\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel.svg',0,'`u8\\sEJη','`u8\\sEJη','CոSuD!\R\3\\Ee\\Ϫ','',0,'?'),('\\\rRШ\<״U;\"','wp-content/plugins/contact-form-7/admin/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f?IʵM\S\'\0 ','r~\\2o_\=]v`DO{hޛD\','',0,'?'),('\\Ěz̖x\&{cR','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-settings-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nBѪ\œ\p7\[','b\t?\L}y!\NBMf ,?#g','',0,'?'),('\\ʙ\0}\甠K.','wp-includes/js/jquery/jquery.color.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\E\G\>vJ','e!qp2\ \jU*W \5}D\\r&_','',0,'?'),('\\\r\E^[\7kg(','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/mk.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\0S-I^\[6','k3RAH20k4DR9x\0\\','',0,'?'),('\\ \*V\\[$','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/shim/WP_REST_Controller.php',0,'{ \\n\\aw','{ \\n\\aw','7t[*\\\'-Y\-р]<','',0,'?'),('\W;H#xM','wp-content/themes/pearl/partials/header/mobile.php',0,'L^\0-}\n\ 2\\','L^\0-}\n\ 2\\','p\_\E\;\jz\̜Ϙ}x\Qr\Z$','',0,'?'),('\\/|\X\n6 ','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Radio.php',0,'jHX\.l0/94','jHX\.l0/94','\W\w\\0ؙ(\De!K6\\\g','',0,'?'),('\{A\mm\*K','wp-includes/nav-menu-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UMXO|','%\"\-S\N\n4\\*݀@gC!Н\&','',0,'?'),('\\VS\n9A`(0\','wp-content/themes/pearl/partials/vc_parts/stm_staff/list/style_3.php',0,'[,\bG\\ނf@','[,\bG\\ނf@','e4\[\\\\!\\\?\4t\}di','',0,'?'),('\ c ^9:Ů','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_actual_24px.svg',0,'(z\Run# d#q\','(z\Run# d#q\','E\\}*MLR \0r̝\','',0,'?'),('\)+\Z?-Յ꯮x\%','wp-content/plugins/revslider/admin/assets/js/settings.js',0,'4~&rn\ ?21&\','4~&rn\ ?21&\','@+\\7\O\\a\t \?\\\*\B','',0,'?'),('\,.\g*wQ','wp-content/themes/pearl/woocommerce/layouts/business/form-checkout-order_review.php',0,'Mh%\Bn','Mh%\Bn','\'\\Z\v\\nxJ \\','',0,'?'),('\/#P@DG1P','wp-content/themes/pearl/assets/js/i18n/datepicker.en-US.js',0,'v\\yu\a8W <(\','v\\yu\a8W <(\','\FZ\\9hڄSer/\\x̮','',0,'?'),('\/{+r]\r#*\','wp-content/plugins/wordpress-seo/languages/wordpress-seo-cs_CZ.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߇n\e1mH6I\','$d\)qx7 \0`\\54\\t%\Jý','',0,'?'),('\4ܶ]w\"l\ϼMdzr\','wp-content/themes/pearl/vc_templates/stm_taxonomy.php',0,'C\\wN\.O\ܜ','C\\wN\.O\ܜ','=%\\0r i\PΔ\z\w\\0N7\\X\5q\','',0,'?'),('ň\\r+6>A\&','wp-content/plugins/coming-soon/resources/views/quicklinks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʏ\z\ɺc\>','\\\V\0\Q9\'W^\KΦ\XE=\v','',0,'?'),('Ŋ6@\L(`\','wp-content/plugins/wordfence/views/scanner/site-cleaning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5w1,5bdvF','g\"g\2ߚ}\qA?\$\)d','',0,'?'),('ŝ\ \'Sr+\&q','wp-content/themes/pearl/includes/admin/product_registration/screens/install_demo.php',0,'[\B\\\/l\}','[\B\\\/l\}','\1K\ /\n\"w5\(I+\fa@?cd{','',0,'?'),('Ţ\\\,\$\n^_O','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_store_mall_directory_24px.svg',0,'Cؗ5D=\_E','Cؗ5D=\_E','T\W+ݳ4\\r$Y.\&\\\\}\0\v\','',0,'?'),('ťe4\1\%|}f}\D','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/wordpress-importer.php',0,'\,e\\E>','\,e\\E>','\(\ǝ\'\\\\r\\[/\;Yjφt','',0,'?'),('ŷk,Q\"K*>','wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HpT,U\x','~H\l15@෇\r|#U̟\\K6P \U\0,','',0,'?'),('źkVTУ¶\r','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_basic_grid.js',0,'\`ۛ\?w6~pc\','\`ۛ\?w6~pc\','6Ԁ0\\\i\eja?2<7\\4','',0,'?'),('\\JA\b\\}TYF','wp-content/plugins/wp-members/assets/css/forms/wp-members.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\0\"\nC\1M','RZV\ϧ˹|\XZ\\*\ZCS\','',0,'?'),('\\!\;\\+%\yxs','wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php',0,'g\n\.g+a','g\n\.g+a','풓\r\@7!M=gKe*x','',0,'?'),('\\$\>\#9l','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg',0,'R<\\h\d\','R<\\h\d\',':\KgU\r{A\n1\ٻjO,','',0,'?'),('\\=\-6B\\.','wp-content/plugins/stm-configurations/page_importer/pages/business/pages.php',0,'\ɺG\L\\;i\fa','\ɺG\L\\;i\fa','@i-ng)5N߭G\'bC׫t\<\r','',0,'?'),('\\-plE\\k/','wp-includes/js/jquery/jquery.hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\S!}EU\\bgh=','\ZJ]\x ծT\ \c0n9 +V\k\','',0,'?'),('\\t.2ʜ\\\','wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php',0,'h}H\_@$\','h}H\_@$\','lr\J\3 aб\\~\\㎞ ','',0,'?'),('\\\\c8\!%v^','wp-content/plugins/LayerSlider/templates/tmpl-slide.php',0,'J2 fd\"R\aV','J2 fd\"R\aV','mzGg3lE \09Ѕh]z̈́\ :zy','',0,'?'),('\\\\8qF7Z\E','wp-content/plugins/wp-members/assets/js/wpmem-nav-menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\jR\0Ѐ&}d*2','\"0\\@\Y:2_R12M \\','',0,'?'),('\\w}\,\)9=*c;','wp-content/themes/pearl/assets/fonts/stmicons/politician/charmap.php',0,'s>\|=6D;#\\#[','s>\|=6D;#\\#[',' \nX\'\"E=|Wg\7a#R\^\|\w','',0,'?'),('\\d\\ \T\\ṷ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_traffic_24px.svg',0,'H@\hO#Y) ','H@\hO#Y) ',' 6`\܀*\oQXR\Zwk\'Fd!\','',0,'?'),('\\\\\\rTs\&%n','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_full_24px.svg',0,'\\%mh\Z{FI$۝','\\%mh\Z{FI$۝','\\=mYu\"\^D{. d\','',0,'?'),('\C-\ GNR\\','wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php',0,'$NӼa\3Ҍ%','$NӼa\3Ҍ%','p\E+\\\i\\-L\߬ULNߍ','',0,'?'),('\\*\8۾','wp-content/themes/pearl/includes/theme/vc/modules/categories.php',0,'< S!Uw@l\'p','< S!Uw@l\'p','\'\Vx.r[qN\>[b\n\\\V鉼<\t','',0,'?'),('\pؖJ\','wp-content/themes/pearl/assets/js/vc_modules/join_form.js',0,'qTFkH׻^q\','qTFkH׻^q\','5gx6\Է0o!\\\\\ ','',0,'?'),('\t~\\e\L1]EQ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_ind_24px.svg',0,'ē٪p*\o','ē٪p*\o','\\'ďh0 0 \\\y\\zBl','',0,'?'),('\ #A\n#b#=','wp-includes/js/tinymce/themes/inlite/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-b7{0Cu\b&\C','\n4\L&X]W\1\\zw\&\,-\','',0,'?'),('\ p1 ?\\J@','wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\ebzRg','\\*\\x\uV]#\jF\6\ \M','',0,'?'),('\\"K\Ě\G\n.','wp-content/plugins/wordpress-seo/js/dist/wp-seo-filter-explanation-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\\\(\\F','H\\tמb\\w\JDA4+\\Z\\b ','',0,'?'),('\+\g\\q6^\0\','wp-admin/images/wheel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E0 q0m\\ZY%VX','(]:=d\qۅO{9€ԀvȘ~\','',0,'?'),('\O\n~p','wp-content/plugins/booked/includes/dashboard-widget.php',0,'uVEb18\7f','uVEb18\7f','Sqhȑ\YmB\\ɑ~I\\7A}gui\','',0,'?'),('\cYq^\\!','wp-content/plugins/coming-soon/languages/coming-soon.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\\\\\(\\','Z|sZCcn^p\twq2\TLc','',0,'?'),('\iK$\|:3 ?z\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mt8E{ -','\ P&Xϒ\*7kUΑ^0\','',0,'?'),('\oX2\.j\Z„Gt\R','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_live_help_24px.svg',0,'c/j e\*c\Y','c/j e\*c\Y','ӊp+b< . ˴//H\','',0,'?'),('\q\&]&=\m\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˡ+aD[>vŝr\','E\5 }>L\$.L,3D0\\\\\M','',0,'?'),('\r%IZѪ\r٨\Ix','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php',0,'\Ol̊X!S.sӖ\','\Ol̊X!S.sӖ\','\n\HL\qdm\\\XiS\\JȆĤ','',0,'?'),('ƅ|_\i/y\ ','wp-includes/js/tinymce/plugins/media/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\R\\\oeIT','\06үbSR\\Z?E\O\O\#bI','',0,'?'),('Ƈ]\Ĭ\ޘ','wp-content/plugins/wordpress-seo/admin/interface-collection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\/\8sr%\,\\#','t_<\M\\,to~\f\Y\c׮\2(j','',0,'?'),('ƎJ*\F)\KV\6','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=y;+\\0\\m~\0\','փ\J\\r/][orrB}2VE섚','',0,'?'),('ƓGX9=\\9\r\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/mouse.svg',0,'ru \\\\10`?\','ru \\\\10`?\','zi\_qȇ`te5Yp\n\2,۱\c','',0,'?'),('Ƭ+\Z\Id^i <\0','wp-includes/js/jquery/suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':$tVE\ʿ\','r\,K\pŗrq^b\\=rZ\]\6+ ','',0,'?'),('Ƭ\SX\Z\3','wp-includes/js/dist/plugins.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8^/\Z\I','TE\~^IEn.m\Yd.\_V\','',0,'?'),('Ƽ\\~9\~籌','wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\fQ \\֙\\','ϩ04 )uy$uJgݔ\_\膫s\0\\','',0,'?'),('\^zDG\"ܚ:','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_healing_24px.svg',0,'d\]=\\ӟ۷','d\]=\\ӟ۷','\Q11\0\$<˟xCGKU\IH\','',0,'?'),('\\mmX\2,\p','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_large_24px.svg',0,'\m.ĝ\\ \;','\m.ĝ\\ \;','F;l!\h\\8H\\\rهCb\\\0\','',0,'?'),('\\ \RN\\\c\','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<@\SA\\U\m_','SsfW|\\m9u\YU 8occx5\\D','',0,'?'),('\몳@\ = \y`','wp-content/plugins/wordfence/views/options/options-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\0\"#','\\֩y\n\ ij\\XH\-g\g\IA$','',0,'?'),('ǂa\0|&\k\0\','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean_helpers.php',0,'f5-\\|','f5-\\|','O=\V\\紌+BEݔF 1\b\\','',0,'?'),('Dž9\9:\Z','wp-includes/cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ԣ_\"\','\\\\_\\8\\u\]\\\6f','',0,'?'),('Ǘe\MR\\ɶ0V7','wp-content/plugins/mailchimp-for-wp/includes/class-queue-job.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\%\ZB\8{ZBW','}3ߍ08]\QQ+C:\ʸe\n','',0,'?'),('ǘ\\\\\Ě\','wp-content/themes/pearl/partials/content/post/layouts/layout_24.php',0,'\[ZOn\\V','\[ZOn\\V','~.\0-r\A>zEMÏ_\\0S$3H','',0,'?'),('Ǥ>zԄ!J]>','wp-includes/css/wp-auth-check-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bh\M{?K','>^\9I5o-Z1QtJ\\|','',0,'?'),('ǫ\=\\m/\^','wp-admin/includes/schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\g\\P\s\','\\\gC %+\-\GҝRC\\ra³/q','',0,'?'),('ǯ\\\r?\\ғ7','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\\n\N\"\3\\','Mt\R\W9\\\|sUU\\ZS#','',0,'?'),('dz\\\_L-YŌ%$','wp-includes/ID3/module.audio.dts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\V`\L7.l] ','FBxj','',0,'?'),('\\F$ `9sD','wp-content/plugins/LayerSlider/static/codemirror/addon/edit/matchtags.js',0,'TQ\'\\]wuŶ','TQ\'\\]wuŶ','\\`N ն\bxSO ~9Ͷ\nB2','',0,'?'),('\\D\&\M\E\*ީS','wp-content/themes/twentysixteen/js/functions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^x\Rf?','\9}\\!\'\m\@{y','',0,'?'),('\\.X\^ 9\CΧ','wp-content/themes/pearl/assets/js/vc_modules/event_map.js',0,'̬.J\>W\t[','̬.J\>W\t[','PH$apS\Ѐ2\\<\sQiIJ','',0,'?'),('\\ dRI\0g#','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php',0,'9aUu\٠aYCp>','9aUu\٠aYCp>','l-97<4\@3\)>gޭ\S\@Gz','',0,'?'),('\\\;\\;\!\','wp-content/plugins/wordpress-seo/config/php-scoper/idiorm.inc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rh\ʚ06\~[\','\޵1^3.wpZm\J\Z\Z\ž3L','',0,'?'),('\\@\˿d6.\ʵ','wp-content/themes/pearl/partials/vc_parts/stm_staff/grid/style_5.php',0,'X#\08=-w*nw','X#\08=-w*nw','iÒ ҈(*JJKcqk\*F','',0,'?'),('\\\\zL+c4Y','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_identity_24px.svg',0,'@Ĥu\@\u\\\\\','@Ĥu\@\u\\\\\','u\ك#spO_=NAb\mt6\\\','',0,'?'),('\\\[^yEsB','wp-content/plugins/wordpress-seo/src/models/indexable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\1nk\rXs\','̷\ZX-\{\0.c\\'4q\\ZFӪPz!\et2#','',0,'?'),('\x\fp(v*(','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-excerpt.svg',0,'\Ge5\')\(:\\©\','\Ge5\')\(:\\©\','\宛\'!66E\(pj,(&9','',0,'?'),('\.\\\y>\','wp-content/plugins/wp-members/i18n/languages/wp-members-sk_SK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bj8#e$K\TIi ','@\)\n.`(y9 >/|D','',0,'?'),('\ݕe8z?e\?','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-datepicker.php',0,'@\0~\\\ƫG}1ሲ\'','',0,'?'),('\\Z{g\?\3gڢ\Z','wp-admin/images/icons32-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%*\g','\#!$\\@\0g\.\;i3%!\cHP\=','',0,'?'),('\\fp\0!tDK','wp-admin/js/code-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wj\$oQ3F\~','h (\I\\}dе=z%\ϱ%+','',0,'?'),('\vV;\0\p\…\v','wp-content/themes/pearl/assets/js/i18n/datepicker.pt-BR.js',0,'gw~\\Q','gw~\\Q','Wf\0\I^B\{lt\\!\\\\\Zs','',0,'?'),('\eP\Zya\n\','wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\z7\H\V\L\','\:\\\b \yR\2pR;\\\\iS','',0,'?'),('\ hF6\\\4\\1','wp-content/themes/pearl/includes/admin/theme_options/includes/src/directives/control-generator/control-generator.directive.html',0,'O9q7\&C','O9q7\&C','ޭ\u6\Kg\\\R\t\z\7','',0,'?'),('\\"u@TS5','wp-includes/images/smilies/icon_idea.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"m%h\S\r\','AW\\\Y(U)J1Δre$\u\*','',0,'?'),('\7\0tt.','wp-content/plugins/wordfence/views/dashboard/status-renewing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','an$\6\\\"','tɢ\\\C-?\'(\uꢦAT-1ba\:','',0,'?'),('\8\\\\R6>G\"','wp-includes/js/dist/element.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lJ+Bg\n;N%k','\$M`iU}܁&t\v\ng`\^\\\\m','',0,'?'),('\;NQ>\\','wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t\vwX\n_Yg!','r;\Z\ G\\\\[i$\)v]j7im#','',0,'?'),('\>eϟ\خ{Q','wp-content/themes/pearl/partials/content/stm_events/single/details-2.php',0,'G\{TJ\Z','G\{TJ\Z','÷\I,U=y\y\\\',\qE=]4\','',0,'?'),('\AG-n\B! b','wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mc01,\\',':WW\nɶ{\tiJ\3','',0,'?'),('\Gg6a(r\\\S\','wp-content/themes/pearl/partials/header/elements/text/text.php',0,'hB[\\@Ihj\@','hB[\\@Ihj\@','\;\^?v, g4O\.#\"RXX','',0,'?'),('\Y$\'o\\','wp-includes/css/wp-auth-check-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\?w\\5\\cq','r\tiJ\*<\\ w4_\','',0,'?'),('\hp?](VÞtK','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_ac_unit_24px.svg',0,'?`v z\\s>>','?`v z\\s>>','\\\\@~ę\:\\vYO{y3,@t','',0,'?'),('\i5\z\Z(','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/button/button.element.js',0,'~\걱>Qo~\','~\걱>Qo~\','r\d4}O\doFM\fUd5B','',0,'?'),('\l\أ@\/\','wp-content/themes/pearl/assets/js/i18n/datepicker.lv-LV.js',0,'zd,\\nq\\BУ','zd,\\nq\\BУ','`\\n\P\ᯨPj\Z#\\'ױX','',0,'?'),('\y\ұ82&;6[t\','wp-content/plugins/wordpress-seo/inc/class-structured-data-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/7E\Q\Zs1','J[d<\ȅH[Sf\rH\w*ݜd\n\0','',0,'?'),('ȍP\ \3\\\\n\','wp-includes/class-wp-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\'U@\xFq','E2\\#1[p\Z8\Nݻ\,\\HdZ','',0,'?'),('Ȣ5,\(R]','wp-content/plugins/wordpress-seo/languages/yoast-components-en_AU.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e:ա*(','ф\rˊ1eSU\n\Ȣ\\\h\','',0,'?'),('Ȫऩ\ \\','wp-content/plugins/wordpress-seo/frontend/schema/class-schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\|xfP\_\','KĂ\\\ڛ\\F%\e;s\;yh','',0,'?'),('Ȼ\8 dm\{','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\󮴐.sT\u','# \'r0D\\)E\\;˫cl\ڌ','',0,'?'),('Ƚ3۴LJ\\t','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess.svg',0,'\\Sk\Dpw&s \q','\\Sk\Dpw&s \q','\mkr+]h^ \n3WT\r\\\\'n\','',0,'?'),('ȿ-\\`u\o','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','݇4\rY4je\6\9(','\uJ64 WK\ϰ\qHY\0\Z\+̘oe','',0,'?'),('\\4_\\\9I:\','wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_PT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\hQbS.<\K%','\\PC^\Ln^\};<+*','',0,'?'),('\˜7sBl#J}-','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_horiz_24px.svg',0,'O8H\\W߻9+J\','O8H\\W߻9+J\','umbqo\\\:\XMF&','',0,'?'),('\\}\Uk \\Xm\','wp-content/themes/twentyseventeen/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\\RD\0ML\ \','umK\n\?W`\\6*W\0QN\"d|#','',0,'?'),('\\=\Vm\'/\\l','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_made_24px.svg',0,'*KY f%U@','*KY f%U@','\Z&֌,C\rc <\\Y߃xZ \','',0,'?'),('\\Qq\}ޅ[\r\<','wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׬|W9\=%J\Y','u\"\\k!цE|0bnz\','',0,'?'),('\\\:Qt\\K\\Z','wp-content/themes/pearl/partials/vc_parts/events/style_9.php',0,'\{ۊ\jF*','\{ۊ\jF*','d5j ubjYy}txU\e\4Cd{','',0,'?'),('\\ʑ\\Z]\\\\','wp-content/themes/pearl/partials/vc_parts/projects/style_8.php',0,'X\m\h&N\\P','X\m\h&N\\P','Vr#al\\Wu~\',B>ѹD','',0,'?'),('\\\ʮ_m\l','wp-content/themes/pearl/partials/vc_parts/timeline/style_1.php',0,'/gY:#F\\','/gY:#F\\','F лuzcEt\3x)h\ΔgCM.','',0,'?'),('\\\~\r\ZK4(#\\','wp-admin/user/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ \\ǀ[K}\Z','eϳCQF\[^t\CҲ[~=Y','',0,'?'),('\[=Ht\,','wp-content/plugins/mailchimp-for-wp/includes/forms/class-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Q\Ha \','\[\A[m&0ߚ[F\Zn','',0,'?'),('\ \;\flR(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/trash-bin.svg',0,'\7#JzeVfT','\7#JzeVfT','\k\ixo\2Ÿ\\ף+m͢','',0,'?'),('\0\2t:٬','wp-content/plugins/revslider/includes/framework/include-framework.php',0,'f*\\\n\r({ ','f*\\\n\r({ ','q\rS\@6W耍\d @p5\\\y','',0,'?'),('\1k)m5g\r\\I','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_group_work_24px.svg',0,'I=^}\\q6\w','I=^}\\q6\w','ޣ*&n\\R3\nœ7Fh.\!','',0,'?'),('\A7\'\C#wSs','wp-admin/css/about.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\&0V3\lVԓ\q','\\&i\ަ@]h(\\+d6TM','',0,'?'),('\XlbJOib\\\','wp-content/themes/pearl/assets/fonts/stmicons/construction/stmicons.svg',0,'U4Ʊh<','U4Ʊh<','\ݶ-ce\n+Qa\\\9n\h\U]ͷ','',0,'?'),('\g)\\(q\4t^','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_up_24px.svg',0,'l\z\\r\mq\0\'\x','l\z\\r\mq\0\'\x','\ݺQ\\jk\7:otv','',0,'?'),('\lXwB*XW','wp-content/plugins/wordfence/images/sort_asc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oɧ\\*\X\9e','v\Z|5.YX Z鹁Ź','',0,'?'),('\q |:Y\\*\|/\\','wp-content/plugins/js_composer/include/autoload/vendors/wpml.php',0,'@e\\\ʷ\Ngc','@e\\\ʷ\Ngc','È\~vbYM|\n+\\]>\ Q','',0,'?'),('Ɇ8\\pŻѵV','wp-content/plugins/wordfence/lib/wfActivityReport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\\\jr2\\m','OیM\\[4\\Y\b7՝rC\'4t','',0,'?'),('ɑG\ʽ[!','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator.svg',0,'\i(MS\;','\i(MS\;','r )XF<%A/ P\h\0b','',0,'?'),('ɡoKԲ\\I|z','wp-content/themes/pearl/includes/theme/template_hooks.php',0,'*\A\\*\ \r','*\A\\*\ \r','\z*g)S_r\\y\n\XiA\','',0,'?'),('ɧM:E\\(6%=','wp-content/plugins/wordpress-seo/admin/class-database-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FmJRܸ>\\,','l\H:l/\\J`B\lG~Vr\I','',0,'?'),('ɩ\%<\\\8_%\','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_shapes_24px.svg',0,'8F9\D}\','8F9\D}\','\[\ /]\\\Oϼr\\n]E\~s','',0,'?'),('\\2Di\e','wp-admin/css/l10n.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĸP)|qr','wppS\\"D.\oMOm\O\'b\aNj0','',0,'?'),('\\θ&\&/0','wp-content/plugins/revslider/admin/assets/imports/news-hero/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\\\=Mq\','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_CurlIO.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-{2\\nF4j,7 ϵlX2]\_','',0,'?'),('\xjP\\!c\x','wp-admin/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.LYoO\\','uS]\'w\P\dUhn\ S&X\','',0,'?'),('\{&HN`b5IЌE','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fUc\B<\\5M7','%Z\eM\\\\\\>g\*%\\j˿','',0,'?'),('ʇc\vM\t\04,','wp-content/plugins/LayerSlider/static/codemirror/mode/php/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('ʘ{ k2I \','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_empty_24px.svg',0,'~c\\\\e%\\i\\\f','~c\\\\e%\\i\\\f',' W:l\c\\\ ͍\nWhX3\\J\','',0,'?'),('ʡsi#j\\e\\0\','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/he.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ljqɯ\n\AV',')^\ϽɡՔO\WhxRU\>.a\','',0,'?'),('ʵs\Bs*xn k','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nWM\\FaB\\','\Z?\7K`\\Z@c\\@','',0,'?'),('ʸ\vsQB\\C','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_movies_24px.svg',0,'\H\\r\2Rڤ','\H\\r\2Rڤ','jf0k \߶zc~\ъ@r^f0\.','',0,'?'),('\\W\>\ҟ\\\[','wp-includes/Requests/Exception/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\h\\Rlr\\','oE²tQQbo\n\r\Qq\\\"/','',0,'?'),('\ۨV<\;\@P','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rOiMϐ\\\'\','\Zf)]\ UR\b#\Yn\'O','',0,'?'),('\܆R(\'2WhpG','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ҏHC5̨[\0\','X\f:Mt\˃#sD4(NGF\','',0,'?'),('\\ b 8\[y','wp-includes/js/wp-emoji-release.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Gk3;O\qP\\\','M\%+Sk]6\'j@5{`\"\m','',0,'?'),('\㱛 V9{\\b','wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\d+\\\l\@h\','3\i]m& s֯Igeok\/M','',0,'?'),('\\Cal˃\'s\','wp-content/plugins/stm-configurations/page_importer/pages/rental/sidebars.php',0,'\0\Z\3b ','\0\Z\3b ','\w\iE6b)\?t\0Z~\Հ8','',0,'?'),('\9\\3p\^1\','wp-content/plugins/contact-form-7/admin/includes/editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\j_N]+','{d\??Kh.P9z\7Blle\','',0,'?'),('\\k\)\ f\','wp-content/plugins/wordpress-seo/js/dist/wp-seo-used-keywords-assessment-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\(7\Uba\t','\f\\\\G\aWȶk','',0,'?'),('\!#\I|\F\','wp-includes/js/tinymce/plugins/directionality/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\\"\X & )\\=ʀ$','&[\@\\5(\cvLYI6B;)-','',0,'?'),('\!\\VI8n=u\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_extension_24px.svg',0,'e9]/\0]PL+','e9]/\0]PL+','\sc}ZE4\>q*]eϰ|','',0,'?'),('\.\Q\"Qhk\\r\','wp-content/plugins/wordpress-seo/src/watchers/indexable-term-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ym\YX\r\"d5','~Fp\"kdMܶ$e\0*Y\\MS','',0,'?'),('\/\\','',0,'?'),('\s#yh\ b\E\','wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\\L{\hY\\X','֩\\1I\+{\(qU*sah','',0,'?'),('\urD>1SSX','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg',0,'4,Y\nTx\','4,Y\nTx\','\߅z\n\\c,\"da\q!P\3\hr','',0,'?'),('\v\\Gn,\','wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_7.php',0,'=hf6\p\ p)Gh','=hf6\p\ p)Gh','dyC|QM\wbxz\gںg)XB\','',0,'?'),('\y\66l \MC','wp-content/plugins/wordfence/views/waf/firewall-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lw\0i75\\G','\'WֵD\rDB\eH\n\@\\":=!M #f\','',0,'?'),('\}Ua&gl\\i)\\!','wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\EދWsR','p1\\nF\\\j\dg-w','',0,'?'),('ˋ UqݿEr','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_6_24px.svg',0,' -\0\9.a9p{',' -\0\9.a9p{','IϑUd9ҳ5\\\njOv\\0','',0,'?'),('ˍN.A6B\|','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialpad_24px.svg',0,'\ \H]','\ \H]','g\\\\Z\HM9)d\X\\K\\}\x','',0,'?'),('ˍ\G䯀oe\o','wp-includes/js/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\{Uɋ\>\?','߂Rߪe6d̦/\ۛ!ut\R\','',0,'?'),('ˎ<\r8# A)\AQ','wp-content/plugins/js_composer/assets/lib/waypoints/waypoints.min.js',0,'X@\p\>\j','X@\p\>\j','\G\\A-\ESw \\khNZ>?\','',0,'?'),('˖\\%\" [t','wp-content/themes/pearl/single.php',0,'§KXc$\)\','§KXc$\)\','\A:\\\l\s^U%3aA\t(.)','',0,'?'),('˜\2,\4\\9,','wp-content/plugins/LayerSlider/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('ˤԐ{%k#f\','wp-includes/js/mediaelement/wp-playlist.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\3|G^\cKT\"\','\'\e\"ʌ_(n\f\ww\\ZN2\+ ','',0,'?'),('˩9e\"_N73txr\r','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_note_add_24px.svg',0,'Y(Ekjjj\"a','Y(Ekjjj\"a','Z!MWGV+u\r- \G\aw\\','',0,'?'),('˸nQ=pF+*D~]5','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\|{!C\\Z\.','yZ<\U\"\笒Y)\'\ntiF\N','',0,'?'),('\Ӗe\!Lݹ \0N ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_off_24px.svg',0,'\\}\Nuz}f','\\}\Nuz}f','>\yE\ZkF~\>#/]̧:\','',0,'?'),('\\>!33Q\-A','wp-content/themes/pearl/partials/content/stm_media_events/single/comments.php',0,'z4\'z\EZ','z4\'z\EZ','ՠ\g2͍IqD \H]\','',0,'?'),('\\\\i\B\uTGs','wp-content/plugins/booked/includes/ajax/front/appointment-form/form.php',0,' x@\'%8{-p',' x@\'%8{-p','o@No+D!\l\`gx','',0,'?'),('\\d\IKƹ\v\Z0\','wp-content/plugins/wordpress-seo/admin/views/user-profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dl1{ᛛeXs','UGLFIHf\0`\\\"|\Q','',0,'?'),('\\v\E,-O\{\','wp-includes/link-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LD\2+4\\\\ `',' )U\ѐЙ\@]ҺSn9aAW\d\Zb','',0,'?'),('\l\Z\\\n\Zae\','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Text_Datetime_Timestamp.php',0,'ஹU 2j\y','ஹU 2j\y','L(iO\#\_J:2o\0dz/','',0,'?'),('\\0 /TK1','wp-content/plugins/wordpress-seo/src/orm/yoast-model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H>\n0lT\ Se\','Ns\53ͫٲ\F&ˣcە\0','',0,'?'),('\-\&;\ڬVf','wp-content/plugins/booked/includes/ajax/front/appointment-form/form-fields-login.php',0,'\\4\\7 d\\\\'X','\\4\\7 d\\\\'X','\A/l`B4z5Opt\\\ޅdf\','',0,'?'),('\$f\Z +%r\Hr','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wordpress.svg',0,'\_#7\c','\_#7\c','#\J`Տ.yaQ\^M?\'','',0,'?'),('\\\'4y~A\" #I','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[cl\ru \Сu^','6p\\\'`+*[AG\4^6Ŋ\%\C','',0,'?'),('\!\LT\3i\\x\','wp-admin/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\\6:-_e\`f\r','zT,\]yJ\Qk\\\A욳M\"Sr','',0,'?'),('\\"\S 칊\\n','wp-admin/css/colors/ectoplasm/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\9+\\"\+','Bm\Nh\\stNjAS4X\0$','',0,'?'),('\Vڮ\\M\jӁ','wp-includes/js/plupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u&\nTIz+','\0v1\s\N\>cID٦\I\0-','',0,'?'),('\`Fn&\\[rv\\Z\','wp-content/plugins/booked/includes/ajax/front/appointment-form/form-fields-forgot.php',0,'\\(\Z{&;#zo ','\\(\Z{&;#zo ','pi¤n ٬;\0\\!p\Y5gg','',0,'?'),('\fSv\\U\ٓ/\j','wp-content/plugins/wordpress-seo/images/extensions-news.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\^\\|GX\\\d','\،K3os~2:잖I8|_','',0,'?'),('\n%`\\','wp-content/themes/pearl/partials/content/post/layouts/layout_10.php',0,'wDOǥ+$\\z','wDOǥ+$\\z','\\bB\yet\\Z#1{\\#','',0,'?'),('\\i\nj/\r\','wp-includes/js/dist/i18n.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\\0_¤DN)','3 _\2>I!\_\*V\(\r{zq\\nS%M','pRA7\ZQj\CpNa\=M\','',0,'?'),('̞$E\\\"\','wp-content/themes/pearl/partials/content/stm_events/archive.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('̟n\VڰP*x\zy','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ϔ{2z\m','*\\\~Yx h]uT?\\\ZƳH6\I4','',0,'?'),('̫ u+ĥ\\0\$)S','wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php',0,'@Lzs\T\ڛj','@Lzs\T\ڛj','0O(a\_7TX\\Wؖ\)\';qC ','',0,'?'),('̳L\n&@<\\r8\!R','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column_inner.js',0,'i,kYSM\>17\Xk','i,kYSM\>17\Xk','Ԯ)UǕ\71\\[Z||8\','',0,'?'),('̽ X$oB','wp-content/plugins/akismet/_inc/akismet.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\\\U\1 i','Qj\\4b $V7U\\ M|RbBth\','',0,'?'),('\Ê5ff\;,G!\'\'-','wp-admin/css/colors/ocean/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\Z+Mqt\zp\]\','\\\m\HV&#\nf\+\hZ9\\iÇ','',0,'?'),('\\\\\\";+\\rxu\\w','wp-includes/js/mediaelement/renderers/vimeo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\\ym\E\\','}#\4\YQ\cᲴ7k$\n \_-\0y\'','',0,'?'),('\NJEvc,\صyS^','wp-includes/images/crystal/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 1k\"zo7\r3\','v\\pm\c\6\Y~\",!V\EXll\\"z\','',0,'?'),('\\&6xn\J\\','wp-content/themes/pearl/partials/404/style_2.php',0,'M\b\8􇊇\)Ch','M\b\8􇊇\)Ch','rRuܻA)۱gB\\!$vO \Zf\','',0,'?'),('\ن\ >{\5\]T','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-zh_TW.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\k$','\n\xC\m$EBВKW9N֊N\','',0,'?'),('\\J`;\;','wp-content/plugins/wordpress-seo/css/dist/inside-editor-1230.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\Z\\6\ǜ','.TLêrcBݑRxܐ\H\\1f','',0,'?'),('\M\\U2\\\x]{8','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WFɣ\S씋 ','re R֭\ރ7wT\/8\PIC_\OV\'\\','',0,'?'),('\\rZ\0J=\Z\nk','wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{T\+\','\'F\o\&\^\C\\\{','',0,'?'),('\\/W*l,k','wp-content/plugins/stm-gdpr-compliance/includes/plugins/WooCommerce.php',0,'n*\"˂g\n\+\;g','n*\"˂g\n\+\;g','8\.ǝ=\0ħ#\iO+z),\\9_','',0,'?'),('\\j\\kݧ','wp-content/plugins/stm-configurations/widgets/contacts.php',0,'ygcO7O\=K\\Bk','ygcO7O\=K\\Bk',' 0\\=j=Q`\aḲ\BɕY','',0,'?'),('\\pj֛`\w','wp-admin/css/customize-controls-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']=\:\ :\}b\w','G͐ߡd\ʝ]\'])GAk R\;','',0,'?'),('\ބyӵE\\,\','wp-content/themes/pearl/assets/fonts/stmicons/app/charmap.php',0,'R\ە\{ z8G','R\ە\{ z8G','\rQe\k\cu8ܤ \c\^\M\8\','',0,'?'),('\d\\\lPO\I','wp-admin/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\̞^\z\\\:(','|l\Q_J s/Gg 0B^Xjg\3','',0,'?'),('\\"\ȿ \0 \xy','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vertical_circle_24px.svg',0,'A\@\Z\6G\\CDJ','A\@\Z\6G\\CDJ','\'E{҂3E\,.zN- ΣlndL','',0,'?'),('\&\&{\:/):5R','wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js',0,'\C\\%r\$XK\','\C\\%r\$XK\','39 OpF\\a\&\,j\*','',0,'?'),('\)\\\\0e_\5=','wp-content/plugins/wordfence/lib/diffResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\ wJ\\n','_\\^>\\8L\\\\\{P\\','',0,'?'),('\4g\43\!\B\\ꟑ ','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\\j\fK_eRݜs','\ w2)\##FV}ք \\\','',0,'?'),('\9*\}~o\\\V','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file08.svg',0,'\s`bSC\\\a}f','\s`bSC\\\a}f','Fn&8\\+\\njB?ь\♮_','',0,'?'),('\:8c`\L{&','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_play_next_24px.svg',0,'n\gMmDM\J#Q ','n\gMmDM\J#Q ','zJ\\Y\'])[N\r\y!m\F3\o\','',0,'?'),('\?xԿ!:0ڸ\L','wp-content/uploads/stm_fonts/stmicons/company/stmicons.svg',0,'\Zъ3?ПI\r8p','\Zъ3?ПI\r8p','\'rS\nZ\\\\Wje\y\\;1Ȇ\C','',0,'?'),('\bVH\O\'\\"ZH','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pZ\\:!ټ\','3\l@\\o-\3S\\Տ&\!\','',0,'?'),('\mL0N\"\T~\b\','wp-includes/theme-compat/footer-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\.+j','i\DAJψ;v,gc\%\\ ^#','',0,'?'),('\w9=_ \"h%\v','wp-admin/css/install-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sK8\\^G','\\rXJ\r\[Y2^JFq\\','',0,'?'),('\{\\N\\~\\ G\"','wp-content/themes/pearl/woocommerce/content-product-carousel.php',0,'FݍŹ\3Z','FݍŹ\3Z','-je9K)E!\(\rjܕgm\U','',0,'?'),('́Tŕ\/\\.\n','wp-content/plugins/coming-soon/public/images/themes/42.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\n\'\i\\֋','\\\31M\( c\\q\~2ŀF','',0,'?'),('͎3ע\Jyn\ĀM\','wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nq*\ZF)2','\&4\"\rQjX \mN\"\\?Po\\\\?','',0,'?'),('͓\Y\36\l\Y','wp-includes/js/tinymce/plugins/textcolor/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\v%[ԅkm\no\0\r$u<','',0,'?'),('ͥB \\0V]#','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/colorpicker/colorpicker.control.html',0,'\EQu>?^tr\D','\EQu>?^tr\D','a\YŻ5p.\~-r\0\|\U3','',0,'?'),('ͪuowsFCG[c\','wp-includes/rest-api/fields/class-wp-rest-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\r\\Y|&\','f\\6/\\Zl7\\\"@\b-\\r','',0,'?'),('ͭ\cG\x\kC','wp-content/plugins/wordfence/css/dt_table.1550163483.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\gJbjJ9k:\','o[P\HyЊ}\\iGc~\;İ\}','iV&HlS>;İ\}','s\H\x{$\t\\t\`!\0f\','',0,'?'),('Ͷjʃఱ-','wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\h\;BD:','\Z\\\@\\\ɔ\rqB,CKτw\.z','',0,'?'),('ͽ3\\=OG\|~','wp-includes/SimplePie/Credit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\M猋*>\n\|','N3\\$\Z,!\<\\!9\\"\','',0,'?'),('\\y\Uq\hŝ\','wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mTaڳ\ϪùC','9 y\Z3\_yJ6J+ ^X\\\^Ư','',0,'?'),('\ʥ#= ','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js',0,'2Ag Qv\M1','2Ag Qv\M1','|]=i?HMDn9ӱ3の\\Z8\\n\\r2','',0,'?'),('\\3\\\F<8','wp-includes/js/underscore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\ $b\ZC','8A\2\xz\\0i 0C\\־\\-\:/','',0,'?'),('\/_\\s\\E','wp-content/themes/pearl/assets/vendor/bootstrap.min.js',0,'=BdŷQ\G4\h','=BdŷQ\G4\h','t\\օk-UT\ D\(S\P+o\0\\','',0,'?'),('\14J<\okX\j\','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg',0,'\\&\x\2pyC3\Z','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_erase_24px.svg',0,'\uF \\0YQW\t','\uF \\0YQW\t','\9آ(cRظ<`~V\e\w','',0,'?'),('ΝG\׳St\SPK','wp-content/plugins/wp-members/i18n/languages/wp-members-nb_NO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\_\򟧣\zF/<\^','a6R\8]pw8\"Q\D\','',0,'?'),('ΩČ\\\kD\r ','wp-content/plugins/wordpress-seo/src/config/dependency-management.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DF؝\\eY\\nuP','\\Z\\O\'ݽ\AH\r\hv\\J\','',0,'?'),('\œϔ=#6','wp-admin/images/post-formats32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WY~O{+_LkE;','k<8._D\K\G[5e-I(0w\h','',0,'?'),('\ш-ڜfv}','wp-content/themes/pearl/assets/vendor/jquery.mCustomScrollbar.concat.min.js',0,'Bh\[J8\rҞ','Bh\[J8\rҞ','\MT\:\{\CJ`8\\^n:\§','',0,'?'),('\\FGŜ\A\?\KM\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket2.svg',0,'|\;\.\l\w8}\','|\;\.\l\w8}\','cK\?Xb?t F4O+]uf3\a\'% &/','',0,'?'),('\\}6A9*\\4','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-separator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\=8\^ ','\@C˶)v\0T-Y~DvCv\rMz','',0,'?'),('\\,@\\Q\','wp-content/plugins/wordfence/views/common/indeterminate-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\\"\sg4\\(8','@\Zn\"ξ~QՔ\8s\P\07\3','',0,'?'),('\ ͨӦ\|+t5w\\','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/MySQL/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\qAT\K\0V 4e','k\'ݖyx\ݩPʜ\4`','',0,'?'),('\\gw4\\LRW','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-title.svg',0,'\}Nλ\0Բ>\\\','\}Nλ\0Բ>\\\','K,\\}0f`?U31_TH\','',0,'?'),('\\XdKZV Q','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Sanitize.php',0,'tQ\k\KW!-?\','tQ\k\KW!-?\','\4\͇no#^ٍ,9D','',0,'?'),('\-\+e\\\mu\"\x','wp-admin/css/colors/sunrise/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\8YN/\oV\kH','\Z.\A\˜*L\,m^lP?','',0,'?'),('\3kʠS6q*!u-','wp-content/themes/pearl/footer.php',0,'O|e\- ?r#\','O|e\- ?r#\','n}rrǀ\\ro\"v;\\\&\k','',0,'?'),('\KXsS>\\d','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\QK\\Q95Ɣ`','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\>\\Y!\\zJX','B*yL˰a\\u\"t\Z4\\Z۳Nk¥','',0,'?'),('\[\\\0|\2Ŷ','wp-content/themes/twentyseventeen/assets/css/ie9.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ց\\[Y\0 \\','\\Z.| \ؤ(=\16ƚMϸ\-\n\Gk','',0,'?'),('\cx>\j\h\IV','wp-content/plugins/revslider/includes/template.class.php',0,']lb\h\\5',']lb\h\\5','\5\0^ƷgOpK\\)e^\\forg','',0,'?'),('\g$.Hq\UP','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/umbrella.svg',0,'$|9\ۏ1Mk','$|9\ۏ1Mk','p `yt\r)\d7V\nc\G\g\&','',0,'?'),('\uF\^GE+c','wp-admin/network/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\9\B9DD\nS`','\\JB\'ޘFRF/1\7A\\0y&\\','',0,'?'),('\~Ft\gr','wp-content/plugins/contact-form-7/includes/rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V6\\>b?\\Q','W1s;2m=Q(ǟ6_Ok!\\\WY별','',0,'?'),('π 3\Ӱ\ \!\&','wp-content/themes/twentysixteen/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7up/\"\\','\\\ \0p\KN\\\rG\','',0,'?'),('πtGȩ\D','wp-includes/js/tinymce/plugins/image/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YM\np {\ewni ','^w;ʺ͋\m\9>E\36-9]Df\B\','',0,'?'),('φK ըLH:dg\<6','wp-content/themes/twentysixteen/template-parts/biography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<]_ר\ouNB','n 4\\rI.)3hhv&~\ B','',0,'?'),('ϊ=\XbBz\' ','wp-includes/js/jquery/ui/effect-explode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/h\ \\(ً+V','皴$e\\]~\LT\ܥU0`','',0,'?'),('Ϗ]\Д\n+׷\\\\','wp-content/themes/pearl/partials/header/elements/dropdown/styles/style_1.php',0,'\\WZ3\9\\m^9\','\\WZ3\9\\m^9\','\;cz|\eF\%\\\\EƏҤ\>','',0,'?'),('ϑA/ӅPM\\\0\kG','wp-content/plugins/stm-gdpr-compliance/includes/plugins/MailChimp.php',0,'\S\\s\M.>3\','\S\\s\M.>3\','\WrJt\r#c>v\\qEyơ\"f','',0,'?'),('ϓ\ %S\D[t','wp-content/themes/pearl/includes/theme/header_helpers.php',0,'\p2`\"Ctg','\p2`\"Ctg','\r\ ߣۭ\K\\\)\Zv# \i\'\0\\','',0,'?'),('Ϛ\"jy\\\^','wp-includes/js/dist/blob.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Z3>*օ/\^1B','(_-\En^\Ż~@{e\6','',0,'?'),('Ϟ\\<\\?','wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js',0,'\w\:qx\\\o','\w\:qx\\\o','\l\y\D6DR*8\'\<6;','',0,'?'),('Ϥ)r;\"/RD5\0','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_border_24px.svg',0,'\\Z^(D1','\\Z^(D1','ij\\N\*\7dt5\ِ#+,\0\"\\','',0,'?'),('ϰ\r$\Q\JL2AE','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoking_rooms_24px.svg',0,'J\t\5\|LGU','J\t\5\|LGU','ֺ6\sa[\\3(]AH$25\w\\\0','',0,'?'),('϶c:{:˚yWk','wp-content/plugins/disable-gutenberg/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\{?\`\\Z\\','^do5R.>0Cb\\>\^\','',0,'?'),('\\\ HԹ\f\k\','wp-includes/js/tinymce/wp-tinymce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K]\w%:&5\`=','7\Œi\HM\\\\\jtu]\0 %m','',0,'?'),('\\O\A\p\ NU','wp-content/themes/pearl/partials/content/stm_services/grid_style_4.php',0,'h\_\\\-\Z/vc','h\_\\\-\Z/vc','D\~-\\!\k\\\Q>/\ܓN x\y','',0,'?'),('\֎6 b9a#s+W','wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Hi=\"\','0Sڌj\\6qK\")i~\wƏ\0\','',0,'?'),('\ݙP(\O\'Ee','wp-includes/js/jquery/ui/effect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\%\=\#Q\ݎ\)','籣\0t+*\3\2\\۹~f6\\\\\\x','',0,'?'),('\ݚy.\0\؜i','wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n \\T S@$g]AOk','F\r\"\n\=Q\\7}FՈȀa;ַv]','',0,'?'),('\鋭{^MU*_','wp-includes/js/twemoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o4\0t)O\','!.v\Հ5 gB\"H7\ =q','',0,'?'),('\\ЍN>e9\N\<','wp-content/plugins/LayerSlider/templates/tmpl-addons.php',0,'s^hFl\\\Z','s^hFl\\\Z','\Y3\!w[\\d\a \uswe)\Z','',0,'?'),('\\VYϧ\ wc','wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js',0,'p\\ \b\','p\\ \b\','\\Z \\ \>3\Lf\\E:{','',0,'?'),('\UD\"ׁ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_voice_24px.svg',0,';Ջ i$\',';Ջ i$\','XĪV\u.Q\>x/b{\\Aj','',0,'?'),('\\h\oT.BI$','wp-content/themes/pearl/includes/theme/vc/modules/likes_and_share.php',0,'\\\\TH;3\\','\\\\TH;3\\','E0\\3K)~\\yTg{ݻ ','',0,'?'),('\]mٲ ▭\','wp-content/plugins/wordfence/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\\|\A\6FC','\iʻ\\#>\\pr \`&] \'x ','',0,'?'),('\\\o\!G\\Z\','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_36px.svg',0,'B?.\GwgP\','B?.\GwgP\','BNǃV[Q\@J2c8B!\r8\\Nt','',0,'?'),('\-Tmz\~U\','wp-content/plugins/wordfence/vendor/paragonie/random_compat/lib/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X:,t]7=Q\E','\,t\0_gX%4.\tP]\>JT4','',0,'?'),('\.\\Zab+Ď\F<%','wp-content/plugins/stm-configurations/page_importer/pages/artist/pages.php',0,'><\d\G|C=y','><\d\G|C=y','\y\U._w\\\\^G3&-PZ6+h\r','',0,'?'),('\0NJuƥ\','wp-content/plugins/wordpress-seo/languages/yoast-components-bg_BG.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\R*8 \nH\\r','|42?\qGؔΔ-=\\0Y\r','',0,'?'),('\>6bYAU F .','wp-includes/blocks/archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}@}\Zݮ\"\*ps\','+~A4+*I\rH\)\"\q-\_','',0,'?'),('\>s\lWD7M','wp-includes/bookmark-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nZ8&NrF \\ ','N>\nq_-kiBtnw##\:\d','',0,'?'),('\BWC>*fj\jR','wp-content/plugins/wordpress-seo/languages/wordpress-seo-pl_PL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\7}eX\Hu%','jj\\\JBa\2\D/p','',0,'?'),('\G݄um_M\\M\','wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.svg',0,'C.\kP\\\<>\Z','C.\kP\\\<>\Z',',\Y\\ 5$I\Cq 1k\\','',0,'?'),('\\\%V (֐ d۷|','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_connected_24px.svg',0,'n\9SNj(1','n\9SNj(1','sIVJi\\\AiOn_mT','',0,'?'),('\_\n, cfN\WJ\nN','wp-content/plugins/wordpress-seo/admin/class-meta-table-accessible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZL\\|F\ǽ','-u@]=i\">T\ݘ\ݨܗ<\0','',0,'?'),('\ac\I}\fȄ\;','wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\{ a\2T\((','0\\{\H۶]\\\2uOg`.\\\','',0,'?'),('\l\DV\r\NU','wp-content/plugins/coming-soon/framework/field-types/text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vĝ(ۇƛtsk','`[m?Zv\H蓞\r\CUosA','',0,'?'),('\rҶL\,Q?','wp-content/themes/pearl/partials/content/post/layouts/layout_17.php',0,'m\$/\x\l@k|','m\$/\x\l@k|',':\Q|}\\ w\"\\3-D%O\','',0,'?'),('\v3c\Aka\Ǝa\Z','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money2.svg',0,'Y\y\\r\\pC','Y\y\\r\\pC','\r :t6b\!fw \\\\/E\ΩnS','',0,'?'),('\vR7D\W\my','wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/admin-before.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' <Q?̪L[\\9','c\O\\"-Wdn\4\\\9\\Z1fKڂ4','',0,'?'),('ЃA\'O\fF2\','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/images/index.php',0,'i=\\0!\\\\','i=\\0!\\\\','Aũ\`97}b>MH\\\JHh\\|Fj','',0,'?'),('Д@.\r\^e\>tt`','wp-content/plugins/LayerSlider/static/admin/js/ls-admin-common.js',0,'雑\_nZ\F\x','雑\_nZ\F\x','\/\rTƊ!!#EA\\=d\"l.l','',0,'?'),('ЕȂϼj\ $','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/signin/signin.element.html',0,'}?+r&','}?+r&','6hؼ87jf\w/\G\/ƲbW2(ӗ','',0,'?'),('Нs\\\\&1p\','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_24px.svg',0,'ԡ\I\\\7g;;Ie','ԡ\I\\\7g;;Ie','\}<1@\m+9O!=4=\sr','',0,'?'),('ОF\̧!$ѥ%\Z','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_BatchRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B\nMsng$\Z','8\aWk$ GMqrw6?!\/ſrt','',0,'?'),('Сrw|\nO?\WVn','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\\8u \\`4T-','c.K}W\\}<P<\\\\e\m','',0,'?'),('Т펹|\\\\@','wp-includes/images/smilies/icon_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʵ \\\\\(','\\J\\_K`\bf2\0v\<\','',0,'?'),('Ю\v\WLѤ ','wp-content/plugins/wordpress-seo/images/readability-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iFh0\B\\}','W\n߁왹\\7`r\\{IN\F','',0,'?'),('б\0ZI<\7\{+\%\Wa','',0,'?'),('\\2[v\\)I\Q','wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Ф)\ZDGF*','\"\^\ĥme\.Q\\@NNķZ\','',0,'?'),('\\^\\X \PvS\\{','wp-admin/js/media-upload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\\<ܘGB','L!?S\(\ |\\P2-','',0,'?'),('\ݱ0H͑\,','wp-content/plugins/wordpress-seo/deprecated/class-wpseo-option-internallinks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ +\l[Yh~','\ 0Ą͠\v0\\^A\\F)\ye\','',0,'?'),('\\\`~P0N\6H','wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\@\;Q\K\r','Y hF+\jX(۴\\⥽+Lr+F\"\n','',0,'?'),('\\CÝ\̘B\P,','wp-content/plugins/LayerSlider/classes/class.km.autoupdate.v3.php',0,'^mfS`\\ZѢ','^mfS`\\ZѢ','\E+\\0OY^5q>2\@YC9\`+\\\\\','',0,'?'),('\\\\,\\f\\','wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZƾB\,J)Tcx','\0IM|%\c\\t\\0\Φ\\\qs\\5','',0,'?'),('\h#Nc,BM','wp-content/plugins/coming-soon/public/images/themes/5.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\\Ǻ\\\e(','BKA?@tx\kL\O\U\,\\\c9\','',0,'?'),('\\0p\WG\r}^\r̈́L','wp-content/plugins/contact-form-7/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N[2YQ\ݣ\d','1\DvQ5C# \B\#','',0,'?'),('\\-J͑\\'e>','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','śL\\\Pڜ\U','c>\5o\\𽃐_T9L~;e7\','',0,'?'),('\z-ad#*\RH~q','wp-content/themes/pearl/partials/content/post/parts/postinfo-8.php',0,'~\<\밍>ʬ}','~\<\밍>ʬ}','d\\BN9\wNƟ[n]\\9>G႓U','',0,'?'),('\#\/[b{EU','wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/upgrader-skins.php',0,'RPrU:\r','RPrU:\r','[0մ\'TG[`7\t!\Zz=P\Z','',0,'?'),('\&Zs\"i\r\rg','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-CN.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V<\n\\p}21i.','G3Y|6j!ʭm\wW\\QI\'1 \','',0,'?'),('\,\r\SEg#)H','wp-content/uploads/stm_fonts/stmicons/construction/stmicons.svg',0,'U4Ʊh<','U4Ʊh<','\ݶ-ce\n+Qa\\\9n\h\U]ͷ','',0,'?'),('\/0\\n*7f(','wp-includes/js/wp-a11y.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2i{jniݬ','vNtvjI?!\\\Z\"4\<4','',0,'?'),('\2\uLWGQ%#','wp-content/plugins/stm-configurations/importer/wordpress-importer/parsers.php',0,'2\*N,_nj\\\+','2\*N,_nj\\\+','\ \=򜂒 d*Q}SS F LN\','',0,'?'),('\3Ԋ+6k\\U','wp-content/themes/pearl/includes/theme/vc/modules/circle_progress.php',0,'tK%(^nBw','tK%(^nBw','_|vf/Q9Yd6P1\Gy\','',0,'?'),('\@\gk\\;l\0i','wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js',0,'Ƚí7\\>\_-','Ƚí7\\>\_-','/kkq8ү6gh0\\CD۪3tM\','',0,'?'),('\_\\c9mLv\\1\','wp-includes/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[bJ8<nȨ','d(\pd\\Zg\:\ӱH 8BF+\','',0,'?'),('\mavMvK\Z','wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tG\N\\8 \6','\YV)ceW/Zmҳn\'n\\0\MK~','',0,'?'),('рs\$P\l@I#','wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php',0,'K ̸\zj[\F\','K ̸\zj[\F\','ZИ\\-j[\],\EG:','',0,'?'),('с\°)\\\&\T','wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8 !R\\s1\b-','\\i;;4\_f~\yu\\6C:Ճ','',0,'?'),('хo\nR\IA','wp-content/plugins/wordpress-seo/css/dist/alerts-1230-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\BF)]#ٶ\DZo=','A xM\\D3*l^','=>D3*l^','஥MB+\P\\ZYwOYwhr','',0,'?'),('ѕl|,:R8 \s(H','wp-content/plugins/js_composer/include/autoload/vc-image-filters.php',0,'T3tA1?\xCp\','T3tA1?\xCp\','ӁU<\r7C]f \Vuu*\G\?','',0,'?'),('ў\rа\Il','wp-content/themes/pearl/assets/fonts/stmicons/viral/stmicons.svg',0,'%\ I5o}ݒU','%\ I5o}ݒU','\\n\`1[\|c;AY\1\'yO','',0,'?'),('џȩm2','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation02.svg',0,',k\Tn\gUdj\W',',k\Tn\gUdj\W','V\CHfR\\&7&~p\wH>Y','',0,'?'),('ѠܱUfO) 0','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wallpaper_24px.svg',0,'\\ǸN<\rI}6','\\ǸN<\rI}6','\#׫Njˇl\?[߭\:Cls','',0,'?'),('ѰU\l:*q+\\','wp-content/plugins/wordpress-seo/js/dist/wp-seo-replacevar-plugin-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\1޷V&','> 7\Zڸ\r&NR\h\"m! q[e e','',0,'?'),('\\;is \J!{ %','wp-content/themes/pearl/partials/vc_parts/projects_cards/style_4/js.php',0,'\\\r','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character08.svg',0,'(\ۭs\\\U\7B','(\ۭs\\\U\7B','Quoh\RW\4L\кB`uBƈ\.U','',0,'?'),('\\Zs\\s','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_circle_24px.svg',0,'\\\\\\7b','\\\\\\7b','Bkt\`g_\TȌu\AP :͙^\@d','',0,'?'),('\\\BveŒh27-*','wp-content/plugins/LayerSlider/static/codemirror/addon/hint/xml-hint.js',0,'!\ՅBb}yWi','!\ՅBb}yWi','C-q\K8\ /Sٷ\sN^?\ 8ŸI','',0,'?'),('\%+DD\Š \r','wp-content/plugins/wordpress-seo/admin/class-admin-asset-yoast-components-l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o^\\"\r\3M ','a\|aQdGLf+<@I\o|\e#\\\!Q','',0,'?'),('\*&碲WHN','wp-content/themes/pearl/partials/content/stm_events/style_9.php',0,'Z\>ho\\|Փ','Z\>ho\\|Փ','~,0c\\\0\y2w 1}\\L\\j`bv ','',0,'?'),('\7[*wJ\nn>','wp-includes/js/dist/redux-routine.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LcdՀ@n/C0-',' A\\\[he)lژصш\\i\5͎C','',0,'?'),('\Cm2\>Ue','wp-content/plugins/coming-soon/public/images/themes/24.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\e\\\\7\6Ͻᙹ','e cb\z\:!qdm\yK\\9\\kM','',0,'?'),('\MKă^w\8 ','wp-content/plugins/disable-gutenberg/js/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BX\95\\^','d׷hA\)Z9\k\ׅn^>lT]F','',0,'?'),('\TE\?\\jz\','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_36px.svg',0,'\\\z٤*gb','\\\z٤*gb','#ON\4OG,\\0ۢQ,4_5\k\[P)','',0,'?'),('\d\\n.ro\\\KF','wp-content/plugins/booked/templates/profile.php',0,'܈iooŻ G\4I΀','܈iooŻ G\4I΀','z\\KL\\w@t^\\\\"h\%\>y1','',0,'?'),('\n\F37Lߡ','wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php',0,'\\3S\0w*wO','\\3S\0w*wO','n\ù\*\\dkS.}\\n\e\Z\ ','',0,'?'),('Ҍ!\q\>Y','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\d-80b','9o\!FsupA_\\Zdac]Kz1','',0,'?'),('ғ\Yz$\\ \\\Z+','wp-content/plugins/js_composer/include/autoload/bc-access-rules-4.8.php',0,'+k[\X\Zq!','+k[\X\Zq!','+FƗ\ra*t[f\\\a\ri[߰XB','',0,'?'),('Җ6\M֦5wH\','wp-content/plugins/wordfence/views/options/option-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\\K\ mwK5 IO','+dn\\\\\/M+{x/(h\Z\\-z%1r\','',0,'?'),('Ҟ\\ǟ Ks\\\','wp-includes/images/icon-pointer-flag-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\2b\\&\Z\r','4Bȥ\ \'x+c\hҠVn5I\>j\\','',0,'?'),('ҥ[1\n|','wp-content/themes/pearl/includes/admin/theme_options/includes/src/services/history.service.js',0,'>\?\r-s\)R\','>\?\r-s\)R\','!\\a@\hX\\#ć\n%6\'\A,\a;','',0,'?'),('Ҫ*\\H\n;t','wp-admin/includes/ajax-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Vk41w\(\n\','޼j\ S߼\Aa,zhNѲ','',0,'?'),('ҭ_VlKg!p1','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c.Scj\\$','?>4<7v&ˁ)~X\"\?zUu\D','',0,'?'),('үe\\+f','wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js',0,'}[\M\nJ\x','}[\M\nJ\x','r\v\N9o\#3\\?XC\v','',0,'?'),('Ҳ E5|\ѵCd闼','wp-admin/options-reading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l<х JDP\\r4','MW\0j%+a\mUd4E\]IHȏ\&\','',0,'?'),('ҹ)EG\T\\h>\','wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php',0,'g\\ .\*\"Oy\','g\\ .\*\"Oy\','a3ܠ\Yz\ń\H\\"ڔFH܅^\','',0,'?'),('\\H)\9\V +','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chemistry.svg',0,'Ȅ\\*y\e\l','Ȅ\\*y\e\l','\Uc^\9\@ˌ;v:O8|D','',0,'?'),('\\]&\z\#','wp-content/plugins/mailchimp-for-wp/mailchimp-for-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|V\\lC\Z\8s\','\\r駁\'\rJ?\"c*+2\B3\01\n','',0,'?'),('\\Lt593u^\\)\\','wp-admin/images/comment-grey-bubble-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TY\ŝ2s,\rm','D\xT-\\w\N P{','',0,'?'),('\\Kg3sU-\8\B','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dns_24px.svg',0,'2PyؑP=Z\ ','2PyؑP=Z\ ','F\RNgo\_\?\OCwl0','',0,'?'),('\\\zc犃5&\\','wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/video.php',0,'1@ 6\\~','1@ 6\\~','[=ɲO+\K \"\W\\r\G](\'','',0,'?'),('\\\\?>KA','wp-content/themes/pearl/includes/theme/vc/post_types/donations.php',0,'ڼ{\rdJ\\0\\&G\','wp-content/themes/pearl/partials/vc_parts/vacancies/style_1.php',0,'r\\̳\T\ qB','r\\̳\T\ qB','\&&ٸ\"Q\Dn\\j^ۅ-\|\','',0,'?'),('\);\\b0MveP','wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_13.php',0,'\$\_JNwqL\n\\A8','\$\_JNwqL\n\\A8','ߜ`CpZS\s(m\\xV \','',0,'?'),('\ w]cIw\Ȱ\H','wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\蛻\0եJ9\','Vj݈o\ȟ{\'7Úع\\\','',0,'?'),('\(g2߱\oh\H','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-excerpt.php',0,'6\\\\$ZW','6\\\\$ZW',']ǽN C`V\NXDa\Z$\rsR','',0,'?'),('\8\Y(?','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':S~ړ܌\\','\\f&y\nGIGeը\Ȯ\j\2 \','',0,'?'),('\?\\`ϥ\b\nb','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/rest-api/CMB2_REST_Controller.php',0,'ٞI\F\Z \Z\'','ٞI\F\Z \Z\'',', /\we!HWgLeK\\E\\Yִ','',0,'?'),('\D{+Ք\\X}<.k\','wp-content/plugins/coming-soon/public/images/themes/23.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~mNjfMg{99^','\Z`F^7WxGT~3+\+\Z0?2','',0,'?'),('\E#l\L\_&ܪ\\','wp-admin/images/arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\v$>\\\>Y','YW( N32U;\\\\\<.iDd!\\','',0,'?'),('\G&\&\\\|\\~?','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_full_24px.svg',0,'\\\=\nV~tM','\\\=\nV~tM','1ΰ\QTŁ(\#\>~}WwLq','',0,'?'),('\M\# -߿\&\Y}','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sim_card_alert_24px.svg',0,'\0N\r\'0M8\~W','\0N\r\'0M8\~W','\n1\k %fE%P g\zxڹ','',0,'?'),('\O,.淎\n?\\iY','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/outgoing.svg',0,'>_b7\3\','>_b7\3\','tȎ*`J\J\֕kG s#g\\','',0,'?'),('\R;Ej5\1@','wp-content/plugins/revslider/admin/assets/imports/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\Un\/|r@ڪ\','wp-content/wflogs/config.php',0,'۠w(y\\','۠w(y\\','\;GQ\4`A\\Ƀ`o\ar\a}kP','',0,'?'),('\[:\Sh ˸\','wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']<1!\0\o','#@^\=}l5\@\\W\sa #a\ \V','',0,'?'),('\a52yƖ\Qy','wp-content/plugins/contact-form-7/modules/constant-contact.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\@e|\\+?}','ɪ9<VI\\{ z\8\j\\','',0,'?'),('\ibWxo4\j?','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php',0,'H}\\*`EK9-/','H}\\*`EK9-/',' D`[\\H٣`u\T','',0,'?'),('\jsw2\pqS','wp-content/plugins/wordfence/lib/wfIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ \ 񒙥 \Zn','h)6T6/~Uu\$\0hR\y\\','',0,'?'),('\k\]lKVI$','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php',0,'5c]\\\\3a\','5c]\\\\3a\','\(','%-*Ψ6F\i\rWϹM׽WI:vD','',0,'?'),('ӟ\\my+\nf\:','wp-includes/js/wp-api.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JR%\1D\҇','4m\⯈A\n4s\ s,ԩ\ԍ\;','',0,'?'),('Ӣ\\`\\','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/templates/dropdown.html',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('ӫ\\R\\>j\I1','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_space_bar_24px.svg',0,'\b?ľ\r\’o','\b?ľ\r\’o','K6wX~\)is\ԏ\~Q\֪/%ڑ','',0,'?'),('Ӱ@p\\ 5xP','wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\\y.TVj<ޓ\','N1.MJO\r\\Yrؾvߑ\c!','',0,'?'),('Ӵ5\\p}J\O ','wp-content/themes/pearl/vc_templates/stm_contact_form_7.php',0,';\\;3r\UW8',';\\;3r\UW8','צ#َjZR,rWyM\Z}\"\U\\','',0,'?'),('ӵZMA@(]','wp-content/themes/pearl/partials/skin/layouts/politician/style.php',0,'0njO&*W\\','0njO&*W\\','\0\+,\\ PYKD ,0ajkīR\n','',0,'?'),('ӽk̯\{\QZF','wp-content/plugins/stm-configurations/widgets/gallery.php',0,'\\x\\B,p@7','\\x\\B,p@7','\Dj\\OY\{ɚoa\U\q','',0,'?'),('\\\\BvgqMܑh','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_boat_24px.svg',0,',|Ev ʬ\ ',',|Ev ʬ\ ','M\ke&eЩuyũ,\\F \\','',0,'?'),('\\5x\sS\&\\','wp-content/themes/twentyseventeen/assets/css/editor-blocks.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƈ>\n6\_g\','z]n\\){\xf #\h2+\C\h|,d\.','',0,'?'),('\\(\X\\\\\72','wp-content/plugins/LayerSlider/static/codemirror/addon/fold/xml-fold.js',0,'cj\ I','cj\ I','q\o\+FpDݭeAr\\۾\\'\\`','',0,'?'),('\\>Zbo&\\','wp-content/plugins/akismet/views/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\ܥ&Fe@`','ۑ&\Z錷 \ې7\~\\\rb\','',0,'?'),('\\pYu~e;G\','wp-content/plugins/LayerSlider/static/codemirror/addon/search/search.js',0,'GkBO(Mc\F\Z8\\\','GkBO(Mc\F\Z8\\\','\O\yqO[?ɧ\*\ZgC}o!=ZH','',0,'?'),('\\0Dd4\\B`','wp-content/plugins/js_composer/include/params/el_id/el_id.php',0,'e\۲xVl ','e\۲xVl ','`0ږt1fF\\\\b2Ԓ\䖧=h','',0,'?'),('\ \\\0*\W\\','wp-content/plugins/index.php',0,'gD,V\=\\\bP','gD,V\=\\\bP','k~ UH\Z\xP\\Ā<;X','',0,'?'),('\p^\2{\*','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-down.svg',0,'K]p!\s]','K]p!\s]','m\r\Z\Zg \g \0\jjLy','',0,'?'),('\-]=*2X\Z,>','wp-content/plugins/stm-configurations/importer/helpers/megamenu/config.php',0,'ݝ!;`m8oQw*\','ݝ!;`m8oQw*\','^\"f*yGQ8~e\ny]ӄYK','',0,'?'),('\d\Bqo\|\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_graphic_eq_24px.svg',0,'^H}Tǚe\\ \+','^H}Tǚe\\ \+','*\U\Y-\\\}9޳\rM\C ~\','',0,'?'),('\\'\1i\_H\T\Ws','wp-content/plugins/js_composer/assets/js/vendors/yoast.js',0,'dR3Kٔ\1]T\','dR3Kٔ\1]T\','\+,q\6<&M\r\"\\"\nH','',0,'?'),('\*i\r\ M\4B\[v','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_border_24px.svg',0,'\B#R%B\\a','\B#R%B\\a','&D\rDb^\K\nZ{0\B`0\\0\#','',0,'?'),('\//.\0 llO\(','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$r\\.\','9%Q\bN7֭vw\3Py%\Z','',0,'?'),('\1؝,zg\zi۝*Y','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-tr_TR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z2hq-\,cm\Z=','eU\\ߪ\r3[Q\\\a̵q\vx\','',0,'?'),('\5\v%doZ7L','wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php',0,'B\\q\:y\\;','B\\q\:y\\;','^D\\hv\\rQ\&+WqQ&Fw','',0,'?'),('\J|\n\b㓅a','wp-content/themes/twentyseventeen/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DȊs\\Oq\\2','Ajn\nrقi7˯@\"C\-\'(p\o','',0,'?'),('\J |\o\\ź','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-de_DE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\(1 Q\\c?','%\\\\\,G[^?%\0gEp\OV\"a*','',0,'?'),('\W\ZeC\Du\','wp-content/plugins/wordpress-seo/frontend/class-twitter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$Sē','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_gesture_24px.svg',0,'>\֠\\0\HngxD','>\֠\\0\HngxD','YŲ\*\ĈucG\a ri','',0,'?'),('ԑi5\؀\\2','wp-content/themes/pearl/assets/vendor/mediaelement-and-player.min.js',0,'\\\]x\lX3\','\\\]x\lX3\','\]wc/\KQ*\{hS-p\t=','',0,'?'),('ԖGE>\\0@','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-it_IT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' }ŬKZ\Q<\','_I*\L>rt\ g\\\ŝ孅\}','',0,'?'),('Ԝ|w6\/','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/th.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N/^N\\\|\\'','\\&\SE^\tp؇k |{/\','',0,'?'),('ԥ\-S<`4','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-board.svg',0,'(\;g\B\]h','(\;g\B\]h','a+pgR Dž_zn*n9\e=','',0,'?'),('ԧb\\)zq\\\\"?P','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat.svg',0,'P\F\5=#D\P\\\','P\F\5=#D\P\\\','\ lӳʬL;g\\\?\n\\ ','',0,'?'),('Ԫu:v\'l5','wp-content/themes/pearl/partials/vc_parts/stm_separator/style_1.php',0,'̄\2IZx1q Ⱥ~\"','̄\2IZx1q Ⱥ~\"','\\C*.\šTͶ?)HO8\$','',0,'?'),('Ԫ\I tT{','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/emblem.svg',0,'h\%V+ \'L5','h\%V+ \'L5','\)\08\\!PE\$lX;\\zD)3\','',0,'?'),('԰Q\\"K\u\n\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/egg.svg',0,'{ \<]Rc\\'K','{ \<]Rc\\'K','?\0BΓ\P Cm\\xӢ\ns\HGJ','',0,'?'),('԰q|;3;&>s\\{ ','wp-content/plugins/LayerSlider/classes/class.ls.revisions.php',0,'l~\nֆ\q\\\\\\\','l~\nֆ\q\\\\\\\',',\aՏh\\z\\/̲\\[#^','',0,'?'),('Դ L\\\ \Q','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/css/iconpicker.svg',0,'3\\\9\mVB!\㉯','3\\\9\mVB!\㉯','GuW—\r~\:*\Z\\\\/i\W5','',0,'?'),('\Ȇp\]4\\L\q','wp-includes/css/admin-bar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԄKW ;\"\\','\X <5Z\\0h5b\\eD|d\Ws\E','',0,'?'),('\\pS`\]T]D\','wp-includes/css/dashicons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6>\Kz\\\1y\','\"ej\?\xMz݉R~,|\\O1\2&\R','',0,'?'),('\\ ݘ@?ڮD\\\\y','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_searching_24px.svg',0,'c\r;Ǐ_\','c\r;Ǐ_\','>TV\nC~8LOɁ\\YvK˶De\'%','',0,'?'),('\̆lҘ\\\\4\,C-m','wp-includes/css/dist/block-library/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','% Ln);y\]]','YN\]\)y\\x\\z_`','',0,'?'),('\ꪜh\ЕY^\','wp-content/themes/twentyseventeen/README.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']~,˅JlO','јS$\\\G\JNglc^','',0,'?'),('\ijV\\rȰ #','wp-content/plugins/LayerSlider/static/codemirror/mode/sass/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('\&U\\\k','wp-content/themes/twentysixteen/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%lc}\Z\-V\',' \?xv\&W=D\\\\\X*\'\Z','',0,'?'),('\\$X\h+\}\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bomb.svg',0,'l\S{\\*x$\\','l\S{\\*x$\\','oS~E\Qg{Lw\kvn¿\j\8','',0,'?'),('\̓aQM*#z\D','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_24px.svg',0,'\N\\\ׯp9@r\]{','\N\\\ׯp9@r\]{','2l\/m@ً\I\x^+BF\|\%2','',0,'?'),('\ \s\\l\k\\lZ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_auto_24px.svg',0,'z\\n.]YvP\\27','z\\n.]YvP\\27','\"v\=;B\0\P`\ 뒝{p\[L\b','',0,'?'),('\\rb\d/ӡ;\\Z#x','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']=m\x3\n*g\+\\','/\ڑ=\ҹM\0`\SPɿ\\M9','',0,'?'),('\\"sJa\n\~','wp-content/themes/pearl/index.php',0,'9h\q\\','9h\q\\','<\FO\Ј\B(Ϭ~̽\ Q','',0,'?'),('\X\$a\B\\^','wp-admin/js/user-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' F#\rt\*F5',',S:Idޙ]H.nHnD\Il,ıհk','',0,'?'),('\\"*\̏\\\ Dk','wp-content/themes/pearl/includes/theme/vc/modules/taxonomy.php',0,'S\^9\\0[ v\Z\a','S\^9\\0[ v\Z\a',',+Ca(\\\PNw|\ \V=Wՠ','',0,'?'),('\<\AŹ\05\\','wp-content/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php',0,'-(}V{wƈtn','-(}V{wƈtn','g\$<9\Y\$9=[\0\\R\ \_q\:\T','',0,'?'),('\UZK\T2vAZ','wp-content/plugins/wordpress-seo/config/php-scoper/guzzlehttp.inc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\^k\r\\\\0Q','|o\"sݍA)xKN\0\0B̄c\\','',0,'?'),('\^哌EsJ ','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Picker_Base.php',0,'\0\\ݢ(.6','\0\\ݢ(.6',' Sb\Ϥw/V!\e]ڬ.\\\\d','',0,'?'),('\`\<6V޾ 9{\','wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg',0,'G\)hH\gB\','G\)hH\gB\','\\,:4^a\{rrC\":9\"\n*\','',0,'?'),('\bɂS3DJD','wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-global-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nN**4l\A\*','\rauے\np}HcR7zN','',0,'?'),('\g ֿm ㋣\I','wp-includes/js/dist/data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\e\kKw{\','\FJlAGScB2\'jzig ~*}','',0,'?'),('\sm\oo\r\Xxbb0\','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_add_to_queue_24px.svg',0,'2EjgXFz o','2EjgXFz o','\\UHp3ع\a\л\','',0,'?'),('\uG#)|\^6','wp-includes/Requests/Exception/HTTP/511.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','unN \7稶^+X\\0<;CV\vD','',0,'?'),('\ͤ6\\0/k','wp-includes/js/imgareaselect/jquery.imgareaselect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\M~Mν磰','\.\\Rx$A\^G֟?la.\: w\','',0,'?'),('\]8H4bMe@','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-twitter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-m&\rt, ;f','4\V\*ǎ\\\GxIcj\r~\B\\Z:\>ٴD','',0,'?'),('\d\\\rz\"՘\','wp-content/plugins/LayerSlider/wp/menus.php',0,'\d4\?(}%','\d4\?(}%','xw\\440\Ly\A','',0,'?'),('\\dR,nEC9','wp-content/themes/pearl/partials/skin/titlebox.php',0,',N8|\Cb>Qet[ ',',N8|\Cb>Qet[ ','8CfՓPqƍ]nonL1;\ hQ\','',0,'?'),('\ \ARZ\Z\\','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߂Px~7,\rm=H 6','zJ\\&\Gγ\V.u]Ѳ\\\ڔ\^','',0,'?'),('\ \ \\ӛ\\a\','wp-content/themes/pearl/assets/vendor/autosize.min.js',0,'\\$\\n\g|k\\','\\$\\n\g|k\\','W%\nFR2i)\v ҽNbP','',0,'?'),('\\\\9k\":>\','wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-element.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/\>\Ky\ru\J','\\+尦YXm\\{\\3.\\\','',0,'?'),('\(~eDU\1pW(\','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-sw_KE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xf\.~x','\';\"T\[P\O\F|gY]Bc_\','',0,'?'),('\,\+&fU\rƛVT','wp-content/themes/pearl/assets/fonts/stmicons/vicons/charmap.php',0,'\ G\\aQ\0\+L','\ G\\aQ\0\+L','\n\\4\|\\'\\0\rc\\\E','',0,'?'),('\2\RFv/\\"w\Fz','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-timepicker.php',0,'Ƞ:\\\WP RSW','Ƞ:\\\WP RSW',' G3ImcIZ.\\kϣ${CF\g\','',0,'?'),('\@1j$sf','wp-content/themes/pearl/vc_templates/vc_text_separator.php',0,'3&\\ݰa\','3&\\ݰa\','\w(\0\\rhp\(sz˦\Z\,\\\','',0,'?'),('\F\l\!\j 8\\\\','wp-content/themes/pearl/assets/js/vc_modules/tilt_fn.js',0,'1\"$\8\'\\nv','1\"$\8\'\\nv','{J\q\Z{am\'wM\rN%','',0,'?'),('\MM \\\\K*','wp-content/themes/pearl/partials/vc_parts/products_categories/style_1.php',0,'p&6h܆bn','p&6h܆bn','!B6a-\DΝ\05L\S;sI=N\L','',0,'?'),('\Xډ|\8\\}\B\','wp-includes/js/tinymce/plugins/link/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\q\+^\\zUNy','#W+KGDh-f~d\ZMy\\NE\.\ݟ\\','',0,'?'),('\Z\ r!ޏf\\ \','wp-includes/images/icon-pointer-flag.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\,\E^j`\'','oq\9a{)h}=#\\Tק\\','',0,'?'),('\c3[V\\\A\)','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gutenberg.php',0,',e\r\N̩:\v\',',e\r\N̩:\v\','\u\n0=7\\\ RJIx\yXٴ\n','',0,'?'),('\oҨ*K\\o7{ <','wp-includes/ID3/module.audio-video.matroska.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k+8\\t,A^','݊Yx)t\t\at08J>sH','',0,'?'),('\rYSxwDY˚J[','wp-includes/images/media/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R׬˂\ôʼnh\H','{ [K\\\0!긽/\\\lw.\\','',0,'?'),('֋\8[0ʊ','wp-content/plugins/wordfence/views/waf/debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\FM@i-M',' ;\B@\\EŻ߬\\ue}','',0,'?'),('֌ q\óX[\\\','wp-includes/class-wp-feed-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\-}\\w@','/ \\\\\jZU7fn\Y\[','',0,'?'),('֒4\tY_yJٿS','wp-content/themes/pearl/partials/header/elements/cart/cart.php',0,'\`XT\OA\Z\','\`XT\OA\Z\','X\L\0CEՙ\8\#\͍gWR%L\w','',0,'?'),('֩\6%Ôa','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge2.svg',0,'\N|ub3','\N|ub3','17U辫m\\\.\d|\'\O<\"\','',0,'?'),('֫\\re7<#','wp-content/plugins/LayerSlider/static/admin/media/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('ֶ\\9؞fpo 3t','wp-includes/class-wp-admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jnkz@@\2:','Rz(8H/`,IE\ \\J\\4','',0,'?'),('ֽB\mO\*:q\z','wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\|%*T*`','\289vu3n C2sv a/','',0,'?'),('\\J\\![W6ݧ\','wp-content/plugins/wordfence/lib/IPTraf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t\\,\|4LĔ^','Y\\{ C )~I P\J\K.(@3','',0,'?'),('\\\rnhg\\\m\','wp-content/themes/pearl/assets/fonts/lg.svg',0,'\+_[Uol|','\+_[Uol|','u\>UʑI(F\d\n\>&K\9\\9\','',0,'?'),('\\\\rv@/ʺx','wp-content/plugins/mailchimp-for-wp/includes/views/parts/admin-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\@\r>j\','ҁ\MCmګֲƙ{*\\ \r','',0,'?'),('\\\Fz#\n)7Z','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_lock_24px.svg',0,'\闘Mȕїz\','\闘Mȕїz\','\\0 e(pz \~\Z\KE','',0,'?'),('\򩐗⼑B\W','wp-content/themes/twentysixteen/genericons/genericons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\r\6\\Xwx\M',')\\@ \ѵvP4\\W*Y\'\-c\|','',0,'?'),('\6_\\\zTU','wp-content/themes/twentyseventeen/template-parts/post/content-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#!\z\\\\','V身p6jMZ\\\V\n\[z3\-\?\\#B','',0,'?'),('\\5/  7Cx\q','wp-content/plugins/js_composer/include/autoload/vendors/shortcode-vc-gutenberg.php',0,'\n(\iHԉJA>7','\n(\iHԉJA>7','Pү`tdm\4\vvY\b\nG|L','',0,'?'),('\(+ja>X3a\!\L','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php',0,'ңsjQ$u7Q','ңsjQ$u7Q','\/ŏ\W\\e)6ģD\\O39\I>^\','',0,'?'),('\-\Z\3\\','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_queue_24px.svg',0,'\ܓnjaK-*ig','\ܓnjaK-*ig','i\QZ&\6oLCR+w\n\r\\|\3.\r m','',0,'?'),('\1`bߟ:v\\\g4T','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_down_24px.svg',0,'\\#I\TU\;\H#H','\\#I\TU\;\H#H','S:삫f\#\Ռ/\J;4\E\\˳w-','',0,'?'),('\;)p\k\wd]qu','wp-content/themes/pearl/partials/header/elements/filter/filter.php',0,'2\;W[{2M','2\;W[{2M','&|\ \]\"}EXG=','',0,'?'),('\=<%lGu\X9P1u\N','wp-content/plugins/coming-soon/framework/get-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','29e\=F\','\{PΜo?#=**\j\\\\D\\"','',0,'?'),('\A5o','wp-content/themes/pearl/assets/vendor/ev-emitter.js',0,'\S\/\n$bfgo','\S\/\n$bfgo','~},جh4|k9\\r6ElvIAg\M\','',0,'?'),('\C\%Xm\\ՌMD$','wp-content/themes/pearl/comments.php',0,' Mmu\l\n\"ƾX}\',' Mmu\l\n\"ƾX}\','\L\ۂ9QiZA&Kl\nnt\B\ū','',0,'?'),('\D\a&8\\؞','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart10.svg',0,'/g dNӾ^j\ݨ`','/g dNӾ^j\ݨ`','\;?\\\r\\]\\[t\0ǭ \dT','',0,'?'),('\Gȩ\6\\0Y','wp-admin/includes/class-wp-posts-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\\\0\vC\Z\\\ǐ*','8.\\\\RxƨS\\rj\5q\\r\n+\2','',0,'?'),('\L\0 3 \\','wp-content/themes/pearl/assets/fonts/stmicons/politician/stmicons.svg',0,'|!`\Tg\'\`d','|!`\Tg\'\`d','\ L\\ܱ5\\W\}= iĝ\!-\','',0,'?'),('\M\0\\c\_d\','wp-admin/includes/class-file-upload-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!\Z%\ #lF^y','3@T[\7~\E{\Ù\)\6\','',0,'?'),('\XYHo$\\\\h@','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-text.php',0,'ӥ̿\E`/\"0{','ӥ̿\E`/\"0{','r,k/\\\\d \c L\c,\\j','',0,'?'),('\X\JK3F~\','wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KchκmG\Oc','kz\`\\&`+\\rƈ\$F5Ė[|n','',0,'?'),('\bd˒mHb]6A','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist2.svg',0,'T \e\fI(R','T \e\fI(R','\C}\Zi\ xZ\\4\\'u]N\:0\D','',0,'?'),('\fk[x\ \\/Y','wp-includes/js/dist/redux-routine.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!?vip\"\\\j','7I&c06\ʮž$1 Gg \\','',0,'?'),('\k.8Y\\\lo','wp-content/plugins/coming-soon/public/images/themes/46.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\\8\\#','XD\ )\b6AoQ\]\\n\\wK*\','',0,'?'),('\n\\w;\\]Ǜ\#','wp-content/themes/twentynineteen/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\Z\\U9c\0\D@\i','A\Gm\\'%`Rv\\d \\P\|v\%','',0,'?'),('\tZݵ\n\V\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_square_24px.svg',0,'0?\\\ocY\','0?\\\ocY\','\oK\Sq\o\ؖY,h98[I\','',0,'?'),('\wh]á\&wM\','wp-includes/class-wp-network-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\!\\'ض:$%9Yq&','\>\\'ض:$%9Yq&','S\h\"QT\n79\XRq\"( YAu','',0,'?'),('׷F\\ZYd? ','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_upward_24px.svg',0,'Ɉ\B2cj\r>4\','Ɉ\B2cj\r>4\',']/\\7s\{w\sif`I\QwV,\"J','',0,'?'),('׹(GpBխt\t\w','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_overscan_24px.svg',0,'=^ l\\Z/E\TNA','=^ l\\Z/E\TNA','\\n\v=Os(˔\[\"&$\\-^\','',0,'?'),('\ƃkٴt-\Q','wp-content/themes/pearl/partials/vc_parts/projects_cards/style_1/style_1.php',0,'\ZѮP\`\_','\ZѮP\`\_','\\'#\ \\\Z\ksY2\}yZ+\\3}\','',0,'?'),('\\j0\wE}®R','wp-admin/css/wp-admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+˫xgusU','Ng\9DfdۀF8ڃ\\@mE\q֋PH\"','',0,'?'),('\dž!DWXS-\ߔ','wp-content/plugins/LayerSlider/static/layerslider/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('\\-S&\?&C\','wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php',0,'\K\\'\d]\\_','\K\\'\d]\\_','AE:\7zY&U\D\4չ\!\8$I\0','',0,'?'),('\\\:<vmKj5C','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-post-type-visibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\9!^zq]H[','\8Mݹ̭c\rDE+\\ܩ\E\','',0,'?'),('\\VDv+\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_90_24px.svg',0,'\+\jCx%','\+\jCx%','D v\\S\w9Ot\\Fd\kW?\\\؋\','',0,'?'),('\\+R1t# \\'','wp-content/themes/pearl/partials/skin/layouts/corporate/style.php',0,':\L \\n\l\\\',':\L \\n\l\\\','\Az$0jk\O\\Z!ft\\rM','',0,'?'),('\\\Lq\\wiOem','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_list_24px.svg',0,'\W<#\IK!','\W<#\IK!','XDe{̋6M\#\%3`>\}o7','',0,'?'),('\\s@2ʔeO\','wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php',0,'nچJn6DYCUq ','nچJn6DYCUq ','*\ć-뢇\W89݉^]q\5/x','',0,'?'),('\\\\r\\\5\\x\s','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tabs.php',0,'d\\i\4D>\','d\\i\4D>\',')\Q)\BǢڧD[q68\n8\C\\','',0,'?'),('\\[\\\Jb6gZ#','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php',0,'\d\-\T\'G\[','\d\-\T\'G\[','(@o\x\\u\\zo\aj\C0\h\\','',0,'?'),('\\^\u\\}G\','wp-content/plugins/wordfence/lib/email_unlockRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\<2\m','R\\p\\M>d*\','',0,'?'),('\\K+\T5\ L','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_run_24px.svg',0,' Pצ\}\\e\X',' Pצ\}\\e\X','ѹ\\x:I4g U\^\v5\\'-}','',0,'?'),('\\M\RN\a ','wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uo 0Fg!(\n\.','i\\Sd\'%\\\A*Q}F.\0SZ.\','',0,'?'),('\=ӁHe\,','wp-content/plugins/coming-soon/public/images/themes/47.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\z)\ں)u','1\^[!.&#jN0\n|\rm*( ','',0,'?'),('\\5\\Y*߿)','wp-content/plugins/LayerSlider/static/codemirror/mode/sql/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('\\\E:VD2ω','wp-content/plugins/revslider/admin/assets/images/tooltips/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\\\mK\\Hl','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/PgSQL/TableDefinition.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Z\n\0R1#b\v','pMg`\l!7F(78 B4!\&d\','',0,'?'),('\\ZvI:wm\\'~K-','wp-includes/ID3/module.audio-video.riff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Tw\\`\\<','\1\h\0E *\=\\\x\\','',0,'?'),('\!\6-5j\\\"','wp-content/plugins/wordpress-seo/deprecated/admin/class-metabox-tab-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\ͽH0\H','\-\ngc[\%1YJ^*;o\tz','',0,'?'),('\#\pGAS\;;?','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php',0,'I+j \3B]','I+j \3B]','G\\lbq{_1ud\\Zzp\\'\','',0,'?'),('\&\Zh\$ Éo','wp-includes/class-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\,R\>\\MP*','KN\0}\3N\ SL\"\q7f׎6>.','',0,'?'),('\. @\KH\YhWs,','wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php',0,'\\Z\kC\\','\\Z\kC\\','d\\\H\'\\5L\i~Q\[\cx0h􉩼 ','',0,'?'),('\1#,\i2oo-^','wp-content/plugins/coming-soon/public/images/themes/13.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/\g\0I\rdu','ÅddoLO\K;\\Ɨb\\','',0,'?'),('\8/B$8\`m','wp-includes/js/imgareaselect/jquery.imgareaselect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\Je\Q\\\^,','&߲z\=R\Tg\b\0$\ڟ3})B','',0,'?'),('\Ah)I\Z]Gr\E','wp-admin/includes/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\ǥë','\ \\ٶ#\\ZB$XZЉo\\*0\n]','',0,'?'),('\J=R\'\t^}\n','wp-content/plugins/wordfence/images/2fa2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\\\0H','npʅG\0\6K qJ]\\J','',0,'?'),('\M&3\r\3CMaQ{','wp-admin/images/yes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\+7܉\rqZ\Qk','=\Q\\G\\\9%K\\,\\r\ZFy\','',0,'?'),('\V\ۜ\}A','wp-content/themes/twentysixteen/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\1XGh13v[^I','Bt\\T)aHsvx}>','',0,'?'),('\oG$W bw','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_poll_24px.svg',0,'*5\\":(;7+','*5\\":(;7+','a\\O;\L;_)~ԍ?ഥ:\\\\','',0,'?'),('\o\ǣ ף\f0Y','wp-includes/SimplePie/Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\\\\Z\','K 5(\Їϻ\n-\"}x$f]. b ','',0,'?'),('\v\\\r\ &X','wp-includes/js/jquery/ui/selectable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z1/ |\۶!\',',\\j\f+a\`#*kۦ\ri','',0,'?'),('\xβЦ\A <\','wp-content/plugins/wordfence/lib/wfCrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Q6\l/*\\I','l\R?2\k\,)@T\J/ƃ\','',0,'?'),('\z$\\Y\|2콄4','wp-content/themes/pearl/partials/content/stm_services/grid_style_3.php',0,'\p\08h\:','\p\08h\:','p\r\MeھY_<~R\g/20hO \~','',0,'?'),('؅ѐYM,wtP߈','wp-content/plugins/revslider/includes/extension.class.php',0,'\\"\Sm\u\-N','\\"\Sm\u\-N','\Zf1K\\x\c\5(eSg*@\7\_','',0,'?'),('؏ \Q\\iw\8HJU','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_3_24px.svg',0,'~\()PŒ/;apD','~\()PŒ/;apD','\q_\AJ~\M\\\3E\;\{','',0,'?'),('ؒ\KR \Ȥ','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_ZA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t¹Eb\]\j','\#N\\V[*v)s\^\No>\YN','',0,'?'),('ؖ\\ eT\wcvo','wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php',0,'d%\\\nM\ĉ','d%\\\nM\ĉ',')p\0\\n\\\0\(bV[\5i C','',0,'?'),('ؚSA\\\'΅\%','wp-content/themes/pearl/partials/content/post/layouts/layout_13.php',0,'@)n\r\\1','@)n\r\\1','dA\wP\\n\=\9ʐPK\9Է@','',0,'?'),('؛{A\HlYF_','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\ƀkvk\r',' iiLMP4\ިO_!\iN ','',0,'?'),('ث\05\WK=\3Q','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_satellite_24px.svg',0,'Aw..\AEC\.ȃ','Aw..\AEC\.ȃ','\\N\Jފuz8 \R3\\C\ե','',0,'?'),('ر-_}Zh\\n\Z','wp-admin/includes/class-walker-nav-menu-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F{r\o{onW\)','1C.\?\kLɩApY ([w','',0,'?'),('ط6.-; ե[g','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_aspect_ratio_24px.svg',0,'{HSڳuf%\5cO\','{HSڳuf%\5cO\','<[ĭP\n8\\~9 \~\M\\\U','',0,'?'),('ؽ\)uҶewl','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mhOലf.I',' oO\b9_\b-4\\-x%T5E9\'','',0,'?'),('\\\ZՋ\㴗em ~','wp-content/themes/pearl/assets/fonts/stmicons/medicall/charmap.php',0,'\I8\\Ҟ|-.k','\I8\\Ҟ|-.k','`J\\­k+ѪvyF0s\0C\H 7\','',0,'?'),('\\\\Ljk\y\','wp-content/themes/pearl/partials/skin/layouts/app/style.php',0,'>7z Z$\r +b|','>7z Z$\r +b|','\/\5Ң8Ijd*\\wpآh)|\','',0,'?'),('\\=)8\{\\0Z\g(\{\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\\ZV!\BG5','n),Ϭ\0Ͳo\p dop Zܯ\\','',0,'?'),('\ܵ[g9\\Ĭ ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_takeoff_24px.svg',0,'(%m_QbRβ~\Z\','(%m_QbRβ~\Z\','\iU;A\¯+aP\Dw/bV\+X\n]','',0,'?'),('\\D\\\\\\v\\r<','wp-content/plugins/wordfence/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nM@<\\A6\@!Y\\','.#$.N.\\\\\"\Cuj%HEJֈ^a','',0,'?'),('\\\\7 9','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-af_ZA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\@;C\\P\՛','H\+g`f}li c uH\t\:*','',0,'?'),('\\ҡK%^','wp-includes/js/dist/dom-ready.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rrkWź\\ [[','0V\\\1\VXթT\B\\\Īz{#X~C%','',0,'?'),('\\-F\\k','wp-content/plugins/LayerSlider/static/layerslider/skins/outline/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('\-h\n\r`\ýەC/s','wp-includes/class-wp-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&TY謏K\9\\','\rh\TH{k12\'\4ơy\w','',0,'?'),('\\nh\\\j\fm8:c','wp-content/plugins/revslider/public/assets/js/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\۔$ńx\','wp-content/plugins/mailchimp-for-wp/integrations/gravity-forms/class-gravity-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j`F\k\Gf\','\W 6BF9ߝ\r5\\o \','',0,'?'),('\\Z\"\'h:\\Zj\ZxF0','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H@ #PΡ5(V','u N\>D$j{\E\@͎PYH:\\\','',0,'?'),('\%\|\\y?\'\e^\'','wp-content/themes/pearl/includes/admin/theme_options/includes/src/modals/builder/builder.modal.js',0,'5\n}^\4:z\\','5\n}^\4:z\\','\,\0L&Qs?\Q߭VCyjӡ*\V\','',0,'?'),('\,(i7:^\^\#','wp-includes/js/tinymce/plugins/paste/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\ٿp7?+\5','cu\X\r>\%P\U \\fw8\ZK','',0,'?'),('\J\\^\Z7uGk+','wp-content/plugins/wordfence/lib/wfDB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P_<-1\__Iu','\%d d\_\01@TY$\\\A','',0,'?'),('\NFJ6c\\].}\\Z','wp-content/uploads/stm_fonts/stmicons/viral/stmicons.svg',0,'%\ I5o}ݒU','%\ I5o}ݒU','\\n\`1[\|c;AY\1\'yO','',0,'?'),('\d\\%3\\Z4_+','wp-includes/css/dist/edit-post/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vc:zQ\\r\r\','(:}$fqhZED\D8\=\8~\\\','',0,'?'),('\k\\/y&G','wp-includes/images/rss-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Ya[Q\rj','yS0c`\n7\as\#\n\ Y\\','',0,'?'),('\l\qVh[\L \ҟ','wp-content/themes/pearl/assets/js/vc_modules/video_frame.js',0,'\\#\߬\s,\a\\','\\#\߬\s,\a\\','(e\H\.\@3\Zy@#%aL\b','',0,'?'),('\l; ao\~G\\','wp-includes/Requests/Exception/HTTP/501.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e ڸ04-?\ב5','kG寲\\n΃CD#6\u\Z\քEڣ@K1','',0,'?'),('\om\~ʚؔie','wp-content/plugins/wordpress-seo/admin/help_center/class-template-variables-tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\v\\`\jOp\\0\C','[9m\\\\\\\n\4\'5}eP`\','',0,'?'),('ق\)\4g0h','wp-content/themes/twentynineteen/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\=oG;\ k\Z\"\','ՙda1,6\9\%ef;V5+','',0,'?'),('مIh;\Ɉux','wp-content/themes/pearl/assets/js/vc_modules/stats_counter.js',0,'\"\?>>\̀PD+ ','\"\?>>\̀PD+ ','HT1_{O`^\U\\n\\ؖ\C%\rx\,s@h','',0,'?'),('و\TĖhx~Dt>l','wp-includes/js/dist/compose.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܥ\DG\9y\',' \0\wLv\4]\_\Z\NHL\S7א\a\','',0,'?'),('٘\\"Pܞ\,\','wp-content/plugins/wordfence/images/icons/ajax24.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:m𙗣P','j*\edoX~7\\&N9\|L\','',0,'?'),('ٛ8Ue=\ ','wp-content/plugins/revslider/admin/assets/js/codemirror/util/foldcode.js',0,'\sT\0p;\kAd','\sT\0p;\kAd','E3вfX%̿-UL_9\E\zQ\\!B\0T','',0,'?'),('٢\Z\_IQ \','wp-content/themes/pearl/partials/404/style_5.php',0,'n\\k\\фG\_','n\\k\\фG\_','{bc\֗: 59:vf\`s4\\\ZW<','',0,'?'),('٫\x\˰Fd]','wp-content/plugins/js_composer/config/lean-map.php',0,'\=U\m `\!\98jC3]aff]f','',0,'?'),('ٽ_sU:\+','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_small_24px.svg',0,'\nIu\0n\(\"9\','\nIu\0n\(\"9\','_\\\مXm\=ۋiŤP\'\nJUV\','',0,'?'),('\\\*\g\Q\','wp-content/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php',0,'\\vx\^b','\\vx\^b','\\\B>Y\Dw:hF?k','',0,'?'),('\\g\/\P\rG\*','wp-content/themes/pearl/vc_templates/stm_vacancies.php',0,'\rs\6@Oh6x\d','\rs\6@Oh6x\d','q\= \ƳSN\ݍ4\f','',0,'?'),('\\\VΆNK= dC@','wp-content/themes/pearl/partials/content/post/parts/postinfo-5.php',0,'p8`L\_hEE','p8`L\_hEE','\Tis-X%\zuxS:tgS','',0,'?'),('\\y\8_r\','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-repeater-double.php',0,'\蒢Ǐ\0`ƺJ\','\蒢Ǐ\0`ƺJ\','e@\n\O9\>ѯf?j\|Z\','',0,'?'),('\\3\I\98\\\֛\[t','wp-includes/random_compat/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*RX\ǠͤB\n6','8-%s\`NaL L\Mʫ\)','',0,'?'),('\\\(܁RL\K ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book2.svg',0,'\R7 rR\r\w3','\R7 rR\r\w3','\rI^\c>\ڮ\uB7[ 4öU\','',0,'?'),('\\}]u\$Ty\rdL','wp-content/plugins/booked/includes/updates/vendor/readme-parser.php',0,'=\\n`N','=\\n`N','Ƨ\K9S\h_L\ \H~M6','',0,'?'),('\\EIF\,Ŧh','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_memory_24px.svg',0,'\0]K\rM\','\0]K\rM\','*r<\\Z\󱃕Ŝ.w\\!; vI\_ow','',0,'?'),('\\!}=`*gZ=','wp-admin/network/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t;\\\m\\ҹ5}\\L','xt9/a7^@oww]\','',0,'?'),('\\"\شBz*\<','wp-content/themes/pearl/vc_templates/vc_column.php',0,'\\8I\rNY=k\Zv\','\\8I\rNY=k\Zv\','\\\.TNŴM\q,\<\Py\','',0,'?'),('\CI\"i\ٳb','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book.svg',0,'X\ZK:8\D^\(\s','X\ZK:8\D^\(\s','_\\\_\u( ,8\$O`5','',0,'?'),('\VBǡ\\ZB\"\0\','wp-includes/js/codemirror/esprima.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d_ \Sgٛ','];%Js\\lx\\FqBH\Z\U8\\','',0,'?'),('\ǔ%\(Z\n\$w','wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php',0,'>]͟\Av7h59','>]͟\Av7h59','q3\i\"39sn/\n%o\틁\N5Y\\#','',0,'?'),('\\yED8\0o\\\','wp-content/themes/pearl/assets/js/i18n/datepicker.lt-LT.js',0,'ʩ^\ŪT*\','ʩ^\ŪT*\','C<\1\Q\\\\Y娍Cq\\','',0,'?'),('\\W02)IiNk','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_section.js',0,'\\\\iH\1\\s?\Z','\\\\iH\1\\s?\Z','\Z{\T{z\^e\O 2ܯ0H','',0,'?'),('\>\~\!g\ q','wp-includes/js/tinymce/skins/lightgray/skin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SZGN\ڑh70\',':&\d\—dϺzf_O|vb\Z=D\','',0,'?'),('\G\r6\fLv-\','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php',0,'7x8CV\9 I\\\\\\','7x8CV\9 I\\\\\\','@e\W\a\nZ\\\;PkT\\Tq\Z\','',0,'?'),('\\n\\r1gw\?D\','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-bg_BG.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V<\EQ\Q)Ԓ','\ 82`\*u[Dc$\','',0,'?'),('\\rBeׯE7','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Y}`8v\FJ','U߆([r嵳g\\h\\嬵!m9(\"','',0,'?'),('\pFK\Eœq*','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-he_IL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PspI\Z+\c\','D&d\7\bܟ\%mPˑ((\o1+4v','',0,'?'),('\;\-qu%S\Z n','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-api-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iYز y\o\2\A','\z@8)\\E=\O\'.\Iİ5','',0,'?'),('\w=Ţ\O&F\','wp-admin/css/colors/midnight/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&܍\|DW!E4','S\\o\Gp\\{\"FuS&','',0,'?'),('\\nU\\\YE`Mz\\','wp-content/plugins/booked/templates/welcome.php',0,'Ǚ\\\\0\S','Ǚ\\\\0\S','2`B\׋\R\S\0\H$(Rf\','',0,'?'),('\ 8\-ʭlf\T','wp-content/themes/pearl/partials/vc_parts/projects/style_5.php',0,'# /]}\\`\'2x','# /]}\\`\'2x','\ j\x~*eˋ|ajۤoaa|E','',0,'?'),('\(\:\"\rh$\\h','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-uk.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','џY\fm~5','\شzHvv\sY\w\ϑs%=h?\"','',0,'?'),('\,\r\ \g\H\6','wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aRp#\p\','rL-R\\W\&\P!\\\aS0\\T\','',0,'?'),('\2\6,̞|keL\ns','wp-content/plugins/wordfence/images/2fa1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/)\h\\ h G\8','C\%0z)f @\t>ɶ{T\8o','',0,'?'),('\3mxH\we\','wp-content/plugins/stm-configurations/page_importer/pages/logistics/pages.php',0,'\}\nwK\bK\\','\}\nwK\bK\\','x\Iz^T6\np<3H\\|\\db\','',0,'?'),('\G>DsȤ\0','wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg',0,'.\murI1G \','.\murI1G \','Lr7D@y\ɂ]NK(\ti\G9\\Tm=','',0,'?'),('\W3\\\0b78:','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_eject_24px.svg',0,'T̝sLrb%V','T̝sLrb%V','dA\j\\r\86\\#Ӈ:쓋\!','',0,'?'),('\ZT+#\\E닽\'','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_outer_24px.svg',0,'A,0^\_\,\=','A,0^\_\,\=','?\ZSb\\\\cW_Bf9\le̍|\@','',0,'?'),('\\\I,[~y2kW*','wp-content/plugins/booked/post-types/booked_appointments.php',0,'\1\:-\','\1\:-\','Vc!\\"QT\ zd3\#}','',0,'?'),('\`V\\\9\','wp-content/themes/twentynineteen/template-parts/content/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<9L,\\\<','\0\f\DyYT!-;+ۤ\KYMz','',0,'?'),('\`\\}Wy\x\\"0','wp-content/themes/pearl/partials/skin/layouts/businessthree/style.php',0,'ҰW ]\\3\','ҰW ]\\3\','\u\Z(\*ŢSSruz %Nܾ\>l_','',0,'?'),('\u78¸\KԊkh \','wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\\6ϲ\ē]\','yh;}<6yZ$ M>K(\\#\&\"\rej','',0,'?'),('\z;\pL\" c\>8\','wp-content/plugins/revslider/admin/assets/js/rev_admin.js',0,' `M\µ\\Gv/\',' `M\µ\\Gv/\','\{k2\Z<\t2|\\o\T9L\ Nx','',0,'?'),('\|#\԰#{\\','wp-admin/js/link.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\V$jmj\rv','b\x\\e}Y\\9#+\?̙sT\~YHn>n;','',0,'?'),('ڃ\C#Yh','wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_real_52.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\0\Z\_\\?','\Zi\\ӗ\\ot#\:\MT\qV','',0,'?'),('ڈO!,\n׎','wp-content/themes/pearl/partials/vc_parts/events/style_1.php',0,'\\jI-A','\\jI-A','A܀7nغ1\r\.m\AUǶ:\','',0,'?'),('ډb\w\Z>6BP','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Textarea_Code.php',0,'eD1\u\>\','eD1\u\>\','t\ń\nP2E\\\*$\\Lu\έ','',0,'?'),('ڕh}\9cȉ\\','wp-content/plugins/wordpress-seo/images/local_assistant.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3e]| \yd','uz{jë|_O\r\G\w\"\r\0\8\5L','',0,'?'),('ږ@\\&kށ#Cے','wp-content/themes/pearl/assets/fonts/loader.svg',0,'Α\\\\ʹ','Α\\\\ʹ','i^WH%T\\H','wp-content/plugins/wp-members/includes/admin/class-wp-members-tinymce-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\y\GSP!\|w=','/!>13 0+v\\\ԧ^\"\@\\gH%','',0,'?'),('\?L?NG}1','wp-content/plugins/stm-configurations/widgets/class-stm-widget-categories.php',0,'d\q\\S\j\LW','d\q\\S\j\LW',' `\\p6zWS@\6\+\\)\I+_\\w','',0,'?'),('\H\U(\L\\\','wp-content/themes/pearl/vc_templates/stm_woo_product.php',0,'x\ \\,5oطm\','x\ \\,5oطm\','顥Ȋ\"\]\"Br\\/8\ר\ z\+\','',0,'?'),('\I)[HKBx','wp-content/plugins/stm-configurations/page_importer/pages/church/sidebars.php',0,'O{;1t\ \ˊQQ','O{;1t\ \ˊQQ','\)|ڒ\/DfLo\\Z\u*/p \Jx','',0,'?'),('\RЄlЉ) Ç^?','wp-content/plugins/revslider/backup/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\_\\a\j\5@T\','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-da_DK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!G\%T\ɢ>\','\˽w1lsu\f\\K\0#\\\\\L!','',0,'?'),('\`TnV\','wp-content/plugins/LayerSlider/templates/tmpl-layer-item.php',0,'=\`I\~l\\\]A','=\`I\~l\\\]A','!\~̠:\^)e \(=}zOﬠO','',0,'?'),('\i\r2\b(','wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_16.php',0,'$iI\Jл9z\ޒ\','$iI\Jл9z\ޒ\','b=<\\=\\ɾ9\\D\nb梦,Է\(','',0,'?'),('\j,ΐI}\'\u,\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-arrows06.svg',0,'vO\H%,3}䤎LZ\','vO\H%,3}䤎LZ\','\\r\\1v\\O_<х(% {u\b\','',0,'?'),('\nsQ\\\\l','wp-content/themes/pearl/partials/header/elements/iconbox/iconbox.php',0,'NyY\1\\{ ','NyY\1\\{ ','J>P=\aZq\Z!K%jm\bQ\','',0,'?'),('\o\/oYԙ>K&kx','wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php',0,'Y~PbB[Rw\?Ƌ\','Y~PbB[Rw\?Ƌ\','\Z\tK\sKǡ\M|Ĩ݄\&G7','',0,'?'),('ۖJBwC|Mv','wp-content/plugins/wordfence/lib/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R|\$\\\V;P\\\','ǖh[\0\\ɶ\|\0<\ \*\\'\\ lWz=','',0,'?'),('ۛ\.\J]5h,','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-js.svg',0,'\]\\ed \&@\2 {','\]\\ed \&@\2 {','fR`kn\Z:\\V\\iҦ5\a\\-jMjי\Z','',0,'?'),('۳7 \8t<','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money5.svg',0,'\\0;1{\^72\\','\\0;1{\^72\\','XC&\=K2;;`A\\\=\"n','',0,'?'),('۾P@\n\\̿\','wp-content/plugins/LayerSlider/templates/tmpl-layer.php',0,'gA\\a','gA\\a','s(\΋\\\\\Z]k怮\.%','',0,'?'),('\\r؁=\Ԓ\','wp-includes/images/rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[(.*NZ','j(-9_\\E-#\we\$\]o01\u','',0,'?'),('\\\np\Gnu:\','wp-includes/js/colorpicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\V g-','Vw\\%%\:3CQ#+g\ e}\','',0,'?'),('\\ƕ\\b0V%[\','wp-content/plugins/LayerSlider/tmp/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('\\0Kqw\\n','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key.svg',0,'*h\>\P: \','*h\>\P: \','¼#3\\\5?hщ\%','',0,'?'),('\ȼ؟\\'\r`\\','wp-includes/feed-rdf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':,D Z2<\\ ','5*\nh&(\ҙ\S\\\\\r}ir\','',0,'?'),('\\n8\,\]!ˉN\\\','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_received_24px.svg',0,'!(d 8!]_P','!(d 8!]_P','m:ө:\p当\ēLI\ex19]','',0,'?'),('\ \\'\\\\'','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ \7 @\ l\\','ClMސ\\'a\n /\W0\n','',0,'?'),('\-f[\?шZ\','wp-content/themes/twentysixteen/css/blocks.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\y@\&ICm','=<\\YAȚSgDC\?\"=\Vc7l kd','',0,'?'),('\2G?_\\\\\-B','wp-includes/canonical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\/\\\\\/\d','g\{\n\\Լ\ͤ$eJ\\\1\','',0,'?'),('\7\40\\\!Go \','wp-content/themes/twentynineteen/sass/elements/_elements.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\u$x\0oT','\\nơ\JxY#$m>ۍյ?U\"$lz','',0,'?'),('\:\\n*p[FB:','wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' H\J\5\\','\Ð\'=\\ZBf\\\\'\OpNѻ\*\y-b','',0,'?'),('\J`I2|%^\\_','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_dock_24px.svg',0,'\! _;Wr','\! _;Wr','; \~y\\> \l!;\8{g','',0,'?'),('\K \\\\\n3\o!l','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-es.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \)\].Zg\;','ߨͧk\h]C8O\&\z{S\\ez','',0,'?'),('\Mލ,T\v\Z\0\0(\U','wp-content/themes/twentysixteen/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"B!\\\H1涭/Ps','Q\+oB\V\jᝄSFGZҾ','',0,'?'),('\m\\{c \_b','wp-content/plugins/wordpress-seo/css/dist/adminbar-1230.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cˏ\~XeD','¯,v\燠)\n\\Ԛ\21\y<\\','',0,'?'),('\q\֗\\nbŘ','wp-content/uploads/stm_fonts/stmicons/medicall/charmap.php',0,'\I8\\Ҟ|-.k','\I8\\Ҟ|-.k','`J\\­k+ѪvyF0s\0C\H 7\','',0,'?'),('\vL\\dK\c','wp-content/plugins/coming-soon/framework/skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\p\r\=','\Zf\̪ o]\#,\ZW%U~x\\t','',0,'?'),('\y\b1j\źw','wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_PE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fTf\TJ,S9T','P\q]9Mvp\mMLɃh\\\͗\\\"]','',0,'?'),('\}tخ-l\r','wp-content/plugins/LayerSlider/templates/tmpl-insert-media-modal.php',0,'\mT\'30õ\z\nc','\mT\'30õ\z\nc','\\\Z}Y4EQݸ*8s>p\\\ϴ','',0,'?'),('\~/Hӽ#','wp-content/themes/pearl/assets/fonts/stmicons/psychologist/stmicons.svg',0,'r3r\\k\\"xDB','r3r\\k\\"xDB','rd(߫!<ި%\\De穰\}','',0,'?'),('܀.5\Fqߟ[\~','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_youtube_searched_for_24px.svg',0,'O\EiVke\\','O\EiVke\\','E\vi\\X\\\^=B&}\\(^Sm\GC','',0,'?'),('ܑK\ݓ\\\%eP^U','wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&#i]\<{','EPmh>*H\S\8S\FpXbdU8','',0,'?'),('ܠ4_+;\\Ѩ2','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/files.svg',0,'\-2Tdz\','\-2Tdz\','P\ly\\ \\^~M\n0 8\\','',0,'?'),('ܻC>_K/%m\Z\ns','wp-content/plugins/js_composer/include/classes/core/interfaces.php',0,'us\Ջ\)!\u','us\Ջ\)!\u','Śv\[N`\2Jv=_R','',0,'?'),('\\~\A,\nŒ.','wp-content/plugins/stm-gdpr-compliance/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\\TоR\'\{','wp-content/plugins/wordfence/lib/wfPersistenceController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%\\kyi\MO*','\\\X(30\r\n\\\nPE̠ 9\\','',0,'?'),('\ФZ\ڏB==','wp-content/plugins/booked/assets/css/color-theme.php',0,'\K\E!gi\ \}_','\K\E!gi\ \}_','\lu1@\^\\)9f8IPPZ ','',0,'?'),('\\5U\'8:/\\f','wp-content/themes/pearl/includes/theme/vc/modules/color_presentation.php',0,'vVG xS17\]#','vVG xS17\]#','AVGT\Ţ素J@\3Q\AԳ\','',0,'?'),('\\iq\\r\-s\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_check_circle_24px.svg',0,'q\0;\G1\','q\0;\G1\','Z܁4B}\-WF+_,W','',0,'?'),('\\ջZml\4ˮU','wp-includes/images/smilies/simple-smile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\K\{…fwh','?Yag\\|M\j\ZZ%}~','',0,'?'),('\F\1\M\G\s\','wp-content/plugins/wp-members/assets/css/jquery-ui.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z쾟^ ʬ)MC\','3E\ \\?-\ߞޫa\Zq 3q\~Q\"\r','',0,'?'),('\J0\\jYg\h ','wp-includes/js/tinymce/plugins/lists/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\\n!S&\\&=+','>G\H\?\R 78wP\)\Z\'zEe','',0,'?'),('\W\\B$4_ C5','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\/Dzxǂ\\','\\\,\\\\\E{\0/ma\Xi \\','',0,'?'),('\[65+\ \n9\','wp-admin/images/sort.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ˍ\lHj]','\DY~\\AA\ԟpL9Ck\\ܺ','',0,'?'),('\_|Gx-\\@I','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-checkbox.php',0,'7+_C\{','7+_C\{','\ؖk\&e\@i\Z!\Q:yׂ','',0,'?'),('\f\yħ*!','wp-admin/js/nav-menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a7)\_\ֿ\.+1',' \\9\qtxS\F\\^lo4Z','',0,'?'),('\h\EaVq\ g','wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S۾y)\\'\x','jΠz \XL\rP]pSt\','',0,'?'),('\ws\Ye\s{','wp-content/plugins/contact-form-7/admin/includes/help-tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\N\0VÐ\ ','fl 3X)a*[g0\Z\)\Wl$','',0,'?'),('\~a\Pm\jby','wp-content/plugins/wordpress-seo/inc/indexables/class-term-object-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uMc\s~\\\F','8k9=\u_ȃq4AL,X','',0,'?'),('\0p\;=:Np1','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_send_24px.svg',0,'7Ú\\\','7Ú\\\','|($yKA=Aޅ\03.Gw\\O','',0,'?'),('݀\d`ү\','wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\"XZ:a\e\r4\','\^2iLɥ@d\`\\yeN\[&K\h\'\@','',0,'?'),('݂{m\U.`dY\','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_reset_24px.svg',0,'݌OXW\*X\','݌OXW\*X\','m\2\'9җ\\,\nN\1','',0,'?'),('݇4L\PY\\bv^!','wp-content/themes/pearl/assets/js/i18n/datepicker.hu-HU.js',0,'\iG\1̽Y\','\iG\1̽Y\','~*K\te,;Y\fO\\\\^T\\r|A','',0,'?'),('݋rn}z \w\'\','wp-content/plugins/contact-form-7/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\T>J}箬PS','\\\\l8j|-\\'`\\oRL+\\M Z','',0,'?'),('ݔvqge>\SB','wp-content/themes/pearl/includes/admin/taxonomy_fields/category-image.php',0,';]\"kvXz?5!\.',';]\"kvXz?5!\.','Xz*:0ʯ͖\\tl)25B\t\t\','',0,'?'),('ݔ\d!b\Z=$','wp-content/themes/pearl/includes/theme/vc/post_types/stories.php',0,'\\})\%x\i\\q\','\\})\%x\i\\q\','K!f,w8dDӏ\\k}oե>SuG\','',0,'?'),('ݖ\'\\"|3\_t|','wp-includes/class-wp-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\p\L\>c&\r\','\;\ \ \.aO\4,>k&܀%','',0,'?'),('ݙbƫ/!JB\r','wp-content/plugins/wp-members/assets/css/forms/wp-members-2015.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\kK\2H\ ','\rQ\u\\\#\ZBn^\r\\\=\\','',0,'?'),('ݜ\^qE~}(','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_rotation_24px.svg',0,'\:=6F0q\','\:=6F0q\','yr!\w\\0}@\xɳp=9\\G\\\049','',0,'?'),('ݭQA$\ֳ\X','wp-content/plugins/LayerSlider/static/codemirror/mode/javascript/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('ݲ \\Eb.r\ \','wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_frontend.js',0,'la\"\\Ьd\P','la\"\\Ьd\P','grnP\\\=S\,\rK-8pHm\','',0,'?'),('ݺ$;k\\J al1','wp-content/plugins/contact-form-7/modules/select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\=T3Jg','\`\g¦{QF%д6*m9/dn(','',0,'?'),('ݺ\"\$4\','wp-content/plugins/wordpress-seo/languages/wordpress-seo-nb_NO.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\gHl\\&','Q7?jk6%^\PǸyvX73o2-%\','',0,'?'),('ݺٰ\G]','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-progress-bar.svg',0,'O2j\0\\4I','O2j\0\\4I','\b\'k\$VuiE\"_8\"\/G[\;','',0,'?'),('ݺ9H\ɍ%@Y\F','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_outline_24px.svg',0,'ⓒÀު\\\','ⓒÀު\\\','P\a gO ;F\sv\06\9\ޟg$m2 ','',0,'?'),('\\!GSgL\lye','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_24px.svg',0,':\\TJM\ AR',':\\TJM\ AR','R2s\yn\8\"\G7\\gwH$h','',0,'?'),('\ԅ\\O#\n\\','wp-content/plugins/LayerSlider/tmp/cache/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('\ت\ÍtW,\NP','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/directives/hider/color-selector.directive.html',0,'u#$h\\I','u#$h\\I','VXD\{k\CH̤aDEѦ\Z','',0,'?'),('\ܡq\_!bϾm','wp-content/plugins/wordpress-seo/config/dependency-injection/loader-pass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ŋ\&l:ap 8V','Mn4\\3\Zo6~[i\'\\g\ZD}\\\xhRY','',0,'?'),('\ꐢ4^ \\KB\ _','wp-content/plugins/LayerSlider/static/layerslider/skins/borderlessdark3d/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('\z\ׯE\\0Z\','wp-content/themes/pearl/partials/vc_parts/events/style_3.php',0,'!o\7Zoqݳƃz','!o\7Zoqݳƃz','.\`h٤);\'L{Ȍa\>*f','',0,'?'),('\A1\Zfz;t1','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diagram-hierarchy.svg',0,'\s\\ɫ\(','\s\\ɫ\(','&!\\Ho[Mb<50\)r ','',0,'?'),('\?3\\3R\\0','wp-content/themes/pearl/assets/fonts/stmicons/consulting/stmicons.svg',0,'^3Pm\ڭ\\\r\0 \\','^3Pm\ڭ\\\r\0 \\','\}\A锁+4(SAc;]%b\;i','',0,'?'),('\%_\2\r2\k','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_5_4_24px.svg',0,'','?\|W\\\\\\I\>','=f)꼐m{0o$P\gp}{','',0,'?'),('\ #*¸3\\','wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php',0,'y~\\O\" f','y~\\O\" f','b(\+ȡ\eN\WI<&͒J\,\,%','',0,'?'),('\&/;]\\','wp-content/plugins/LayerSlider/static/codemirror/addon/lint/lint.js',0,'\7!e:\x','\7!e:\x','\\0\J,\\\<\\ \ \\ \Xݗa8','',0,'?'),('\0@\Njk\m˩\','wp-content/themes/pearl/partials/vc_parts/stm_staff/list/style_5.php',0,'/\\a\\\r\!l','/\\a\\\r\!l','Z\qכ䔴\T\\\P-G7B\\','',0,'?'),('\3^\\PMY\\HD\','wp-includes/js/tinymce/skins/wordpress/images/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\¶B=\rz3j','i\\I/=MMX:M\A\pv\\r\','',0,'?'),('\:\%\ze2','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Vlo%\Ր\\]\n','7]wE\'\5G.)\\n+\ \z','',0,'?'),('\F\b\oo\RedT','wp-content/plugins/stm-configurations/slider/assets/vendor/owl.carousel/dist/owl.carousel.js',0,'\nۼ\=\\f','\nۼ\=\\f','D#-\@i\2\\}ڛ* B\<\\','',0,'?'),('\N\\\|`*,)@4','wp-includes/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rT\`?J\/\','-Pfy$q\\\_xbc\X.\ 4','',0,'?'),('\Q\\\E','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','As\K8ROOVC\$0X','%C3OZ7Q\MQZ\mޥ9}Y','',0,'?'),('\Y\f\ѥ┧','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_replace_24px.svg',0,'̟}\R)b\n\','̟}\R)b\n\',']{ރ1\ڽ7scRc\2޳M','',0,'?'),('\^x\SK\vO','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_drafts_24px.svg',0,'YoDMډ0Bˈ','YoDMډ0Bˈ','\\Ehf\nR\:Q\\"~\\KV\BO\\\n','',0,'?'),('\^\\lMt7','wp-content/themes/pearl/includes/theme/vc/modules/post_type_list.php',0,'/H\p\Ҳ\XCد\','/H\p\Ҳ\XCد\','\a>ޮD\nqJ4\\nQ\H5lk\zUG\','',0,'?'),('\f\nwO#(\','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-content-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\\]\Zq','ȍ g\9(Ґ+@?\\04W\"\9̶g','',0,'?'),('\o O1\','wp-content/themes/pearl/assets/js/i18n/datepicker.fr-FR.js',0,'lz\\c\٣#\','lz\\c\٣#\','vM, \\\oOI}\n}@4G\P','',0,'?'),('ޒ?IΩi%g\y','wp-content/plugins/wordfence/lib/menu_dashboard_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\~\i\'\Z?\\','=x=)ZuY\\\"\FF\2]\','',0,'?'),('ޝC\0\s\\n\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user05.svg',0,'\2+(Ý \ۄ\l','\2+(Ý \ۄ\l','Lo\\6/\ALN5\$\=\1','',0,'?'),('ޫn`\$ 3Ҧ','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\o\(\7&u\','\Eb\Z\\\Q \\\Œ m\A]\\\,>','',0,'?'),('\\à\jF4\','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/UriTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\9wl;+H','pk\r<\wB\\"a6\W\uv`','',0,'?'),('\\\\g\h','wp-content/plugins/LayerSlider/static/admin/css/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('\\OSe7cLu','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart18.svg',0,'yS\ \կ\0 +G\[','yS\ \կ\0 +G\[','\Ա}_\n]x\O`zr\\\t\XGV','',0,'?'),('\\z\<2\\\\','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-success-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' zG;\RU0b\','] \\]T9S\Z\\\Z-\nD\L M','',0,'?'),('\\m،R\\gM','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/colorpicker/colorpicker.control.html',0,'\EQu>?^tr\D','\EQu>?^tr\D','a\YŻ5p.\~-r\0\|\U3','',0,'?'),('\ދ1F\\a','wp-content/plugins/wordfence/lib/wfArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Fbaۆ\ₑ1ʤ/','n2q8D\-AR\>xqYq$ ш','',0,'?'),('\\5D_1?\oy\','wp-content/themes/pearl/partials/other/bubbles.php',0,'YE\fcc\_\/\','YE\fcc\_\/\','uuq\\kxݧ`\\\w\1L\\\\\"q','',0,'?'),('\\\'g!:H\),','wp-includes/SimplePie/XML/Declaration/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\p(ÅB\s#b',' v\\_\\6+q\)ź(1)\\,','',0,'?'),('\\8!& \C','wp-content/plugins/wordpress-seo/vendor_prefixed/j4mie/idiorm/idiorm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\"\\dͦ','\?_\|_x\56SC҂\`-Z9\g','',0,'?'),('\:t\L|!\F','wp-content/plugins/mailchimp-for-wp/includes/class-dynamic-content-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\˘lJo0\U\\','<];g4j&0\JBe\?\Z0T%\\Z\','',0,'?'),('\O\ĪJ\ͅ','wp-content/plugins/wp-members/i18n/languages/wp-members-da_DK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɐBV36}r\yYD','b\rjF\{7\O\QW5@%Du^)\g','',0,'?'),('\H\n;$j','wp-content/plugins/wordpress-seo/admin/class-meta-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eI\n5(\[ǒD? ','6\ZM\\\s\\80\Z#;u\\qo`\Z','',0,'?'),('\\nkY\\ul\\','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/G*P\k\.\\','Qs {b[=a<# xu\H\f{|\kG X','',0,'?'),('\\n\\AFZd~~','wp-content/plugins/wp-members/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@\¼h\'\#','\0v1\s\N\>cID٦\I\0-','',0,'?'),('\\\\"\c)j\\"','wp-includes/js/wplink.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.-˻\\y\Xi\','Po\ZM-LN/\u\\DMP\gz~c=','',0,'?'),('\I\\\"+\ ','wp-content/plugins/revslider/includes/navigation.class.php',0,'\n$\%\":N[','\n$\%\":N[','\݃pF\9\\:͍^ )<; !\','',0,'?'),('\0\6ϒE\L\\b/','wp-content/plugins/wordpress-seo/js/dist/analysis-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\w\\@\\ Rs','*Aw˿Lx߳8/I:G4:','',0,'?'),('\3s~̀8X','wp-content/plugins/mailchimp-for-wp/includes/class-plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\})g$z',']E\%\Pa#+ż\;x%\쨧%6셂U:','',0,'?'),('\=@\\JpQm\\6','wp-admin/includes/class-wp-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\4FFG˄0\\','\\I.\>W3dbBKm=\v\0:','',0,'?'),('\=Zz\9ac\%S','',0,'?'),('\bz/T7aHy','wp-includes/js/mediaelement/mejs-controls.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^yq+\S%\\y','\\\hA3L:\\'1ꁠ\\\\','',0,'?'),('\i\\e1/\%/\','wp-content/themes/pearl/partials/vc_parts/vacancies/style_3.php',0,'}\j7u','}\j7u','\00a\b\rOح\\Ҡ\"?\",\\','',0,'?'),('\nG]4\ܼ','wp-content/themes/pearl/includes/theme/vc/post_types/media_events.php',0,'IY{g\>\','IY{g\>\','\#\"}\5>Տ\^KćVt\NɱD\\','',0,'?'),('\peT\]Y\\RQ','wp-content/themes/pearl/assets/vendor/flickity.pkgd.min.js',0,'D\a_\,@\ɩ)','D\a_\,@\ɩ)','S\\VB\W\0\\QwUp\'mGfqI','',0,'?'),('\q%ű m+','wp-admin/css/colors/light/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\0\}1eȉl7G','z\g%h96rz\\[\' 7fH\','',0,'?'),('\uՋlN]NB\"c\\','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php',0,'\gUR~0\\Ex)','\gUR~0\\Ex)','Љ]\\L\L!O\g\T \̍՚','',0,'?'),('߃NT98u4zj#','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_top_24px.svg',0,'\||Ppq\Y\d!','\||Ppq\Y\d!','r\/}w#\n$u)c1aƒ\\r\\\','',0,'?'),('߆\:\n\R@qRG\\H','wp-content/themes/pearl/partials/content/post/single/panel.php',0,'_8򳌨6\0','_8򳌨6\0','\\,qt 8.t\oT\&$Y\\n#','',0,'?'),('ߌ(\\2\\','wp-includes/js/quicktags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\L\)^\cm=\*r','Z N\\%`΍-\rrofc\rp%q','',0,'?'),('ߔ\\Hu\&\','wp-includes/js/plupload/plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݠ$pZR\>\'|','\\"\8[J%.˚cV\r\rE)\'','',0,'?'),('ߗ\ Qu\!ٶx[','wp-includes/js/wpdialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\%r\nE\Z','\Bp؋\Ey\>3\/ )\rm\Zx','',0,'?'),('ߟzFnJV','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg',0,'=\nT\\׍G\CA\','=\nT\\׍G\CA\','\\\47q\ZQ\پ\\\\`jή\W铒\(\Z','\\\ɨ<>\W铒\(\Z','1\\8F\\Z\Z\Z.h{.\\j l','',0,'?'),('߰Sh[۳\','wp-includes/class-wp-http-streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!\\\\rN t׀J\i','\\}\ʚbb Uјغ to\\\:e\|\q','',0,'?'),('߹V\=\"\#n ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\xb#!\\Y\i\J','nd@=[\c\g?N}־Rxl\]X\','',0,'?'),('߾4+K\&\V#\c','wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js',0,'\ n`\)\=!.4\l','\ n`\)\=!.4\l','RVa^ \fl\8*\\ ','wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\n\\#\d','3\|Ӣ껀0O\^/!\\q\) ','',0,'?'),('\\$-k\[_','wp-content/plugins/leadin/inc/leadin-functions.php',0,'=0\aKYAܙx@\','=0\aKYAܙx@\','4[\_ӾZ \r[IE1*ѝQ','',0,'?'),('\-k\RO^','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money.svg',0,' ݡ؇\Zl\\',' ݡ؇\Zl\\','Y\\\=\\\"\!\' ?j\\#?','',0,'?'),('\\[}\e\'','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_3_24px.svg',0,'6e` ̝GԳ#/','6e` ̝GԳ#/','R#7JSJ \QP\g\W\\\4\Ӂ\\\\','',0,'?'),('\Lw䮄G3@-\\','wp-content/themes/pearl/partials/content/stm_events/single/actions_2.php',0,'\\beK\ZgFۈ','\\beK\ZgFۈ','\rŘkHӲI]c_ pŷ#\,f','',0,'?'),('\\\j<zS','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\A?܀&\a*','_LKࡗ-I!Z|\rbÍ ','',0,'?'),('\MaX 0M','wp-content/plugins/stm-configurations/megamenu/admin/assets/css/iconpicker.svg',0,'3\\\9\mVB!\㉯','3\\\9\mVB!\㉯','GuW—\r~\:*\Z\\\\/i\W5','',0,'?'),('\yQy\\`\5WG^','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_markunread_24px.svg',0,'1v):΢Xgu0','1v):΢Xgu0','^#Û\wz\s\n{\Ѭ\",-i\i','',0,'?'),('\%\f\\+,\\\0\\Y','wp-admin/includes/class-wp-filesystem-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[稠8 \g\',' \%m[;\J =$NbO\ \"\\=g','',0,'?'),('\\'\Q,[^\}+','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nx\i\^\Z','H\t \\R\\\\[H͡g3\@ܖ+m ','',0,'?'),('\(\\\0 ,^Cd=\n','wp-content/plugins/mailchimp-for-wp/assets/js/integrations-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\*Q\b&uÈZ\','\4\\rUVQ\?Ѭ\>K\}\Z','',0,'?'),('\/p&FSr\\%K\1\','wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/api.php',0,'4nC\ ˴','4nC\ ˴','0\"s\B\\}K))c\A_L\\\"','',0,'?'),('\0Ŷl\ bW\V','wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Xm\\ `\\\X','`I K%ģ|\%\\e\ \\<6%n0ȯw%','',0,'?'),('\1J\\\\nB^@G\','wp-content/themes/pearl/includes/theme/vc/modules/google_map.php',0,'w\\h8h\@ ','w\\h8h\@ ','\"Gr\L\5u\e!\0\.[6\ ˜-','',0,'?'),('\:iK}\A\'\X','wp-content/themes/pearl/woocommerce/layouts/store/form-checkout-order_review.php',0,'A_ع#Ld\','A_ع#Ld\','T\m\3M[Q?\/u>\T}\'\\"','',0,'?'),('\;\T=fG\ϽeW\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/conference.svg',0,'\.zG\r\ZS3 ES}\','\.zG\r\ZS3 ES}\','\\&#PFL+\\8(\.AH}{5@w\:]','',0,'?'),('\A5v B\'pfa','wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php',0,'S{\\\GsUI(','S{\\\GsUI(','\nD\H4ʠv\A׫q\ZL#\','',0,'?'),('\L\WY\k!M','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_weight_24px.svg',0,'\n {\nbن\0r','\n {\nbن\0r','* m\\D2ȉ\\3lX\n0WJ\I\1\','',0,'?'),('\T\n\ ɚ\S2k','wp-content/themes/pearl/partials/vc_parts/infobox/style_12.php',0,'=\\0\eQѯ\0R','=\\0\eQѯ\0R','\cT::0\+\\\ \\'\ \n6\rB','',0,'?'),('\rA$%\k\q\'\ ','wp-content/plugins/wordpress-seo/js/dist/wp-seo-shortcode-plugin-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\;iC\\ɭ','2s2DR}MhU\\q\~G|\\\','',0,'?'),('\S?J=\jF','wp-content/themes/pearl/partials/content/stm_products/parts/tab_5.php',0,'5\\L7M޸S\ u','5\\L7M޸S\ u','*~6GI\t斤\"\] /):S','',0,'?'),('\U2\'\\-','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gOP҇č\\','\~8 ir\ \nPp\n25DahBzP','',0,'?'),('\\r\M\ܴ-\nS','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iD4E?',' =M+Z\\7u\n\^{4ޑ#','',0,'?'),('\\nF xv*?/\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/incoming.svg',0,'B1;hEG\ j\ȴ','B1;hEG\ j\ȴ','\4\\6m\0, @d+F\"^vͶsH̯_','',0,'?'),('\|\\\,@zr^','wp-content/plugins/wordfence/css/jquery-ui.min.1550163483.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}O^\0tGG\\Q','ٍ$ rb=p\hx\K5]8\QRjn4','',0,'?'),('\uOD@\H,2L)','wp-content/plugins/wordpress-seo/frontend/class-opengraph-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܿPdLP','.|xc\1>\d\\\)\r\ה','',0,'?'),('\\ܴ6_\3\]','wp-content/plugins/LayerSlider/static/codemirror/addon/edit/closebrackets.js',0,'2M\'\\<bl','2M\'\\<bl','\:~E\'(Nu*\ Nc\ni\\n֢Rp','',0,'?'),('\}G%q\\h}V','wp-content/themes/pearl/partials/header/elements/search/search.php',0,'r\!(K3宒\^','r\!(K3宒\^','\qVG4Bb=-QX ۘl\"\gA','',0,'?'),('\w/\\H\'I 8\81:I?\','',0,'?'),('\^bR\SI\!\?','wp-includes/class-wp-image-editor-imagick.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Or\6Q\)\Z','\;[҂t70 WʂyL{cI\ȍ','',0,'?'),('\\sk6/н','wp-content/plugins/wordfence/lib/wfSupportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|97?pI:8','{73YߘSuX\\1ykd\\0^\','',0,'?'),('\2\Z\\0m\\\\\','wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php',0,'cLc\\,(1bޫZ\','wp-includes/js/tinymce/skins/lightgray/content.inline.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\eL\͸x\P','\\.\\F\x#ʬ\\!\\vې','',0,'?'),('\e\\:֬p6\','wp-includes/js/dist/vendor/wp-polyfill.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\B$O9~!\\t!',']\\'\\Vm\璓׭\k`]e?\.','',0,'?'),('\q@/ꦑٞ-M\','wp-admin/network/site-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ $K\B6\*','\\,P\(T[,\\b \\ho\\!\\','',0,'?'),('\lY\O\IvYJ%','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php',0,'`YR\\rݮ\\','`YR\\rݮ\\','k\:b\`8\=\\\W!ZLB9\','',0,'?'),('\ɒL$\\/lak|','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php',0,'?\rv]\\\%Y\Z','?\rv]\\\%Y\Z','b<&\4\[ec.~\T\f\wu0H','',0,'?'),('\>“\\\\n5\\Z','wp-includes/customize/class-wp-customize-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\H\߇o\NN<','a\n\r$۱yq*\$q{\\','',0,'?'),('\\\\g\_m','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_outgoing_24px.svg',0,'\r\\\Iz4c','wp-includes/js/tinymce/plugins/hr/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\k+%5l3\!-','\2`\RiL#e؄4\6gpo~','',0,'?'),('\ C\t\,\:\','wp-content/plugins/wordpress-seo/src/repositories/seo-meta-repository.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~8YZ1\\x 4}ĉ','耝\\v@3A4j\\/ݠ?B/','',0,'?'),('\\a\Ӈ5\e\\6\','wp-content/themes/pearl/vc_templates/stm_posts_carousel.php',0,'EhI3\h\','EhI3\h\','A\{H #\\ \ѵ\0\\\+!g\\в׫(','',0,'?'),('\ޟCE\O }\rՍ','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\s \#\r','',0,'?'),('\.\l\\U','wp-content/plugins/wordpress-seo/deprecated/class-metabox-addon-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\\4yv','\\u\Z)p\r?=v\Jߦ\P\6iU4:','',0,'?'),('\\h+DAN','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_drive_eta_24px.svg',0,']\g>p~\\\\ܼv',']\g>p~\\\\ܼv','\P,tZ %WDxW@Ow`Z,/','',0,'?'),('\B+0\DF\O\','wp-content/plugins/revslider/includes/framework/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\L>ٟ#{6p}Y\\','wp-admin/options-writing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\%\\-\\bsac\b\','UE\ׅ!\n;u\\Nϣ`\uB\e\6\','',0,'?'),('\`/a)\v','wp-content/themes/pearl/assets/js/owl.filter.js',0,'%^; /\\\?','%^; /\\\?','d\\ʝ\p1\J6l\χtt奎\"W','',0,'?'),('\e|6 \\n\W\ ','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_24px.svg',0,'\Z\'\`\A]\"=E','\Z\'\`\A]\"=E','\q\o|\>\\\DŽ%Ývδ\ѿӋ','',0,'?'),('\j\D\}y:c\o ','+\ʿ\\n\n>\o ','\\"-Sx%&?\CE5\D$o\','',0,'?'),('\kX\\KT\7','wp-content/plugins/wordpress-seo/admin/views/form/fieldset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\tj*N.','&\ğc=\#S\rVfG\\Ÿ\'e','',0,'?'),('\l\Ƀandv\"\\Q','wp-content/plugins/contact-form-7/admin/js/tag-generator.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tyY@\x,R.;',' V]\'m\W3 T\"\\n䄿ôz\~N=','',0,'?'),('\x+)$\ZͫĜ\d','wp-content/plugins/js_composer/include/autoload/hook-vc-wp-text.php',0,'h\4}\DYG\\','h\4}\DYG\\','\3QQ P\D\1}f\8Ph,\e\mN{','',0,'?'),('⪪\82c=\t*\l','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_input_24px.svg',0,'\4yb\`_O\f\','\4yb\`_O\f\','-\\h\"\o\gɒN TE\JC*r\\','',0,'?'),('\:\6de\'O','wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޕ헣WӹXRG','\0\p\\c\IqU)8\\\\\','',0,'?'),('\\64\mQ\>aI','wp-content/themes/pearl/includes/theme/comments.php',0,'.\#8\Zu\\5\!','.\#8\Zu\\5\!','x\ַVEF}ӿ0\\Z?b\ěT\','',0,'?'),('\\\)2: Iu+','wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_text.php',0,'hSZ\V\'$','hSZ\V\'$','\ہ8NYpG+؈p]Nˁ\G}','',0,'?'),('\\\\E4bQ\ ','wp-content/themes/pearl/vc_templates/vc_message.php',0,'IA\4?UU','IA\4?UU','8L,\:;\\H}ĺ1 M\!~\7\rl^\]','',0,'?'),('\\ĸ:\,p1\Hr','wp-admin/js/dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rϔ \\G\\8w\','ը6gru07e\2\\k,4\\%','',0,'?'),('\\\5\\\i[9g\','wp-content/plugins/stm-configurations/page_importer/pages/restaurant/pages.php',0,'e\ЯBwB[^?\4+','e\ЯBwB[^?\4+','5!\FUdYo3q<\uD*ɞ]','',0,'?'),('\=U*BqlMX3;','wp-content/plugins/LayerSlider/static/layerslider/skins/minimal/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('\\0וoxi3%\r+]kg','wp-admin/images/post-formats.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\K\\\0\\%3\ ','9ƺ& \]nEua]iF\\Ƴ\','',0,'?'),('\\n\-LY/a\\\\d','wp-content/plugins/coming-soon/public/images/themes/2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\th6C\6h$','\\\\ k%/\n\8R{\\*','',0,'?'),('\ $dЦW\H\'\','wp-content/plugins/disable-gutenberg/inc/settings-display.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jt\n\\(\r\+\\','/m.D\{n+M.V8\#ѾW','',0,'?'),('\\D93Wd#\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pencil.svg',0,'&|❝,f:qCYL;','&|❝,f:qCYL;','\\D\ؒy\[vQq~λrRS','',0,'?'),('\ \۹\'Z\TX!','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php',0,'?fS)\Zݢ\~ ','?fS)\Zݢ\~ ','\J\- \I4\̊vE','',0,'?'),('\\FgO\;P%?','wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/functions.php',0,'M)\Ʊ\rf\V37','M)\Ʊ\rf\V37',',!}G\\\-?;\$\0\\GGܯ\\0rB[?\','',0,'?'),('\\"m\4\\d\','wp-content/themes/pearl/vc_templates/stm_image_posts_slider.php',0,'^\=)ZՉ>\','^\=)ZՉ>\','\c0\\nc#R\ \6 fd\5hgс','',0,'?'),('\)ä։y \nxx','wp-content/plugins/LayerSlider/static/codemirror/addon/selection/mark-selection.js',0,'I\DABd\\}}','I\DABd\\}}','NHӅRŸiVSә60_?;)\','',0,'?'),('\,\݅+[RXX7ۏ\','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php',0,'7W$N\"FLJL','7W$N\"FLJL','ILG\\S$!|\ų\#}\\~\','',0,'?'),('\.aZ\\ja','wp-content/themes/twentysixteen/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'ź]\zUZ','KÛw\9T1l\J$m\#XW\\m','',0,'?'),('\0;\-,\A\Ey\','wp-includes/theme-compat/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YU\'EԠey%\','\]?GnM\w$ٳJ\}1\EE>\','',0,'?'),('\1[i>\"3GJ\:\','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|A\\|\ln','*\pt-Q\$a6\0N]\rA9!|Isȏ','',0,'?'),('\B\"^I\n\hƜ','wp-includes/js/dist/dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pv,^\E\`\\\y\','\杻`Z~\"R\\e','',0,'?'),('\m5^\\u\\9>','wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PAf0 /\ \(w\1X','I\RR\nߎd;\I3\G','',0,'?'),('』\"}?\TU\\L\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_7_24px.svg',0,'\\z\QD ˙s','\\z\QD ˙s','&QKv\\%N\0uI\vY\','',0,'?'),('\l\\l\?\','wp-content/plugins/coming-soon/languages/coming-soon-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƀ \H{ \+','gc٤,\Z\@0酏.Aǣp?','',0,'?'),('\\\1\!YZK','wp-content/themes/pearl/partials/coming_soon/style_1.php',0,' 2E\򈭍\0]\',' 2E\򈭍\0]\','QsTnFPYȻ\6\'wjk|\RO>\q','',0,'?'),('\,\=B0\','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/dropdown/dropdown.element.html',0,'Y\gnĵ!l','Y\gnĵ!l','.\ʳTRZ\rg[Գ\*\gA\\','',0,'?'),('\e\\\\k\c\ \Xf','wp-includes/customize/class-wp-customize-upload-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\i\\\\\AM\','E\N\\{tMjXI\Aǧ_\}noY9','',0,'?'),('\\\r\#','wp-content/plugins/js_composer/config/content/shortcode-vc-gmaps.php',0,'Pڊ!h\=\','Pڊ!h\=\','\nm\++\FmB({0ت$\w*{^ ',')vx \T\ܻ> ','\\Ϝ.6^}bB\\SP\\\O','',0,'?'),('\\\]̪=swZA','>\]̪=swZA','y\,\龊W\ [\l\`F Uk\gZ','',0,'?'),('\8?p\C\|TZ','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\:Z(y\H\17','X\k\fl\\\C~}ֶ\','',0,'?'),('\\"LO\r\J','wp-content/plugins/LayerSlider/static/codemirror/addon/mode/overlay.js',0,'z\\\0T\\T','z\\\0T\\T','tH\J)(X\ \?N`djWE\','',0,'?'),('\\\#iJ\H?@','wp-includes/class-wp-http-curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\\\KJ\ \\','?)[EP)w>a\\,h\{#p','',0,'?'),('\ w\\\V\\!\','wp-admin/includes/class-wp-ms-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?h\nP\8\^R\','ܦ\"{7\"\rT\<ٌS\|\n;\\\','',0,'?'),('\ ՜\f+!X_~\\c','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hospital_24px.svg',0,'\E \$QNj\','\E \$QNj\','Pg\Ү\M!s\U\ Ap_\4\ʉݚpg','',0,'?'),('\ ʻ\ 5\','wp-content/plugins/coming-soon/public/vendor/fontawesome/webfonts/fa-solid-900.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€<{ 4v{S','EEqAo\\\\Rʂrs\-ޜ','',0,'?'),('\\"\Q\B\I\;_','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\\bzBT@','k\\>v%\Y!ILmlXH)9 n^\\','',0,'?'),('\)dX:\\h:}k','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*y&9{\1v\',':\9\@Ux.\kkX\W/3g (','',0,'?'),('\Njv\\\'\?#\','wp-content/plugins/mailchimp-for-wp/assets/img/icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z+\HUc\"3\"\\1','g\x\\\`2s\\F&̕\=XՆ#qR','',0,'?'),('\O\\O\\rss\','wp-content/plugins/revslider/admin/assets/js/edit_layers_timeline.js',0,'% 1k6KތO3i','% 1k6KތO3i','a*eO\?Ҫ\iH\o\\\\@?\','',0,'?'),('\ybbߏu$#Ԗ','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KP񟗩4\\\\','naӱ*g Uq\y#\Ia\\\`*;','',0,'?'),('\z^}¤hh3\rw','wp-content/plugins/wordfence/images/options.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\Ѵ\A\','D:\bw\#^\4BKIP? znV\_','',0,'?'),('䄫a#.wky6\','wp-content/plugins/wp-members/assets/css/forms/wp-members-2013.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\\˟b*\'-.','W)7z*AN2\8\\)\"nk\w/\','',0,'?'),('\#P94\o\\\e\r','wp-content/themes/pearl/vc_templates/stm_circle_progress.php',0,'HeU{d\\s\\nJ<','HeU{d\\s\\nJ<',':G\9\\^f\n{\w3d\=','',0,'?'),('\\\U_Z@XW\w!m','wp-content/themes/pearl/partials/content/stm_services/grid_style_2.php',0,'\\lzL\r','\\lzL\r','XE#~J%\]3\\Z:ܒȑ\V7\!','',0,'?'),('\\,G/u~e{\','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\D\\?LbY(\','<\'Sy9+o\n ! \\\\\%o-c','',0,'?'),('\؞ \%40nk\','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tab.js',0,'1xO\Z\ڍ','1xO\Z\ڍ','\`$~z3\(̀\\.\\\\8','',0,'?'),('\\\\\\\Q;\\\\'Xr','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart17.svg',0,':ixYY/T\\',':ixYY/T\\','ͻ!\\\'\f\x\\ZS/\\yk(','',0,'?'),('\\^eh\R\Zƶ&','wp-content/themes/pearl/assets/js/vc_modules/three_hundred_sixty.js',0,'R){,=\r\\Z','R){,=\r\\Z','D\|P(G\0\a.0@\eF\)\&Vi','',0,'?'),('\ޚW*\Hɒ\n:','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_on_24px.svg',0,'ƹurd\{dfN','ƹurd\{dfN','s\g\h\[km4CqT\\B\','',0,'?'),('\\\\zpKC{\\>','wp-admin/js/dashboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J!\\\Fy9\v','\D\pʅb5whk\ofCu|%`','',0,'?'),('\\1]\M|K\FZ','wp-content/plugins/wordfence/lib/wfBulkCountries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\6&\P\h;.\','P\Z\b\\a;\pĽ)\Zn°~','',0,'?'),('\A\M\\N','wp-content/plugins/wordpress-seo/src/database/ruckusing-framework.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hێɟdrg\','A\b&1D$\\r\><ˮ\\.^8{','',0,'?'),('\\00qĊNy)\','wp-includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c}O:\\q\'|b','5\+Z!-]1ɲ䠥+X\','',0,'?'),('\ 6ޗ)8\\F','wp-content/plugins/LayerSlider/includes/slider_markup_html.php',0,' d\[ܭ\\V Ⳟ',' d\[ܭ\\V Ⳟ','6\5r3\02G6\ίD-Na','',0,'?'),('\SErU\x\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/handshake.svg',0,'\ v\\\\&\ZHR','\ v\\\\&\ZHR','\\}`lW\rz(zqLmQ\&i(ŹC\\f\\&\\>Y\" ','',0,'?'),('\(C\0V)\4\_\\"','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-pinterest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\7(\"3\'\>\\','\rQC*\ =Rnx\','',0,'?'),('\7\\w\\֔\@2c','wp-content/themes/pearl/partials/vc_parts/services/grid_style_6.php',0,'P\!V_ήu\\\̪','P\!V_ήu\\\̪','\\h3\\\\g\0C\s5`RnEuM','',0,'?'),('\:\\\nJ\E\!','wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2}#Ј[L.?U','\\3woY\0{r\Z5c1MHC ','',0,'?'),('\CǴ\k q{.L','wp-includes/js/dist/block-serialization-default-parser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','11i3E,6( ש~','6C <:L\\\\'1\\U֓^','',0,'?'),('\H\\4.\\\:\#\\','wp-admin/css/l10n.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+.\[H\rϬ.k/ ','\lg\\\j-u\\$?)\\y6@','',0,'?'),('\L\}\}a}\\i\pDo','wp-content/plugins/really-simple-captcha/gentium/GenBkBasB.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\\KR\\jJ','\h/\-\dq\riN\8\riג','',0,'?'),('\MR\1DtG\','wp-content/plugins/wp-members/includes/class-wp-members-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kb[26+\oUmA\','&e \\_\iҚ^OjQ~,','',0,'?'),('\O[y=\#\n\ZN@','wp-content/plugins/wordpress-seo/languages/yoast-components-fa_IR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\y,L)K\','-\Zؾ\Y\`(\X0\\\','',0,'?'),('\PсXJ\\n:','wp-content/plugins/LayerSlider/static/codemirror/addon/fold/foldgutter.js',0,'u\Z_.=03\LS','u\Z_.=03\LS','h4\n>\%\ [\\͠Og~P\\Aq%\','',0,'?'),('\R\\5?- S^H','wp-admin/js/editor-expand.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*#\pe>% >\<\"','~)}m*!\:\GViU߳)C~V\0','',0,'?'),('\eŐ\nA\','wp-content/plugins/wordfence/lib/wfView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⇲*!P\\'|%\Z\','\\0+Fo\L (\\.\\w\ \g{\&:όH','',0,'?'),('\j\|$ؓy4\','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_all_inclusive_24px.svg',0,'\\ =\\iq\w','\\ =\\iq\w','MJ\\r\\\Zŏ߹nkoZ\\4','',0,'?'),('\q \8kp{\ \J','wp-content/themes/pearl/partials/content/stm_vacancies/single/details.php',0,'3 h\?\<^8','3 h\?\<^8','W+5\Q\&f|\7\08q','',0,'?'),('\\8|LP\ ','wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Li\\\`\','\q\3\%:a\SQUә\e','',0,'?'),('\XxI]Ͽ ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_1_bar_24px.svg',0,'h\,\mV\\O\U','h\,\mV\\O\U','b yu\Z\\'/Um\3|Ǝ\U\d \Z','',0,'?'),('庖8Vy\K5Av','wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php',0,'{jS\','{jS\','йvEPr#w\\\\ߕg\T[','',0,'?'),('\\\܂l\\*x&ER','wp-content/plugins/revslider/includes/googlefonts.php',0,'Q\Xsؚ\$=\3Z','Q\Xsؚ\$=\3Z',' 4\׫BlUWy\W8\\/?/\\','',0,'?'),('\\&\'\I\ufb','wp-content/plugins/wordpress-seo/languages/yoast-components-nl_BE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\;)9n\A',']?\ܘk\\TJY)-fG','',0,'?'),('\\\TP5\<\\蜻','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/uk.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+.B\(]\;j','\ۺ\\nM\E:V\\ɹ\ef{W','',0,'?'),('\\}rl:\x','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Taxonomy_Multicheck.php',0,'.>K\v\@','.>K\v\@','9vGC51~\0\\ \۱%@\','',0,'?'),('\\rb\\\ɍ\Z\\','wp-admin/edit-form-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E,^\@\;\E\','\\t$\=Y?Vn\#v\*DJ%\b','',0,'?'),('\*q\n-n\','wp-content/themes/pearl/partials/content/page/main.php',0,'fNx\U5R\\\eZ4','fNx\U5R\\\eZ4','Ï.V\j<@\|n`W\\:A˦','',0,'?'),('\+.\\eF\','wp-admin/css/dashboard.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\$\\Z(\P\\@Ċ','<\\g\\2?{\g\\ ƄMB L\n\\*','',0,'?'),('\,t\"2T\x\=B\D','wp-content/themes/pearl/includes/theme/woocommerce/shop_hooks.php',0,'\7iq\\'\\','\7iq\\'\\',' fj\n\.\\\T\w,[','',0,'?'),('\/l\%pf`\n','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_4_bar_24px.svg',0,'Ef=\q\\zr\\','Ef=\q\\zr\\','\X%й\\0\Yhj}1\\\R','',0,'?'),('\2ЏcuS\P\','wp-content/plugins/wp-members/templates/tos.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')qGb\','k\5X>Gb\','ݺ\SyE*\\\\\9V\g։','',0,'?'),('\\$`|\','wp-content/themes/pearl/partials/vc_parts/row/canvas.js.php',0,'\ \\\EX{d','\ \\\EX{d','\\(XW\0\~$\[\ť\\\\%d\\\\','',0,'?'),('\؋)\T[ r\\','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_portable_wifi_off_24px.svg',0,'O\vnZ\y','O\vnZ\y','\" oA\|w \ gw\\wY\'+','',0,'?'),('様\7\^b\"','wp-content/plugins/wordfence/images/back_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\\\g\\i\\>','䏛N7\g΋\?\Fb!}ݿ\C鳇','',0,'?'),('\\\= \aВbZ\','wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_20.php',0,'B\Z#+\i\QCV','B\Z#+\i\QCV','\W}ri\L\\ms\wɊv\H`#K\r','',0,'?'),('\\/\V\','wp-content/plugins/revslider/admin/assets/imports/slidingoverlays/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\ylsU>\<\','wp-includes/css/customize-preview.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\n\n\OBH','0\\r,WO\\\D\Z\ff','',0,'?'),('\\eҕhV\"','wp-content/plugins/wordfence/views/options/block-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8 5U,\e\n4(','S|\\PO\\\dɇ&\ٲ-\','',0,'?'),('\\񇻶\yK\K','wp-content/plugins/revslider/admin/assets/imports/news-bg-video/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\\W\\\"\\Sk:\','wp-admin/images/align-center-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-r5*J7If','8tf\*Jw\T\^\\H\>\\1JD\ο','',0,'?'),('\\Z\Xr\6\\\','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-repeater.php',0,'ħ!f\f\-f\\^K','ħ!f\f\-f\\^K',' \N^:\+g\\y>o^j\(޸@\','',0,'?'),('\\\~\ToO%','wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^I ,v\\>','i%+ᎆ\\CcI3Ґ\\z\\\\5\\','',0,'?'),('\\\Z]CV\1uO7N\','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_music_24px.svg',0,'\\Zc \\F\30','\\Zc \\F\30','m=\Mŏ\r\l\"`1qG\Z6~,6','',0,'?'),('\\2(%\T)\QHC','wp-content/plugins/stm-configurations/page_importer/pages/store/sidebars.php',0,'3E q|VWIA0K','3E q|VWIA0K',' \ܤ\nu7.$nuY\'\K\\0w','',0,'?'),('\⣣M\O\\\U','wp-admin/js/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r}%h\x~\}\','\"f-9S}Uu+\'\\PZ\%Ky','',0,'?'),('\\\0 `d\>vډ\'1[','wp-content/plugins/LayerSlider/static/codemirror/addon/display/fullscreen.js',0,'LOc!(g','LOc!(g','axŴ)lLmݵ\\B\o*\8','',0,'?'),('\\\"LJ1\C4ND','wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\jv\[pջ\\BM',' )Y\t\r\b/\\Z㲰i\r88\','',0,'?'),('\\\r`}s\','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_merge_type_24px.svg',0,'޲:4) !*t','޲:4) !*t','kƕ[/kB\|>\\`\r\t=VE=','',0,'?'),('\a\4B\Z>#}\','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php',0,'6\\hl\7\iG\!','6\\hl\7\iG\!','Pf)܃\n\@E٩P\A-\\.U','',0,'?'),('\n\ť\\`>\','wp-content/plugins/mailchimp-for-wp/includes/class-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0^3>a0!8','\\\ZRQ\\@ԔЫG1-\','',0,'?'),('\\\;W\\\l','wp-includes/js/dist/deprecated.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yr~#K]v>m׆U?',' pz\'v6K\zIP\ Y\턨L','',0,'?'),('\\" 7\;','wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\\n`m\HIiM\','wp-content/themes/twentynineteen/inc/color-patterns.php',0,'{\laA+\\\r\','wp-content/plugins/coming-soon/public/images/themes/12.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#8ak \\Z\kI\\',' t|U=\T\Uc\`\.%','',0,'?'),('\2\Z {DZ-','wp-content/plugins/wordfence/fonts/ionicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\I15[I]J','*\\\&t䭨\\\ gTw,\1','',0,'?'),('\6ׂ\Zo$T|\\','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php',0,'\\Z\<)ޞW\+\','\\Z\<)ޞW\+\','. ZV\\,@ל2\'\4 I\5D8X','',0,'?'),('\8\Ď\E\Z\.','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/directives/element-margins/element-margins.directive.html',0,'-e1\\Zy\6)\[}','-e1\\Zy\6)\[}',';\^hS\$h\\\M}\\\i݇g\\\','',0,'?'),('\Djמ\8]fД_\','wp-includes/class-wp-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ ¿Ҩ?\+ܽ\"','\% p\"J\۲`a)\(F[2(','wp-content/plugins/stm-configurations/slider/admin/slider.php',0,'<´͢%]Q\q<}NlW-','<´͢%]Q\q<}NlW-','z\El6\q\\+\~A\|b','',0,'?'),('\v\J8.\Y\\"\r\gt','wp-content/uploads/stm_fonts/stmicons/renovation/stmicons.svg',0,'e\RVsh\$ԬeO\Y\','e\RVsh\$ԬeO\Y\','e\\0JGA\,;2\'ن\\@ 3\\ |','',0,'?'),('\Zd+\\dA','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_time_24px.svg',0,'\n8l}+QG\ ','\n8l}+QG\ ','~2`\[ éYR\:\ٗέ0\0#$s(','',0,'?'),('\Jёe\rXd\$\','wp-includes/class-wp-customize-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z4@55K^','\\g\~{fƦ\@$\bV\q(\`','',0,'?'),('\>ȢQˈ\b','wp-content/themes/pearl/partials/modals/main.php',0,'\1\\{xe\5','\1\\{xe\5','a,@cЁ\ ]~a\2 y','',0,'?'),('社e\H \p\\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg',0,'ߍ\],+u\8','ߍ\],+u\8',' \'\u}.0(\'э^\.g\E','',0,'?'),('\.?\V\\I㯭\','wp-content/themes/pearl/partials/content/stm_media_events/single/speaker.php',0,'/~I\.8\+μ','/~I\.8\+μ','G3wDe\x\nX\"\\y\ع$s\','',0,'?'),('\Ó]ɚ\dQ\v','wp-content/plugins/revslider/public/assets/fonts/revicons/index.php',0,'\ُ\0\ \B~','\ُ\0\ \B~','\\Bșo$\'A\dLxRU','',0,'?'),('\\p\0\\ywUY','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_comment_24px.svg',0,' h\/\3\\2/ʝm',' h\/\3\\2/ʝm','EP)xiMZƥ\y^` \}#^1ݽ','',0,'?'),('\\\Kg\\o#\0','wp-activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\_]\\ޫ$','΢2μPυ\\d,\zb)w;u\','',0,'?'),('\ʼn i\/Э','wp-includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\슯Wn\k\','H&ꭰ\8\c~9ϰc\B%N_\Z `','',0,'?'),('\\\# K\]tK\','wp-content/plugins/LayerSlider/templates/tmpl-slide-tab.php',0,'9O7E2Ldp\0','9O7E2Ldp\0','d7T\Zs','\ԚIqʊ\ri\\\j\Z\','',0,'?'),('\\4k%\,X\0e,6K','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_media_24px.svg',0,'9;?\(W\O1`\','9;?\(W\O1`\','\\\l\n/\\\\+#?\<^ 2\H\N\','',0,'?'),('\\FZY\C83E','wp-admin/css/colors/blue/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<(\\B\.\','\\c73!|_\n\B>D\V\2x FP\\','',0,'?'),('\\\\*x-C\\\q\'\','wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/templates/previews/link.html',0,'\֐\4!䝥ߗ','\֐\4!䝥ߗ','\T؇1\EUeR \N8>GPm&','',0,'?'),('\\GE9=\r\F','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-remove.svg',0,':\eڔS^$',':\eڔS^$','\s\\n墠\Z\p\"n)dH-5.jǮ_','',0,'?'),('\WzmD\74\X\|','wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Av\\J\VP6\r','\YMP6rV\\)\]\\\00j$\!T\','',0,'?'),('\}\\r]F#\Yź','wp-content/plugins/LayerSlider/static/codemirror/keymap/emacs.js',0,'\_\'„Nn쫅2s\\','\_\'„Nn쫅2s\\','ʋwA 3j6L\Zp\3̞\ U\pJ','',0,'?'),('\÷g$\M\s\','wp-content/plugins/wordfence/views/waf/option-rate-limit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\"ăEzZ\GS\ 0','4%p\DM_Mi׽\\D\{F\\','',0,'?'),('\\\33SI*','wp-content/themes/pearl/partials/content/stm_events/single/actions.php',0,'g\,K©\|@','g\,K©\|@','_z\vups+a7\\\'@a','',0,'?'),('\ \ULtG8E֍N6','wp-content/plugins/revslider/admin/views/templates/edit-slider.php',0,'`\Dd\\Փ\)','`\Dd\\Փ\)','\;8AB0HVjJ1d\ݍ\d','',0,'?'),('\%y>}H\o\\(6','wp-includes/js/jquery/ui/core.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','De9|\\*','S?T}0Ykkόm2 ','',0,'?'),('\Hx^\:\\"\\\\-','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C,Q-9+RDNT',' \皬\sߒ \ܬ,\9\\\Rz\','',0,'?'),('\SHLenP\q7č','wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\Z\HU\Ϙ','ݓ!#hlt\s):}*a\E\\\glTD','',0,'?'),('\fi`=@T\o\','wp-admin/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\L\nD\n\oً\j˲','zƄ\\Z\"n\Zs(\U/~7F^…\','',0,'?'),('\t#ݕx\gM$','wp-content/plugins/js_composer/assets/js/dist/settings.min.js',0,'\3\`\\&(2N6$','\3\`\\&(2N6$','\p!@\ޠ\\\"|WɓŒ7+0xK','',0,'?'),('\J\\y0m\`\/','wp-includes/class-IXR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2v0p\"+/zb\ +','O0v\W\W.N%\L`\Xp0tj\\\r\','',0,'?'),('\\0]p\\ޑ\ \rG','wp-admin/css/customize-nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I|fyG˾u;Xt','DQ\\9Tchg`\_f׹\\6k^\"#','',0,'?'),('\2@EYR魵B','wp-content/plugins/LayerSlider/static/html2canvas/html2canvas.min.js',0,'\<,7j9\=jU','\<,7j9\=jU',' YA\ۉ\0\$\\l2\}b*uҤ\\\\'','',0,'?'),('\\e\ȫÆT\k߇&\','wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\','wp-content/plugins/booked/includes/ajax/front/book-appointment.php',0,'\x\\\- ٶrW#','\x\\\- ٶrW#','; D\mӋgX/\J&4B By\','',0,'?'),('\\̪&x,d\0f9','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_toggle.js',0,'q]\Z-OQTN','q]\Z-OQTN','EfL\\\*\nGū>1.\0\s@','',0,'?'),('\ғ8KbBBG9K#q','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_24px.svg',0,'\h)㕑\SK','\h)㕑\SK','䧙*\'\B3xZg\B)cw\ \>F9y','',0,'?'),('\\bLWL\\\X @\','wp-content/themes/pearl/partials/content/stm_services/grid_style_1.php',0,' yI\#f\0\',' yI\#f\0\','f\:E&\B>\\c\x\7\ԴC]','',0,'?'),('\\d\n\ \7t','wp-content/themes/pearl/assets/vendor/jquery.touchSwipe.min.js',0,'GM$T6~9N','GM$T6~9N','ff\\\\\\3Q \\\\Zn\,YJ`','',0,'?'),('\Q\oH*(\','wp-content/plugins/wordfence/images/sort_asc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',I\+ƾ\=','dC\T\\\e&,)Ѵ\FG\\Zd\ON\','',0,'?'),('\%\$g3dN3','wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php',0,'Hqݮ:&\ p\','Hqݮ:&\ p\','I4ḴA8oC n\'n\29','',0,'?'),('\ĵ}b칖%\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_camera_24px.svg',0,'O\\\a6Y%\C','O\\\a6Y%\C','l6\ꏀ\].\r\C\\r;E','',0,'?'),('\4!\/zo̊rYj','wp-content/uploads/stm_fonts/stmicons/magazine/stmicons.svg',0,'xrGNj\( A','xrGNj\( A','{% &!\k5\NF\UB)=*F\\.','',0,'?'),('\\vBB\r\Z$','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php',0,'\\Y\\\ 7\9\\\B','\\Y\\\ 7\9\\\B','\r\bNmo\Z$qH&3MЇ5WVJU[L\\','',0,'?'),('\/ \\-\\2\nbu/','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_linear_scale_24px.svg',0,'Œ\X!\P\\:','Œ\X!\P\\:','\g4@MPck\d#*G\iVj~','',0,'?'),('\ _\dAnk.','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_3d_rotation_24px.svg',0,'\\\V> \ZC','\\\V> \ZC','(4 0*\`\\\1؎V);S\ZJRA\\','',0,'?'),('\+\3pU','wp-content/plugins/wordfence/lib/wfOnboardingController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\:\\\Z|~','+̆\2y\\Q\\\w\\0u\\','',0,'?'),('\$C\qZYuJ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart19.svg',0,'%\N\'\GH','%\N\'\GH','\\r[w[Ukуhf\Zzt%i-t/ ','',0,'?'),('\:,~PLEI\\','wp-content/themes/twentyseventeen/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z{6c\vЃ\\,','>}O_ \\+\\}?\tsW][\\:\','',0,'?'),('\D?&\ny¿','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-layer-slider.svg',0,'<\B\!\)\-','<\B\!\)\-',';y\[u$I/\n\y]\\0\','',0,'?'),('\F\j!Y\{.J=,','wp-admin/images/stars.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\>\}<8\ VF\','wp-admin/includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\뺱{|\\'\nFt;','W+,UUj\n\%Oedo\"̡ʔ','',0,'?'),('\^.jT}<\I','wp-admin/js/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zs(\0\\͖؍286','U\y]\\>\:+sb\\\;\B=9C','',0,'?'),('\g\U)\rR(\','wp-includes/js/dist/is-shallow-equal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EU{@\:\˦-\2','D+c\c-\wf&ӬOSٗ$~`','',0,'?'),('\l\0.Xy\\n ','wp-content/plugins/revslider/includes/gutenberg-blocks/webpack.config.js',0,'k;*8n \\ojb','k;*8n \\ojb','\f\WTÖ&@_G\&\n fl\-i$\','',0,'?'),('\m[s*W,X\\\Ð:','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_0_bar_24px.svg',0,'\nR\Ȯid\\Zf','\nR\Ȯid\\Zf','fnjv\mu\ϛ\"B\\ץ▁9|7\','',0,'?'),('\u@\\Vx!*','wp-content/themes/pearl/assets/fonts/stmicons/corporate/charmap.php',0,'vR,gt\?\j','vR,gt\?\j','8cđ6F2\J\\z$~\\Y]\n','',0,'?'),('\uch(\TT:z9\ʪ','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-components.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r nN\0B[\Ze','DSPXb+Dz\nQ߻\2\\-S','',0,'?'),('\T\B3 G\{','wp-includes/Requests/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\KN\knT','=\\ln&\\\ă\J\ӗ ~\\\\l','',0,'?'),('郸\F\P9\\"\V','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_invert_colors_24px.svg',0,'Ihh^]wPٲ\Z\','Ihh^]wPٲ\Z\','ڌ8\C\Pj\O\|HA+[rM\6','',0,'?'),('鄾1>\ɟvk o','wp-content/themes/pearl/assets/vendor/js.cookie.js',0,'n:Zsw8','n:Zsw8','_\V\-\\Ǧ\\H\XȘ>','',0,'?'),('\J^\0ՠ\\[','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_dvr_24px.svg',0,'\G\\\\5\0','\G\\\\5\0','Ò]gq-aȠ.\\K\\w)\0\\'','',0,'?'),('\n\\۱q\%L6yC','wp-content/plugins/LayerSlider/wp/activation.php',0,'(\\0Ȭx\','(\\0Ȭx\','!@\\\\\a\4ˀ\dz\n?\L%֏','',0,'?'),('頻yN<9o\Z< ','wp-admin/js/xfn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nߵTV$ެ','Zl+O\ M31_\hD\ɝ<\3','',0,'?'),('\e,.% mv{h&','wp-content/plugins/wp-members/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|T\\Z=}','ļ\ztyԻ/#\\i\d:Y\','',0,'?'),('\\\Th8›@h','wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ưR+<\\p^V','\n5^Y&\r\Q\`釉*\ux\eD','',0,'?'),('\\mMt\WB','wp-admin/images/align-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\y0\dZo.h\','\_]\<#S\\"B^U4_\Q.\"bN','\x>.\"bN','H\G΃a\t/2\Շ\<\9Zd\','',0,'?'),('\*\lw-3ܸ*)\','wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\>\;\-6T','\j 2.k}{\.\P\\','',0,'?'),('\ \1_E\67\','wp-content/themes/twentynineteen/sass/forms/_buttons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a|2]e\\"$9z\','\0Ó\rƱ6\ ,\J \\!d7\n\h\','',0,'?'),('\ kLN\0\x6@','wp-admin/css/list-tables.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\TEs-7bh:\','Fy3\&\Q1Ϥ\Scx1\','',0,'?'),('\V,\U3\\','wp-content/plugins/wordfence/images/rr_premium.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\"3 ,2\','M\nhg^ա\F\R-ȝ~\0\','',0,'?'),('\\,ysѼ\Ç\','wp-content/plugins/revslider/admin/views/system/dialog-video.php',0,'.\\+V9\9\'u','.\\+V9\9\'u','CSR\Wz\\]\el&\ 4G','',0,'?'),('\\Z3zɿY5','wp-content/plugins/wp-members/assets/css/forms/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\';Q#\Ĕg','yZlo\\ 1\8%T\j*._&\\U +\','',0,'?'),('\$.F^\\\\CQ\ZA\F','wp-content/plugins/js_composer/include/autoload/vc-undoredo.php',0,'*z\-apsb','*z\-apsb','\\;0tN# )\\Lf=9%Do\','',0,'?'),('\$yw@!#(\g,','wp-content/plugins/mailchimp-for-wp/integrations/events-manager/class-events-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z$\ɺ9\ZwWH2','suHX>]v!nB\{uj\ up','',0,'?'),('\4\\\2)A.;4\','wp-includes/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\h5hz\\\9P','\؇\\\Ib.0G{\,rY?bco','',0,'?'),('\9f\jl\'_\\6*+','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-lt_LT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ҥ\W\\,C)\0OI\','CkI; -)p{/d\\zu\\\0\n\K7','',0,'?'),('\<1\DIqX\\ \','wp-content/themes/pearl/partials/content/post/layouts/layout_21.php',0,'\67L \\-[\'.','\67L \\-[\'.','n)\\׀\;kۉ8\?\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-arrows.svg',0,'\@)mzY膐\\ԛh','\@)mzY膐\\ԛh','*\'WQ[i%J{t\=DPg\c\%;\]','',0,'?'),('\F耋\\"\','wp-content/plugins/wordpress-seo/admin/onpage/class-onpage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t+䘀r]$ĠVC','\&.W\'J99̰@ګp\𧰐\','',0,'?'),('\H5(Ix&y','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.slideanims.min.js',0,'( 9mTz/','( 9mTz/','\0c Gͺ\!\\\\x\M=.1','',0,'?'),('\SC\^eh{T','wp-content/plugins/leadin/inc/class-leadin.php',0,'UӗT9K\YG','UӗT9K\YG','\:%\\\\\\N\uىKp:M\\"\\6N','',0,'?'),('\d\nv;\O1:,Tn','wp-content/plugins/wordfence/views/options/option-toggled-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!0\K܃5\{PD(','{`α\0HoG🨶\Mo$P\\\','',0,'?'),('\n|2;%\\\ =\g','wp-content/plugins/revslider/admin/views/templates/slide-stage.php',0,'\\\\Q/\ZNY','\\\\Q/\ZNY','7\'\h\ODq\\r@I\\)7\','',0,'?'),('\nјa}S4^\3\'','wp-content/plugins/wordfence/css/jquery-ui.theme.min.1550163483.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bK0bxљ]','4\\\ncE2=V{\+\\\goЅO','',0,'?'),('ꍥ2jEbg؈Wx\','wp-includes/css/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=pY8G\rX\\Y','x\!\0\\!#&6\F%P\*-\^^\8~1','',0,'?'),('\\\Z~l\','wp-content/themes/pearl/vc_templates/stm_sidebar.php',0,'\\G\b\'1lf\M','\\G\b\'1lf\M','cj+\>s\FL\*Vh=R+\\tm*/','',0,'?'),('꟒R6F IG\\y','wp-content/plugins/wordpress-seo/js/dist/wp-seo-bulk-editor-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Sق\j.W','c.[\'-Yxi\N#ەZ\\','',0,'?'),('\\ZTiSx\\-f','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php',0,'7\r\\2i6*[','7\r\\2i6*[','[΄[\ \PW\\G ǁ\`oZ\','',0,'?'),('\LJ\\4˓T`k','wp-includes/js/wp-pointer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mi\#V\4?q\DV',':}&\/ tCZ}\\}P9\Ewl','',0,'?'),('\g*e3Tb\0\GZ','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php',0,'ut ̀OuӲ\o','ut ̀OuӲ\o','O\k\ʕ\\_DXmZ\\vY9O \\','',0,'?'),('\Ƣ U\g\\;yY\','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_WPIO.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1 \YlqI','b0R̙Ŀ\0أ\~\Dˏ!l5h\r','',0,'?'),('\\\\\v42%<j','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/index.php',0,'\\aVqM','\\aVqM','k~ UH\Z\xP\\Ā<;X','',0,'?'),('\\M2\r`hXq','wp-content/themes/pearl/partials/content/stm_stories/layouts/layout_1.php',0,'Y\5\9H\Y[\','Y\5\9H\Y[\','1\\\\\\".̏_-\h@\\\yMC','',0,'?'),('\\c?`dQl','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/quill.svg',0,'5\Ň&>%iL','5\Ň&>%iL','x2<\\agɇ\0 h=JCn/96Oi','',0,'?'),('\\\`I\\,y oY','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\8e_\T\\ƽW','ݬ\ISP\"a 7J6\QSv_y','',0,'?'),('\\Mfڝz>}','wp-content/themes/pearl/includes/theme/vc/admin_js/timepicker.js',0,'WY/OgA\cX','WY/OgA\cX','3\g\83v0[U^MQxCGo/Fx!','',0,'?'),('\\njݍea!\\ZWdq','wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"<8 \.K\'',' \ZYӵ˼*,QL\Y{㬣p\rh\','',0,'?'),('\\nA]/\n8@?','wp-content/plugins/mailchimp-for-wp/includes/mailchimp/class-subscriber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oi\Z\"\\M\\\\j','\s\Z\\\2Ԙ\\\S\CHoH9','',0,'?'),('\\ra@ x8\9\\','wp-content/plugins/mailchimp-for-wp/includes/class-field-formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vP\Rƙ\Ӕ','A\Zp+c8DS\&sV\\\'\','',0,'?'),('\ }\\Z+\+{\1%\\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_wide_angle_24px.svg',0,'d\Z뢥z\\\"\\D','d\Z뢥z\\\"\\D','<~8\\n ܀\\\0\>ˤo\[s','',0,'?'),('\+{\%\\','wp-content/plugins/wordpress-seo/js/dist/wp-seo-featured-image-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','| ss#>\Mv\v','Iu\ZCw&($p\rԉϚ`n','',0,'?'),('\-n\$.# g%\}\','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p3\ln\A_6\\','?9𜢧Мt\i3m…;\W\','',0,'?'),('\.\\iݕ\Prnsl','wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1230-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\i\\Z}\\S\+\\','K߽n\\~h\Z\P\0U0\;\' {) >','',0,'?'),('\M\Z\H?ͲZ','wp-includes/class-wp-rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|H\rFF\','#i\\'MeG\B9J\7\\0.','',0,'?'),('\Oӿ;=\\Jzy','wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cdxo&lg\83\','\h_\8\\r0y-\\\n ϥ\KL-\ {','',0,'?'),('\QF\0t\+\\','wp-includes/css/dist/block-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','иRZAsA\1','9\Z{=\ZmD?\Z5򸵽mh>&','',0,'?'),('\S\\\r\FS\^','wp-content/plugins/stm-gdpr-compliance/includes/DataAccessWidget.php',0,'w\za]Pp2','w\za]Pp2','v\QHh\Z\KYee(\#V(?','',0,'?'),('\T\1\(\"_','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-user.svg',0,'\߻iҩ\\Z','\߻iҩ\\Z','[\k\db S\F\b; \"9ΞSy&Q,','',0,'?'),('\i[^sT<ź\{\7','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_portrait_24px.svg',0,'\,\$qeO\`.DP\','\,\$qeO\`.DP\','fٟM\Җ*\M\Z!,bq\3k\\\nN \\','',0,'?'),('\j]Qٲ\\\%6','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.3-usage-tracking-schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z(ڨ\\K\\\n','ap\\&JxG8Lr4\]VJ2+','',0,'?'),('\\t\\\}\rk\','wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\'Aju\]-j{x','h~(7ZƄo\U/\Y=\0q\\\','',0,'?'),('\xD.\\m~<\2','wp-content/plugins/wordfence/images/ratelimiting.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0[\MɞyP\','@\ S\\y\'\N+k\B3J!PbƖ','',0,'?'),('둪\09܎R\yg','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t\B\rUmo\c\'>','bxy\(N\\\(Cb\','',0,'?'),('\\(K~:,\7','',0,'?'),('\\'wrh\-S\q','wp-content/themes/pearl/assets/admin/vendor/fontIconPicker/css/iconpicker.svg',0,'3\\\9\mVB!\㉯','3\\\9\mVB!\㉯','GuW—\r~\:*\Z\\\\/i\W5','',0,'?'),('랫\l\T\di','wp-content/themes/pearl/partials/content/stm_projects/grid_style_1.php',0,'\\͐bJ','\\͐bJ','-nXG#kuQ+\\\͍\.\\','',0,'?'),('\:k1I\','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_active_24px.svg',0,' *g)\\d\\\',' *g)\\d\\\',']p\\46\,.\V\M\~=n-\\\'','',0,'?'),('뭷\r\!z}MLKE','wp-includes/ms-files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q٪*bx\\Ya','\Ԋ\\r_pՈyQ3\c\\}\'\Q\>ʹ+\l8 ~\r\\\-u6\8\','',0,'?'),('\\n׽a2To\"\Y\g','wp-content/themes/pearl/includes/theme/vc/modules/countdown.php',0,'\0\=B%+U*(','\0\=B%+U*(','H\\,m@\62sTT~4ɔ\>\<\','',0,'?'),('\ ۅnPE6T\','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KdWؿE\W','\RW].da\\\\s\JMLq+p},','',0,'?'),('\ \\.㵓~\Xѹ7\','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\~̍a+7\",v','jj\r!%>\\$\\:Sb\Z\\!\','',0,'?'),('\\pВ-K-\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bell.svg',0,'h\;om7NJc','wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-texts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UzXiF{\G\','\\0c\Sm\U8UDt\"nP%ĕ$_\','',0,'?'),('\$G_Ԧ\i tU\','wp-content/plugins/LayerSlider/static/admin/img/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('\6RQy\oLˤ','wp-content/plugins/LayerSlider/static/dashicons/dashicons.svg',0,'?~\\`\\n\|','?~\\`\\n\|','\}\". \|*5\0C\r\ \`\Y\','',0,'?'),('\8ڧs}\ն\Ni','wp-includes/class-phpmailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' t\.o\=O8NLI','x: f\\\ߚFW]BKʔ\"_','',0,'?'),('\?\\\h\\;','wp-includes/js/quicktags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ռ\Z\`C5}&7 ','zOt\:\],b3ro\QdH\BH[','',0,'?'),('\D\rh}\!\n','wp-includes/js/jquery/ui/effect-drop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\(>\\Z\7}\:','Nm\ӂื[$\7\$\fq\7~\B|','',0,'?'),('\FrK~Aj#\\S\'A','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_flight_24px.svg',0,'Aہ&lo|[E','Aہ&lo|[E','P\'\o\\oL\C\\~ovPad}\~ ','',0,'?'),('\ON~5—\2:','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/nest-money.svg',0,'\ұM|\'C\'\V\\','\ұM|\'C\'\V\\','\\-}]\Z%޸\\r\\*\$ԹOU\rE\Y','',0,'?'),('\Pط悇̺ƴ$@\','wp-includes/SimplePie/HTTP/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W%\\4\66 ','E@\\̣\Bn…b8ϜNW\%\\\','',0,'?'),('\R\;C_/\jlxK','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php',0,'#\& ;\cu`v','#\& ;\cu`v','?\MUP9Q\\0J d\2\0ggz','',0,'?'),('\_jw\5\;q\x','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/font/font.control.js',0,'<\"U\mƛ\Z8P','<\"U\mƛ\Z8P','\\(\\nֽNG\eԼf\O\t~-\㖭','',0,'?'),('\hf\W\60s\','wp-content/plugins/wordpress-seo/admin/class-multiple-keywords-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-؋3ޱ]UC','1ffⰞ&f\v;%k\ aWA\\ZC','',0,'?'),('\i\\n\\Z=','wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e@\0A]}8+\ 2E','[\4\8\p\Y\\\\\\n 6\','',0,'?'),('\_ \(ļΝp','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_lock_24px.svg',0,'ieVgX0cњ*\a','ieVgX0cњ*\a','\kZ%&!\\\2;iXD ','',0,'?'),('\b5Ab\r\$#;9','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DI\Sɢ\\&!z','\?\\\CF Z1; ^X','',0,'?'),('욗\=͔6m\0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure.svg',0,'XjfE* # \\[','XjfE* # \\[','$\KU\n\}w`\\\"Rp#\%>\6$B\*=ǎ','',0,'?'),('\\c\\.D\r |\','wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\\Z\?f.\8\ ','\\.c%c*G~բ>Yd:7\j','',0,'?'),('\l\c\{\0Ky\','wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js',0,'?SED\gƭ\ni','?SED\gƭ\ni','#I\@ڊ¾\\;վ8s \'','',0,'?'),('츃v\\6\;~','wp-includes/js/tinymce/utils/mctabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','끡\\"Y>xU季','%Y}ڿ&)MaYgЍ\\\*l','',0,'?'),('\\!<\\B4\ZS}','wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u@ަ\$\\,','\dٍ|]\\Q\\!\Qw\\\;`7Zf','',0,'?'),('\[\\\Ӄ\2W','wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','03*66-FU.\','T\\\Q&n)\&\M\\g\\D\gШ','',0,'?'),('\-x\(\EoI=\','wp-includes/class-wp-customize-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ &^`6g\Z','t;\\0\>;\3grϖ]\\z练','',0,'?'),('\ƿ\o\F\h\','wp-content/plugins/contact-form-7/modules/akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ig&4*\W\"\\\r0','9ޜM5\d9oKgE\_\'v\R','',0,'?'),('\\\\JL~yzb,\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg',0,'L 5$RZ(\:','L 5$RZ(\:','ʖ~\P\a#;Ϧ\~ TL\','',0,'?'),('\\|#Ͽ\\"?\\\','wp-content/plugins/LayerSlider/static/codemirror/addon/mode/simple.js',0,'d=E','d=E','kdEM(S$Lh搖#L{.#c?','',0,'?'),('\ꐹ.\\\r1\n','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_friendly_24px.svg',0,'\\":X?&\\\\c','\\":X?&\\\\c','Iw.djH:\q]9-\Y\&M\'q\','',0,'?'),('\\\0=L\ܺ','wp-content/plugins/wordpress-seo/languages/yoast-components-de_CH.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\w\֙/q\','\o +*?\ d ;\\0*XG)*_\ ','',0,'?'),('\\Kü;\(','wp-content/plugins/coming-soon/public/images/themes/45.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\;\\ON','\=\\\9\^t|ߺci6\0GN\\cjap','',0,'?'),('\9+K\\*','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\R7y\DFA:N\nI\','>\M2v%\\\`ǰם\\-G09u','',0,'?'),('\[eQĐz\m\\e','wp-content/plugins/revslider/admin/views/master-view.php',0,'+ˏ[0\C39\\\','+ˏ[0\C39\\\','&v”/$\\\\0F\潄6zR]','',0,'?'),('\Ư\\0~\rjA4u','wp-includes/css/customize-preview-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3keJ#+','#\r zߘ\T\/)U\qe{0ʸ\','',0,'?'),('\\_\\\\J&~\','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_atm_24px.svg',0,'q\\Ѹ\W\m','q\\Ѹ\W\m','e}w\\R4\\\\'\\p&D\)#','',0,'?'),('\\\\SՇ8;2','wp-includes/class-wp-tax-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+j\P\ C$','\0^Q\'F\\\qկr\\\kZ ','',0,'?'),('\mה\\F@$~r','wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\b՗l\\n','ya2- \@\\"=*\\\ \'','',0,'?'),('\GVE$5G݁[\y\b','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows022.svg',0,'a\0 \ ǧCƔ\^^','a\0 \ ǧCƔ\^^',',4te_\n\8\\','[\\3*X\\\\٬+`6\F\a\m','',0,'?'),('\+\ZbNwlgSlM','wp-content/plugins/LayerSlider/static/shuffle/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('\4\:\\j;F?.','wp-content/plugins/contact-form-7/includes/pipe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EN(ڪ,h@ۭB2','3!^\\s{]]! ݣy0\<\','',0,'?'),('\Dn\vow\'E\\;\p','wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php',0,'3^eLI(u\\kK(','3^eLI(u\\kK(','F7ST\A\\Z\ F.Q\oQ','',0,'?'),('\]@\n>ĺ\Yn','wp-admin/admin-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \\\a^\\','ґ)W͏`+j8H,]U\\\\ZDeXc<,\%','',0,'?'),('\^\C\>.!\0Y>}','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_list_24px.svg',0,' 3.v;m\\oU',' 3.v;m\\oU','l\M(M~6O\\Eo_\\\"I','',0,'?'),('\>\o&,-_yp','wp-content/plugins/stm-configurations/page_importer/pages/restaurant/sidebars.php',0,'l\|\\<\r:/\J','l\|\\<\r:/\J','\Zw\06\.fƯ\<\\;\','',0,'?'),('\e\AIP\a','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_agenda_24px.svg',0,'bs\n\n','bs\n\n',']A/sa92۟\\84ׇ\Zׁ\PH','',0,'?'),('\\\I0B,hʛp','wp-includes/class-wp-term-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3x\- 9 \I&o','\"x[lD>9_P_\y7gW-(\"$','',0,'?'),('\>LT\Ơ\z#Pkó','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Yzc\(pc^\n','\Zk|!`mS8KW \\|fo?,;','',0,'?'),('\r!\\7\E4','wp-content/plugins/LayerSlider/wp/actions.php',0,'f\CL֢ߔ{','f\CL֢ߔ{','uBy*W\Z\i\/ɏw _ag\\'','',0,'?'),('\\賮]','wp-includes/customize/class-wp-customize-code-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B%\3$~ܭ*sq','\\nA%\\,MQ!%X-d\riz.]','',0,'?'),('Z\\ZaYH\0 5\~ ','wp-admin/includes/class-wp-automatic-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d3?I&U-\r5','\<\D\=O\/O\{xy\ZV\nu4T\','',0,'?'),('K~ͭF+\\ ','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_sort_24px.svg',0,'dq\Y8\\\" \r','dq\Y8\\\" \r','lܾl\\8\K2i&f~h^\ )K\YG~\','',0,'?'),('\~\a\g+','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_file_24px.svg',0,'`\\B\kΩm.','`\\B\kΩm.','\w\QwV,?Aέ0\0hv:\y,$4','',0,'?'),('\QR\"\\@ 3v\S','wp-admin/js/link.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.k\~\R\Ϗ} O\','[R\\\ϸ,K4<$\0]','',0,'?'),('k9>M\u\\a. ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-grid.svg',0,'j\H\ NO\RwPr\','j\H\ NO\RwPr\','+M\v5\\༪/\'_\X4\\zO7f','',0,'?'),('\G \~\`','wp-includes/customize/class-wp-customize-nav-menu-name-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\7\fW՚7','p\v\w \ܪ9?a\\z','',0,'?'),('\b79O6\8$','wp-content/themes/pearl/assets/fonts/stmicons/creativetwo/charmap.php',0,'D޿7\\er','D޿7\\er','-0gߪ,F7Oo~I\','',0,'?'),('\\Jی\Ia\\','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-instagram.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u^P 5KAZz\','D\$8s+\nDvpev1LV\%΋u','',0,'?'),('\Ӽ઱\\P#ߛYv)','wp-content/plugins/really-simple-captcha/gentium/FONTLOG.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EDQ\\\\Z.y','wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php',0,'5\\\\0\"A\\q','5\\\\0\"A\\q','zo娽?@4\n 2^oDnX\\\M]W','',0,'?'),('\+NpG\\d\\}㑾_','wp-content/themes/pearl/partials/content/stm_events/style_7.php',0,'<\AۣP\q9 ','<\AۣP\q9 ','\ͼ\]0d@!˱P|\"=f~j','',0,'?'),('\.\z&.\1y\','wp-includes/css/dist/format-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}^\\-˷\\','\ &w\ <Q\\\)\\N\;*/*','',0,'?'),('\5)\H\{R1\Z$\','wp-content/plugins/wordpress-seo/js/dist/wp-seo-api-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\\f','\3Dv?i\޲rj\'y\2rz}\','',0,'?'),('\9,\\|\(V\','wp-content/plugins/LayerSlider/static/codemirror/lib/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('\:\r\"Ùy\\E','wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php',0,'0QT\r\\\\\U!\"X','0QT\r\\\\\U!\"X','\v\Q\ՙ\\\|RWF\-dX1-P','',0,'?'),('\@A/Ń\ \h','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_in_talk_24px.svg',0,'f\bǤ(\M\us','f\bǤ(\M\us','lͤz\xӞ\d_[%g1eKHrJD4','',0,'?'),('\C!/e\\rm','wp-content/themes/pearl/vc_templates/stm_pages_grid.php',0,'\\\^F\"TD\0B','\\\^F\"TD\0B','Sr\\\|H \\ny\\[ڐ','',0,'?'),('\%\\^\nϜ\Y','wp-content/plugins/really-simple-captcha/gentium/GenBasB.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jB\?Ͳb\L,\X','\];1z\'\\FM\5Z\(#˚V','',0,'?'),('F\\>!8u','wp-content/plugins/wordpress-seo/admin/class-premium-popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\J\>\0@%','n1 u.v\ԕ&\M\v','',0,'?'),('\\aGdŔ\"#B','wp-content/plugins/LayerSlider/static/codemirror/addon/scroll/simplescrollbars.js',0,'\7;\\{s','\7;\\{s','KͳZ͠9}\\BBV\<| \\\$oU','',0,'?'),('\\̜h\\E','wp-content/plugins/LayerSlider/static/layerslider/plugins/popup/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('\\\>&r\JyV\m\ ~w','wp-content/plugins/wordpress-seo/admin/links/class-link-reindex-post-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\Z}2Ú\\fe','͐f\\/usw\Mܱ\g ?\','',0,'?'),('\\y\x\| |\^-','wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_2.php',0,'i! \qFR\\'','i! \qFR\\'',';-,<-.\CDuN\ڃ\0\S\8\8G@\[','',0,'?'),('\\N\FV\Y\C','wp-includes/blocks/shortcode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','myǨE3','m0e@{O\R\\i\\2tyk\9>','',0,'?'),('\Cbp$\\lS;:','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/special-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`1Cs\\D\\','D\\\قV/\ΔZ6 V=ZFL,7','',0,'?'),('\@}&J~\¾&\\0','wp-includes/customize/class-wp-customize-new-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\\t\p\@\Zq\','Mc\v\\\\};\[`x\"H.\A','',0,'?'),('\{)\:)Ywo','wp-content/themes/pearl/partials/content/stm_events/style_8.php',0,'+#|\o_d~5','+#|\o_d~5','\D@Dˊ\z޾qg\\[˕LĒ \n','',0,'?'),('\0}\0\\ K\}','wp-content/plugins/stm-gdpr-compliance/includes/Helpers.php',0,'wL\\>\Ӯ\c4','wL\\>\Ӯ\c4','\q-z\n\\W\m\"\\{\vK','',0,'?'),('\ @\\R\&^T','wp-content/themes/pearl/assets/vendor/lg.svg',0,'\+_[Uol|','\+_[Uol|','u\>UʑI(F\d\n\>&K\9\\9\','',0,'?'),('\4̪D%\\n~','wp-content/plugins/coming-soon/public/images/themes/28.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\s&N\\<\%','\}r\\ æ\Z\\\\0o^O\d\rHn\','',0,'?'),('\; L\t׬Cɣ','wp-content/plugins/wordfence/tmp/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iz~\i,L\',' HQI\qzڤp\9C4>H\3G','',0,'?'),('\;^AA96Ŀ','wp-content/plugins/wordfence/vendor/paragonie/random_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\H\\!#>b\W\','&\xw\αh\\)œ@5m\\.)9\R','',0,'?'),('\;h\\Z\xS\\o','wp-content/plugins/js_composer/include/classes/shortcodes/example.php',0,'hE&XRy','hE&XRy','$M\I\ dO*)<$\V\@̓*\\','',0,'?'),('\J\rOL\Y\>\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy1.svg',0,'B\Zhyj(\|\ԕ','B\Zhyj(\|\ԕ','G2#oh.SE%\\"\\VRϵ\\Uƫ4','',0,'?'),('\X&\5\[v\bI','wp-content/themes/twentyseventeen/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Aօj]\e\U',' \\#\X\\\Ob\\<)wx&؅ |','',0,'?'),('\Y^~5~pG-','wp-includes/js/customize-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \O4W\\P|\a','J\Z6glEB.%Ƚ.2noN\+\J[\Xf{','',0,'?'),('\^\AUh\%K\5','wp-content/plugins/js_composer/include/autoload/class-vc-settings-presets.php',0,'&!\e3Ց\\豢:','&!\e3Ց\\豢:','pxf\G7b\\ L\"k','',0,'?'),('\q\\0\,8>','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/title-separator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LW\W\\R^','Z 45+FS2Ƒ\0)@{5','',0,'?'),('\rI\\\ɀ5 F','wp-includes/Requests/Exception/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\z\\ J^\','\ĺ̌\&ֳ\4@78\\p','',0,'?'),('\z\\|zxv','wp-includes/js/jquery/ui/droppable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\>C_\nXq','\UziE9\\a0 eʼn{t\T=%','',0,'?'),('\\[\!aKQ ','wp-content/plugins/contact-form-7/admin/css/styles-dark-mode.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Et,nXȃ(',']z <\$.6d=\68(p}\','',0,'?'),('1d\YEa$','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/force-rewrite-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ڬ\\n{\d',',ŽDlk\\3j!爢\\\ΩU Оa?','',0,'?'),('\V]‚f73U','wp-content/plugins/wordpress-seo/images/SEO_for_beginners.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T\+9= \#','S%+\\Vo\\l\yP\rK _[\','',0,'?'),('\%8\.\\*Y\2','wp-content/plugins/wordpress-seo/images/Local_SEO_Icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/\1xoֺc{A','\\"_\\s|Zp{z\n.d?6SƋw','',0,'?'),('\BJ=4\\\','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0@J\$\h\'\','{\UCrUe\r\\_3w/\/ f','',0,'?'),('リQ)B\n\,','wp-content/plugins/wordfence/images/loading_large.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y{ObUW~Y˙','p8\' t\\:Q\o]{5G1\\\\E\','',0,'?'),('\Pa`Xu','wp-admin/css/color-picker-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\vVڝqg','/.\Oo\Qdt1WLeQN\JBp\C~','',0,'?'),('\\{ \rSlſ\ ','wp-content/plugins/wordfence/views/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\"xK\\{\8dS','C\'r9\@\Kކt\w#@k','',0,'?'),('\\1M\\\Z\','wp-content/themes/pearl/woocommerce/global/quantity-input.php',0,'0ٚlz.\DwM-,W\','0ٚlz.\DwM-,W\','\fV\\&M2L0\|/D','',0,'?'),('\\X=UpfpZ','wp-includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_dWb{\53N','\0 4QZ\y\TD\\=$\Qe76','',0,'?'),('\ѫ\0\.@|\0Ys\','wp-content/themes/pearl/includes/theme/vc/modules/pages.php',0,'p\\V恩,','p\\V恩,','+&@2+ \Fߧ\HD','',0,'?'),('\\$((\S !3j','wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/post.php',0,'Xg@#[\/+','Xg@#[\/+','\\B(!67U3B\W\j','',0,'?'),('\\ \ gP\t@M%q','wp-content/plugins/leadin/inc/leadin-disconnect.php',0,'pGU_XMx\','pGU_XMx\','b\fIPU\\\ٽb\E,9&\:','',0,'?'),('\ތt+\\\+\XaZU','wp-content/plugins/wordfence/lib/wfScan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»ÁVD','g\4<2²vE\{ێ\\\A05qQL','',0,'?'),('\\-7\\\1] ,\','wp-content/plugins/stm-configurations/importer/helpers/theme_options.php',0,'7\\\"0g6l(\','7\\\"0g6l(\','jJ=3̩nSX7\uC\ՙ\}\|+5?>','',0,'?'),('\\V0\8ο\','wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\\\-fm֙','yb\ޞp@m˻d\6\En0+!\\8','',0,'?'),('\㯩\ \'\ިV','wp-includes/images/smilies/icon_biggrin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\YpR+\0}k\N{k','\XqW\d%±\6\U\h','',0,'?'),('\\6XԪ4\[_=t','wp-content/plugins/wordfence/lib/wfScanEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DfO\\ef%','\\\^3\w.w\\"\{J6Dž6s(&','',0,'?'),('\c\G(`E','wp-content/plugins/wordfence/views/scanner/issue-configReadable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ \\\QL','\R21\?nj*=bͥ}X&MƷ','',0,'?'),('\\\\\dQ\~','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart03.svg',0,'\\"\\m\#\YR\0','\\"\\m\#\YR\0','}g%̦\~@\(B\F\ӻ$:\','',0,'?'),('\\9\r Mԧ\\','wp-includes/js/customize-preview-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R}\!\ju,Y6','\Iq(3F\E\z@#Q>~Ď','',0,'?'),(' \nCAD8xp','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure06.svg',0,'\rr1\Ii\n+o','\rr1\Ii\n+o','\\nbB\:&# \\0\\\e(n\q','',0,'?'),('\r4MmwE\'BA0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file07.svg',0,'\^\\->/\"','\^\\->/\"','\\@\,#\# \ߟw-V(5\=','',0,'?'),('\r_gP\t\6X#','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/text/text.element.js',0,'l04d2>\\\','l04d2>\\\','nAs\\\!ͅ\Ђ\yn;2ۻK\\','',0,'?'),('G\~Tx','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_one_24px.svg',0,'\ao R\\n\321\','\ao R\\n\321\','\`)|\0H\2\nBK˓\>Z\\T\#y`\','',0,'?'),('үCZ\\ JN','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\** |6)\','s\\p\\ k6\\uS\S9\Qxh|ɥ','',0,'?'),('wB 5\:','wp-content/themes/pearl/partials/modals/product_view.php',0,'2 ^c|\r\','2 ^c|\r\','\prnTH\*\nZkA\\[vS\','',0,'?'),('#\?.\\oG\qK\`F','wp-content/plugins/LayerSlider/static/codemirror/addon/merge/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('$īI^3\','wp-admin/menu-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',qyS\nZE\(','x\R,3V\Z#Ѵ\\$zl','',0,'?'),(')qp\B |\\=','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-tr_TR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Ͻ+R\','\rH8a?OW,;|k\Y|}','',0,'?'),('BȰ.\\07\\','wp-content/themes/twentysixteen/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nU\"J\砗\B\]','&Uǀ77\0\01Ѵ`OY-Ms\\','',0,'?'),('D\>IF\\\\o','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_high_quality_24px.svg',0,'Gl*\G\8_#\<\','Gl*\G\8_#\<\','xm<|n\7\\j\\\"#jZ\/1AS','',0,'?'),('b\\P7P<\*','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_supervisor_account_24px.svg',0,'hX\\drn˘F2','hX\\drn˘F2','-Yo\s\\\\%=ܼm\s\'X2V','',0,'?'),('iU\-.z]','wp-content/plugins/booked/includes/email-templates/default.html',0,'p[\\o\\\\>\\','p[\\o\\\\>\\','pX\r\1\R:TI\]q햓=\\?T','',0,'?'),('l# YP\SD\','wp-content/themes/pearl/includes/admin/admin_helpers.php',0,'쾫\ d2T\\k','쾫\ d2T\\k','\\ҽs4\r]\'\F5we','',0,'?'),('p.\\\F[','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-es_PR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\t\OC5[\\#7n@F-','J?@l\;Wd\"RY\=ix6h\'','',0,'?'),('\\3:^c','wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dPX\\\n\$\','dM\ksq\4 \\\R^2~B\"K','',0,'?'),('9\\K:S','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tonality_24px.svg',0,'AfΨv@:ɊF)','AfΨv@:ɊF)','\\\%6\@h&H\F\\\M\(5yQϥ','',0,'?'),('N iiڭ','wp-includes/random_compat/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\[q7d\v\\z\','\'֪* [\0EE*JrVs\\\\\c?','',0,'?'),('-Lxg\s','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-styles-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȖRȘ߄','&44,ϋhAN>\0},taT\Ҽ\~','',0,'?'),('lPe5\ض-@\0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/megaphone.svg',0,'\2\\)\D?\?M\Rh','\2\\)\D?\?M\Rh','[\:i4`]#m\\0.900-oP\5\0H','',0,'?'),('𿆒¿O&&\5/','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php',0,'\xc:a\\#\\','\xc:a\\#\\','(tb\\d\\CG\\\\ӏ\U\Q','',0,'?'),('\Ncm\\~\\','wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1230.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3qa\\b11\g\','m5DQ0$=V,@6R\ \\\\e]?','',0,'?'),('з&L۽¨\VN','wp-includes/css/buttons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','osHc\&{','.Hw|3`3#΀R_\i\U\\','',0,'?'),('\\O*\#\A\','wp-content/themes/pearl/partials/vc_parts/events/style_8.php',0,'S!\\7wP','S!\\7wP','0r O4C\\"\&GǙ\','',0,'?'),('\n̑4[j\|','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_settings_system_daydream_24px.svg',0,'83y!\\-R','83y!\\-R','-\)G\\R/̓Z\DC\+s^\+Z','',0,'?'),('6$[O','wp-admin/css/customize-widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\tz^\Ȑ\n0','\\\;\o\D*\\Ի8>1\_0\ #w','',0,'?'),('\\\N\1\n\\BZ','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hsb.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!=]cq\rR\6CbY','\^(ћ\r0ُ`\͌\\EP1\','',0,'?'),('\rp.u3zx ','wp-admin/includes/class-ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gF\]\p\6DF4','\Aȵ6ȋ\'k\rϝ8\1}V','',0,'?'),('&\?.\r\s\;=9','wp-content/themes/twentynineteen/style-rtl.css',0,'q΢\{yPo+\Lu\;','e O>+\Lu\;','\K\"\f\Z\\qx\L<','',0,'?'),('&[>j\\/\\GU','wp-includes/js/dist/token-list.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$MDԾ\MP','\7Kٿۧ&n\7(\Xu}b\'o˗29\Uz','',0,'?'),(',1x@e\<)','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\l\6,C8\"','L\P\h\@:̵nì\\o\ҫV','',0,'?'),('0YXIrA\q@','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_grid.js',0,'\\ӉxХA','\\ӉxХA',' c(cV_X₋\q~>ZGF\hT$#','',0,'?'),('7I__\\\vD!','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S!\\\=[\uRJZ\','\F<Ru\g%gR\r]ܨ@','',0,'?'),('7s\\]\}AAwe1','wp-admin/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P>4E\m|I\?',' \6\wo\!bS[|~\\-L\','',0,'?'),('9Cd\\\\"qr\0','wp-content/themes/pearl/partials/vc_parts/projects_cards/style_4/cards.php',0,'p\frZ\\\_\Z^','p\frZ\\\_\Z^','G(j\\=\\rGcYȨ\\n1\zs.','',0,'?'),('>ė1g5T\','wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-media-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ő0\U\\r\w\ t$','Hfǟ{\ν\՞*5SKLT','',0,'?'),('C5#;\8\v ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-laurels.svg',0,'҃\0 \<\\$','҃\0 \<\\$','\\~ݱjz mD`2=_g-Op','',0,'?'),('Z/{Lt\ծF$','wp-admin/js/svg-painter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\ o DLձl','rZ;[7\3\"]B>\r|^\\\8z','',0,'?'),('`]\R\4#\\w\r\n','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_auto_24px.svg',0,'0=TP#8\@qU','0=TP#8\@qU','s4n\2\K4\FЇ,#\\nPYK\ڻ','',0,'?'),('b9\~\I\\','wp-content/themes/pearl/assets/vendor/countUp.min.js',0,'/}\juヌP\u\','/}\juヌP\u\',')\nC s;$\r/?\\u\q&\J]\'3','',0,'?'),('iݣ[\~?X','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_post_office_24px.svg',0,'1v):΢Xgu0','1v):΢Xgu0','^#Û\wz\s\n{\Ѭ\",-i\i','',0,'?'),('wE\nތ\"+\8Bx\"\','wp-content/themes/pearl/partials/content/post/single/actions.php',0,' W+\\g\#]',' W+\\g\#]','\\\/ V)ܣw._8\|\\5N\%','',0,'?'),('UX\'\e~\n^\','wp-content/themes/pearl/vc_templates/stm_icontext.php',0,'\apZŽYF','\apZŽYF','\\3\Y>\\lN V-/\\\n','',0,'?'),('v:DY\G','wp-includes/js/plupload/plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ 6JJ7+\','+\"\Q\\\/N:T$\\\"\ȯ\r8v_3','',0,'?'),('a?\"}Bh\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_searching_24px.svg',0,'>x\E\y\Q/bV','>x\E\y\Q/bV','SB\ށG\;+bp\_@=,n[M\\','',0,'?'),('O_\\Ee','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/woocommerce-shop-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',^a^x1','1\,|WW`\\QMCwɅ.*1','',0,'?'),('\\$ad5\T','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php',0,'\\p\[\2,','\\p\[\2,','h\ƿ\n\n\_QnX.dg\\\','',0,'?'),('BO^v~K!\r','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B^ /<\s\۠','UQvATT\F\\rf-E <T','',0,'?'),('TY\PpEw','wp-includes/widgets/class-wp-widget-archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \\<\\&j3','\ذ\rGh\)59\\\_E[','',0,'?'),('}O;U\i\\<','wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' _upEjauV.f','UIJ=\o<~\$rm\EzW\'4\\6\','',0,'?'),('V\\|ڑ\\S##\','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jy\Fk^1\ ','~\QKO\\\;\\(G\&vU','',0,'?'),('\4\\\$ꎪ','wp-content/plugins/wordfence/views/scanner/scan-scheduling.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0W쮜\)Ǣ\±','b¥\USw툒\g\\:=P\','',0,'?'),('\+T9\\_L\\','wp-content/themes/pearl/partials/vc_parts/projects/style_7.php',0,'u\x5\@\6','u\x5\@\6','\[m\RZ\v^or\\\:K\Se','',0,'?'),('\\\\ro\h45+=V\','wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-undoredo.php',0,'&\\6J\\r\hr','&\\6J\\r\hr','\u\\Y\"\b{|\W\\\\\\X \rh','',0,'?'),('\ \9\\˻X\\d','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-form-1-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gWX#\ =\:@\\_','r\)V/^>\G_\\\g\z\\\%\KV','',0,'?'),('ძo\\Z\:j\T','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_snooze_24px.svg',0,'޾\H\Z, ]P','޾\H\Z, ]P','ˊ\K\ՈDf~\ \\\-}˄\\[m','',0,'?'),('\N\ŏKlQ\','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6L\2Ӳk1:B\','|ٮ\YsLksi30\\rvʵg','',0,'?'),('\\s\"_\W\','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_care_24px.svg',0,'\d>+`','\d>+`','NIZtm\lIP\jG\^$Ax','',0,'?'),('絛zy\\>_+t','wp-includes/class-wp-user-meta-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8/\'\0\0vSL-G\0','\\\8\b\YB&?\6\o\\\>','',0,'?'),('/\\ӱ`7$\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_report_problem_24px.svg',0,'\k(1:\bck\','\k(1:\bck\','\\*\t蛪 tmSI o2\r|o۲2k','',0,'?'),('LDz\6`\\ tF','wp-content/plugins/wordpress-seo/src/database/database-setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AD\"^K-P','\!\\\S#5sL\P@-jF','',0,'?'),(' $MB\KMY','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_invitation_24px.svg',0,'\\\:ɘ\\','\\\:ɘ\\','M!L\AY(;3B~z\2}i YJWU','',0,'?'),('\n5d?Y:c\=h','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager02.svg',0,'Yxl\\J\r\\\\','Yxl\\J\r\\\\',']R\2\t.5tٺMNj \"S\U\q\~\"','',0,'?'),('\\Hr #\w/:4','wp-includes/js/dist/plugins.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\SQYf@&\\Z',',p\\\9숇\±=i!\̪+\?','',0,'?'),('q\ d8p\q\nT\>','wp-content/uploads/stm_fonts/stmicons/consulting/charmap.php',0,'\, _nfNՓ{H\','\, _nfNՓ{H\','\Z\‘u\\]IկZx\"\ʍsH\\4\=Y','',0,'?'),('\H2A.PoW}t\','wp-content/themes/pearl/assets/fonts/stmicons/viral/charmap.php',0,'\/U\\ZL%\','\/U\\ZL%\','\\*\&>UXwJ}\0^վܶa','',0,'?'),('&\xYWA[q\\lV','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker02.svg',0,'/\U\ZgW\}3٩\Z','/\U\ZgW\}3٩\Z','AZT`q\,0c*b\1{hs?\','',0,'?'),('/\s$FB^V\ ','wp-content/plugins/breadcrumb-navxt/class.bcn_breadcrumb_trail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\NQU\\"','ۑ5n먖KF19\\\0kCJ ','',0,'?'),('1\n \\x\','wp-includes/blocks/latest-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ݻ\\0\SG\kV','c\'![\r\ɮt\4\U\\$(_ӽdge','',0,'?'),('?\E_\)xڅ$','wp-admin/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹Y#\'\xeJ}w','\n\z%4 5-\ȹaSqCN8]jR3؁\.','',0,'?'),('Uj\\IM\\{{!','wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.navigation.min.js',0,'쏡2cO\¾.','쏡2cO\¾.','KIS\E&X\\y\b6=U#Z\V\','',0,'?'),('XԪ\Պ\\VVQ','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_raw_js.js',0,'/\#*_C9n','/\#*_C9n','\coMT⍯@9@I =埴','',0,'?'),('c\\9B:*217','wp-content/plugins/wordfence/css/fullLog.1550163483.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\Wjw˄}\','\0wLQ֮r7$\%\\͆&\\\u\V','',0,'?'),('d\To\fҷ\bS','wp-content/plugins/wordfence/lib/menu_dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"\\hl^2h','\ޭ7b\G\\J~N\̉//','',0,'?'),('g=I\p<[k`','wp-content/plugins/LayerSlider/static/dindent/Exception/DindentException.php',0,'3\Z=IrYExx\r','3\Z=IrYExx\r','0}1\R\<9ɳ>\\A,$\n\\BD','',0,'?'),('m,c)\"~;̵','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_parking_24px.svg',0,'V\rƱ=\Ɛ\)r','V\rƱ=\Ɛ\)r','s\\#-\\\\!\\/t\0\ ~ ~','',0,'?'),('poX0%\\\\','wp-includes/css/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=̉/:0*ɹ','\a򘞰r($N$@L9ҳL\Zy\Z','',0,'?'),('u;Ȍ0\qw=\\ ','wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԶwK\>\~\rg','#\N\u}W\\L!\\Z 8\0;k{\','',0,'?'),('v\+C@\6g1\\','wp-content/themes/pearl/partials/vc_parts/video/filter-js.php',0,'{O~<\\','{O~<\\','|d\\W \I9c\6yGvY޲\','',0,'?'),('򇊨DVeohx\','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\H\gHN','\촰iU\\ܞI\m$\E\'2','',0,'?'),('^~Uk2E?>','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/image/image.control.js',0,'7y\nsOi:\','7y\nsOi:\','\ZR][\\-4!ir݁/s\','',0,'?'),('\\ jK\&\\Y','wp-content/plugins/akismet/class.akismet-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\SUZ\\?`','&ӥYk\\Zn߰X\O\\ڱ\h\\b)','',0,'?'),('8\\\ݴβ\\rp','wp-content/themes/pearl/partials/content/stm_events/layouts/layout_4.php',0,'1ʊlϳ,>H9','1ʊlϳ,>H9','\ti>\\\S:j\){\\m]֐-\tSL','',0,'?'),('M\٦M\/ `','wp-includes/js/swfupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\*\#\0-\Ճp','H#a:1\\߯orrj\uz\zV','',0,'?'),('򱠭B\R\zY','wp-includes/js/jquery/jquery.table-hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ogo~iI ','<=;:t_,wăI\,,','',0,'?'),('z2\T#]nS','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_business_24px.svg',0,'!l\I\WH2=7å\7!&,{L\\\','',0,'?'),('ÇJo\D\\\r\ZR','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lightbulb_outline_24px.svg',0,'\)\ݧ6\\ \n','\)\ݧ6\\ \n','6٭\5\JO\WqJ\Z6\L\4AA2','',0,'?'),('\)gd9m2','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book.svg',0,'_pU ]\n\q%kA','_pU ]\n\q%kA','F\_\rbm^OI_\W:2J<\0*6ɪ\','',0,'?'),('\\+\Y\\\\^\\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg',0,'\7f\\u3\\beG','\7f\\u3\\beG','\p\DПr\c\,zj\\?j\O\ZN','',0,'?'),('\%\0\zfN\pS','wp-includes/js/tinymce/plugins/wpemoji/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\\D\_\z','J\>\a+eXxjs\vD43','',0,'?'),('\w\+\"+$\^','wp-content/plugins/wordfence/lib/wfLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\\O7+7\'','\æJ\Z\F\뇘!3:YRG3\k\','',0,'?'),('w (\\'\s\y\\:6','wp-content/themes/twentynineteen/template-parts/content/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n̻܈Z3\\L','%\H\B\\i{\\Pd+k%5','',0,'?'),('\Z%_\&c4R9','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/css/sass/partials/index.php',0,'i=\\0!\\\\','i=\\0!\\\\','Aũ\`97}b>MH\\\JHh\\|Fj','',0,'?'),('#\1R\\\','wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php',0,'fP$*~TDgEe\[','fP$*~TDgEe\[','\Al=\⭹X\, sY\Ny\0','',0,'?'),('y\-\fn6C','wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\1.@!,\\\\V!d','\UzyKǦ@\tJlKӇhs \','',0,'?'),('#\\\/vXR','wp-admin/js/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\>Wˤ\ \"If\.]','c?\!\/;W\fW1 \\T\i!B\0','',0,'?'),(':/VJe\Ξ ','wp-content/themes/pearl/partials/skin/layouts/lawyer/style.php',0,'cɟ6Y9|','cɟ6Y9|','b6\n\y \6ʅ|Rz\\"\\nG\rO','',0,'?'),('=\\\0Q\\'YH','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_code_24px.svg',0,'\:\V\"\v ','\:\V\"\v ','aF\ހV?n}+\\\9W`\','',0,'?'),('S\$1\jn','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Checkbox.php',0,'@\E\\q\\','@\E\\q\\',' 2kS#\\,\\\\ V\f ~sDTz','',0,'?'),('V<\\r\nQ]jvXP','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\*Nf\ټ{','i˶|1\\v.4[(\m@f>\','',0,'?'),('YEho\ksR$+\','wp-content/plugins/wordpress-seo/admin/links/class-link-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CVr\\~Bk\',+','/3Iy;\'3\\N\r3\\\v&\iՉ','',0,'?'),('\\Ca\-+\\n.%\','wp-content/plugins/stm-gdpr-compliance/assets/js/admin_scripts.js',0,'\b;\\\P\','\b;\\\P\','\Z\\\\\\"90y\B{˝.\\','',0,'?'),('a\H\CE m`зЅ','wp-content/plugins/wordpress-seo/frontend/schema/class-schema-person.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ꃘeS-Yhɹ','>>N@0\r~[S\*\Zo!)@T\\[\','',0,'?'),('c\E%D\\ 雩','wp-content/themes/twentynineteen/sass/blocks/_blocks.scss',0,'N\\\"-8G\50','N\\\"-8G\50','(ɿaV)\}џ|^y[9','',0,'?'),('lF\c뒕\L','wp-admin/js/iris.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E`d\șnK\','z\T\\I\5RKb\b}\uH\\Вc P\','',0,'?'),('n`\u)~a-','wp-content/themes/pearl/partials/content/stm_events/single/thumbnail.php',0,'!\پS\Xz#','!\پS\Xz#','\Һy\\D͆\\_EY$\<0L$','',0,'?'),('{$9m7x\\','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-checkbox_repeater.php',0,'J\;;.\U\\\rzb2','J\;;.\U\\\rzb2','7\)\%|\\\=8\\,\','',0,'?'),('Jhv','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_power_24px.svg',0,'(.`w\'\?;.','(.`w\'\?;.','\'Fye\]X^_ftM9૛뺐\','',0,'?'),('\,o\!\zj\"','wp-admin/css/edit.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4K\'Oj\\\'(','[fbTS-\\YQ\\'b\Z/<<\\f','',0,'?'),('ؠ]\fP','wp-content/plugins/wordfence/lib/wfLockedOut.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i1E\\qE< U\B','\\nmo6}x9>,\>\kYuuś','',0,'?'),('AKlfY#W\i|h','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-repeater-image.php',0,'\ \XBT\'q\\\8','\ \XBT\'q\\\8','\\J#2q\L-_K Ly\t(s\','',0,'?'),('\`\"Ia%\\\ݧ\"\"nXjQ\:8','',0,'?'),('\\ك u4 ','wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php',0,';$oyQ6\Jb',';$oyQ6\Jb','\\565f.\ iSYkU>\XD\r;qΓ','',0,'?'),('APxg\\k-IL','wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\&;쇰Py_V&P䏙','c KB)J[\\\=7\nP\(\\K\\','',0,'?'),(':\\U\hm\!n','wp-content/themes/pearl/assets/vendor/jquery.event.move.js',0,'IKNA\r\','IKNA\r\','(8\ \\O\\\Z\iG|>ɭ ZO\R','',0,'?'),('Vk9۴\sֿ','wp-admin/css/customize-controls-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\WC\'6p`f#\\','|\0$؎&\KiB\՞x','',0,'?'),(';\^𩸴8c','wp-includes/css/buttons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\"dX(BT\%','7,\'cG@U\\\Y\r}iNZw\tV\o`','',0,'?'),('&ob ;\\\;\3&\','wp-content/themes/pearl/assets/js/rooms_slider.js',0,'\Z߯b\\0U\0DV B','\Z߯b\\0U\0DV B','4*J|4i\máY\\)9\u\N','',0,'?'),('5$K0\'-_b?Ԣy\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_24px.svg',0,'B\+\=','B\+\=','\\xFcV\\ҪKGX\\*D\r֊C','',0,'?'),('5.\6\nyƭׁ','wp-content/plugins/breadcrumb-navxt/includes/mtekk_adminkit_messages.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\\\@\l&4','Kڥ83>!4d-\"%\B|]','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_hookup.php',0,'WzN\qYR6 \E','WzN\qYR6 \E','V\\x*ھ$euk7Rk\?f\\7','',0,'?'),('EU\\hs\ZSF2\','wp-content/plugins/wordfence/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\[q7d\v\\z\','\'֪* [\0EE*JrVs\\\\\c?','',0,'?'),('GU\\\S-{m]\','wp-content/plugins/coming-soon/public/images/themes/43.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_&^ڼye','6\\rH9y_\n\K6bY\\\?W','',0,'?'),('J\'#rN0a\r\','wp-includes/images/crystal/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nV:\ωG\\-#k','~B\Z-׼of|Wx\\|M\)\\ˢ','',0,'?'),('TnÊ-\iӼ\s','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_AuthNone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kϋ`\D\\&bh',',k~\-1\n)[ 1{\(c','',0,'?'),('Vt$_se~!BB','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/dsb.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\\)Y\\\','0A)5*\\^\\_r/J\K̘<\1','',0,'?'),('X\\V\\+\r','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/filter/filter.element.js',0,'[fFO\^Yg.?\','[fFO\^Yg.?\','ϴ\Gz\"\r \2vQ\"\\rPe\\{','',0,'?'),('YRYi/l@HX\','wp-includes/js/media-grid.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\L%u QP\'-}','bS\'\'}ٞYh<\\\qfU\\ ','',0,'?'),('Z\\Q!\\*','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`y\0#x\sG\J\t\','\A\r\\\x?j\#\ CF\OG-S\$','',0,'?'),('\\f\#\Vv\\SXI3','wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_7.php',0,'s\\\>\Mf\#','s\\\>\Mf\#','8\(Z/ޔ,!9F[HKB >k\W\\\Z','',0,'?'),('_NbD\\\9,z \<','wp-content/plugins/wordpress-seo/admin/links/class-link-watcher-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\0ZD?@\\?SA','\YֿۧaXh\#ne&A\\z^\9(wmT','',0,'?'),('k ?w0B\\e','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_autorenew_24px.svg',0,'ˡ\p\,','ˡ\p\,','7m.0J?\\5}\ON:I+脏#\8f\','',0,'?'),('~LZ#\ڞ\8ne','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_24px.svg',0,'K:\g2\?Bi$V','K:\g2\?Bi$V','\-$\1\\6#|M[\\rR$Fw!','',0,'?'),('z3`<َ\','* \\N\52\\\Σ2\\[v\i~t\'\\','',0,'?'),('\4kH\8Է','wp-content/plugins/mailchimp-for-wp/includes/deprecated-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\#ɤ\N@\rɽs\','l\\'v2K\'+H=\ZDJ<','',0,'?'),('w\qR\\ϣ\','wp-content/themes/pearl/includes/theme/vc/admin_js/datepicker.js',0,'-D\;m@j','-D\;m@j','h\'q\\I\'\\4/\\\\6miQ','',0,'?'),('\\#\\|\','wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php',0,'_wڙZ\a\}e','_wڙZ\a\}e','\S\'>A\\;R/˕\AlV2u\\\','',0,'?'),('\I\*:o\','wp-content/plugins/akismet/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\Mi\HjJBc','\0v1\s\N\>cID٦\I\0-','',0,'?'),('!H^>t8Q','wp-content/plugins/wordpress-seo/inc/indexables/class-post-indexable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\42\ݶ\g+N\\','Ig7\k* n2X6\e','',0,'?'),('zZf\\\ip^2׎','wp-includes/js/mediaelement/mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\7\mtܡ','\0jR\igG4=I5\"R}\}o\E','',0,'?'),('j\8\ď\\Z','wp-includes/js/wp-backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bgWf.+X\\\\\p','\nTxN@s_L`\E*d \Hc?','',0,'?'),('\\\\n\\501vW','wp-content/plugins/mailchimp-for-wp/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IM\\0 )\\?\?','ը5\t\\Q\(\:=\( @cAw','',0,'?'),('ݖ\ɽ\c\q\J','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_NZ.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zh0oe\Z\)Tj','yeX$\\\:\\)Ǟ\nӴ\!L\','',0,'?'),('޵t\ZJ$','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_end_24px.svg',0,'ɯ\~\ Zv\0\\ >g','Lgg\n\;́\\ % њĻ)+W','',0,'?'),('A4e\\{^\Z','wp-includes/js/wpdialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ʒy\n \ ep\ԩf','\\!/Af\0=G\7h/uU\&g','',0,'?'),('F\\Z\C\1P','wp-content/plugins/wordfence/lib/wfDict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\ L\\Z!bE\l\','\.{0Je\{\5-\\ ~[T$Ğ','',0,'?'),('Le\'J^[\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-private.svg',0,'8Xpbm\9[ 3:','8Xpbm\9[ 3:',')΢vM%\u\EƓo٧⯧+R','',0,'?'),('c}b\\fɰ܀yB','wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\\q\<7\\','\nZn\B\8)\\\C\'gjW\M\\\xi','',0,'?'),('f\ \\\(7\j','wp-content/plugins/wordpress-seo/images/link-in-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\m\4t\1D\','?ӽp\MR\\nI\\m#','',0,'?'),('uN\.A_\_\','wp-includes/js/media-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gs hS4%j!#v','\\)2\%f98\,\'vR5\݊O\%\DS\','',0,'?'),('~6\]C\}\','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\@mMp\\','>`1bɋЯPi\Gf\rH*jv','',0,'?'),('xf^\\ZO\','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate-x.php',0,'=\>>\0u%@','=\>>\0u%@','\u6\M\\\ 纟\t\8^߮I','',0,'?'),('AZ9S','wp-content/plugins/stm-gdpr-compliance/includes/DataAccess.php',0,'S}NY*I\3','S}NY*I\3','٘\.\16\\nfø\'X\\\rb@','',0,'?'),('\\\>+ܞL[\m','wp-includes/js/tinymce/skins/lightgray/img/anchor.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\a5q\ȑ_4@','(afo\\x\DpaQ6\mtk\,\V^','',0,'?'),('\(\\%#9yn','wp-admin/css/forms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'5jq}4:\\O','\Znm+sosaw\$ga\4%\!','',0,'?'),('\O\r\\K\7','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_locked_24px.svg',0,'s\\r)\\\ ߄_\','s\\r)\\\ ߄_\','\\$\h\0zHH\ C5\& cy\6','',0,'?'),('\D2d4\\dy','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php',0,'\^!z(a\3YMR','\^!z(a\3YMR','\L]\&f\[8p\z\Z\-Ozp\','',0,'?'),('D6\S/\cQ?','wp-includes/customize/class-wp-customize-background-position-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QJt\"\!!_\^ ','\릟\/ԤokroQ|E\Q\Z݁\ro','',0,'?'),('\c\\H\ZM0y','wp-content/plugins/booked/includes/ajax/admin/delete-appointment.php',0,'԰0\\D\\\;','԰0\\D\\\;','|%N\S\0Iw\\0eʥv \\','',0,'?'),('\{Z\n\0D\rOM*Ut\','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N S\X\?z\\','\\\Ԧ\n\ٲLK\Y1\%X7\~\*','',0,'?'),('ȉm\\m^m\B#','wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4tfؚ\\','\Z=k\\Z^jd_8{m\⯤\|c-?\','',0,'?'),('̝B%\N\k\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/note-paper.svg',0,'S\6%7G%\B','S\6%7G%\B','\1U\x\\|!⟏\n9I\x\dT:','',0,'?'),('\f{S}ΜӪ','wp-content/plugins/mailchimp-for-wp/includes/forms/class-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\aţ0\\%0\',' P\5u9v\=nz%`H\\ng!b\\\'','',0,'?'),('\\>\ 4;\O.R ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg',0,'\\\\\`\ɱA[FB','\\\\\`\ɱA[FB','%\єvl\" Y@zЛ\\\g\','',0,'?'),('\\K\VE\\','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_text_format_24px.svg',0,'ghҬ`','ghҬ`','\;\…n;ȌJybĪbh\\\}\,','',0,'?'),('\\y\0 \"\Q','wp-admin/user/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘8ovʛ\4,','5kY\#(\\\\\\\\|\\6P-~(','',0,'?'),('\(\\Z\vdvQ','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ϋof\A\"Y','I@\\ې\dwZp6\ǺA2;4g4','',0,'?'),('\BLN\yj\r?','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fish.svg',0,'N\\\nGIm\\','N\\\nGIm\\','Q\R7p}=Cң\\۹8X\\\CN','',0,'?'),('\T \s','wp-content/plugins/LayerSlider/layerslider.php',0,'y^;_\s`1','y^;_\s`1','\jk\|1z~$P\ o]:\','',0,'?'),('kյ0Qo','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg',0,'\ \s\M7/$\','\ \s\M7/$\','\[t\\їtwch\\3','',0,'?'),(' ~\\\rC','wp-admin/link-parse-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' U-@]\','\.$@h,Z\f\XCl','',0,'?'),('ϬO9k=l\ ','wp-content/plugins/LayerSlider/static/codemirror/mode/css/scss_test.js',0,'Zi\\Z۲ܑA','Zi\\Z۲ܑA','-Gc>\2Pج^%F\\**):X\\','',0,'?'),('j\\Z;\nlГ','wp-includes/random_compat/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5&}k\\\! 6$','X8P\_9kQ\a[\\-mS\'<@\!V:','',0,'?'),('*F\Z\iդP\1','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/dropdown/dropdown.element.html',0,'Y\gnĵ!l','Y\gnĵ!l','.\ʳTRZ\rg[Գ\*\gA\\','',0,'?'),('\ OZ̯qq','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php',0,'\\\`D$:}\\','\\\`D$:}\\','|\A\0\b\lF[p','9 o*b9X9`Zq\H^֕\9D&&','',0,'?'),('8\Agxa','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php',0,'3\B\s$h\','3\B\s$h\','M5Q \\\Л3\FWΨ5e\ٓ\(\n','',0,'?'),(':ӱ`JiL','wp-content/plugins/contact-form-7/includes/integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\l\\\˗\"=','˭\\\ի\(Z1iL\\nOU','',0,'?'),(';*\\W\\UV','wp-content/plugins/coming-soon/public/images/themes/11.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%D`\\əS5~',' `Z\'G#\uSVoIie\\\\j3\','',0,'?'),('E1\'\'Kŀ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-growth.svg',0,'\ę\Z9\TO','\ę\Z9\TO','Gs\*\"{\UȂ\an*C\\c\','',0,'?'),('KF\nOi},\w\','wp-includes/random_compat/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\[Bң\J\Ԉ\;',']Q\˄=Pݵu\Q\{>ϐ ','',0,'?'),('MavesSeG\$','wp-content/plugins/booked/includes/ajax/front/appointment-form/bookings.php',0,'_U\F(\9O\e\','_U\F(\9O\e\','\"w\E)\Ѧ<\~\,\rIVZP','',0,'?'),('Q-u\0q9\0','wp-content/plugins/mailchimp-for-wp/includes/views/extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\%\u\\\d','<+1\\Fj=\'y\\mY2\I\4H$','',0,'?'),('QC=@vC\m\','wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\b\~~J\\u',' 1m#\ƌ6\\!`\\Q\:Xjo~߹','',0,'?'),('R\\:S\̝','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_on_24px.svg',0,'I}Ԛ^\޵\Q\Zw','I}Ԛ^\޵\Q\Zw','\\]:\0\cA7kT\`\ (\0','',0,'?'),('V9\K\\goX7\','wp-admin/images/align-left-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i8O\\^\c','$kb>\\ \k&: ڂa7Zcdm%','',0,'?'),('_\'&7\,\\','wp-content/plugins/revslider/includes/framework/em-integration.class.php',0,'\6{\z_','\6{\z_','t`ob\Y\ŷb.\n\ \i','',0,'?'),('c\RN3WO.\\Z','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_membership_24px.svg',0,'\0g\v\\\1\|z','\0g\v\\\1\|z','Mri\" \C։LbZ`\|\g&','',0,'?'),('jƖ3Jܪ\lI','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_setup_24px.svg',0,'e5ܸܷU|E1','e5ܸܷU|E1','^Z\u-:\"\]#XES\!\MF \\\','',0,'?'),('o\;rVJe<','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/media-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \\~Ѝp\UM\',' \$#<w\? 4ODI7%>T','',0,'?'),('vV)1\\\TѶ\"JM','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_create_24px.svg',0,'9\05H\q^€\Z','9\05H\q^€\Z','vu;\\\ׁO\"x݌<\Q4ط','\P_+\Oʡ\Eb\Q\\2','',0,'?'),('|6ի\ZM\%p','wp-content/plugins/revslider/public/views/revslider-page-template.php',0,'\]3wU\CΎK','\]3wU\CΎK','ˠVkٔ%}wxٽ','>kٔ%}wxٽ','\\?a\~?{o{u<\\V \}\','',0,'?'),('\ra+U','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-integration-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\n@~!f!桗\^DV','Z\WZz_#u\rYZGrDS++ \u\\r','',0,'?'),(' w\\\\*\0\p','wp-content/plugins/wp-members/assets/js/shortcodes_tinymce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vF&U\\\\\\f',']]&=x\'\")\_m\r΋\\x[:!','',0,'?'),('\#\{ݒ\Z','wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg',0,'hS\Zr\\\FU','hS\Zr\\\FU','J\rI E(ibPrCh]]@','',0,'?'),('\Pq-t@l\','wp-includes/images/wlw/wp-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1 ʚ7w3K*','5 }\x(\\r\:a,zmKH1|/\\+','',0,'?'),('\0NU\\GJB','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_slideshow_24px.svg',0,'$.d<]IDtO','$.d<]IDtO','3M]\\'t\b\\\qh#E\r[2UF','',0,'?'),('U\\&(f\+9ӽ\','wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js',0,'p^39:\r^\\','p^39:\r^\\','\6{ YY\"I US6\\Q4T\$','',0,'?'),(' \\)\&Z','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/gl.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Y\a\cytu^\z','e\?f(a,.\'@5\\\\zs|=','',0,'?'),(' TR1\m0~','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_flat_24px.svg',0,'{#s$\cm','{#s$\cm','W)\sZNd$;v\թnn@@Z?usW\','',0,'?'),('\rDov*\Q\* \','wp-content/plugins/coming-soon/public/images/themes/40.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' W\B\ym\$L\_','\|}S\#C4Nͣl\\\˸','',0,'?'),('\r\V\2P\-+x@\','wp-content/themes/twentynineteen/template-parts/header/site-branding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zmoë垅\','B.T\\Z{1>\c?+\{Τ\YAv','',0,'?'),('\\qr\Fg}1`','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php',0,'\4(rH~!˄-','\4(rH~!˄-','&ZU\Z\;e&Q\m\\\\\-\\\\C4','',0,'?'),(' @\;*\|','wp-includes/Text/Diff/Engine/string.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':=M\\0 \i)','\\d[%\nZR\` \ \','',0,'?'),('\"\u;\N\^`ا','wp-content/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php',0,'\Z+xҥ\\0\\','\Z+xҥ\\0\\','\\^-\>RW|fiEN@_AM%','',0,'?'),('*f{K\rђ|Ѵ\','wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php',0,'^\VJUWz\\\\<','^\VJUWz\\\\<','t\\TWI\k?B\Р<s+8\`\@0\b','',0,'?'),('.+\HLh`','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_24px.svg',0,'\'eO\ \\@','\'eO\ \\@','u\\D\I\\F!\\'>A?OG\\<','',0,'?'),('2:mpRh4tЪ\\V','wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fr_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t\i\χ \2VDɾ','\D[E&\ι/*0o%+靣fzy\^Y\n\','',0,'?'),(':\\%\/$\\Sk~ \','wp-content/themes/pearl/includes/admin/product_registration/screens/plugins.php',0,'3\'?Xk\&\\\b','3\'?Xk\&\\\b','Bk4 \e6\0\y=W~‡>','',0,'?'),('abeIei5O','wp-content/plugins/wordpress-seo/css/dist/select2/select2-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\iX\nn\\\\','2T4\\9x|\&JM\tXH^|O4O','',0,'?'),('q\YWCrin','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_24px.svg',0,'8WFKE?\mT\Dv','8WFKE?\mT\Dv','\T1x\ \.\\~cEbԏGA\v','',0,'?'),(']p\R/$1','wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M#Ƃ,n\\j9{','\\+\\N)¨\L Kz(','',0,'?'),('xM5\\L\Z\Z','wp-content/plugins/wordpress-seo/frontend/class-frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\B%5m{W(b=','nN\\\|,\NJFH݁TI','',0,'?'),('>9\\EOXۥ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_10_24px.svg',0,'\bClꟗ^<#{','\bClꟗ^<#{','O0#ʯVf82uq D: N>e\\','',0,'?'),('.\PL\B*.q','wp-content/plugins/coming-soon/lib/seed_csp4_lessc.inc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/\\Yֆ3\','J \\1$|(\ruꭅ\[I=%qrq<','',0,'?'),('Q\\#zBs\r','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/autoload-pedantic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\)\9zZ?ʺN\"','+V\K|kca՚ۺTt\\\','',0,'?'),('8\C\!0\\','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EB\{b\[\','\w\\\+(\Z7G\V# *~,','',0,'?'),('\"j\\V\\\d','wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!<Ųnd\5O`','}qI:I\$u \\~P P C\\nx<^\','',0,'?'),('W\*r%9\U','wp-content/plugins/js_composer/include/autoload/vendors/cf7.php',0,'x\'\e&\`։G','x\'\e&\`։G','nd&NZ=\'㨏\{W컕Z','',0,'?'),('117Py','wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_19.php',0,'B\Z#+\i\QCV','B\Z#+\i\QCV','\W}ri\L\\ms\wɊv\H`#K\r','',0,'?'),('iY\uN$U-l','wp-content/themes/twentyseventeen/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\U1\|\r\4k\<','\C;\ ǰ\ibqGU@O\"\ɬ\','',0,'?'),('JSm)h(E▧;/','wp-content/plugins/wordpress-seo/languages/yoast-components-he_IL.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\d7:\0(','| ;p@4X&\ D\"ƹY4\Y}','',0,'?'),('\_w\ƌ\\\','wp-includes/widgets/class-wp-widget-media-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\_)\F\"','LE\\ƹUk\=\_.Hic%~} \\','',0,'?'),('\BHw\','wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','62K I\\D@','?ze=&O{$_c\H\uz(=K','',0,'?'),('\4_msg(O=','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-fa_IR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\d? k3KT #u',' p\D~ ,Y,ϰPo','',0,'?'),('\\'6?>\ې','wp-content/themes/pearl/partials/skin/layouts/seoagency/style.php',0,'\qD<\N\\\w9/','\qD<\N\\\w9/',' rE.\-w\.|yg𕡘O4VF\7','',0,'?'),('ݍ(\?z@V\','wp-content/plugins/stm-gdpr-compliance/includes/PluginOptions.php',0,'Z\$e\"o{','Z\$e\"o{','n-.*+BǼsV/Z7Mag -\j\n','',0,'?'),('\\ci{\n\sL','wp-content/plugins/mailchimp-for-wp/includes/integrations/class-user-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z#z lFp','R3\7\\\pd*z\r̴8y^f','',0,'?'),('\~7\17\MiU','wp-content/themes/pearl/partials/content/post/parts/postinfo-6.php',0,'@Q\\'/>`','@Q\\'/>`','\nZc\Y\\0D\'<\'\`t\c\\nn','',0,'?'),('uzFVʥ\rt`l','wp-content/plugins/js_composer/include/classes/core/class-vc-page.php',0,'%lw\̻','%lw\̻','gGnJ=~7\1n%u%Z[*&ֲDd\','',0,'?'),('\ǢBմ(\\\0J','wp-includes/class-wp-text-diff-renderer-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\8l_\r\u','פme,\V\\9}\\ y\v','',0,'?'),('%B:e}&\\\\','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_36px.svg',0,'1s4\UW` jF','1s4\UW` jF','\6p:\ȋ\N\$\Y\"2kg\Mc! (','',0,'?'),('6N]bN\R','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڄ \q?s1\\U','\REkks&]!i_\"\\y~Ka','',0,'?'),(';\%N!9\nL&N\\','wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ג\\"\? q7#','\\@Oo=\\\m\SÝE,A\\'y^','',0,'?'),('@\\sB0<{l3\','wp-includes/wlwmanifest.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Ԑ\i^','\ƤJľ**X|i\cy-u6p\C-\$*\n','',0,'?'),('JHl5\֩\P','wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php',0,'}1\0h#\','}1\0h#\','1\q\42\Z|-eEWֳ\I\Z\\z$\','',0,'?'),('a*\˫Cq,p5g\','wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Nb\=~\h\\','̭B<\D!\WY``Ȯ*pU`pc\ז','',0,'?'),('k\ \R/F_a\','wp-content/plugins/stm-configurations/page_importer/pages/charity/sidebars.php',0,'8Ic <\Kӛ1A\','8Ic <\Kӛ1A\','0\V*PH>=\\\Q\32\\){N\n','',0,'?'),('k\\e;h˽','=#\\\!\>;h˽','\\yui\păY8Q\}o{l\t','',0,'?'),('+?YE\G]W','wp-content/plugins/LayerSlider/classes/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('D\\=K49\','wp-includes/js/codemirror/codemirror.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','23j\1(D\','\Ό\,a\u\\@sY%K\-o\n\r','',0,'?'),('2\T;BP\i/A','wp-content/plugins/coming-soon/inc/default-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kv$\:ooU\s˄','J\\HԎ\\\)7$\%q887','',0,'?'),('e\Hv\I4.','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_explicit_24px.svg',0,'yO\AqQ}\"Ҭ\2','yO\AqQ}\"Ҭ\2','!IG\-\i`c\\b{fkT̑#\','',0,'?'),('\ \ϛ$^4|-v6\\\','',0,'?'),('<1*\R.V','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_JS.php',0,'\zS\0GTQ>踋(','\zS\0GTQ>踋(','\'@\v\ǁ f9ߠ\4\Z`\\UO,','',0,'?'),('-e_\9\\n','wp-content/plugins/wordpress-seo/js/dist/wp-seo-metabox-1230.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\2y\ 78+\\"$=','Z/\0\?\\\OZӐ\\<\','',0,'?'),('\h\ kE~\\Z','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_comment_24px.svg',0,'\VaQ^$IGʭ','\VaQ^$IGʭ','g;\ZSސuD/=z\O|G','',0,'?'),('\6K1(\\}/AX','wp-admin/network/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\)d~\\\r\\n<','BIܸ1\\C\!捠q٠\r{@\','',0,'?'),('\<ћ\b\Z՛ij\0C','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_drag_handle_24px.svg',0,'8\\/JU~.\[s','8\\/JU~.\[s','\\\D:Ul0M\翿 ފ\o\','',0,'?'),('\\4\\\\M{\','wp-content/plugins/LayerSlider/static/admin/js/ls-admin-slider-builder.js',0,'\rp\*g\H\#%\N@','\rp\*g\H\#%\N@','si\Z\\\\ei\,s\\\{BQ+6','',0,'?'),('\G\E\9Te \','wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_12.php',0,'$iI\Jл9z\ޒ\','$iI\Jл9z\ޒ\','b=<\\=\\ɾ9\\D\nb梦,Է\(','',0,'?'),('\\\'\\n\1q~_%','wp-content/plugins/LayerSlider/helpers/admin.ui.tools.php',0,'H\\_\'b_G\%\','H\\_\'b_G\%\','q%\U<\')\"c \nSv\0O?','',0,'?'),('\RbDg\jv4F\','wp-content/themes/pearl/vc_templates/stm_contacts_widget.php',0,'U]>\"C2.8\ZTΙr}','U]>\"C2.8\ZTΙr}','\<\fG,O0ZX\rQ\\5\x\'','',0,'?'),('\\d\׸.,Qf','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_6_24px.svg',0,'TB0y\y\HL\\'Y{','TB0y\y\HL\\'Y{','𕷅a\r\\\9.&%\\0+>\\','',0,'?'),('\n\' iJ\O\\','wp-content/themes/pearl/assets/fonts/stmicons/corporate/stmicons.svg',0,')vx \T\ܻ> ',')vx \T\ܻ> ','\\Ϝ.6^}bB\\SP\\\O','',0,'?'),('ĩ\}x\(T','wp-includes/js/dist/block-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/\0\Ww2_.\\0','#\J}\7\J\%8Naf(\4a\w','',0,'?'),('\0_Y\:A/dE','wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1230.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0s-c\_~:g+|','t5\|Tꘫ(\9+E\ƙP_\S\7\;(p$','',0,'?'),(',7s׺\أ\>','wp-content/plugins/stm-gdpr-compliance/assets/js/block-cookies.js',0,' \\3\6\0[)\a\',' \\3\6\0[)\a\','m\\L\5\\o0iʑ\\*r\\\\(:שz','',0,'?'),('^Q6l\J! \ͦ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\d#\k\\','\tw}?e \hBT92\uCžv7\','',0,'?'),('\\\0\"=*L\','wp-content/plugins/revslider/admin/views/templates/create-slider.php',0,'<\@\y԰\ߴ*Ϥ','<\@\y԰\ߴ*Ϥ','`\"1!n \\\]6\\0j~ԝ\Pཅj','',0,'?'),('/X\{ƨ(','wp-content/plugins/LayerSlider/templates/tmpl-post-options.php',0,'N\*0$aÿw\','N\*0$aÿw\','|]K$#\\:\x]\BZ\Ƚ\'o2\\dF@~ n|','',0,'?'),(' ń1r}mJGW\R\','wp-content/plugins/wordfence/views/scanner/options-group-performance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zJ/b~\\\\*\','L,\\L\\{\k\ 櫿\1ҹ\B','',0,'?'),('0\$\'`Õ \n\\\','wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\cٝ~\r\p','\I\ʌ \?(5\]]FrA\~{tJ? ','',0,'?'),('2ni\0D2Mh\','wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aL`QT\"\rdZ','Gwe&[J#\` \\:*\g\e\','',0,'?'),('7ljL\n8b}\','wp-content/plugins/js_composer/include/helpers/helpers_api.php',0,')\Yg7',')\Yg7','\?\f\InF\\\$;B풳\=\r','',0,'?'),('<\\nfoSӝ.*','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php',0,'* \9!~','* \9!~','=\\<ٕ$\Z8778\7[\r_$,\0\nϲa','',0,'?'),('H\\0\L?\c\@ l','wp-content/uploads/stm_fonts/stmicons/beauty/stmicons.svg',0,'c\\B<\4q','c\\B<\4q','\\I\,\|D2\`ʼi]Nn\:%!\','',0,'?'),('^:k\C\\\Œ\^','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessible_24px.svg',0,'\uk\\v\d+\','\uk\\v\d+\','Ҿ\$P1XӷAMB\.{#t5iȔX','',0,'?'),('e O\' kmyٜ\','wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js',0,'\\U\ \0g[\㵍','\\U\ \0g[\㵍','>\+_q\k[eGg\\\^\5~*(g\B\\r\','\>~*(g\B\\r\','^3\{bߣb \^o\2?\\','',0,'?'),('soߝ^]K','wp-content/plugins/mailchimp-for-wp/includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RZ\'\{\>:\ǔO','t5[{H\\M86 m\ d\^J\\_P','',0,'?'),('ɱ%a{Zj %','wp-includes/class-wp-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a9o\e\N+\Z\6>k','ԟExQF\45&z\E?qń`~\','',0,'?'),('I:4PU\\','wp-includes/SimplePie/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JU1SQ?','}k\\J?\dA1\Z7o','',0,'?'),('ИR~L\Ϧ_','wp-content/plugins/wordpress-seo/frontend/schema/class-schema-article.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7dgF-O/ho','Z\Zc\_͞*\L{\9\1\"\C\1&','',0,'?'),('u\n','wp-content/themes/pearl/partials/skin/woocommerce.php',0,'~ED=ZD','~ED=ZD','\>\>Q\jZ\\_\0k\\\ZJ\9\','',0,'?'),('oJ\\2o$L\ҡ','wp-content/plugins/booked/assets/js/tooltipster/js/jquery.tooltipster.js',0,'#\=\n\?.\','#\=\n\?.\','x)T$[R\:߼(\\\{~o\','',0,'?'),('+#\ [d7\l:7','wp-content/plugins/LayerSlider/static/layerslider/skins/carousel/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('š0xF2\ `:O\y','wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php',0,'\jZCf\m\\\','\jZCf\m\\\','M Z>2u\'\sAoA`\go\rhc','',0,'?'),('ɿjK \2\','wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php',0,'VKFd\\r\','VKFd\\r\','FЙW sN\c1\\+MaK','',0,'?'),('\\Ѝ3>#.','wp-includes/rest-api/class-wp-rest-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E<\\Є)n%%W5','\4\\\T\#\\rW3Mي `\\!cR\','',0,'?'),('\^y87\ z_fRŠ','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_archive_24px.svg',0,'$];-7h\p','$];-7h\p','\籚\0\\\TyQXI8\nԊ\','',0,'?'),('R\=\*\d\n','wp-admin/includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\4>{Tl\\h','&e \\0ge\BN\_5}m\ \\'%L#O','',0,'?'),(' |\\2󔫷\t','wp-content/plugins/wp-members/includes/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\cYY\az-\t','0\Kk\\'x\\5gn2/n\MS','',0,'?'),('\0{, u@','&1Q>\0{, u@',' \ƞ\lEa?\\\c','',0,'?'),('=ol,\f\8S','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_gas_station_24px.svg',0,'_<݊` ڲa}m\','_<݊` ڲa}m\','(t\\w8FD gj$>\0J\','',0,'?'),('=\yE&\rqHLP\"j','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_column_text.js',0,'dJy>0\VY#\dc','dJy>0\VY#\dc','\:: \8IWz\a.s\"\\)\w\Ⱥ1','',0,'?'),('FB\nBȓ\+','wp-content/themes/pearl/includes/theme/vc/modules/animation.php',0,'ʂ.MN','ʂ.MN','I\\\\6\|\ޖ\Qa׸/^Gm^=','',0,'?'),('I\{7y Y>','wp-content/themes/pearl/assets/fonts/stmicons/hotel/charmap.php',0,'HIs-\"\"Եq\a 8','HIs-\"\"Եq\a 8','0Bi=@\\8[','',0,'?'),('w +j \','wp-content/plugins/wordfence/views/common/status-circular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\)\.=g','q4^\"-9\\\\nd1q\O,\\','',0,'?'),('|_\]23<><\','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_kitchen_24px.svg',0,'nI\\\F\B \&hF','nI\\\F\B \&hF','\\" W=y$\4w\M@\T>','',0,'?'),('bJȨ\\CK','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure04.svg',0,'x>8\s f\\&}','x>8\s f\\&}','~J|5\\\\iK=`H불G\#\\','\(\\[\n\̻\oRAo3^\\ ','',0,'?'),('60 \L\'q','wp-content/themes/pearl/assets/fonts/stmicons/logistics/charmap.php',0,'Ű&-҇\{','Ű&-҇\{','\~Xn\\Z 6T?zO\rȷO;t','',0,'?'),('S\F\7','wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y$NX\\ll','[\-\v5<\\M\n\\+Bu.,\5g','',0,'?'),('\\L?@.~O','wp-admin/css/colors/midnight/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';A#Zgi\\m’=\\','\UiDA-\,EP\T\\V\(\-N~\sԉ,','',0,'?'),('\\nF\M|>','wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-checkbox_repeater.php',0,'A2Q\Kbc[^\q','A2Q\Kbc[^\q','\J\NsO\j\>L\'\]\6F\q\wO','',0,'?'),('T\ne.(','wp-includes/class-wp-image-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\SA\\\0##','\umK_\9\\\a6u\\hdN{','',0,'?'),('IlA\+;\\','wp-content/plugins/wordfence/css/diff.1550163483.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I6OG\jL?\vB\','1t\\a\P.\E edˎ3m\','',0,'?'),('><\QzU0\\V_\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pan_tool_24px.svg',0,'\\݈\tA\\ Z%\','\\݈\tA\\ Z%\','8.\-\\:}m-9K$3.}h\','',0,'?'),('ܧ\@\{9@w<','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z#הkU\OےQ','\\\\L(\aS\5ɥ@:XDY ','',0,'?'),('\}\\PÛP\\\Z','wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\ B9$v\r ','\X\-yH\VKrV\\Y˴t\X','',0,'?'),('\o\a\f} ?E','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_36px.svg',0,'ܟt\ \io','ܟt\ \io','(\GRꊢ\\jR;c\ZU\\D\v\c\','',0,'?'),('\R,A\ZGJ\'-','wp-includes/default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n߫\Z\!\?\\lk\s\',')У0\U5\ޒf\.1?~epٿZځ','',0,'?'),('\[K\\"\\z','wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php',0,'\7+\G\\','\7+\G\\','ALf.ꮅ\R(2\[ㅽ','',0,'?'),('H>\\\.','a<-z\jh(ة2q\\JH—e\ɒ','',0,'?'),('I\Z\%xK%{k1','wp-content/plugins/js_composer/js_composer.php',0,'}B@{\\a','}B@{\\a','\t(\y\"7+Ɉ#m>WFe-\ Q5','',0,'?'),('Ph\\rV\','wp-admin/css/revisions-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9m!P\f\Y\r+X\','Z\ח\cc,δ+A\~%;\+|T','',0,'?'),('T\T\y^\{\','wp-content/plugins/wp-members/includes/cli/class-wp-members-cli-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%\\EXC糲\','\F1cO&A\BK\H\Zi)\0\,','',0,'?'),('aq\\\ri','wp-content/plugins/wordpress-seo/admin/links/class-link-content-processor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&L80DJK\T','hb\"҆@\\ \X\'8*ז ._S\v','',0,'?'),('o\\l=\r-','wp-content/uploads/stm_fonts/stmicons/furniture/stmicons.svg',0,'3Uxr\U6l\u&','3Uxr\U6l\u&','D\n\\uZm \\!3MT\mCW','',0,'?'),('\V\Ӓ\G8.m','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_swap_calls_24px.svg',0,'k\\r&J\g','k\\r&J\g',' ?\T\ R4k\PEe˜M\l[Ay','',0,'?'),('(zPqJʼq','wp-content/plugins/stm-gdpr-compliance/includes/cmb2/css/index.php',0,'i=\\0!\\\\','i=\\0!\\\\','Aũ\`97}b>MH\\\JHh\\|Fj','',0,'?'),('2]&֔#\^F\q','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2΢ /E!\','',0,'?'),('\Ѝa\1\F$͈V','wp-content/themes/pearl/partials/content/stm_vacancies/single/button.php',0,'S+A-֛\Zޙ\n)','S+A-֛\Zޙ\n)','A\>x&\\E\p\m\\2\T#au','',0,'?'),('\~6`57(\0','wp-content/themes/pearl/partials/vc_parts/stm_staff/list/style_2.php',0,' D5ML$3',' D5ML$3','\Y`9fo\\\ޜ-6','',0,'?'),('@,z\9\\\q','wp-content/plugins/booked/assets/js/tooltipster/js/jquery.tooltipster.min.js',0,'/hT\0\ Ǔ2u','/hT\0\ Ǔ2u','\Z(O>\'bDX?aY*','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_class_24px.svg',0,';CY;hP',';CY;hP','\Z\q27:k~cL:m','',0,'?'),('//`gXK\','wp-content/plugins/wordpress-seo/frontend/schema/class-schema-faq-questions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԫ0?\A,\c',';\Zܜlϔwd\r\QRl\c^9','',0,'?'),('])\\ {?R}','wp-includes/feed-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\#$n~\o',';(r\\\C֨ܐ\Z Uy`\j','',0,'?'),('(\"#m1)\'\^','wp-content/plugins/LayerSlider/static/codemirror/keymap/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('0=VG:܄','\g\2\5ݣѷC\(4@E\>x $X\','',0,'?'),('<|\ٞ\\~P','wp-content/themes/pearl/partials/vc_parts/iconbox/flipbox.php',0,'-OfpuNC','-OfpuNC','\\h\\r7-<M\IÇ\','',0,'?'),('B\Fa^\A\"','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sd_card_24px.svg',0,'$No\I\g\B','$No\I\g\B','\g\l\\ \7I\Ձ\\\\A=','',0,'?'),('J!2\\0','wp-admin/css/about.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\j\\zuGw\','K#^a\cA/C,m5\pG\A~\','',0,'?'),('^O|\':QǙE\\','wp-content/plugins/wordfence/views/common/status-critical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q[[_Y[ʛ\\J{&','nI\Zg[\0M\\\\\Z\1]\','',0,'?'),('g\"}_7\J5','wp-includes/js/jcrop/jquery.Jcrop.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V̞\/Kx','\2S[6Dv5bs\=\\NLw','',0,'?'),('k @\f\x@','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/piggy-bank.svg',0,'B\\賴OC\\r7u','B\\賴OC\\r7u','trA,oUZ/?^','>,oUZ/?^','f\|2c\,[\(4\9\q~\@\\','',0,'?'),('̋ዖ@T\','wp-content/plugins/LayerSlider/templates/tmpl-import-slide.php',0,'Kv-8q/4 B','Kv-8q/4 B','+\\ \"~\eೲZ(\3K<','',0,'?'),('\\\}emH\'\','wp-content/themes/twentynineteen/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Pv\0\\#','$\\\,<7j\3҇c(d^\\','',0,'?'),('\ \:mP\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_two_24px.svg',0,'l.\\ h\nA','l.\\ h\nA','O\\c\^$\B6I1aC ȑ\~oz','',0,'?'),('\\V\]','wp-content/plugins/coming-soon/public/images/themes/15.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\9OP\\mw\[','\\g\d+\,6۬ 0ɏVK\','',0,'?'),('iúz\(','wp-content/plugins/LayerSlider/static/layerslider/skins/lightskin/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('Q\I\`8m\D','wp-content/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php',0,'C\Ob^oɊ','C\Ob^oɊ','!!\k*T\r_\uy\'-8tGS','',0,'?'),('+ q^e\\gu\F6\n','wp-includes/theme-compat/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Ţs^\qcb','W\5Tp;-n0aO\n\','',0,'?'),('.\Z\yR\U','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/posttype/posttype.control.js',0,'#Cg\\\nM8','#Cg\\\nM8','<3 b\nK\\`jm\\\H\+nvfN=','%.l\1\Lz~\źSzZ! p\','',0,'?'),('`Sk\\7Tt\vX','wp-includes/class-wp-list-util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZUUдr;!\@','S\ɘxU\\wgGv+]r,6<IY','',0,'?'),('fw@\\\JF\','wp-content/themes/twentysixteen/genericons/Genericons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sө\n/;]s>','4+_\[\\\qpv,\{l\\','',0,'?'),('r\"-\0EwX','wp-content/plugins/contact-form-7/modules/textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J۔m\Q\ԣ{b','Nj?g\rAU.bǯ\/\\\Lj','',0,'?'),('us\T­B\\B ','wp-content/plugins/wordfence/images/sort_desc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J%{OZ\"/\o','^*\n^\\0m+!Nk\Ɍ  \/ԯ^k','',0,'?'),('\]O\#݁','wp-content/themes/pearl/assets/fonts/stmicons/charmap.php',0,'u!\9ܡ\.Y[L͆','u!\9ܡ\.Y[L͆','#깤M`P\\ ۚ\\FZ$','',0,'?'),('ˋfl-rN','wp-content/plugins/LayerSlider/locales/index.php',0,'-c+,','-c+,','k~ UH\Z\xP\\Ā<;X','',0,'?'),('Gzk\\tf6\"','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-zig-zag.svg',0,'Ϝ\\\s\Co\','Ϝ\\\s\Co\','\"v\`\\W\.K˚P\,%q\\r^ H\','',0,'?'),('\\'\B\7S\','wp-includes/js/zxcvbn-async.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=$a\[ZF)^\n~','\uQ9ҫ{7o}\\\`\-nW\','',0,'?'),('Hh\\ILR÷W\\','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_copyright_24px.svg',0,'2\\\1oG㎭','2\\\1oG㎭','\ב\\"]; ޡ\Z~\\\6FD\n*','',0,'?'),('{ \n|p٤','wp-includes/customize/class-wp-customize-nav-menu-item-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7t?k^¤\hߺ','k mng1BA]\]\ɊJo','',0,'?'),('\)\(\<\\','wp-includes/js/json2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>xIt \Nll\\ru','9\*\\H\0+E4\3+`loz','',0,'?'),('ƐO|A7\;o\','wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ {AsN\f\','/k\\'F\\yߙ\\;F\@\$pdsz','',0,'?'),('\@\rr!\Xێ9{T','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/keyboard.svg',0,'+S䃺\Mo<2>\','+S䃺\Mo<2>\','kP$\ώ\=w 4{C\'\ZLxVi*','',0,'?'),('\a\\'@T瑓\\','wp-admin/images/date-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.\IVď','AFyWI1Cx\)\\mUg\YA4[qC','',0,'?'),('\\vջaR9L','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart06.svg',0,'l\\aK@VLv(','l\\aK@VLv(','G\MaP\X5*-EpM\4PSe>','',0,'?'),(' swfPr\\u;','wp-content/themes/twentysixteen/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tz\RI\5=RkjA','\-l\\M2# ÞP/\\\\\\ ','',0,'?'),('#5୳r\\\','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js',0,',tR/\loj߿',',tR/\loj߿','g\r\-Er{JMq\jI','',0,'?'),('\'T\́\YǙ','wp-includes/customize/class-wp-customize-cropped-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\p[\q}y1','x\r:\}gR)\`\kM%','',0,'?'),(')\\M?C\"A\','wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/posttype/posttype.control.html',0,'a\"]k4 o>y#Ȩi','a\"]k4 o>y#Ȩi','C$\Yw2\zK\\g\/\xp~\\','',0,'?'),(')z]!?a','wp-admin/images/media-button-video.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\r\x4Q\\\','Hl\8Ew\0\8tc3\\֞\V\N($','',0,'?'),('%|ݽ>?v{j\','wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':>ޤ+~\tͫ*','I|^ψg?nƏAd\]68R\','',0,'?'),(')róFynշ','wp-content/plugins/js_composer/assets/js/vendors/woocommerce.js',0,'$\1\qr]d','$\1\qr]d','\\r}\;dT\霸3hi #cf5 \X>','',0,'?'),('2}+x4f\\ mX','wp-content/plugins/wordpress-seo/admin/pages/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8.\_\','aUS~\6,_d=o\'5~7\0h','',0,'?'),('=6\~\\df>&\lN\','wp-content/plugins/coming-soon/public/images/themes/27.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ū\ \rC\8.\\\&',' p9%\\\Zد\&˝V\\X\ \1','',0,'?'),('@J\]ka=','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_inactive_24px.svg',0,'\^\'Q\W1ڜ\','\^\'Q\W1ڜ\','fRָm;rν@qhɶ7\c','',0,'?'),('F\%C\\0,','wp-admin/css/list-tables-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\\'\"V8n\'$29:','|\B \Y6\'\\rT`\ [','',0,'?'),('I\"\p\t\Q\[Z6x','wp-includes/css/admin-bar.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۭ}V`?UP&\rm','\'K\y_QS\;\);\{@AA\\^\k\','',0,'?'),('Wp[\p~\\\\ܼv',']\g>p~\\\\ܼv','\P,tZ %WDxW@Ow`Z,/','',0,'?'),(')&s\bR','wp-content/themes/pearl/vc_templates/vc_column_inner.php',0,'X\\M\^k\wH','X\\M\^k\wH','LWlpw\ӽ\\\cm\zWЪ9','',0,'?'),('N~\j\\/s_','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_style_24px.svg',0,'\R$ \ԥ','\R$ \ԥ','@l1T\zV4\\\W[=r','',0,'?'),('(~\?#0\\ҹ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_landscape_24px.svg',0,'\"t\=\Yo','\"t\=\Yo','\ճe!}#\[}ƒ\\b\+\\fՍ<','',0,'?'),('5|\Nɽ~*%\>Ht','wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_MX.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z,\/%\B\7\',':ws2\\0\y\\\Z\Z~?\5\Z\\\','',0,'?'),(';`$r\\\$=','wp-content/plugins/wordfence/images/icons/warning128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\GI\t*\\Np=','\\*/\\Ⱦst\A\}.b\'\\','',0,'?'),('>675\Mwԑ*x \','wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_NZ.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q.R\\Pv','ò}3->\y\ P*1\f3\«\\\b\&\\','',0,'?'),('B\}3\\)\A\\','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-structure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d.J\W%\Xw','tmv\#B\@D\\.$\r\ZT\','',0,'?'),('E58y\\Ws\O\','wp-admin/css/admin-menu.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6r59\9\e','R\5IY\-uy=P\&\\ևn\','',0,'?'),('L\\e5x?e=\&','wp-includes/js/plupload/wp-plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3O\~\q','\5b&O\\\.>\\gy|D(\','',0,'?'),('l\n.b','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php',0,'\'\r\o\\3s\','\'\r\o\\3s\','\" \;|,XG\N\ذ-\'\;p\\vV','',0,'?'),('\];Y\|%\K\','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/ColumnDefinition.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-I\Ҡl\\\\\','j&\=K<\n־\\','tS-H:̓\"\\1:s=V\"Ls8\\C~','',0,'?'),('SCRCl\','wp-admin/css/colors/sunrise/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\Zz\ h\=\','\Q_n97\L2$\y:j\Sх\\','',0,'?'),('e\ť\'\S\\y','wp-content/plugins/LayerSlider/static/air-datepicker/i18n/datepicker.en.js',0,'x\И:L\\_','x\И:L\\_','ucq,p\(5n`^O6!M,\','',0,'?'),('\\k\i\\.\\','wp-includes/images/smilies/icon_neutral.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\  Z\','v,(_˘s\\O \','',0,'?'),('\ H\(抻\{','wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/speaker.php',0,'^X\Ks!ڋ$1f\Ais7\v$핔','',0,'?'),('\A\'Q\yYm&S\\\','wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/i18n.js',0,'.ޗ\\j2\n?','.ޗ\\j2\n?','^^%Ž\#4\^P\Y\s+\\','',0,'?'),('\l=y\-\!}\','wp-content/themes/pearl/includes/admin/product_registration/screens/privacy_policy.php',0,'8f\<\0Lnt','8f\<\0Lnt','Y5\<\5*䞙/i\nǣq\lm9W','',0,'?'),('ȩy\r\Ng','wp-content/plugins/wp-members/i18n/languages/wp-members-pt_PT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\\ be\;','Tł\\-lCc,\ZKtN*\7\WiD','',0,'?'),('\=\8z(s0gp_','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_navigation_24px.svg',0,'ʏ2cL\i\\rĭ#`+','ʏ2cL\i\\rĭ#`+','ɔeV%\_ X\"Cw衢 i\0','',0,'?'),('\h\{Ue\\' ','wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/js/updates.js',0,'OTf\\{\_a\zd','OTf\\{\_a\zd','!BD\nz2RZ뮽״Hg\ecS','',0,'?'),('\\\\oW\Q\\','wp-content/themes/pearl/assets/vendor/outlayer.js',0,'0+^_\5K, /\','0+^_\5K, /\',' \Z \T(\J|}*Qd\n {XYy.','',0,'?'); /*!40000 ALTER TABLE `wp_wffilemods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfhits` -- DROP TABLE IF EXISTS `wp_wfhits`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfhits` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `attackLogTime` double(17,6) unsigned NOT NULL, `ctime` double(17,6) unsigned NOT NULL, `IP` binary(16) DEFAULT NULL, `jsRun` tinyint(4) DEFAULT '0', `statusCode` int(11) NOT NULL DEFAULT '200', `isGoogle` tinyint(4) NOT NULL, `userID` int(10) unsigned NOT NULL, `newVisit` tinyint(3) unsigned NOT NULL, `URL` text, `referer` text, `UA` text, `action` varchar(64) NOT NULL DEFAULT '', `actionDescription` text, `actionData` text, PRIMARY KEY (`id`), KEY `k1` (`ctime`), KEY `k2` (`IP`,`ctime`), KEY `attackLogTime` (`attackLogTime`) ) ENGINE=InnoDB AUTO_INCREMENT=111434 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfhits` -- LOCK TABLES `wp_wfhits` WRITE; /*!40000 ALTER TABLE `wp_wfhits` DISABLE KEYS */; INSERT INTO `wp_wfhits` VALUES (109428,0.000000,1734968471.675633,'\0\0\0\0\0\0\0\0\0\0h\\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109429,0.000000,1734968556.535042,'\0\0\0\0\0\0\0\0\0\0#⨋',0,503,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109430,0.000000,1734971714.389842,'\0\0\0\0\0\0\0\0\0\0\mg',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109431,0.000000,1734974428.209058,'\0\0\0\0\0\0\0\0\0\0\W.',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109432,0.000000,1734974452.133100,'\0\0\0\0\0\0\0\0\0\0@r(',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109433,0.000000,1734976969.882173,'\0\0\0\0\0\0\0\0\0\0#\\o',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109434,0.000000,1734981272.629431,'\0\0\0\0\0\0\0\0\0\0\ɨ',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109435,0.000000,1734989114.450403,'\0\0\0\0\0\0\0\0\0\0(A',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109436,0.000000,1734995951.699407,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109437,0.000000,1735003506.143783,'\0\0\0\0\0\0\0\0\0\03M=',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109438,0.000000,1735011370.167203,'\0\0\0\0\0\0\0\0\0\0\ ',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109439,0.000000,1735020677.280359,'\0\0\0\0\0\0\0\0\0\0\\ޘ',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109440,0.000000,1735021676.113138,'\0\0\0\0\0\0\0\0\0\0v',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109441,0.000000,1735022436.032396,'\0\0\0\0\0\0\0\0\0\0\}+',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109442,0.000000,1735022756.673402,'\0\0\0\0\0\0\0\0\0\0Yh',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109443,0.000000,1735023100.709961,'\0\0\0\0\0\0\0\0\0\0Y\Z.',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109444,0.000000,1735023851.209398,'\0\0\0\0\0\0\0\0\0\0h-',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109445,0.000000,1735024623.579570,'\0\0\0\0\0\0\0\0\0\0.\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109446,0.000000,1735025025.121101,'\0\0\0\0\0\0\0\0\0\0l\0',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109447,0.000000,1735025832.739778,'\0\0\0\0\0\0\0\0\0\0=',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109448,0.000000,1735026248.297950,'\0\0\0\0\0\0\0\0\0\0g\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109449,0.000000,1735027128.512954,'\0\0\0\0\0\0\0\0\0\0£)',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109450,0.000000,1735027536.742874,'\0\0\0\0\0\0\0\0\0\0Q\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109451,0.000000,1735027893.299869,'\0\0\0\0\0\0\0\0\0\0#\\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109452,0.000000,1735028440.590595,'\0\0\0\0\0\0\0\0\0\0\\o',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109453,0.000000,1735029347.890700,'\0\0\0\0\0\0\0\0\0\0gLz:',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109454,0.000000,1735030257.520000,'\0\0\0\0\0\0\0\0\0\03K',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109455,0.000000,1735030718.766347,'\0\0\0\0\0\0\0\0\0\0ˢx',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109456,0.000000,1735034065.110572,'\0\0\0\0\0\0\0\0\0\0H\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109457,0.000000,1735034241.494923,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109458,0.000000,1735035092.352988,'\0\0\0\0\0\0\0\0\0\0Kw{',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109459,0.000000,1735035796.906531,'\0\0\0\0\0\0\0\0\0\01g8',0,200,0,0,0,'https://www.fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(109460,0.000000,1735036082.055526,'\0\0\0\0\0\0\0\0\0\02>',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109461,0.000000,1735037110.975198,'\0\0\0\0\0\0\0\0\0\0 ',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109462,0.000000,1735037661.820476,'\0\0\0\0\0\0\0\0\0\0,R',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109463,0.000000,1735038729.642108,'\0\0\0\0\0\0\0\0\0\0BZ',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109464,0.000000,1735039248.648821,'\0\0\0\0\0\0\0\0\0\0@Z5',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109465,0.000000,1735039784.344551,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109466,0.000000,1735041807.877466,'\0\0\0\0\0\0\0\0\0\0PB\\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109467,0.000000,1735047643.663153,'\0\0\0\0\0\0\0\0\0\0^D\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109468,0.000000,1735048816.822191,'\0\0\0\0\0\0\0\0\0\0^=',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109469,0.000000,1735050056.378257,'\0\0\0\0\0\0\0\0\0\0\0[',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109470,0.000000,1735051383.869888,'\0\0\0\0\0\0\0\0\0\0٠',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109471,0.000000,1735052529.129013,'\0\0\0\0\0\0\0\0\0\0\|!\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109472,0.000000,1735053765.718202,'\0\0\0\0\0\0\0\0\0\06%\@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109473,0.000000,1735054996.755345,'\0\0\0\0\0\0\0\0\0\02',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109474,0.000000,1735056236.712210,'\0\0\0\0\0\0\0\0\0\02&',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109475,0.000000,1735057449.503813,'\0\0\0\0\0\0\0\0\0\0e_\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109476,0.000000,1735057869.568277,'\0\0\0\0\0\0\0\0\0\04\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109477,0.000000,1735058662.162457,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109478,0.000000,1735059849.829466,'\0\0\0\0\0\0\0\0\0\02',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109479,0.000000,1735061025.058535,'\0\0\0\0\0\0\0\0\0\0^.',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109480,0.000000,1735062216.786427,'\0\0\0\0\0\0\0\0\0\0g',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109481,0.000000,1735063406.953253,'\0\0\0\0\0\0\0\0\0\0-Mh',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109482,0.000000,1735063487.913609,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(109483,0.000000,1735064595.110084,'\0\0\0\0\0\0\0\0\0\0T',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109484,0.000000,1735064867.348036,'\0\0\0\0\0\0\0\0\0\0Yq',0,503,0,0,0,'https://www.fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109485,0.000000,1735064868.119418,'\0\0\0\0\0\0\0\0\0\0Yq',0,503,0,0,0,'https://www.fj-lifesciences.com//wp-login.php','https://www.fj-lifesciences.com//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsnrepeat','blocked: Blocked by Wordfence Security Network','{\"type\":1}'),(109486,0.000000,1735065785.206411,'\0\0\0\0\0\0\0\0\0\0{\F',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109487,0.000000,1735067457.826192,'\0\0\0\0\0\0\0\0\0\0¶',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109488,0.000000,1735071874.055893,'\0\0\0\0\0\0\0\0\0\0U\',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0','loginFailInvalidUsername',NULL,NULL),(109489,0.000000,1735073420.607116,'\0\0\0\0\0\0\0\0\0\06\x',0,503,0,0,0,'https://www.fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109490,0.000000,1735073421.422865,'\0\0\0\0\0\0\0\0\0\06\x',0,503,0,0,0,'https://www.fj-lifesciences.com//wp-login.php','https://www.fj-lifesciences.com//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsnrepeat','blocked: Blocked by Wordfence Security Network','{\"type\":1}'),(109491,0.000000,1735075841.475131,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109492,0.000000,1735079234.196990,'\0\0\0\0\0\0\0\0\0\0&',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109493,0.000000,1735082580.763243,'\0\0\0\0\0\0\0\0\0\0P\M',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109494,0.000000,1735085569.935598,'\0\0\0\0\0\0\0\0\0\0ˡ ',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:42.0) Gecko/20100101 Firefox/42.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109495,0.000000,1735088398.528692,'\0\0\0\0\0\0\0\0\0\03/i',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109496,0.000000,1735094105.079366,'\0\0\0\0\0\0\0\0\0\0P\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109497,0.000000,1735097030.911553,'\0\0\0\0\0\0\0\0\0\0\2',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109498,0.000000,1735099841.523442,'\0\0\0\0\0\0\0\0\0\0:',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0','loginFailInvalidUsername',NULL,NULL),(109499,0.000000,1735102949.851434,'\0\0\0\0\0\0\0\0\0\0\w',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109500,0.000000,1735105891.602407,'\0\0\0\0\0\0\0\0\0\0>*o',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0','loginFailInvalidUsername',NULL,NULL),(109501,0.000000,1735108772.044342,'\0\0\0\0\0\0\0\0\0\0D/\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109502,0.000000,1735114792.299060,'\0\0\0\0\0\0\0\0\0\0bb',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0','loginFailInvalidUsername',NULL,NULL),(109503,0.000000,1735116146.811448,'\0\0\0\0\0\0\0\0\0\0PN$',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109504,0.000000,1735117318.742112,'\0\0\0\0\0\0\0\0\0\0|)',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109505,0.000000,1735117822.979507,'\0\0\0\0\0\0\0\0\0\0Zq-',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109506,0.000000,1735118563.545274,'\0\0\0\0\0\0\0\0\0\03On',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109507,0.000000,1735119792.345608,'\0\0\0\0\0\0\0\0\0\0\\P\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109508,0.000000,1735120857.207148,'\0\0\0\0\0\0\0\0\0\0\\{',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109509,0.000000,1735121045.041315,'\0\0\0\0\0\0\0\0\0\0t>ή',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109510,0.000000,1735122276.674017,'\0\0\0\0\0\0\0\0\0\0g',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109511,0.000000,1735124000.415456,'\0\0\0\0\0\0\0\0\0\00Y',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109512,0.000000,1735124771.870532,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109513,0.000000,1735126064.751963,'\0\0\0\0\0\0\0\0\0\0O8',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109514,0.000000,1735126836.081018,'\0\0\0\0\0\0\0\0\0\0٠',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0','loginFailInvalidUsername',NULL,NULL),(109515,0.000000,1735127351.943107,'\0\0\0\0\0\0\0\0\0\0#',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109516,0.000000,1735128658.185635,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109517,0.000000,1735129970.880624,'\0\0\0\0\0\0\0\0\0\0B\Z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109518,0.000000,1735130018.565380,'\0\0\0\0\0\0\0\0\0\0DH',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109519,0.000000,1735131228.089955,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109520,0.000000,1735132493.624746,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109521,0.000000,1735133105.781313,'\0\0\0\0\0\0\0\0\0\0\&{',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109522,0.000000,1735133771.904051,'\0\0\0\0\0\0\0\0\0\03YB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109523,0.000000,1735135071.871667,'\0\0\0\0\0\0\0\0\0\0\\Z\*',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109524,0.000000,1735136241.971961,'\0\0\0\0\0\0\0\0\0\0Rp',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109525,0.000000,1735136364.011095,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109526,0.000000,1735137665.495808,'\0\0\0\0\0\0\0\0\0\0gR\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109527,0.000000,1735138948.398758,'\0\0\0\0\0\0\0\0\0\0%L',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(109528,0.000000,1735139249.676081,'\0\0\0\0\0\0\0\0\0\0y\',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0','loginFailInvalidUsername',NULL,NULL),(109529,0.000000,1735140196.934845,'\0\0\0\0\0\0\0\0\0\0@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109530,0.000000,1735141416.548406,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109531,0.000000,1735142432.864334,'\0\0\0\0\0\0\0\0\0\0aw)',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109532,0.000000,1735142641.483543,'\0\0\0\0\0\0\0\0\0\03&)\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109533,0.000000,1735145115.693842,'\0\0\0\0\0\0\0\0\0\0/t7|',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109534,0.000000,1735145580.148510,'\0\0\0\0\0\0\0\0\0\0PB\\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109535,0.000000,1735146354.004734,'\0\0\0\0\0\0\0\0\0\0, ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109536,0.000000,1735147587.564440,'\0\0\0\0\0\0\0\0\0\0@\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109537,0.000000,1735148778.289802,'\0\0\0\0\0\0\0\0\0\0n\s',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109538,0.000000,1735148822.562145,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109539,0.000000,1735150062.819059,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109540,0.000000,1735151304.871545,'\0\0\0\0\0\0\0\0\0\0gR\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109541,0.000000,1735151894.621919,'\0\0\0\0\0\0\0\0\0\0\c',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109542,0.000000,1735152562.066075,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109543,0.000000,1735153787.348857,'\0\0\0\0\0\0\0\0\0\0^.',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109544,0.000000,1735154887.883820,'\0\0\0\0\0\0\0\0\0\03\q\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109545,0.000000,1735155024.496207,'\0\0\0\0\0\0\0\0\0\0>H',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109546,0.000000,1735156247.724308,'\0\0\0\0\0\0\0\0\0\0\^\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109547,0.000000,1735157576.114730,'\0\0\0\0\0\0\0\0\0\0\\P\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109548,0.000000,1735158094.168630,'\0\0\0\0\0\0\0\0\0\0fW',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109549,0.000000,1735158852.193592,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109550,0.000000,1735160118.359070,'\0\0\0\0\0\0\0\0\0\0g$',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109551,0.000000,1735160962.774186,'\0\0\0\0\0\0\0\0\0\0A\<',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109552,0.000000,1735161367.255101,'\0\0\0\0\0\0\0\0\0\0Dgy',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109553,0.000000,1735161758.137903,'\0\0\0\0\0\0\0\0\0\0\r\uk',0,503,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109554,0.000000,1735162688.470428,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109555,0.000000,1735163929.720341,'\0\0\0\0\0\0\0\0\0\03YB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109556,0.000000,1735165177.001499,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109557,0.000000,1735166426.968315,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109558,0.000000,1735167668.170070,'\0\0\0\0\0\0\0\0\0\03On',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109559,0.000000,1735168909.534266,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109560,0.000000,1735170150.825021,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109561,0.000000,1735171404.058105,'\0\0\0\0\0\0\0\0\0\0;;',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109562,0.000000,1735171407.800233,'\0\0\0\0\0\0\0\0\0\0\\',0,200,0,0,0,'https://www.fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(109563,0.000000,1735171408.701776,'\0\0\0\0\0\0\0\0\0\0\\',0,200,0,0,0,'https://www.fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(109564,0.000000,1735172667.562755,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109565,0.000000,1735173936.164631,'\0\0\0\0\0\0\0\0\0\06$\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109566,0.000000,1735174301.789286,'\0\0\0\0\0\0\0\0\0\06Xx',0,503,0,0,0,'https://fj-lifesciences.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109567,0.000000,1735174763.499071,'\0\0\0\0\0\0\0\0\0\0\.K',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109568,0.000000,1735176461.742262,'\0\0\0\0\0\0\0\0\0\0^.',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109569,0.000000,1735177719.271577,'\0\0\0\0\0\0\0\0\0\0\\P\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109570,0.000000,1735178983.167919,'\0\0\0\0\0\0\0\0\0\0gnT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109571,0.000000,1735180591.794165,'\0\0\0\0\0\0\0\0\0\06Xx',0,503,0,0,0,'https://fj-lifesciences.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109572,0.000000,1735181681.580700,'\0\0\0\0\0\0\0\0\0\0g\n',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109573,0.000000,1735186970.435042,'\0\0\0\0\0\0\0\0\0\06Xx',0,503,0,0,0,'https://fj-lifesciences.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109574,0.000000,1735187882.192283,'\0\0\0\0\0\0\0\0\0\03ù\n',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109575,0.000000,1735189138.978446,'\0\0\0\0\0\0\0\0\0\0\N',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','loginFailInvalidUsername',NULL,NULL),(109576,0.000000,1735191505.236262,'\0\0\0\0\0\0\0\0\0\0\n4',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109577,0.000000,1735193374.676432,'\0\0\0\0\0\0\0\0\0\06Xx',0,503,0,0,0,'https://fj-lifesciences.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109578,0.000000,1735193788.362694,'\0\0\0\0\0\0\0\0\0\00',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109579,0.000000,1735194262.245727,'\0\0\0\0\0\0\0\0\0\0kc',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109580,0.000000,1735194588.249634,'\0\0\0\0\0\0\0\0\0\0h\K',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109581,0.000000,1735195267.296965,'\0\0\0\0\0\0\0\0\0\0Y\\x',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109582,0.000000,1735195333.526873,'\0\0\0\0\0\0\0\0\0\0_E',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109583,0.000000,1735196093.555826,'\0\0\0\0\0\0\0\0\0\0~\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109584,0.000000,1735196810.596840,'\0\0\0\0\0\0\0\0\0\0kz',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109585,0.000000,1735197607.377081,'\0\0\0\0\0\0\0\0\0\0D',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109586,0.000000,1735200211.241813,'\0\0\0\0\0\0\0\0\0\0a',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109587,0.000000,1735200317.787998,'\0\0\0\0\0\0\0\0\0\0㰴',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109588,0.000000,1735201093.755385,'\0\0\0\0\0\0\0\0\0\0BUj',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109589,0.000000,1735202053.306457,'\0\0\0\0\0\0\0\0\0\0I,',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109590,0.000000,1735203027.848793,'\0\0\0\0\0\0\0\0\0\0\\o',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109591,0.000000,1735204047.927993,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109592,0.000000,1735205071.596522,'\0\0\0\0\0\0\0\0\0\0\m\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109593,0.000000,1735206375.501464,'\0\0\0\0\0\0\0\0\0\0R\2c',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109594,0.000000,1735207205.690671,'\0\0\0\0\0\0\0\0\0\0v',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109595,0.000000,1735209466.544901,'\0\0\0\0\0\0\0\0\0\0Kj',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109596,0.000000,1735210617.808899,'\0\0\0\0\0\0\0\0\0\0\t',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109597,0.000000,1735211785.441081,'\0\0\0\0\0\0\0\0\0\0gى',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109598,0.000000,1735212591.359913,'\0\0\0\0\0\0\0\0\0\0\"Nf',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109599,0.000000,1735212971.569722,'\0\0\0\0\0\0\0\0\0\0Vq',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109600,0.000000,1735217851.444165,'\0\0\0\0\0\0\0\0\0\0gf\n',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109601,0.000000,1735218398.469150,'\0\0\0\0\0\0\0\0\0\0MDt!',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109602,0.000000,1735222707.457090,'\0\0\0\0\0\0\0\0\0\0g\5',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109603,0.000000,1735224678.657012,'\0\0\0\0\0\0\0\0\0\0.`',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109604,0.000000,1735230501.406164,'\0\0\0\0\0\0\0\0\0\0B\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109605,0.000000,1735231224.380969,'\0\0\0\0\0\0\0\0\0\0\\[',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109606,0.000000,1735232233.711793,'\0\0\0\0\0\0\0\0\0\0/j\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109607,0.000000,1735233735.596454,'\0\0\0\0\0\0\0\0\0\0l۲',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109608,0.000000,1735235215.763848,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109609,0.000000,1735236093.279697,'\0\0\0\0\0\0\0\0\0\04\7',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109610,0.000000,1735236690.287075,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109611,0.000000,1735238174.740564,'\0\0\0\0\0\0\0\0\0\0\\P\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109612,0.000000,1735238528.846063,'\0\0\0\0\0\0\0\0\0\0A\0\\p',0,503,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109613,0.000000,1735239660.491670,'\0\0\0\0\0\0\0\0\0\0-wT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109614,0.000000,1735241231.436307,'\0\0\0\0\0\0\0\0\0\0/i+',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109615,0.000000,1735242737.064714,'\0\0\0\0\0\0\0\0\0\0a',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109616,0.000000,1735243985.137530,'\0\0\0\0\0\0\0\0\0\0\H',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109617,0.000000,1735244230.022591,'\0\0\0\0\0\0\0\0\0\0}w',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109618,0.000000,1735245735.081501,'\0\0\0\0\0\0\0\0\0\0#\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109619,0.000000,1735247240.414521,'\0\0\0\0\0\0\0\0\0\04\T',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109620,0.000000,1735248032.207041,'\0\0\0\0\0\0\0\0\0\0\\,',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109621,0.000000,1735248712.931773,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109622,0.000000,1735250229.985119,'\0\0\0\0\0\0\0\0\0\0g\\~',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109623,0.000000,1735251753.475034,'\0\0\0\0\0\0\0\0\0\0Vgh',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109624,0.000000,1735253287.714745,'\0\0\0\0\0\0\0\0\0\0/ot,',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109625,0.000000,1735253654.124961,'\0\0\0\0\0\0\0\0\0\0!(',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109626,0.000000,1735254879.700878,'\0\0\0\0\0\0\0\0\0\04\T',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(109627,0.000000,1735256418.177062,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109628,0.000000,1735256492.438274,'\0\0\0\0\0\0\0\0\0\06Ql\',0,503,0,0,0,'https://www.fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109629,0.000000,1735257951.120043,'\0\0\0\0\0\0\0\0\0\0-Mh',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109630,0.000000,1735259563.727897,'\0\0\0\0\0\0\0\0\0\0Â#',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0','loginFailInvalidUsername',NULL,NULL),(109631,0.000000,1735261044.107969,'\0\0\0\0\0\0\0\0\0\0/k',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109632,0.000000,1735262600.281551,'\0\0\0\0\0\0\0\0\0\0[y ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109633,0.000000,1735264153.573626,'\0\0\0\0\0\0\0\0\0\0\\Z\*',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109634,0.000000,1735265474.463307,'\0\0\0\0\0\0\0\0\0\0Q1\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109635,0.000000,1735265711.877940,'\0\0\0\0\0\0\0\0\0\0/k',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109636,0.000000,1735267271.901317,'\0\0\0\0\0\0\0\0\0\0O8',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109637,0.000000,1735268980.457274,'\0\0\0\0\0\0\0\0\0\0\\5`o',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109638,0.000000,1735270304.090110,'\0\0\0\0\0\0\0\0\0\0M-',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109639,0.000000,1735270660.718383,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109640,0.000000,1735272319.293441,'\0\0\0\0\0\0\0\0\0\0/k',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109641,0.000000,1735274012.474961,'\0\0\0\0\0\0\0\0\0\0g$',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109642,0.000000,1735275859.113937,'\0\0\0\0\0\0\0\0\0\0\~',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109643,0.000000,1735275992.875701,'\0\0\0\0\0\0\0\0\0\0kW',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109644,0.000000,1735277542.142843,'\0\0\0\0\0\0\0\0\0\0B\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109645,0.000000,1735281209.293128,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109646,0.000000,1735281731.342087,'\0\0\0\0\0\0\0\0\0\0[y',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109647,0.000000,1735283249.965909,'\0\0\0\0\0\0\0\0\0\021',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109648,0.000000,1735283373.294319,'\0\0\0\0\0\0\0\0\0\06\"',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109649,0.000000,1735285135.882045,'\0\0\0\0\0\0\0\0\0\0PN$',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109650,0.000000,1735286935.093277,'\0\0\0\0\0\0\0\0\0\03&)\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109651,0.000000,1735287450.875515,'\0\0\0\0\0\0\0\0\0\0U',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109652,0.000000,1735289362.101841,'\0\0\0\0\0\0\0\0\0\02&',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109653,0.000000,1735291662.980882,'\0\0\0\0\0\0\0\0\0\0\'b,',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109654,0.000000,1735294143.645844,'\0\0\0\0\0\0\0\0\0\06$\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109655,0.000000,1735296383.022425,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109656,0.000000,1735297991.909848,'\0\0\0\0\0\0\0\0\0\0O8',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109657,0.000000,1735298643.998151,'\0\0\0\0\0\0\0\0\0\0(&',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109658,0.000000,1735303433.256056,'\0\0\0\0\0\0\0\0\0\0#',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109659,0.000000,1735303561.571661,'\0\0\0\0\0\0\0\0\0\04\\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109660,0.000000,1735305277.027944,'\0\0\0\0\0\0\0\0\0\0@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109661,0.000000,1735307026.533950,'\0\0\0\0\0\0\0\0\0\06%2\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109662,0.000000,1735308469.375371,'\0\0\0\0\0\0\0\0\0\0T%',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109663,0.000000,1735308920.262885,'\0\0\0\0\0\0\0\0\0\0\\5`o',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109664,0.000000,1735310491.307983,'\0\0\0\0\0\0\0\0\0\0B\Z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109665,0.000000,1735311938.923407,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109666,0.000000,1735313394.956502,'\0\0\0\0\0\0\0\0\0\0g\\~',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109667,0.000000,1735314845.808132,'\0\0\0\0\0\0\0\0\0\06%\@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109668,0.000000,1735315804.975735,'\0\0\0\0\0\0\0\0\0\0٠sZ',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109669,0.000000,1735316299.660354,'\0\0\0\0\0\0\0\0\0\03On',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109670,0.000000,1735317738.785346,'\0\0\0\0\0\0\0\0\0\0%L',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109671,0.000000,1735318587.859665,'\0\0\0\0\0\0\0\0\0\06%k',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109672,0.000000,1735319180.756529,'\0\0\0\0\0\0\0\0\0\0\q\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109673,0.000000,1735320623.865631,'\0\0\0\0\0\0\0\0\0\0gnT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109674,0.000000,1735322065.554297,'\0\0\0\0\0\0\0\0\0\0@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109675,0.000000,1735323517.353481,'\0\0\0\0\0\0\0\0\0\0[\@\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109676,0.000000,1735324962.797101,'\0\0\0\0\0\0\0\0\0\0/ot,',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109677,0.000000,1735326401.064062,'\0\0\0\0\0\0\0\0\0\0@\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109678,0.000000,1735327820.579696,'\0\0\0\0\0\0\0\0\0\0ٶ\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109679,0.000000,1735328079.419594,'\0\0\0\0\0\0\0\0\0\0#\\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109680,0.000000,1735329239.220112,'\0\0\0\0\0\0\0\0\0\0}w',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109681,0.000000,1735330666.835460,'\0\0\0\0\0\0\0\0\0\02*',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109682,0.000000,1735332084.926597,'\0\0\0\0\0\0\0\0\0\0^=',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109683,0.000000,1735332859.848899,'\0\0\0\0\0\0\0\0\0\0\4',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109684,0.000000,1735333509.196630,'\0\0\0\0\0\0\0\0\0\0B\Z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109685,0.000000,1735334938.472367,'\0\0\0\0\0\0\0\0\0\0[y ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109686,0.000000,1735336351.266727,'\0\0\0\0\0\0\0\0\0\0ٶ\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109687,0.000000,1735337796.320385,'\0\0\0\0\0\0\0\0\0\0\\Z\*',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109688,0.000000,1735339231.346034,'\0\0\0\0\0\0\0\0\0\0@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109689,0.000000,1735340680.674254,'\0\0\0\0\0\0\0\0\0\0/2',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109690,0.000000,1735342044.327632,'\0\0\0\0\0\0\0\0\0\0\N',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109691,0.000000,1735342126.342301,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109692,0.000000,1735343061.154381,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109693,0.000000,1735343579.541884,'\0\0\0\0\0\0\0\0\0\0-wT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109694,0.000000,1735345066.139527,'\0\0\0\0\0\0\0\0\0\0ٶ\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109695,0.000000,1735346901.799459,'\0\0\0\0\0\0\0\0\0\0[\\ ',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0','loginFailInvalidUsername',NULL,NULL),(109696,0.000000,1735360661.576020,'\0\0\0\0\0\0\0\0\0\0M݂K',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109697,0.000000,1735365668.390626,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109698,0.000000,1735366171.522641,'\0\0\0\0\0\0\0\0\0\03\q\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109699,0.000000,1735367279.362211,'\0\0\0\0\0\0\0\0\0\0Ov',0,503,0,0,0,'https://www.fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109700,0.000000,1735367280.015231,'\0\0\0\0\0\0\0\0\0\0Ov',0,503,0,0,0,'https://www.fj-lifesciences.com//wp-login.php','https://www.fj-lifesciences.com//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsnrepeat','blocked: Blocked by Wordfence Security Network','{\"type\":1}'),(109701,0.000000,1735370077.124126,'\0\0\0\0\0\0\0\0\0\01 ',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109702,0.000000,1735374591.234156,'\0\0\0\0\0\0\0\0\0\0;',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109703,0.000000,1735374795.945945,'\0\0\0\0\0\0\0\0\0\04I>',0,200,0,0,0,'https://www.fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(109704,0.000000,1735374796.660559,'\0\0\0\0\0\0\0\0\0\04I>',0,200,0,0,0,'https://www.fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(109705,0.000000,1735379297.039253,'\0\0\0\0\0\0\0\0\0\0Vn\&',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109706,0.000000,1735383489.466222,'\0\0\0\0\0\0\0\0\0\0J|\g',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109707,0.000000,1735388016.499253,'\0\0\0\0\0\0\0\0\0\0\B',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109708,0.000000,1735391718.610011,'\0\0\0\0\0\0\0\0\0\0\r$S',0,200,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(109709,0.000000,1735393209.940674,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109710,0.000000,1735396914.344806,'\0\0\0\0\0\0\0\0\0\0\rN',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109711,0.000000,1735397669.041352,'\0\0\0\0\0\0\0\0\0\0a',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109712,0.000000,1735399276.771232,'\0\0\0\0\0\0\0\0\0\0%L',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109713,0.000000,1735400873.722554,'\0\0\0\0\0\0\0\0\0\0/t7|',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109714,0.000000,1735401197.258829,'\0\0\0\0\0\0\0\0\0\0\4',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109715,0.000000,1735402472.086122,'\0\0\0\0\0\0\0\0\0\0|)',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109716,0.000000,1735405665.966375,'\0\0\0\0\0\0\0\0\0\0-wT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109717,0.000000,1735405702.152828,'\0\0\0\0\0\0\0\0\0\03Ô\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109718,0.000000,1735407246.184114,'\0\0\0\0\0\0\0\0\0\03On',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109719,0.000000,1735410096.221488,'\0\0\0\0\0\0\0\0\0\0.2A',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109720,0.000000,1735410394.055942,'\0\0\0\0\0\0\0\0\0\0hc',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109721,0.000000,1735411959.526007,'\0\0\0\0\0\0\0\0\0\0@\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109722,0.000000,1735413510.552040,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109723,0.000000,1735414847.216304,'\0\0\0\0\0\0\0\0\0\0\N',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109724,0.000000,1735415053.038268,'\0\0\0\0\0\0\0\0\0\0B\Z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109725,0.000000,1735416582.105184,'\0\0\0\0\0\0\0\0\0\0g\\v',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(109726,0.000000,1735418113.384511,'\0\0\0\0\0\0\0\0\0\0B\Z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109727,0.000000,1735419027.381359,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109728,0.000000,1735419622.247145,'\0\0\0\0\0\0\0\0\0\03&)\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109729,0.000000,1735420169.797985,'\0\0\0\0\0\0\0\0\0\0g\\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109730,0.000000,1735421120.117302,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109731,0.000000,1735422623.762709,'\0\0\0\0\0\0\0\0\0\0^',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109732,0.000000,1735423300.168643,'\0\0\0\0\0\0\0\0\0\0fW',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109733,0.000000,1735424139.930545,'\0\0\0\0\0\0\0\0\0\0>H',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109734,0.000000,1735425641.538931,'\0\0\0\0\0\0\0\0\0\0^',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109735,0.000000,1735427151.141734,'\0\0\0\0\0\0\0\0\0\0/i+',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109736,0.000000,1735427945.159524,'\0\0\0\0\0\0\0\0\0\0^',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109737,0.000000,1735428666.873548,'\0\0\0\0\0\0\0\0\0\0@\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109738,0.000000,1735430159.248965,'\0\0\0\0\0\0\0\0\0\0^=',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109739,0.000000,1735431694.745536,'\0\0\0\0\0\0\0\0\0\0*j',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109740,0.000000,1735432518.759505,'\0\0\0\0\0\0\0\0\0\0M_83',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109741,0.000000,1735433222.464846,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109742,0.000000,1735434763.361258,'\0\0\0\0\0\0\0\0\0\0@\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109743,0.000000,1735436295.854796,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109744,0.000000,1735437825.015382,'\0\0\0\0\0\0\0\0\0\0@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109745,0.000000,1735440877.087513,'\0\0\0\0\0\0\0\0\0\0a',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109746,0.000000,1735441718.140678,'\0\0\0\0\0\0\0\0\0\0;}f\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109747,0.000000,1735442444.415191,'\0\0\0\0\0\0\0\0\0\0-Mh',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109748,0.000000,1735444069.028211,'\0\0\0\0\0\0\0\0\0\0>H',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109749,0.000000,1735444413.172830,'\0\0\0\0\0\0\0\0\0\0N',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109750,0.000000,1735445695.084158,'\0\0\0\0\0\0\0\0\0\0gnT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109751,0.000000,1735446200.243302,'\0\0\0\0\0\0\0\0\0\0GE',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109752,0.000000,1735446248.542348,'\0\0\0\0\0\0\0\0\0\0T-T\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109753,0.000000,1735447168.096395,'\0\0\0\0\0\0\0\0\0\0T',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109754,0.000000,1735447307.023517,'\0\0\0\0\0\0\0\0\0\0*j',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109755,0.000000,1735448186.188405,'\0\0\0\0\0\0\0\0\0\0E?@',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109756,0.000000,1735448918.454322,'\0\0\0\0\0\0\0\0\0\06%\@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109757,0.000000,1735449199.117059,'\0\0\0\0\0\0\0\0\0\0P\o',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109758,0.000000,1735450184.637981,'\0\0\0\0\0\0\0\0\0\0D',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109759,0.000000,1735450535.182506,'\0\0\0\0\0\0\0\0\0\0+\?',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109760,0.000000,1735450915.767561,'\0\0\0\0\0\0\0\0\0\0٠',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109761,0.000000,1735451210.139385,'\0\0\0\0\0\0\0\0\0\0/\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109762,0.000000,1735453108.750636,'\0\0\0\0\0\0\0\0\0\0M\\X',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109763,0.000000,1735453755.953288,'\0\0\0\0\0\0\0\0\0\0@\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109764,0.000000,1735454914.743731,'\0\0\0\0\0\0\0\0\0\0\w',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109765,0.000000,1735455364.855183,'\0\0\0\0\0\0\0\0\0\0\0[',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109766,0.000000,1735455445.078983,'\0\0\0\0\0\0\0\0\0\0zx',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109767,0.000000,1735456610.907380,'\0\0\0\0\0\0\0\0\0\0\\͹p',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109768,0.000000,1735456951.192814,'\0\0\0\0\0\0\0\0\0\0PN$',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109769,0.000000,1735458302.012913,'\0\0\0\0\0\0\0\0\0\05my',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109770,0.000000,1735458557.197669,'\0\0\0\0\0\0\0\0\0\03\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109771,0.000000,1735459999.769681,'\0\0\0\0\0\0\0\0\0\0.\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109772,0.000000,1735460256.248326,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109773,0.000000,1735460289.771281,'\0\0\0\0\0\0\0\0\0\0m\9=',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109774,0.000000,1735460874.217539,'\0\0\0\0\0\0\0\0\0\0\U2',0,503,0,0,0,'https://www.fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109775,0.000000,1735461954.103051,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109776,0.000000,1735463590.586449,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109777,0.000000,1735464513.140525,'\0\0\0\0\0\0\0\0\0\0BZ',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109778,0.000000,1735464681.210036,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109779,0.000000,1735465264.186851,'\0\0\0\0\0\0\0\0\0\0*j',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109780,0.000000,1735465422.525529,'\0\0\0\0\0\0\0\0\0\0gf\n',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109781,0.000000,1735466391.470175,'\0\0\0\0\0\0\0\0\0\0\i',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109782,0.000000,1735466843.560507,'\0\0\0\0\0\0\0\0\0\0g$',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109783,0.000000,1735468473.258165,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109784,0.000000,1735469497.587470,'\0\0\0\0\0\0\0\0\0\0\\> ',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109785,0.000000,1735470093.230681,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109786,0.000000,1735471662.258978,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109787,0.000000,1735473283.774417,'\0\0\0\0\0\0\0\0\0\0zr=}',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109788,0.000000,1735474191.471721,'\0\0\0\0\0\0\0\0\0\0q',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109789,0.000000,1735474877.701122,'\0\0\0\0\0\0\0\0\0\0[޴',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109790,0.000000,1735474897.276808,'\0\0\0\0\0\0\0\0\0\0\'i\u',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109791,0.000000,1735476514.373677,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109792,0.000000,1735478362.418218,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109793,0.000000,1735478561.148817,'\0\0\0\0\0\0\0\0\0\0-72D',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109794,0.000000,1735481670.460122,'\0\0\0\0\0\0\0\0\0\0MZ\Z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109795,0.000000,1735483034.595854,'\0\0\0\0\0\0\0\0\0\0@\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109796,0.000000,1735483480.927463,'\0\0\0\0\0\0\0\0\0\0\\'!',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0','loginFailInvalidUsername',NULL,NULL),(109797,0.000000,1735484408.867935,'\0\0\0\0\0\0\0\0\0\0*j',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109798,0.000000,1735485064.537938,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0','loginFailInvalidUsername',NULL,NULL),(109799,0.000000,1735485742.749820,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109800,0.000000,1735487063.543399,'\0\0\0\0\0\0\0\0\0\0cB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109801,0.000000,1735487951.288850,'\0\0\0\0\0\0\0\0\0\03&9\',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0','loginFailInvalidUsername',NULL,NULL),(109802,0.000000,1735488381.487368,'\0\0\0\0\0\0\0\0\0\0/k',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109803,0.000000,1735489654.686351,'\0\0\0\0\0\0\0\0\0\0\s',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109804,0.000000,1735492243.553925,'\0\0\0\0\0\0\0\0\0\01 m',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109805,0.000000,1735492601.526232,'\0\0\0\0\0\0\0\0\0\0\rN',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109806,0.000000,1735493530.856912,'\0\0\0\0\0\0\0\0\0\0-wT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109807,0.000000,1735494825.761513,'\0\0\0\0\0\0\0\0\0\0Ո]',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109808,0.000000,1735497088.054108,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109809,0.000000,1735497396.757346,'\0\0\0\0\0\0\0\0\0\0G\\'',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109810,0.000000,1735498671.874913,'\0\0\0\0\0\0\0\0\0\03&4',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109811,0.000000,1735499941.599398,'\0\0\0\0\0\0\0\0\0\0|)',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109812,0.000000,1735501209.361453,'\0\0\0\0\0\0\0\0\0\0[y ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109813,0.000000,1735503724.510424,'\0\0\0\0\0\0\0\0\0\0X',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109814,0.000000,1735504986.730969,'\0\0\0\0\0\0\0\0\0\0Ո]',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109815,0.000000,1735506233.536424,'\0\0\0\0\0\0\0\0\0\06$\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109816,0.000000,1735507502.771512,'\0\0\0\0\0\0\0\0\0\01\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109817,0.000000,1735508758.669062,'\0\0\0\0\0\0\0\0\0\0\hL',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109818,0.000000,1735510023.643514,'\0\0\0\0\0\0\0\0\0\0^D\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109819,0.000000,1735511124.958448,'\0\0\0\0\0\0\0\0\0\09+\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109820,0.000000,1735511300.780419,'\0\0\0\0\0\0\0\0\0\0B\Z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109821,0.000000,1735512579.728333,'\0\0\0\0\0\0\0\0\0\0gnT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109822,0.000000,1735515141.238271,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109823,0.000000,1735516419.591335,'\0\0\0\0\0\0\0\0\0\0@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109824,0.000000,1735517709.145904,'\0\0\0\0\0\0\0\0\0\0-Mh',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109825,0.000000,1735519002.823592,'\0\0\0\0\0\0\0\0\0\0a',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109826,0.000000,1735519352.798353,'\0\0\0\0\0\0\0\0\0\0,ȧ',0,503,0,0,0,'https://www.fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109827,0.000000,1735520303.902503,'\0\0\0\0\0\0\0\0\0\0Vgh',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109828,0.000000,1735520387.488970,'\0\0\0\0\0\0\0\0\0\0%#i',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109829,0.000000,1735521599.753491,'\0\0\0\0\0\0\0\0\0\0\QI',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109830,0.000000,1735522922.620481,'\0\0\0\0\0\0\0\0\0\0kW',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109831,0.000000,1735524235.455665,'\0\0\0\0\0\0\0\0\0\0Vgh',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109832,0.000000,1735525018.498130,'\0\0\0\0\0\0\0\0\0\0ڀ',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109833,0.000000,1735525554.101958,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109834,0.000000,1735526875.598931,'\0\0\0\0\0\0\0\0\0\03&\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109835,0.000000,1735528240.043047,'\0\0\0\0\0\0\0\0\0\0hc',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109836,0.000000,1735529627.326018,'\0\0\0\0\0\0\0\0\0\0zx',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109837,0.000000,1735531012.945648,'\0\0\0\0\0\0\0\0\0\0\q\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109838,0.000000,1735532342.023875,'\0\0\0\0\0\0\0\0\0\0\\P\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109839,0.000000,1735533662.431418,'\0\0\0\0\0\0\0\0\0\0Dgy',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109840,0.000000,1735534986.851272,'\0\0\0\0\0\0\0\0\0\0G\\'',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109841,0.000000,1735536319.117905,'\0\0\0\0\0\0\0\0\0\0\0[',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109842,0.000000,1735537645.898139,'\0\0\0\0\0\0\0\0\0\0-\\a',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109843,0.000000,1735538942.653843,'\0\0\0\0\0\0\0\0\0\0[y ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109844,0.000000,1735540233.262473,'\0\0\0\0\0\0\0\0\0\0/2',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109845,0.000000,1735540831.132255,'\0\0\0\0\0\0\0\0\0\0-\r',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109846,0.000000,1735541486.970021,'\0\0\0\0\0\0\0\0\0\0cB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109847,0.000000,1735542254.528067,'\0\0\0\0\0\0\0\0\0\0t>',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109848,0.000000,1735542722.241306,'\0\0\0\0\0\0\0\0\0\0kW',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109849,0.000000,1735543918.947311,'\0\0\0\0\0\0\0\0\0\0R\2c',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109850,0.000000,1735543937.678685,'\0\0\0\0\0\0\0\0\0\02',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109851,0.000000,1735544495.904269,'\0\0\0\0\0\0\0\0\0\0\T',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109852,0.000000,1735545147.148992,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109853,0.000000,1735546362.058092,'\0\0\0\0\0\0\0\0\0\0, ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109854,0.000000,1735547583.319336,'\0\0\0\0\0\0\0\0\0\0g\\~',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109855,0.000000,1735548802.409864,'\0\0\0\0\0\0\0\0\0\0[\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109856,0.000000,1735548894.060203,'\0\0\0\0\0\0\0\0\0\01\r4\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109857,0.000000,1735549595.618084,'\0\0\0\0\0\0\0\0\0\0g ez',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109858,0.000000,1735550009.977124,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109859,0.000000,1735550937.108487,'\0\0\0\0\0\0\0\0\0\0gى',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109860,0.000000,1735551226.657149,'\0\0\0\0\0\0\0\0\0\04\T',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109861,0.000000,1735552444.055708,'\0\0\0\0\0\0\0\0\0\02*',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109862,0.000000,1735553627.570845,'\0\0\0\0\0\0\0\0\0\0AT',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109863,0.000000,1735553662.998183,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109864,0.000000,1735553732.842522,'\0\0\0\0\0\0\0\0\0\0}\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109865,0.000000,1735554873.265333,'\0\0\0\0\0\0\0\0\0\0@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109866,0.000000,1735556088.032555,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109867,0.000000,1735556318.542611,'\0\0\0\0\0\0\0\0\0\0gf\n',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109868,0.000000,1735557307.295143,'\0\0\0\0\0\0\0\0\0\0t>ή',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109869,0.000000,1735557559.699218,'\0\0\0\0\0\0\0\0\0\0\C',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109870,0.000000,1735558273.726496,'\0\0\0\0\0\0\0\0\0\0.',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109871,0.000000,1735558526.004299,'\0\0\0\0\0\0\0\0\0\0/2',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109872,0.000000,1735559503.452301,'\0\0\0\0\0\0\0\0\0\0,\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109873,0.000000,1735559750.084993,'\0\0\0\0\0\0\0\0\0\0hc',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109874,0.000000,1735560980.240130,'\0\0\0\0\0\0\0\0\0\02&',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109875,0.000000,1735561236.846512,'\0\0\0\0\0\0\0\0\0\0_\z',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109876,0.000000,1735562205.669282,'\0\0\0\0\0\0\0\0\0\0gnT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109877,0.000000,1735563563.699199,'\0\0\0\0\0\0\0\0\0\0Jx\z',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109878,0.000000,1735564577.451595,'\0\0\0\0\0\0\0\0\0\0-wT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109879,0.000000,1735565825.148328,'\0\0\0\0\0\0\0\0\0\0C\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109880,0.000000,1735567546.594158,'\0\0\0\0\0\0\0\0\0\0\=\\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109881,0.000000,1735571229.381523,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109882,0.000000,1735572221.433703,'\0\0\0\0\0\0\0\0\0\0\>8',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109883,0.000000,1735573473.214339,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109884,0.000000,1735574611.616751,'\0\0\0\0\0\0\0\0\0\0g9V',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109885,0.000000,1735575750.208527,'\0\0\0\0\0\0\0\0\0\0g\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109886,0.000000,1735576885.318657,'\0\0\0\0\0\0\0\0\0\02&',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109887,0.000000,1735578031.355403,'\0\0\0\0\0\0\0\0\0\03&\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109888,0.000000,1735579161.900681,'\0\0\0\0\0\0\0\0\0\02&',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109889,0.000000,1735580285.036250,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109890,0.000000,1735581053.334198,'\0\0\0\0\0\0\0\0\0\0ÅQ/',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109891,0.000000,1735581410.346436,'\0\0\0\0\0\0\0\0\0\021',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109892,0.000000,1735582535.307642,'\0\0\0\0\0\0\0\0\0\0-\\a',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109893,0.000000,1735583650.799629,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109894,0.000000,1735584765.415438,'\0\0\0\0\0\0\0\0\0\03&)\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109895,0.000000,1735585881.585211,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109896,0.000000,1735586991.445053,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109897,0.000000,1735588112.363190,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109898,0.000000,1735589238.345674,'\0\0\0\0\0\0\0\0\0\0hc',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109899,0.000000,1735589613.618338,'\0\0\0\0\0\0\0\0\0\0\N',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109900,0.000000,1735590359.902095,'\0\0\0\0\0\0\0\0\0\0B\Z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109901,0.000000,1735591475.837288,'\0\0\0\0\0\0\0\0\0\0>H',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109902,0.000000,1735592605.168320,'\0\0\0\0\0\0\0\0\0\0\^\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109903,0.000000,1735593745.395758,'\0\0\0\0\0\0\0\0\0\0X',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109904,0.000000,1735594404.411524,'\0\0\0\0\0\0\0\0\0\0_L',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109905,0.000000,1735594889.804960,'\0\0\0\0\0\0\0\0\0\0|)',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109906,0.000000,1735596025.738013,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109907,0.000000,1735597177.606988,'\0\0\0\0\0\0\0\0\0\0ٶ\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109908,0.000000,1735598332.674270,'\0\0\0\0\0\0\0\0\0\03ù\n',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0','loginFailInvalidUsername',NULL,NULL),(109909,0.000000,1735598338.735308,'\0\0\0\0\0\0\0\0\0\02&',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(109910,0.000000,1735599488.295347,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109911,0.000000,1735600641.354159,'\0\0\0\0\0\0\0\0\0\03YB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109912,0.000000,1735602480.854071,'\0\0\0\0\0\0\0\0\0\0Xcq',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0','loginFailInvalidUsername',NULL,NULL),(109913,0.000000,1735602962.979900,'\0\0\0\0\0\0\0\0\0\0^=',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109914,0.000000,1735603581.714253,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109915,0.000000,1735604065.775032,'\0\0\0\0\0\0\0\0\0\0\+x',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109916,0.000000,1735604129.676092,'\0\0\0\0\0\0\0\0\0\0-wT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109917,0.000000,1735606499.953826,'\0\0\0\0\0\0\0\0\0\0/j#',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109918,0.000000,1735607468.778185,'\0\0\0\0\0\0\0\0\0\0٠sZ',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109919,0.000000,1735607698.717932,'\0\0\0\0\0\0\0\0\0\0a',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109920,0.000000,1735608906.308754,'\0\0\0\0\0\0\0\0\0\0\|!\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109921,0.000000,1735609238.272060,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109922,0.000000,1735610106.983396,'\0\0\0\0\0\0\0\0\0\0\^\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109923,0.000000,1735610901.517580,'\0\0\0\0\0\0\0\0\0\0\E',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109924,0.000000,1735611316.156327,'\0\0\0\0\0\0\0\0\0\0}w',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109925,0.000000,1735612532.719812,'\0\0\0\0\0\0\0\0\0\0ٶ\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109926,0.000000,1735613743.539648,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109927,0.000000,1735615028.719683,'\0\0\0\0\0\0\0\0\0\0^.',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109928,0.000000,1735615051.173925,'\0\0\0\0\0\0\0\0\0\04C\\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109929,0.000000,1735617612.836535,'\0\0\0\0\0\0\0\0\0\0C\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109930,0.000000,1735617740.882694,'\0\0\0\0\0\0\0\0\0\0\"Y',0,503,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109931,0.000000,1735619272.368874,'\0\0\0\0\0\0\0\0\0\0-\r',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109932,0.000000,1735620106.699858,'\0\0\0\0\0\0\0\0\0\03On',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109933,0.000000,1735621343.184757,'\0\0\0\0\0\0\0\0\0\0*j',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109934,0.000000,1735623261.752706,'\0\0\0\0\0\0\0\0\0\0E\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109935,0.000000,1735623837.922312,'\0\0\0\0\0\0\0\0\0\0g\?',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109936,0.000000,1735625065.949030,'\0\0\0\0\0\0\0\0\0\0@\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109937,0.000000,1735626285.599251,'\0\0\0\0\0\0\0\0\0\0\\Z\*',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(109938,0.000000,1735627503.802289,'\0\0\0\0\0\0\0\0\0\0X',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109939,0.000000,1735628712.261458,'\0\0\0\0\0\0\0\0\0\0\\5`o',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109940,0.000000,1735629906.069043,'\0\0\0\0\0\0\0\0\0\0\q\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109941,0.000000,1735631095.205299,'\0\0\0\0\0\0\0\0\0\0#\6',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109942,0.000000,1735631102.631836,'\0\0\0\0\0\0\0\0\0\0\7',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109943,0.000000,1735632298.542869,'\0\0\0\0\0\0\0\0\0\0/i+',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109944,0.000000,1735633494.485498,'\0\0\0\0\0\0\0\0\0\0g9V',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109945,0.000000,1735634692.877398,'\0\0\0\0\0\0\0\0\0\0{\F',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109946,0.000000,1735635227.843960,'\0\0\0\0\0\0\0\0\0\0;',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109947,0.000000,1735635885.964003,'\0\0\0\0\0\0\0\0\0\0Dgy',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109948,0.000000,1735637083.437616,'\0\0\0\0\0\0\0\0\0\0\hL',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109949,0.000000,1735638277.317941,'\0\0\0\0\0\0\0\0\0\0/2',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109950,0.000000,1735638779.502823,'\0\0\0\0\0\0\0\0\0\0Am[q',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109951,0.000000,1735639468.143497,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109952,0.000000,1735640668.887595,'\0\0\0\0\0\0\0\0\0\0l۲',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109953,0.000000,1735641861.522713,'\0\0\0\0\0\0\0\0\0\0hc',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109954,0.000000,1735642681.729397,'\0\0\0\0\0\0\0\0\0\0_oF',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109955,0.000000,1735643063.102519,'\0\0\0\0\0\0\0\0\0\0M%D\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109956,0.000000,1735644255.807038,'\0\0\0\0\0\0\0\0\0\0gnT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109957,0.000000,1735645452.911603,'\0\0\0\0\0\0\0\0\0\04\T',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109958,0.000000,1735646651.351650,'\0\0\0\0\0\0\0\0\0\0\0[',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109959,0.000000,1735646665.855789,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109960,0.000000,1735649049.477892,'\0\0\0\0\0\0\0\0\0\0Ո]',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109961,0.000000,1735650252.244284,'\0\0\0\0\0\0\0\0\0\0zr=}',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109962,0.000000,1735650820.745526,'\0\0\0\0\0\0\0\0\0\0Wj\',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:41.0) Gecko/20100101 Firefox/41.0','loginFailInvalidUsername',NULL,NULL),(109963,0.000000,1735651454.971782,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109964,0.000000,1735652658.762421,'\0\0\0\0\0\0\0\0\0\0/t7|',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109965,0.000000,1735654221.751325,'\0\0\0\0\0\0\0\0\0\0, ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109966,0.000000,1735654701.299386,'\0\0\0\0\0\0\0\0\0\02\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109967,0.000000,1735655431.391519,'\0\0\0\0\0\0\0\0\0\03On',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109968,0.000000,1735658196.761677,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109969,0.000000,1735658606.321386,'\0\0\0\0\0\0\0\0\0\0pN\n<',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109970,0.000000,1735659385.830746,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109971,0.000000,1735660531.174198,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109972,0.000000,1735661700.969491,'\0\0\0\0\0\0\0\0\0\0, ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109973,0.000000,1735662504.584922,'\0\0\0\0\0\0\0\0\0\0n-',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:44.0) Gecko/20100101 Firefox/44.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109974,0.000000,1735662888.629994,'\0\0\0\0\0\0\0\0\0\0\^\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109975,0.000000,1735664066.329402,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109976,0.000000,1735665258.837960,'\0\0\0\0\0\0\0\0\0\0ٶ\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109977,0.000000,1735666448.251207,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109978,0.000000,1735666504.228881,'\0\0\0\0\0\0\0\0\0\0\',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0','loginFailInvalidUsername',NULL,NULL),(109979,0.000000,1735667638.413974,'\0\0\0\0\0\0\0\0\0\01\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109980,0.000000,1735668826.618452,'\0\0\0\0\0\0\0\0\0\0\\5`o',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109981,0.000000,1735670004.926358,'\0\0\0\0\0\0\0\0\0\0*j',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109982,0.000000,1735671180.804221,'\0\0\0\0\0\0\0\0\0\0T',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109983,0.000000,1735672353.858626,'\0\0\0\0\0\0\0\0\0\0X',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109984,0.000000,1735673534.809011,'\0\0\0\0\0\0\0\0\0\0O8',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109985,0.000000,1735674443.767996,'\0\0\0\0\0\0\0\0\0\0>\\\'',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109986,0.000000,1735674691.867146,'\0\0\0\0\0\0\0\0\0\0/j\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109987,0.000000,1735675841.883161,'\0\0\0\0\0\0\0\0\0\0g\?',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109988,0.000000,1735677001.934662,'\0\0\0\0\0\0\0\0\0\0T',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109989,0.000000,1735678163.069372,'\0\0\0\0\0\0\0\0\0\0\QI',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109990,0.000000,1735678258.087816,'\0\0\0\0\0\0\0\0\0\0\W',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:44.0) Gecko/20100101 Firefox/44.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109991,0.000000,1735679336.717400,'\0\0\0\0\0\0\0\0\0\0/2',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109992,0.000000,1735680501.858236,'\0\0\0\0\0\0\0\0\0\0}w',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109993,0.000000,1735681674.997093,'\0\0\0\0\0\0\0\0\0\0gnT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109994,0.000000,1735682231.257396,'\0\0\0\0\0\0\0\0\0\0\n',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109995,0.000000,1735682834.228649,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109996,0.000000,1735684011.733107,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109997,0.000000,1735685198.693084,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109998,0.000000,1735686031.758679,'\0\0\0\0\0\0\0\0\0\0Y.[\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:44.0) Gecko/20100101 Firefox/44.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(109999,0.000000,1735686379.218280,'\0\0\0\0\0\0\0\0\0\0\'i\u',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110000,0.000000,1735688742.674377,'\0\0\0\0\0\0\0\0\0\0l۲',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110001,0.000000,1735689940.732527,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110002,0.000000,1735690049.411512,'\0\0\0\0\0\0\0\0\0\0Y\\x',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0','loginFailInvalidUsername',NULL,NULL),(110003,0.000000,1735691142.043497,'\0\0\0\0\0\0\0\0\0\0PN$',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110004,0.000000,1735692337.718601,'\0\0\0\0\0\0\0\0\0\0-\\a',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110005,0.000000,1735693534.774280,'\0\0\0\0\0\0\0\0\0\0\V',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110006,0.000000,1735694733.135896,'\0\0\0\0\0\0\0\0\0\0|)',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110007,0.000000,1735697134.416976,'\0\0\0\0\0\0\0\0\0\0>H',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110008,0.000000,1735698016.846280,'\0\0\0\0\0\0\0\0\0\0T-T\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110009,0.000000,1735698348.794952,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110010,0.000000,1735699553.615046,'\0\0\0\0\0\0\0\0\0\0cB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110011,0.000000,1735701855.470177,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110012,0.000000,1735702080.442576,'\0\0\0\0\0\0\0\0\0\03YB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110013,0.000000,1735703384.426558,'\0\0\0\0\0\0\0\0\0\03&\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110014,0.000000,1735704669.420172,'\0\0\0\0\0\0\0\0\0\0g9V',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110015,0.000000,1735705674.867666,'\0\0\0\0\0\0\0\0\0\0Y\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110016,0.000000,1735705971.144638,'\0\0\0\0\0\0\0\0\0\0;;',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110017,0.000000,1735707273.749994,'\0\0\0\0\0\0\0\0\0\0\|!\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110018,0.000000,1735708585.357643,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110019,0.000000,1735709406.882964,'\0\0\0\0\0\0\0\0\0\09+\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110020,0.000000,1735709893.671339,'\0\0\0\0\0\0\0\0\0\0C\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110021,0.000000,1735711151.100676,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110022,0.000000,1735712415.213396,'\0\0\0\0\0\0\0\0\0\0gnT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110023,0.000000,1735714893.433921,'\0\0\0\0\0\0\0\0\0\0\hL',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110024,0.000000,1735716122.933548,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110025,0.000000,1735717251.555831,'\0\0\0\0\0\0\0\0\0\0R\2c',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110026,0.000000,1735717362.163089,'\0\0\0\0\0\0\0\0\0\0}w',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110027,0.000000,1735718591.248673,'\0\0\0\0\0\0\0\0\0\0\QI',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110028,0.000000,1735719797.386295,'\0\0\0\0\0\0\0\0\0\0/ot,',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110029,0.000000,1735720742.482441,'\0\0\0\0\0\0\0\0\0\0\',0,200,0,0,0,'https://fj-lifesciences.com/wp-login.php','https://fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110030,0.000000,1735720752.285276,'\0\0\0\0\0\0\0\0\0\0]\\',0,200,0,0,0,'https://fj-lifesciences.com/wp-login.php','https://fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110031,0.000000,1735721073.879197,'\0\0\0\0\0\0\0\0\0\0g[\ ',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110032,0.000000,1735722163.252065,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110033,0.000000,1735723327.726902,'\0\0\0\0\0\0\0\0\0\0C\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110034,0.000000,1735724473.720041,'\0\0\0\0\0\0\0\0\0\0DU',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110035,0.000000,1735724886.200538,'\0\0\0\0\0\0\0\0\0\0\\\\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110036,0.000000,1735725626.653796,'\0\0\0\0\0\0\0\0\0\0hc',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110037,0.000000,1735726785.088739,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110038,0.000000,1735727943.455138,'\0\0\0\0\0\0\0\0\0\0;;',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110039,0.000000,1735729083.200881,'\0\0\0\0\0\0\0\0\0\0m\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110040,0.000000,1735730243.560138,'\0\0\0\0\0\0\0\0\0\0O8',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110041,0.000000,1735731401.524696,'\0\0\0\0\0\0\0\0\0\0#\6',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110042,0.000000,1735732561.833891,'\0\0\0\0\0\0\0\0\0\0^=',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110043,0.000000,1735732642.205467,'\0\0\0\0\0\0\0\0\0\0!(',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110044,0.000000,1735733732.750692,'\0\0\0\0\0\0\0\0\0\0\0[',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110045,0.000000,1735737204.540729,'\0\0\0\0\0\0\0\0\0\0U',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110046,0.000000,1735744477.002880,'\0\0\0\0\0\0\0\0\0\0_r\',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0','loginFailInvalidUsername',NULL,NULL),(110047,0.000000,1735747973.164199,'\0\0\0\0\0\0\0\0\0\0. ',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110048,0.000000,1735751783.311531,'\0\0\0\0\0\0\0\0\0\0%',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110049,0.000000,1735755646.332964,'\0\0\0\0\0\0\0\0\0\0\ɨ',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0','loginFailInvalidUsername',NULL,NULL),(110050,0.000000,1735755848.721268,'\0\0\0\0\0\0\0\0\0\0\"Mc',0,503,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110051,0.000000,1735763390.448703,'\0\0\0\0\0\0\0\0\0\03ù\n',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110052,0.000000,1735766988.071075,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110053,0.000000,1735774438.541121,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110054,0.000000,1735778015.934668,'\0\0\0\0\0\0\0\0\0\0U\!',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110055,0.000000,1735782030.804469,'\0\0\0\0\0\0\0\0\0\0U\"',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110056,0.000000,1735785898.188956,'\0\0\0\0\0\0\0\0\0\0\"DsD',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110057,0.000000,1735789522.666595,'\0\0\0\0\0\0\0\0\0\03w',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110058,0.000000,1735793331.969127,'\0\0\0\0\0\0\0\0\0\0\q\\',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0','loginFailInvalidUsername',NULL,NULL),(110059,0.000000,1735795104.708711,'\0\0\0\0\0\0\0\0\0\0>%',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110060,0.000000,1735795787.690021,'\0\0\0\0\0\0\0\0\0\0tv3\n',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110061,0.000000,1735796552.821153,'\0\0\0\0\0\0\0\0\0\0H4E',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110062,0.000000,1735797349.323890,'\0\0\0\0\0\0\0\0\0\0GE',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110063,0.000000,1735797531.738412,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110064,0.000000,1735799797.463473,'\0\0\0\0\0\0\0\0\0\0P\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110065,0.000000,1735800770.572050,'\0\0\0\0\0\0\0\0\0\0C\9E',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110066,0.000000,1735802908.349045,'\0\0\0\0\0\0\0\0\0\0\ ',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110067,0.000000,1735803508.515341,'\0\0\0\0\0\0\0\0\0\01d\'',0,503,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110068,0.000000,1735803707.885851,'\0\0\0\0\0\0\0\0\0\0y(:',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110069,0.000000,1735805220.859583,'\0\0\0\0\0\0\0\0\0\0~a',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110070,0.000000,1735807435.236260,'\0\0\0\0\0\0\0\0\0\0g',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110071,0.000000,1735808971.550068,'\0\0\0\0\0\0\0\0\0\0@t_',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110072,0.000000,1735809742.055033,'\0\0\0\0\0\0\0\0\0\0M\\X',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110073,0.000000,1735812129.837964,'\0\0\0\0\0\0\0\0\0\0BUj',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110074,0.000000,1735820089.717843,'\0\0\0\0\0\0\0\0\0\0(&',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110075,0.000000,1735823849.161966,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110076,0.000000,1735846410.713107,'\0\0\0\0\0\0\0\0\0\04 ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110077,0.000000,1735849076.031870,'\0\0\0\0\0\0\0\0\0\0@rx',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110078,0.000000,1735851077.967890,'\0\0\0\0\0\0\0\0\0\0\\o',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110079,0.000000,1735852149.773394,'\0\0\0\0\0\0\0\0\0\0a',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110080,0.000000,1735853250.462136,'\0\0\0\0\0\0\0\0\0\03\jp',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110081,0.000000,1735854391.639253,'\0\0\0\0\0\0\0\0\0\0@t_',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110082,0.000000,1735854990.532267,'\0\0\0\0\0\0\0\0\0\0/an\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110083,0.000000,1735856908.137461,'\0\0\0\0\0\0\0\0\0\0\n',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110084,0.000000,1735858204.008096,'\0\0\0\0\0\0\0\0\0\0H\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110085,0.000000,1735862586.262975,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110086,0.000000,1735864106.077323,'\0\0\0\0\0\0\0\0\0\0E?@',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110087,0.000000,1735866482.428563,'\0\0\0\0\0\0\0\0\0\0g\\N',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110088,0.000000,1735867280.973013,'\0\0\0\0\0\0\0\0\0\0g\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110089,0.000000,1735872404.193999,'\0\0\0\0\0\0\0\0\0\0P\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110090,0.000000,1735874178.396142,'\0\0\0\0\0\0\0\0\0\0/\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110091,0.000000,1735875135.727503,'\0\0\0\0\0\0\0\0\0\0\i',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110092,0.000000,1735890561.158109,'\0\0\0\0\0\0\0\0\0\0~a',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110093,0.000000,1735891177.812810,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110094,0.000000,1735896346.901559,'\0\0\0\0\0\0\0\0\0\0@rn',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110095,0.000000,1735897769.626192,'\0\0\0\0\0\0\0\0\0\0\N',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110096,0.000000,1735901613.176221,'\0\0\0\0\0\0\0\0\0\0QEŵ',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110097,0.000000,1735902402.905445,'\0\0\0\0\0\0\0\0\0\0tv3\n',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110098,0.000000,1735904050.593000,'\0\0\0\0\0\0\0\0\0\0N',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110099,0.000000,1735907396.319250,'\0\0\0\0\0\0\0\0\0\0@\-',0,503,0,0,0,'https://www.fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110100,0.000000,1735907413.605417,'\0\0\0\0\0\0\0\0\0\03D\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110101,0.000000,1735914326.861576,'\0\0\0\0\0\0\0\0\0\0@㾚',0,503,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110102,0.000000,1735921556.378322,'\0\0\0\0\0\0\0\0\0\0(\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110103,0.000000,1735924594.482559,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110104,0.000000,1735934103.722173,'\0\0\0\0\0\0\0\0\0\0BUj',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110105,0.000000,1735945582.390115,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110106,0.000000,1735951611.556892,'\0\0\0\0\0\0\0\0\0\0\T',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110107,0.000000,1735952824.305310,'\0\0\0\0\0\0\0\0\0\0#',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110108,0.000000,1735954012.046814,'\0\0\0\0\0\0\0\0\0\0~a',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110109,0.000000,1735955244.258987,'\0\0\0\0\0\0\0\0\0\03\jp',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110110,0.000000,1735958908.597832,'\0\0\0\0\0\0\0\0\0\0(&',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110111,0.000000,1735975115.365881,'\0\0\0\0\0\0\0\0\0\0#\H',0,503,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110112,0.000000,1736003140.804813,'\0\0\0\0\0\0\0\0\0\0\\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110113,0.000000,1736003141.697865,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110114,0.000000,1736003141.801286,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110115,0.000000,1736003152.949703,'\0\0\0\0\0\0\0\0\0\0U\nҌ',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110116,0.000000,1736003158.917908,'\0\0\0\0\0\0\0\0\0\0I\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/29.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110117,0.000000,1736003163.970916,'\0\0\0\0\0\0\0\0\0\0B\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 10; LM-Q710(FGN)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110118,0.000000,1736003171.465094,'\0\0\0\0\0\0\0\0\0\0\&,',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110119,0.000000,1736003175.129546,'\0\0\0\0\0\0\0\0\0\0#(',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110120,0.000000,1736003179.481913,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110121,0.000000,1736003179.668055,'\0\0\0\0\0\0\0\0\0\0/c',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110122,0.000000,1736003182.440279,'\0\0\0\0\0\0\0\0\0\0-xQb',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0','loginFailInvalidUsername',NULL,NULL),(110123,0.000000,1736003184.034872,'\0\0\0\0\0\0\0\0\0\0\\',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0','loginFailInvalidUsername',NULL,NULL),(110124,0.000000,1736003195.952454,'\0\0\0\0\0\0\0\0\0\0>҃[',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110125,0.000000,1736003205.638398,'\0\0\0\0\0\0\0\0\0\0\eu',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0','loginFailInvalidUsername',NULL,NULL),(110126,0.000000,1736012322.670985,'\0\0\0\0\0\0\0\0\0\0g\t<',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1','loginFailInvalidUsername',NULL,NULL),(110127,0.000000,1736012325.211781,'\0\0\0\0\0\0\0\0\0\0\',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110128,0.000000,1736012328.319714,'\0\0\0\0\0\0\0\0\0\0gǠ',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110129,0.000000,1736012336.450048,'\0\0\0\0\0\0\0\0\0\0l',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110130,0.000000,1736012348.505519,'\0\0\0\0\0\0\0\0\0\0>W',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1; rv:36.0) Gecko/20100101 Firefox/36.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110131,0.000000,1736012352.708423,'\0\0\0\0\0\0\0\0\0\0J\\a',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110132,0.000000,1736012353.320200,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110133,0.000000,1736012364.412261,'\0\0\0\0\0\0\0\0\0\0&or\',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6','loginFailInvalidUsername',NULL,NULL),(110134,0.000000,1736020772.903911,'\0\0\0\0\0\0\0\0\0\0@rn',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110135,0.000000,1736022088.476132,'\0\0\0\0\0\0\0\0\0\0\n',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110136,0.000000,1736022091.099418,'\0\0\0\0\0\0\0\0\0\0\a',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110137,0.000000,1736022099.059864,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110138,0.000000,1736022100.746373,'\0\0\0\0\0\0\0\0\0\0:a',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110139,0.000000,1736022114.780405,'\0\0\0\0\0\0\0\0\0\0\̅',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110140,0.000000,1736022128.312090,'\0\0\0\0\0\0\0\0\0\0^ab',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110141,0.000000,1736022135.178726,'\0\0\0\0\0\0\0\0\0\0\!',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0','loginFailInvalidUsername',NULL,NULL),(110142,0.000000,1736023888.517069,'\0\0\0\0\0\0\0\0\0\0\E(',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110143,0.000000,1736025490.955176,'\0\0\0\0\0\0\0\0\0\0\\޵\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110144,0.000000,1736027088.284189,'\0\0\0\0\0\0\0\0\0\0y(:',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110145,0.000000,1736028628.513235,'\0\0\0\0\0\0\0\0\0\0\n',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110146,0.000000,1736030186.436461,'\0\0\0\0\0\0\0\0\0\0\"@\f',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110147,0.000000,1736030793.464717,'\0\0\0\0\0\0\0\0\0\0&fWa',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0','loginFailInvalidUsername',NULL,NULL),(110148,0.000000,1736030799.605222,'\0\0\0\0\0\0\0\0\0\0\2',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110149,0.000000,1736030808.240175,'\0\0\0\0\0\0\0\0\0\0-~4',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0','loginFailInvalidUsername',NULL,NULL),(110150,0.000000,1736030817.353712,'\0\0\0\0\0\0\0\0\0\0/\@g',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1','loginFailInvalidUsername',NULL,NULL),(110151,0.000000,1736031772.966433,'\0\0\0\0\0\0\0\0\0\0gv',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110152,0.000000,1736040011.735603,'\0\0\0\0\0\0\0\0\0\0~a',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110153,0.000000,1736040802.380868,'\0\0\0\0\0\0\0\0\0\0#H',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110154,0.000000,1736040808.227270,'\0\0\0\0\0\0\0\0\0\0\|\0',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110155,0.000000,1736040809.383285,'\0\0\0\0\0\0\0\0\0\0\aY',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0','loginFailInvalidUsername',NULL,NULL),(110156,0.000000,1736040812.979666,'\0\0\0\0\0\0\0\0\0\0?(d',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110157,0.000000,1736040812.979691,'\0\0\0\0\0\0\0\0\0\0)|',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110158,0.000000,1736040815.188050,'\0\0\0\0\0\0\0\0\0\0[\C',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110159,0.000000,1736040846.796320,'\0\0\0\0\0\0\0\0\0\0O\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110160,0.000000,1736040848.502065,'\0\0\0\0\0\0\0\0\0\0ˡ?',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110161,0.000000,1736043510.021729,'\0\0\0\0\0\0\0\0\0\0\\o',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110162,0.000000,1736052071.968000,'\0\0\0\0\0\0\0\0\0\0U\nҌ',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110163,0.000000,1736052073.746278,'\0\0\0\0\0\0\0\0\0\0e\B#',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/91.0.4472.80 Mobile/15E148 Safari/604.1','loginFailInvalidUsername',NULL,NULL),(110164,0.000000,1736052078.458482,'\0\0\0\0\0\0\0\0\0\0A5',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110165,0.000000,1736052086.088921,'\0\0\0\0\0\0\0\0\0\0\\',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110166,0.000000,1736052093.778347,'\0\0\0\0\0\0\0\0\0\0-',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0','loginFailInvalidUsername',NULL,NULL),(110167,0.000000,1736052108.779086,'\0\0\0\0\0\0\0\0\0\0>҃[',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110168,0.000000,1736052111.306255,'\0\0\0\0\0\0\0\0\0\0I\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110169,0.000000,1736052114.730664,'\0\0\0\0\0\0\0\0\0\0\\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110170,0.000000,1736052117.784039,'\0\0\0\0\0\0\0\0\0\0\JC',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110171,0.000000,1736054148.955236,'\0\0\0\0\0\0\0\0\0\0H ,',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110172,0.000000,1736055181.694040,'\0\0\0\0\0\0\0\0\0\0^Hr',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110173,0.000000,1736056649.789561,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110174,0.000000,1736057362.447480,'\0\0\0\0\0\0\0\0\0\0[޴',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110175,0.000000,1736058040.468141,'\0\0\0\0\0\0\0\0\0\0\m\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110176,0.000000,1736058807.813598,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110177,0.000000,1736060334.341749,'\0\0\0\0\0\0\0\0\0\0,\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110178,0.000000,1736063772.729088,'\0\0\0\0\0\0\0\0\0\0g',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110179,0.000000,1736068460.316040,'\0\0\0\0\0\0\0\0\0\0\\}(',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110180,0.000000,1736069104.198581,'\0\0\0\0\0\0\0\0\0\0H\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110181,0.000000,1736073895.008711,'\0\0\0\0\0\0\0\0\0\04 ',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110182,0.000000,1736078229.257349,'\0\0\0\0\0\0\0\0\0\0Vq',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110183,0.000000,1736080068.306929,'\0\0\0\0\0\0\0\0\0\0@rn',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110184,0.000000,1736083787.181266,'\0\0\0\0\0\0\0\0\0\0BUj',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110185,0.000000,1736086773.375702,'\0\0\0\0\0\0\0\0\0\0g',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110186,0.000000,1736087789.661807,'\0\0\0\0\0\0\0\0\0\0\&',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110187,0.000000,1736089545.643667,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110188,0.000000,1736090321.521470,'\0\0\0\0\0\0\0\0\0\0C\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110189,0.000000,1736091334.843812,'\0\0\0\0\0\0\0\0\0\0/2',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110190,0.000000,1736092825.902113,'\0\0\0\0\0\0\0\0\0\0m',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110191,0.000000,1736094274.186404,'\0\0\0\0\0\0\0\0\0\0ٶ\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110192,0.000000,1736095282.239540,'\0\0\0\0\0\0\0\0\0\0kW',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110193,0.000000,1736098247.650470,'\0\0\0\0\0\0\0\0\0\0>Q',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110194,0.000000,1736099025.327984,'\0\0\0\0\0\0\0\0\0\06%2\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110195,0.000000,1736103247.218102,'\0\0\0\0\0\0\0\0\0\0\\Z\*',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110196,0.000000,1736104360.545314,'\0\0\0\0\0\0\0\0\0\0\QI',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110197,0.000000,1736105526.387678,'\0\0\0\0\0\0\0\0\0\04\T',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110198,0.000000,1736105911.698512,'\0\0\0\0\0\0\0\0\0\0c\\',0,503,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110199,0.000000,1736106681.882623,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110200,0.000000,1736107861.623573,'\0\0\0\0\0\0\0\0\0\0[z\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110201,0.000000,1736109065.911942,'\0\0\0\0\0\0\0\0\0\0X',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110202,0.000000,1736111451.031686,'\0\0\0\0\0\0\0\0\0\03&\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110203,0.000000,1736113856.328123,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110204,0.000000,1736115068.925396,'\0\0\0\0\0\0\0\0\0\0g9V',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110205,0.000000,1736117470.940366,'\0\0\0\0\0\0\0\0\0\0#\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110206,0.000000,1736118680.105331,'\0\0\0\0\0\0\0\0\0\0\\Z\*',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110207,0.000000,1736119898.596724,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110208,0.000000,1736121091.675253,'\0\0\0\0\0\0\0\0\0\0@\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110209,0.000000,1736122285.296884,'\0\0\0\0\0\0\0\0\0\0-\\a',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110210,0.000000,1736124714.833395,'\0\0\0\0\0\0\0\0\0\0a',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110211,0.000000,1736125944.094836,'\0\0\0\0\0\0\0\0\0\0%L',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110212,0.000000,1736127205.843677,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110213,0.000000,1736128456.563015,'\0\0\0\0\0\0\0\0\0\03&\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110214,0.000000,1736129723.348457,'\0\0\0\0\0\0\0\0\0\0-\\a',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110215,0.000000,1736130978.627984,'\0\0\0\0\0\0\0\0\0\0cB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110216,0.000000,1736133534.604936,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110217,0.000000,1736134853.859735,'\0\0\0\0\0\0\0\0\0\0g$',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110218,0.000000,1736136168.269145,'\0\0\0\0\0\0\0\0\0\0/j#',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110219,0.000000,1736137490.324825,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110220,0.000000,1736138789.545062,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110221,0.000000,1736141341.570065,'\0\0\0\0\0\0\0\0\0\0@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110222,0.000000,1736142584.555373,'\0\0\0\0\0\0\0\0\0\0{\F',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110223,0.000000,1736143822.539625,'\0\0\0\0\0\0\0\0\0\0ٶ\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110224,0.000000,1736145071.983658,'\0\0\0\0\0\0\0\0\0\0}w',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110225,0.000000,1736146293.779012,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110226,0.000000,1736147512.020620,'\0\0\0\0\0\0\0\0\0\0+\?',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110227,0.000000,1736148715.532050,'\0\0\0\0\0\0\0\0\0\0Ո]',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110228,0.000000,1736149936.227852,'\0\0\0\0\0\0\0\0\0\0Dgy',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110229,0.000000,1736151175.562574,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110230,0.000000,1736152404.778599,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110231,0.000000,1736153646.457502,'\0\0\0\0\0\0\0\0\0\01 m',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110232,0.000000,1736154883.768183,'\0\0\0\0\0\0\0\0\0\0^',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110233,0.000000,1736156121.508699,'\0\0\0\0\0\0\0\0\0\0\s',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110234,0.000000,1736157359.487700,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110235,0.000000,1736158583.845609,'\0\0\0\0\0\0\0\0\0\0\QI',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110236,0.000000,1736159817.763343,'\0\0\0\0\0\0\0\0\0\0^D\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110237,0.000000,1736162296.170507,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110238,0.000000,1736163533.775818,'\0\0\0\0\0\0\0\0\0\0hc',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110239,0.000000,1736164775.038525,'\0\0\0\0\0\0\0\0\0\03YB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110240,0.000000,1736166033.354647,'\0\0\0\0\0\0\0\0\0\0}w',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110241,0.000000,1736168602.718670,'\0\0\0\0\0\0\0\0\0\0C\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110242,0.000000,1736170063.466478,'\0\0\0\0\0\0\0\0\0\0^.',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110243,0.000000,1736171370.878055,'\0\0\0\0\0\0\0\0\0\0@\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110244,0.000000,1736173218.938855,'\0\0\0\0\0\0\0\0\0\0@\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110245,0.000000,1736174091.370880,'\0\0\0\0\0\0\0\0\0\0\\J',0,503,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110246,0.000000,1736174551.745369,'\0\0\0\0\0\0\0\0\0\0Ո]',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110247,0.000000,1736181538.682656,'\0\0\0\0\0\0\0\0\0\0{\F',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110248,0.000000,1736182797.132835,'\0\0\0\0\0\0\0\0\0\0[\@\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110249,0.000000,1736183115.835961,'\0\0\0\0\0\0\0\0\0\0A\',0,503,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110250,0.000000,1736184056.162163,'\0\0\0\0\0\0\0\0\0\0X',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110251,0.000000,1736185317.244571,'\0\0\0\0\0\0\0\0\0\0#\6',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110252,0.000000,1736186576.550035,'\0\0\0\0\0\0\0\0\0\03&4',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110253,0.000000,1736187830.261484,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110254,0.000000,1736189072.204108,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110255,0.000000,1736189304.286404,'\0\0\0\0\0\0\0\0\0\0S4a',0,200,0,0,0,'https://fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10','loginFailInvalidUsername',NULL,NULL),(110256,0.000000,1736189305.737561,'\0\0\0\0\0\0\0\0\0\0S4a',0,200,0,0,0,'https://fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10','loginFailInvalidUsername',NULL,NULL),(110257,0.000000,1736190299.854816,'\0\0\0\0\0\0\0\0\0\03YB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110258,0.000000,1736191536.407182,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110259,0.000000,1736192785.910664,'\0\0\0\0\0\0\0\0\0\0\"KA\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110260,0.000000,1736194126.451257,'\0\0\0\0\0\0\0\0\0\0Dgy',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110261,0.000000,1736195427.297328,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110262,0.000000,1736196722.856728,'\0\0\0\0\0\0\0\0\0\0>H',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110263,0.000000,1736198013.921573,'\0\0\0\0\0\0\0\0\0\0G\\'',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110264,0.000000,1736199280.030137,'\0\0\0\0\0\0\0\0\0\0/2',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110265,0.000000,1736200546.004671,'\0\0\0\0\0\0\0\0\0\0G\\'',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110266,0.000000,1736201821.691671,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110267,0.000000,1736203083.206631,'\0\0\0\0\0\0\0\0\0\0, ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110268,0.000000,1736203098.851967,'\0\0\0\0\0\0\0\0\0\0ν!6',0,200,0,0,0,'https://www.fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110269,0.000000,1736204356.691372,'\0\0\0\0\0\0\0\0\0\03\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110270,0.000000,1736205623.047866,'\0\0\0\0\0\0\0\0\0\0^.',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110271,0.000000,1736208163.256718,'\0\0\0\0\0\0\0\0\0\0gR\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110272,0.000000,1736209436.999098,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110273,0.000000,1736210729.897175,'\0\0\0\0\0\0\0\0\0\0%L',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110274,0.000000,1736212025.185633,'\0\0\0\0\0\0\0\0\0\0, ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110275,0.000000,1736214608.149366,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110276,0.000000,1736217228.158183,'\0\0\0\0\0\0\0\0\0\0gnT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110277,0.000000,1736218532.922704,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110278,0.000000,1736219897.707437,'\0\0\0\0\0\0\0\0\0\0\0[',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110279,0.000000,1736221266.469264,'\0\0\0\0\0\0\0\0\0\0PN$',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110280,0.000000,1736222622.202282,'\0\0\0\0\0\0\0\0\0\06%\@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110281,0.000000,1736223950.209875,'\0\0\0\0\0\0\0\0\0\0^.',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110282,0.000000,1736225279.184857,'\0\0\0\0\0\0\0\0\0\03&\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110283,0.000000,1736226588.281388,'\0\0\0\0\0\0\0\0\0\0*j',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110284,0.000000,1736227891.625482,'\0\0\0\0\0\0\0\0\0\03&\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110285,0.000000,1736229213.562412,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110286,0.000000,1736230550.481960,'\0\0\0\0\0\0\0\0\0\0a',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110287,0.000000,1736231876.852912,'\0\0\0\0\0\0\0\0\0\0#\6',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110288,0.000000,1736233150.752146,'\0\0\0\0\0\0\0\0\0\0g\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110289,0.000000,1736234389.051615,'\0\0\0\0\0\0\0\0\0\03&4',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110290,0.000000,1736235551.725139,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110291,0.000000,1736236690.752351,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110292,0.000000,1736237827.740810,'\0\0\0\0\0\0\0\0\0\0\hL',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110293,0.000000,1736238963.929059,'\0\0\0\0\0\0\0\0\0\0\'b,',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110294,0.000000,1736240105.592955,'\0\0\0\0\0\0\0\0\0\0-\\a',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110295,0.000000,1736241252.260347,'\0\0\0\0\0\0\0\0\0\0PN$',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110296,0.000000,1736242393.922718,'\0\0\0\0\0\0\0\0\0\0%L',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110297,0.000000,1736243536.054023,'\0\0\0\0\0\0\0\0\0\0\s',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110298,0.000000,1736245822.943004,'\0\0\0\0\0\0\0\0\0\0\0[',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110299,0.000000,1736246704.875579,'\0\0\0\0\0\0\0\0\0\0ν!6',0,503,0,0,0,'https://www.fj-lifesciences.com//wp-login.php','https://www.fj-lifesciences.com//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110300,0.000000,1736246962.995941,'\0\0\0\0\0\0\0\0\0\0/k',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110301,0.000000,1736248109.021240,'\0\0\0\0\0\0\0\0\0\0@\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110302,0.000000,1736249255.836168,'\0\0\0\0\0\0\0\0\0\0@\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110303,0.000000,1736250412.178629,'\0\0\0\0\0\0\0\0\0\0[z\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110304,0.000000,1736251566.775331,'\0\0\0\0\0\0\0\0\0\0/j#',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110305,0.000000,1736252727.186309,'\0\0\0\0\0\0\0\0\0\0\\Z\*',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110306,0.000000,1736253895.065112,'\0\0\0\0\0\0\0\0\0\0g',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110307,0.000000,1736255065.273106,'\0\0\0\0\0\0\0\0\0\0\V',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110308,0.000000,1736256256.123640,'\0\0\0\0\0\0\0\0\0\0DU',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110309,0.000000,1736257450.458074,'\0\0\0\0\0\0\0\0\0\0\'b,',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110310,0.000000,1736258648.764955,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110311,0.000000,1736259853.424097,'\0\0\0\0\0\0\0\0\0\0^=',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110312,0.000000,1736261062.647173,'\0\0\0\0\0\0\0\0\0\0kW',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110313,0.000000,1736262269.353795,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110314,0.000000,1736263484.156642,'\0\0\0\0\0\0\0\0\0\0\\Z\*',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110315,0.000000,1736264646.276179,'\0\0\0\0\0\0\0\0\0\0h\\d',0,503,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110316,0.000000,1736264727.489253,'\0\0\0\0\0\0\0\0\0\0gnT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110317,0.000000,1736266031.212272,'\0\0\0\0\0\0\0\0\0\0g9V',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110318,0.000000,1736268601.792205,'\0\0\0\0\0\0\0\0\0\0\0[',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110319,0.000000,1736269874.502095,'\0\0\0\0\0\0\0\0\0\0\|!\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110320,0.000000,1736271139.566078,'\0\0\0\0\0\0\0\0\0\0gnT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110321,0.000000,1736272395.945497,'\0\0\0\0\0\0\0\0\0\0O8',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110322,0.000000,1736278300.707458,'\0\0\0\0\0\0\0\0\0\0/an\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110323,0.000000,1736278579.249420,'\0\0\0\0\0\0\0\0\0\0v\"\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110324,0.000000,1736278843.660186,'\0\0\0\0\0\0\0\0\0\0\&',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110325,0.000000,1736279314.592452,'\0\0\0\0\0\0\0\0\0\0@vi',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110326,0.000000,1736279513.527853,'\0\0\0\0\0\0\0\0\0\0a',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110327,0.000000,1736279595.567273,'\0\0\0\0\0\0\0\0\0\0h-',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110328,0.000000,1736279846.725347,'\0\0\0\0\0\0\0\0\0\0\0\',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','loginFailInvalidUsername',NULL,NULL),(110329,0.000000,1736280129.000755,'\0\0\0\0\0\0\0\0\0\0N',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110330,0.000000,1736280400.547560,'\0\0\0\0\0\0\0\0\0\0_\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110331,0.000000,1736280664.527596,'\0\0\0\0\0\0\0\0\0\0H ,',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110332,0.000000,1736280773.568367,'\0\0\0\0\0\0\0\0\0\03\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110333,0.000000,1736280946.985112,'\0\0\0\0\0\0\0\0\0\0\N',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110334,0.000000,1736281212.475969,'\0\0\0\0\0\0\0\0\0\0g',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110335,0.000000,1736281478.961647,'\0\0\0\0\0\0\0\0\0\0\\͹p',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110336,0.000000,1736281748.940417,'\0\0\0\0\0\0\0\0\0\0P\o',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110337,0.000000,1736282300.511526,'\0\0\0\0\0\0\0\0\0\0g\\N',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110338,0.000000,1736282600.573676,'\0\0\0\0\0\0\0\0\0\0[޴',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110339,0.000000,1736282905.198312,'\0\0\0\0\0\0\0\0\0\0~\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110340,0.000000,1736283198.539175,'\0\0\0\0\0\0\0\0\0\0Y-SY',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110341,0.000000,1736283489.196876,'\0\0\0\0\0\0\0\0\0\0\qB',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110342,0.000000,1736285291.602463,'\0\0\0\0\0\0\0\0\0\0\fy',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110343,0.000000,1736285616.300983,'\0\0\0\0\0\0\0\0\0\0,\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110344,0.000000,1736285926.987626,'\0\0\0\0\0\0\0\0\0\0\\v',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110345,0.000000,1736286244.825839,'\0\0\0\0\0\0\0\0\0\0\\Ͷ',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110346,0.000000,1736286535.538052,'\0\0\0\0\0\0\0\0\0\0gnT(',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110347,0.000000,1736287512.697392,'\0\0\0\0\0\0\0\0\0\0y(:',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110348,0.000000,1736288144.276245,'\0\0\0\0\0\0\0\0\0\0m\\e&',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110349,0.000000,1736289488.783162,'\0\0\0\0\0\0\0\0\0\0\'',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110350,0.000000,1736289825.455812,'\0\0\0\0\0\0\0\0\0\0,',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110351,0.000000,1736290491.120716,'\0\0\0\0\0\0\0\0\0\0-\n\n',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110352,0.000000,1736291164.035674,'\0\0\0\0\0\0\0\0\0\0\}',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110353,0.000000,1736296093.877485,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110354,0.000000,1736296803.312690,'\0\0\0\0\0\0\0\0\0\0gx',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110355,0.000000,1736296842.506614,'\0\0\0\0\0\0\0\0\0\01 m',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110356,0.000000,1736297170.364995,'\0\0\0\0\0\0\0\0\0\00',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110357,0.000000,1736298123.395206,'\0\0\0\0\0\0\0\0\0\0\V',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110358,0.000000,1736298198.142967,'\0\0\0\0\0\0\0\0\0\0[',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110359,0.000000,1736299293.019447,'\0\0\0\0\0\0\0\0\0\0BUj',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110360,0.000000,1736299421.819882,'\0\0\0\0\0\0\0\0\0\0@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110361,0.000000,1736300032.825322,'\0\0\0\0\0\0\0\0\0\0G\n',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110362,0.000000,1736300709.091254,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110363,0.000000,1736300764.470832,'\0\0\0\0\0\0\0\0\0\0\n',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110364,0.000000,1736301485.236948,'\0\0\0\0\0\0\0\0\0\0gf\n',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110365,0.000000,1736301999.397966,'\0\0\0\0\0\0\0\0\0\0^',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110366,0.000000,1736302256.238009,'\0\0\0\0\0\0\0\0\0\0\\޵\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110367,0.000000,1736303011.966196,'\0\0\0\0\0\0\0\0\0\0[\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110368,0.000000,1736303297.285257,'\0\0\0\0\0\0\0\0\0\0#\6',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110369,0.000000,1736303753.145015,'\0\0\0\0\0\0\0\0\0\0D',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110370,0.000000,1736304516.431350,'\0\0\0\0\0\0\0\0\0\0@r(',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','loginFailInvalidUsername',NULL,NULL),(110371,0.000000,1736304592.026528,'\0\0\0\0\0\0\0\0\0\0m\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110372,0.000000,1736305693.666241,'\0\0\0\0\0\0\0\0\0\0e\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110373,0.000000,1736305916.406063,'\0\0\0\0\0\0\0\0\0\03\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110374,0.000000,1736306077.969662,'\0\0\0\0\0\0\0\0\0\0@t',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110375,0.000000,1736307233.914047,'\0\0\0\0\0\0\0\0\0\0v',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110376,0.000000,1736307292.404265,'\0\0\0\0\0\0\0\0\0\0\\Z\*',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110377,0.000000,1736307672.451732,'\0\0\0\0\0\0\0\0\0\0(&',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110378,0.000000,1736308589.992659,'\0\0\0\0\0\0\0\0\0\06%\@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110379,0.000000,1736309279.259477,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110380,0.000000,1736309668.534720,'\0\0\0\0\0\0\0\0\0\0gR#',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110381,0.000000,1736310091.057006,'\0\0\0\0\0\0\0\0\0\0E?@',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110382,0.000000,1736311206.129153,'\0\0\0\0\0\0\0\0\0\0^=',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110383,0.000000,1736311597.983085,'\0\0\0\0\0\0\0\0\0\0\\,',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110384,0.000000,1736311919.402119,'\0\0\0\0\0\0\0\0\0\0h-)-',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110385,0.000000,1736312469.653210,'\0\0\0\0\0\0\0\0\0\0|)',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110386,0.000000,1736312499.523247,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110387,0.000000,1736313027.158050,'\0\0\0\0\0\0\0\0\0\0Z',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110388,0.000000,1736313547.443358,'\0\0\0\0\0\0\0\0\0\0Q\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110389,0.000000,1736313705.838837,'\0\0\0\0\0\0\0\0\0\0\s',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110390,0.000000,1736314807.792491,'\0\0\0\0\0\0\0\0\0\0_',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110391,0.000000,1736314947.306684,'\0\0\0\0\0\0\0\0\0\0t^',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110392,0.000000,1736316171.594152,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110393,0.000000,1736317145.175525,'\0\0\0\0\0\0\0\0\0\0-\ ',0,200,0,0,0,'https://fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10','loginFailInvalidUsername',NULL,NULL),(110394,0.000000,1736317147.568365,'\0\0\0\0\0\0\0\0\0\0-\ ',0,200,0,0,0,'https://fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10','loginFailInvalidUsername',NULL,NULL),(110395,0.000000,1736317412.412554,'\0\0\0\0\0\0\0\0\0\0/2',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110396,0.000000,1736317429.318677,'\0\0\0\0\0\0\0\0\0\0#',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110397,0.000000,1736317660.957551,'\0\0\0\0\0\0\0\0\0\0h\K',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110398,0.000000,1736317909.111130,'\0\0\0\0\0\0\0\0\0\0H\n',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110399,0.000000,1736318655.210616,'\0\0\0\0\0\0\0\0\0\0-\\a',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110400,0.000000,1736319506.672882,'\0\0\0\0\0\0\0\0\0\0#\\o',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110401,0.000000,1736319795.621152,'\0\0\0\0\0\0\0\0\0\0Wz(',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110402,0.000000,1736319875.495736,'\0\0\0\0\0\0\0\0\0\03&)\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110403,0.000000,1736320348.092834,'\0\0\0\0\0\0\0\0\0\0\'l',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110404,0.000000,1736320882.992593,'\0\0\0\0\0\0\0\0\0\0gى',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110405,0.000000,1736321084.172631,'\0\0\0\0\0\0\0\0\0\0MZ\Z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110406,0.000000,1736321152.744741,'\0\0\0\0\0\0\0\0\0\0>%',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110407,0.000000,1736322007.995732,'\0\0\0\0\0\0\0\0\0\0\i',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110408,0.000000,1736322269.728172,'\0\0\0\0\0\0\0\0\0\0#̬ ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110409,0.000000,1736322588.214595,'\0\0\0\0\0\0\0\0\0\0/jɆ',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110410,0.000000,1736323185.665143,'\0\0\0\0\0\0\0\0\0\0P\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110411,0.000000,1736323447.788532,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110412,0.000000,1736323816.215660,'\0\0\0\0\0\0\0\0\0\0\n4',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110413,0.000000,1736324457.571233,'\0\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110414,0.000000,1736324624.489971,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110415,0.000000,1736325788.186994,'\0\0\0\0\0\0\0\0\0\0\0[',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110416,0.000000,1736326959.116963,'\0\0\0\0\0\0\0\0\0\0cB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110417,0.000000,1736326983.555273,'\0\0\0\0\0\0\0\0\0\0H ,',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110418,0.000000,1736327310.966164,'\0\0\0\0\0\0\0\0\0\0N',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110419,0.000000,1736327982.285537,'\0\0\0\0\0\0\0\0\0\0v\"\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110420,0.000000,1736328121.233081,'\0\0\0\0\0\0\0\0\0\0/k',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110421,0.000000,1736328897.861384,'\0\0\0\0\0\0\0\0\0\0/\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110422,0.000000,1736329194.040833,'\0\0\0\0\0\0\0\0\0\0Yw\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110423,0.000000,1736329277.310354,'\0\0\0\0\0\0\0\0\0\0gR\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110424,0.000000,1736329570.056511,'\0\0\0\0\0\0\0\0\0\0s8',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110425,0.000000,1736329884.197860,'\0\0\0\0\0\0\0\0\0\0P\o',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110426,0.000000,1736330446.328856,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110427,0.000000,1736330544.789123,'\0\0\0\0\0\0\0\0\0\03\jp',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110428,0.000000,1736331190.816741,'\0\0\0\0\0\0\0\0\0\0B*(T',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110429,0.000000,1736331252.481515,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110430,0.000000,1736331558.369570,'\0\0\0\0\0\0\0\0\0\0[޴',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110431,0.000000,1736331610.889422,'\0\0\0\0\0\0\0\0\0\06%2\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110432,0.000000,1736332254.348227,'\0\0\0\0\0\0\0\0\0\0y(:',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110433,0.000000,1736332553.567440,'\0\0\0\0\0\0\0\0\0\0W\Z:',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','loginFailInvalidUsername',NULL,NULL),(110434,0.000000,1736332776.450926,'\0\0\0\0\0\0\0\0\0\0;;',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110435,0.000000,1736333617.251142,'\0\0\0\0\0\0\0\0\0\0\&',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110436,0.000000,1736333946.429699,'\0\0\0\0\0\0\0\0\0\0m\\e&',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110437,0.000000,1736334617.047660,'\0\0\0\0\0\0\0\0\0\0\m\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110438,0.000000,1736335139.854569,'\0\0\0\0\0\0\0\0\0\0/k',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110439,0.000000,1736335329.633064,'\0\0\0\0\0\0\0\0\0\0h-',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110440,0.000000,1736335991.046808,'\0\0\0\0\0\0\0\0\0\0Hӱ',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110441,0.000000,1736336320.996026,'\0\0\0\0\0\0\0\0\0\0hc',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110442,0.000000,1736337498.572018,'\0\0\0\0\0\0\0\0\0\0-\\a',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110443,0.000000,1736338122.461276,'\0\0\0\0\0\0\0\0\0\0\3',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110444,0.000000,1736338804.764396,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110445,0.000000,1736339169.879990,'\0\0\0\0\0\0\0\0\0\03&4',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110446,0.000000,1736340349.243495,'\0\0\0\0\0\0\0\0\0\0%L',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110447,0.000000,1736340631.204789,'\0\0\0\0\0\0\0\0\0\0,',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110448,0.000000,1736340996.896826,'\0\0\0\0\0\0\0\0\0\0e\l\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110449,0.000000,1736343053.435009,'\0\0\0\0\0\0\0\0\0\0O8',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110450,0.000000,1736344251.878492,'\0\0\0\0\0\0\0\0\0\0^.',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110451,0.000000,1736345452.599359,'\0\0\0\0\0\0\0\0\0\0@\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110452,0.000000,1736346652.227754,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110453,0.000000,1736347891.497048,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110454,0.000000,1736349095.304254,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110455,0.000000,1736350315.091213,'\0\0\0\0\0\0\0\0\0\0\V',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110456,0.000000,1736351494.667040,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110457,0.000000,1736353827.178951,'\0\0\0\0\0\0\0\0\0\0@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110458,0.000000,1736354965.247055,'\0\0\0\0\0\0\0\0\0\0g\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110459,0.000000,1736356153.252743,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110460,0.000000,1736357374.058874,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110461,0.000000,1736358600.241695,'\0\0\0\0\0\0\0\0\0\0-Mh',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110462,0.000000,1736359824.571305,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110463,0.000000,1736361038.353794,'\0\0\0\0\0\0\0\0\0\0^D\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110464,0.000000,1736362277.924748,'\0\0\0\0\0\0\0\0\0\02*',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110465,0.000000,1736363519.134662,'\0\0\0\0\0\0\0\0\0\0l۲',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110466,0.000000,1736364764.956797,'\0\0\0\0\0\0\0\0\0\06%2\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110467,0.000000,1736367261.002054,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110468,0.000000,1736368526.742795,'\0\0\0\0\0\0\0\0\0\0/t7|',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110469,0.000000,1736369795.039853,'\0\0\0\0\0\0\0\0\0\03&)\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110470,0.000000,1736371064.349186,'\0\0\0\0\0\0\0\0\0\0\0[',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110471,0.000000,1736372320.319568,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110472,0.000000,1736373611.843184,'\0\0\0\0\0\0\0\0\0\0kW',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110473,0.000000,1736374961.789545,'\0\0\0\0\0\0\0\0\0\0-Mh',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110474,0.000000,1736376293.332095,'\0\0\0\0\0\0\0\0\0\0gnT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110475,0.000000,1736377624.269953,'\0\0\0\0\0\0\0\0\0\0, ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110476,0.000000,1736378958.860927,'\0\0\0\0\0\0\0\0\0\0/2',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110477,0.000000,1736380283.583886,'\0\0\0\0\0\0\0\0\0\021',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110478,0.000000,1736381643.090840,'\0\0\0\0\0\0\0\0\0\0/j#',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110479,0.000000,1736383004.239608,'\0\0\0\0\0\0\0\0\0\0kW',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110480,0.000000,1736384321.740686,'\0\0\0\0\0\0\0\0\0\0/2',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110481,0.000000,1736385657.466141,'\0\0\0\0\0\0\0\0\0\0zr=}',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110482,0.000000,1736386993.792565,'\0\0\0\0\0\0\0\0\0\0g\?',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110483,0.000000,1736388335.442820,'\0\0\0\0\0\0\0\0\0\0-wT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110484,0.000000,1736389691.869495,'\0\0\0\0\0\0\0\0\0\0X',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110485,0.000000,1736391051.785820,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110486,0.000000,1736392455.355322,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110487,0.000000,1736393865.253736,'\0\0\0\0\0\0\0\0\0\0^=',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110488,0.000000,1736394277.217478,'\0\0\0\0\0\0\0\0\0\0#%;',0,503,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110489,0.000000,1736395220.829972,'\0\0\0\0\0\0\0\0\0\0#\6',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110490,0.000000,1736396582.931297,'\0\0\0\0\0\0\0\0\0\0g\?',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110491,0.000000,1736397921.814469,'\0\0\0\0\0\0\0\0\0\0Ո]',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110492,0.000000,1736399274.994507,'\0\0\0\0\0\0\0\0\0\0;iI',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110493,0.000000,1736400626.234438,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110494,0.000000,1736403242.977698,'\0\0\0\0\0\0\0\0\0\0%L',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110495,0.000000,1736404528.781855,'\0\0\0\0\0\0\0\0\0\0\'i\u',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110496,0.000000,1736405790.220811,'\0\0\0\0\0\0\0\0\0\0hc',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110497,0.000000,1736407037.161281,'\0\0\0\0\0\0\0\0\0\0[\@\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110498,0.000000,1736409523.493457,'\0\0\0\0\0\0\0\0\0\0t>ή',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110499,0.000000,1736410777.189539,'\0\0\0\0\0\0\0\0\0\0\V',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110500,0.000000,1736412027.875288,'\0\0\0\0\0\0\0\0\0\0T',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110501,0.000000,1736413279.865085,'\0\0\0\0\0\0\0\0\0\02',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110502,0.000000,1736414530.405758,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110503,0.000000,1736415789.327045,'\0\0\0\0\0\0\0\0\0\0-Mh',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110504,0.000000,1736417048.299631,'\0\0\0\0\0\0\0\0\0\0\"KA\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110505,0.000000,1736418312.923451,'\0\0\0\0\0\0\0\0\0\0\hL',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110506,0.000000,1736419581.017618,'\0\0\0\0\0\0\0\0\0\0X',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110507,0.000000,1736420851.899338,'\0\0\0\0\0\0\0\0\0\0}w',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110508,0.000000,1736422115.719857,'\0\0\0\0\0\0\0\0\0\0T',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110509,0.000000,1736424665.385105,'\0\0\0\0\0\0\0\0\0\0DU',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110510,0.000000,1736425959.342491,'\0\0\0\0\0\0\0\0\0\0%L',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110511,0.000000,1736427252.415236,'\0\0\0\0\0\0\0\0\0\0g',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110512,0.000000,1736428585.773123,'\0\0\0\0\0\0\0\0\0\0/2',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110513,0.000000,1736429920.875820,'\0\0\0\0\0\0\0\0\0\0JQ&\Z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110514,0.000000,1736431269.574248,'\0\0\0\0\0\0\0\0\0\0@\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110515,0.000000,1736434387.388792,'\0\0\0\0\0\0\0\0\0\0gnT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110516,0.000000,1736435740.656069,'\0\0\0\0\0\0\0\0\0\0g\\~',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110517,0.000000,1736448816.146773,'\0\0\0\0\0\0\0\0\0\0\\\',0,200,0,0,0,'https://fj-lifesciences.com/wp-login.php','https://fj-lifesciences.com/wp-login.php?redirect_to=https%3A%2F%2Ffj-lifesciences.com%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0','loginFailInvalidUsername',NULL,NULL),(110518,0.000000,1736448852.566755,'\0\0\0\0\0\0\0\0\0\0\\\',0,200,0,0,0,'https://fj-lifesciences.com/wp-login.php','https://fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0','loginFailInvalidUsername',NULL,NULL),(110519,0.000000,1736448883.650017,'\0\0\0\0\0\0\0\0\0\0\\\',0,302,0,1,0,'https://fj-lifesciences.com/wp-login.php','https://fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0','loginOK',NULL,NULL),(110520,0.000000,1736449095.435358,'\0\0\0\0\0\0\0\0\0\0P\N',0,302,0,1,0,'https://fj-lifesciences.com/wp-login.php','https://fj-lifesciences.com/wp-login.php?redirect_to=https%3A%2F%2Ffj-lifesciences.com%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0','loginOK',NULL,NULL),(110521,0.000000,1736533640.811268,'\0\0\0\0\0\0\0\0\0\0-',0,503,0,0,0,'https://www.fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110522,0.000000,1736597955.873042,'\0\0\0\0\0\0\0\0\0\0-\:',0,200,0,0,0,'https://fj-lifesciences.com/wp-login.php','https://fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110523,0.000000,1736597960.887966,'\0\0\0\0\0\0\0\0\0\0Y`',0,200,0,0,0,'https://fj-lifesciences.com/wp-login.php','https://fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110524,0.000000,1736630775.178844,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110525,0.000000,1736633736.560687,'\0\0\0\0\0\0\0\0\0\0I~L',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110526,0.000000,1736634926.759643,'\0\0\0\0\0\0\0\0\0\0@rx',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110527,0.000000,1736636827.480931,'\0\0\0\0\0\0\0\0\0\0Մ\H',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110528,0.000000,1736640059.572576,'\0\0\0\0\0\0\0\0\0\0tv3\n',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110529,0.000000,1736642753.313154,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110530,0.000000,1736645502.189674,'\0\0\0\0\0\0\0\0\0\0[\\~',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110531,0.000000,1736646193.332753,'\0\0\0\0\0\0\0\0\0\0\p',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110532,0.000000,1736646921.199825,'\0\0\0\0\0\0\0\0\0\0s8',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110533,0.000000,1736647613.460052,'\0\0\0\0\0\0\0\0\0\0\\o',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110534,0.000000,1736650541.799036,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110535,0.000000,1736652884.500692,'\0\0\0\0\0\0\0\0\0\0-',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110536,0.000000,1736653749.548462,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110537,0.000000,1736655439.394666,'\0\0\0\0\0\0\0\0\0\0\"',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','loginFailInvalidUsername',NULL,NULL),(110538,0.000000,1736657189.112166,'\0\0\0\0\0\0\0\0\0\0Ex',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110539,0.000000,1736658053.963046,'\0\0\0\0\0\0\0\0\0\0\l',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110540,0.000000,1736660737.727336,'\0\0\0\0\0\0\0\0\0\0v',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110541,0.000000,1736662720.561348,'\0\0\0\0\0\0\0\0\0\0H\n',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110542,0.000000,1736663229.439647,'\0\0\0\0\0\0\0\0\0\0ES',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110543,0.000000,1736664514.776027,'\0\0\0\0\0\0\0\0\0\0j,',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110544,0.000000,1736664988.797176,'\0\0\0\0\0\0\0\0\0\0zn',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110545,0.000000,1736665428.204692,'\0\0\0\0\0\0\0\0\0\0\mg',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110546,0.000000,1736665893.417450,'\0\0\0\0\0\0\0\0\0\0Nk',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110547,0.000000,1736666357.903355,'\0\0\0\0\0\0\0\0\0\0gv',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110548,0.000000,1736668731.941169,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110549,0.000000,1736669729.316072,'\0\0\0\0\0\0\0\0\0\0xm\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110550,0.000000,1736670201.278174,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110551,0.000000,1736671270.794817,'\0\0\0\0\0\0\0\0\0\0e\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110552,0.000000,1736673879.316840,'\0\0\0\0\0\0\0\0\0\0ϔJ\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110553,0.000000,1736683749.469250,'\0\0\0\0\0\0\0\0\0\0Kw\5',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110554,0.000000,1736686778.253817,'\0\0\0\0\0\0\0\0\0\0P\o',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110555,0.000000,1736687807.937260,'\0\0\0\0\0\0\0\0\0\0@vi',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110556,0.000000,1736688825.267700,'\0\0\0\0\0\0\0\0\0\0>%',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110557,0.000000,1736691949.975343,'\0\0\0\0\0\0\0\0\0\0H4E',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110558,0.000000,1736692994.000472,'\0\0\0\0\0\0\0\0\0\0$',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110559,0.000000,1736695111.286050,'\0\0\0\0\0\0\0\0\0\0tv3\n',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110560,0.000000,1736728143.387717,'\0\0\0\0\0\0\0\0\0\03&*',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110561,0.000000,1736728738.749953,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110562,0.000000,1736729806.547485,'\0\0\0\0\0\0\0\0\0\0\3SR',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110563,0.000000,1736730029.614091,'\0\0\0\0\0\0\0\0\0\03&4',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110564,0.000000,1736731327.703477,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110565,0.000000,1736732619.777467,'\0\0\0\0\0\0\0\0\0\0@\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110566,0.000000,1736733190.295912,'\0\0\0\0\0\0\0\0\0\0H4E',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110567,0.000000,1736736504.995094,'\0\0\0\0\0\0\0\0\0\03&\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110568,0.000000,1736736522.447827,'\0\0\0\0\0\0\0\0\0\0GE',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110569,0.000000,1736737087.705463,'\0\0\0\0\0\0\0\0\0\0Kw/',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110570,0.000000,1736737630.255270,'\0\0\0\0\0\0\0\0\0\0>%',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110571,0.000000,1736737811.398022,'\0\0\0\0\0\0\0\0\0\0;;',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110572,0.000000,1736738110.904047,'\0\0\0\0\0\0\0\0\0\0@t',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110573,0.000000,1736738580.769288,'\0\0\0\0\0\0\0\0\0\0H ,',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110574,0.000000,1736739019.385510,'\0\0\0\0\0\0\0\0\0\0,',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110575,0.000000,1736739160.756282,'\0\0\0\0\0\0\0\0\0\0zr=}',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110576,0.000000,1736739410.317895,'\0\0\0\0\0\0\0\0\0\0<',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110577,0.000000,1736739805.014657,'\0\0\0\0\0\0\0\0\0\0%bĥ',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110578,0.000000,1736740508.384363,'\0\0\0\0\0\0\0\0\0\0MZ\Z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110579,0.000000,1736740584.273420,'\0\0\0\0\0\0\0\0\0\0-\ ',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110580,0.000000,1736740959.642601,'\0\0\0\0\0\0\0\0\0\0t>',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110581,0.000000,1736741358.592121,'\0\0\0\0\0\0\0\0\0\0g',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110582,0.000000,1736741750.894851,'\0\0\0\0\0\0\0\0\0\0g\j',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110583,0.000000,1736741841.294028,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110584,0.000000,1736742129.472820,'\0\0\0\0\0\0\0\0\0\0\\\ u',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110585,0.000000,1736742907.630604,'\0\0\0\0\0\0\0\0\0\0\n4',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110586,0.000000,1736743331.733389,'\0\0\0\0\0\0\0\0\0\0Ex',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110587,0.000000,1736743728.191331,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110588,0.000000,1736744142.872979,'\0\0\0\0\0\0\0\0\0\0\\o',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110589,0.000000,1736744475.545529,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110590,0.000000,1736744561.686190,'\0\0\0\0\0\0\0\0\0\0BZ',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110591,0.000000,1736745394.652860,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110592,0.000000,1736745858.944367,'\0\0\0\0\0\0\0\0\0\00',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110593,0.000000,1736746268.742663,'\0\0\0\0\0\0\0\0\0\0Q\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110594,0.000000,1736746703.112989,'\0\0\0\0\0\0\0\0\0\0&9)',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110595,0.000000,1736747050.014406,'\0\0\0\0\0\0\0\0\0\0\QI',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110596,0.000000,1736747127.881511,'\0\0\0\0\0\0\0\0\0\0\Ա',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110597,0.000000,1736747591.148565,'\0\0\0\0\0\0\0\0\0\0\\Ͷ',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110598,0.000000,1736748040.985366,'\0\0\0\0\0\0\0\0\0\0W',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110599,0.000000,1736748314.808944,'\0\0\0\0\0\0\0\0\0\0zr=}',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110600,0.000000,1736748486.835941,'\0\0\0\0\0\0\0\0\0\0\\B<',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110601,0.000000,1736749414.525369,'\0\0\0\0\0\0\0\0\0\0t\TE',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110602,0.000000,1736749586.551911,'\0\0\0\0\0\0\0\0\0\03\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110603,0.000000,1736749884.515434,'\0\0\0\0\0\0\0\0\0\03\jp',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110604,0.000000,1736750345.448332,'\0\0\0\0\0\0\0\0\0\0/\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110605,0.000000,1736750768.182759,'\0\0\0\0\0\0\0\0\0\0BUj',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110606,0.000000,1736750845.786330,'\0\0\0\0\0\0\0\0\0\03&4',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110607,0.000000,1736751252.743050,'\0\0\0\0\0\0\0\0\0\0Wz(',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110608,0.000000,1736751704.320399,'\0\0\0\0\0\0\0\0\0\03K6z',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110609,0.000000,1736752104.187652,'\0\0\0\0\0\0\0\0\0\0gnT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110610,0.000000,1736752585.939936,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110611,0.000000,1736753361.497837,'\0\0\0\0\0\0\0\0\0\0DU',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110612,0.000000,1736754373.954047,'\0\0\0\0\0\0\0\0\0\0DjO',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110613,0.000000,1736754615.833548,'\0\0\0\0\0\0\0\0\0\0g\?',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110614,0.000000,1736755880.929605,'\0\0\0\0\0\0\0\0\0\0/k',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110615,0.000000,1736756507.739528,'\0\0\0\0\0\0\0\0\0\0Am[q',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110616,0.000000,1736756942.339678,'\0\0\0\0\0\0\0\0\0\0,\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110617,0.000000,1736757156.729799,'\0\0\0\0\0\0\0\0\0\0g$',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110618,0.000000,1736757356.621393,'\0\0\0\0\0\0\0\0\0\0g\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110619,0.000000,1736758238.536735,'\0\0\0\0\0\0\0\0\0\0/an\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110620,0.000000,1736758431.873997,'\0\0\0\0\0\0\0\0\0\0B\Z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110621,0.000000,1736758686.637723,'\0\0\0\0\0\0\0\0\0\0[\\~',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110622,0.000000,1736759581.058622,'\0\0\0\0\0\0\0\0\0\0h-',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110623,0.000000,1736759704.600885,'\0\0\0\0\0\0\0\0\0\0g9V',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110624,0.000000,1736760495.064726,'\0\0\0\0\0\0\0\0\0\0gn',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110625,0.000000,1736760980.561561,'\0\0\0\0\0\0\0\0\0\0{\F',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110626,0.000000,1736761842.424880,'\0\0\0\0\0\0\0\0\0\0H P',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110627,0.000000,1736762253.465980,'\0\0\0\0\0\0\0\0\0\0}w',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110628,0.000000,1736762300.456325,'\0\0\0\0\0\0\0\0\0\0gLz:',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110629,0.000000,1736764610.769715,'\0\0\0\0\0\0\0\0\0\0\\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110630,0.000000,1736764817.529809,'\0\0\0\0\0\0\0\0\0\0/k',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110631,0.000000,1736765086.530426,'\0\0\0\0\0\0\0\0\0\0Vq',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110632,0.000000,1736766094.666098,'\0\0\0\0\0\0\0\0\0\03&\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110633,0.000000,1736767010.111655,'\0\0\0\0\0\0\0\0\0\0[޴',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110634,0.000000,1736767372.877000,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110635,0.000000,1736768663.139250,'\0\0\0\0\0\0\0\0\0\0+\?',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110636,0.000000,1736769452.344165,'\0\0\0\0\0\0\0\0\0\0_\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110637,0.000000,1736769937.062225,'\0\0\0\0\0\0\0\0\0\0gnT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110638,0.000000,1736770456.136753,'\0\0\0\0\0\0\0\0\0\0£)',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110639,0.000000,1736771218.576254,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110640,0.000000,1736771894.156036,'\0\0\0\0\0\0\0\0\0\0E\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110641,0.000000,1736773180.397588,'\0\0\0\0\0\0\0\0\0\0PN$',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110642,0.000000,1736774483.553390,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110643,0.000000,1736775787.785922,'\0\0\0\0\0\0\0\0\0\0-wT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110644,0.000000,1736776091.381222,'\0\0\0\0\0\0\0\0\0\0#\ij',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110645,0.000000,1736787441.221260,'\0\0\0\0\0\0\0\0\0\0צ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110646,0.000000,1736788251.806751,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110647,0.000000,1736789046.238221,'\0\0\0\0\0\0\0\0\0\0Մ\H',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110648,0.000000,1736790475.674619,'\0\0\0\0\0\0\0\0\0\0ˢx',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110649,0.000000,1736791109.785260,'\0\0\0\0\0\0\0\0\0\0BR',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110650,0.000000,1736791740.469812,'\0\0\0\0\0\0\0\0\0\0Am',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110651,0.000000,1736792386.178219,'\0\0\0\0\0\0\0\0\0\03&*',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110652,0.000000,1736793008.393746,'\0\0\0\0\0\0\0\0\0\0Al9',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110653,0.000000,1736793621.184804,'\0\0\0\0\0\0\0\0\0\0Li\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110654,0.000000,1736796108.993912,'\0\0\0\0\0\0\0\0\0\0]7',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110655,0.000000,1736797022.665874,'\0\0\0\0\0\0\0\0\0\0{\F',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110656,0.000000,1736798060.436164,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110657,0.000000,1736799080.504499,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110658,0.000000,1736800111.917801,'\0\0\0\0\0\0\0\0\0\06$\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110659,0.000000,1736802190.120448,'\0\0\0\0\0\0\0\0\0\0^=',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110660,0.000000,1736803240.729349,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110661,0.000000,1736804303.555879,'\0\0\0\0\0\0\0\0\0\0/2',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110662,0.000000,1736805349.274125,'\0\0\0\0\0\0\0\0\0\0PN$',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110663,0.000000,1736806408.138379,'\0\0\0\0\0\0\0\0\0\02*',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110664,0.000000,1736807466.873956,'\0\0\0\0\0\0\0\0\0\0MZ\Z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110665,0.000000,1736808509.393438,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110666,0.000000,1736809576.311626,'\0\0\0\0\0\0\0\0\0\0\q\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110667,0.000000,1736810648.165326,'\0\0\0\0\0\0\0\0\0\0}w',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110668,0.000000,1736811703.218587,'\0\0\0\0\0\0\0\0\0\0-wT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110669,0.000000,1736812746.314571,'\0\0\0\0\0\0\0\0\0\0B\Z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110670,0.000000,1736813795.516870,'\0\0\0\0\0\0\0\0\0\0C\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110671,0.000000,1736814860.471473,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110672,0.000000,1736815923.869719,'\0\0\0\0\0\0\0\0\0\0#̬ ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110673,0.000000,1736817004.583310,'\0\0\0\0\0\0\0\0\0\03&\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110674,0.000000,1736818096.629184,'\0\0\0\0\0\0\0\0\0\06%2\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110675,0.000000,1736819175.001241,'\0\0\0\0\0\0\0\0\0\0cB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110676,0.000000,1736821345.011440,'\0\0\0\0\0\0\0\0\0\0gnT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110677,0.000000,1736822426.057108,'\0\0\0\0\0\0\0\0\0\0[\@\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110678,0.000000,1736823515.986319,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110679,0.000000,1736824681.000649,'\0\0\0\0\0\0\0\0\0\0@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110680,0.000000,1736825840.734958,'\0\0\0\0\0\0\0\0\0\0%L',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110681,0.000000,1736826977.320096,'\0\0\0\0\0\0\0\0\0\0/2',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110682,0.000000,1736828098.664620,'\0\0\0\0\0\0\0\0\0\02&',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110683,0.000000,1736831443.597321,'\0\0\0\0\0\0\0\0\0\0B\Z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110684,0.000000,1736832560.761443,'\0\0\0\0\0\0\0\0\0\0\\5`o',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110685,0.000000,1736833688.558621,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110686,0.000000,1736834790.784478,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110687,0.000000,1736835882.612635,'\0\0\0\0\0\0\0\0\0\0a',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110688,0.000000,1736836959.984017,'\0\0\0\0\0\0\0\0\0\0C\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110689,0.000000,1736838060.252488,'\0\0\0\0\0\0\0\0\0\0G\\'',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110690,0.000000,1736839128.776347,'\0\0\0\0\0\0\0\0\0\021',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110691,0.000000,1736840173.848014,'\0\0\0\0\0\0\0\0\0\0/t7|',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110692,0.000000,1736841209.172258,'\0\0\0\0\0\0\0\0\0\0[y ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110693,0.000000,1736841499.167044,'\0\0\0\0\0\0\0\0\0\0&9)',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110694,0.000000,1736842089.810395,'\0\0\0\0\0\0\0\0\0\0ˢx',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110695,0.000000,1736842240.466534,'\0\0\0\0\0\0\0\0\0\0cB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110696,0.000000,1736842715.117914,'\0\0\0\0\0\0\0\0\0\0v',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110697,0.000000,1736843287.596485,'\0\0\0\0\0\0\0\0\0\0[y ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110698,0.000000,1736843418.668753,'\0\0\0\0\0\0\0\0\0\03&*',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110699,0.000000,1736844039.668684,'\0\0\0\0\0\0\0\0\0\0H P',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110700,0.000000,1736844343.700926,'\0\0\0\0\0\0\0\0\0\02*',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110701,0.000000,1736844690.129500,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110702,0.000000,1736845307.890726,'\0\0\0\0\0\0\0\0\0\0g\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110703,0.000000,1736845396.802669,'\0\0\0\0\0\0\0\0\0\02&',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110704,0.000000,1736845970.096982,'\0\0\0\0\0\0\0\0\0\0[\\~',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110705,0.000000,1736846448.390960,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110706,0.000000,1736846551.231625,'\0\0\0\0\0\0\0\0\0\0MC',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110707,0.000000,1736847130.816173,'\0\0\0\0\0\0\0\0\0\0\Ա',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110708,0.000000,1736847741.407419,'\0\0\0\0\0\0\0\0\0\03K',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110709,0.000000,1736848342.576743,'\0\0\0\0\0\0\0\0\0\0\\͹p',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110710,0.000000,1736848543.954175,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110711,0.000000,1736849604.915054,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110712,0.000000,1736850636.214505,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110713,0.000000,1736851695.252486,'\0\0\0\0\0\0\0\0\0\0a',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110714,0.000000,1736852754.314044,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110715,0.000000,1736852894.350186,'\0\0\0\0\0\0\0\0\0\0_o\z',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110716,0.000000,1736853605.385493,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110717,0.000000,1736853826.658581,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110718,0.000000,1736854880.107447,'\0\0\0\0\0\0\0\0\0\0|)',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110719,0.000000,1736855960.158571,'\0\0\0\0\0\0\0\0\0\0G\\'',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110720,0.000000,1736857040.464025,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110721,0.000000,1736857204.640089,'\0\0\0\0\0\0\0\0\0\0-',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110722,0.000000,1736857940.992368,'\0\0\0\0\0\0\0\0\0\0Am[q',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110723,0.000000,1736858111.579349,'\0\0\0\0\0\0\0\0\0\0g\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110724,0.000000,1736859205.998056,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110725,0.000000,1736860970.067563,'\0\0\0\0\0\0\0\0\0\0\\޵\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110726,0.000000,1736861407.463270,'\0\0\0\0\0\0\0\0\0\02&',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110727,0.000000,1736862506.356618,'\0\0\0\0\0\0\0\0\0\0\s',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110728,0.000000,1736864770.863350,'\0\0\0\0\0\0\0\0\0\0gnT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110729,0.000000,1736865860.716682,'\0\0\0\0\0\0\0\0\0\0\"KA\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110730,0.000000,1736866949.129803,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110731,0.000000,1736867457.779552,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110732,0.000000,1736868051.509500,'\0\0\0\0\0\0\0\0\0\0O8',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110733,0.000000,1736869904.588904,'\0\0\0\0\0\0\0\0\0\0\\\ u',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110734,0.000000,1736870235.524981,'\0\0\0\0\0\0\0\0\0\0\^\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110735,0.000000,1736870374.024151,'\0\0\0\0\0\0\0\0\0\0\mg',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110736,0.000000,1736871335.129436,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110737,0.000000,1736871337.255555,'\0\0\0\0\0\0\0\0\0\0/\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110738,0.000000,1736872761.685631,'\0\0\0\0\0\0\0\0\0\0H ,',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110739,0.000000,1736872890.869260,'\0\0\0\0\0\0\0\0\0\0\\P\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110740,0.000000,1736873989.740791,'\0\0\0\0\0\0\0\0\0\0-Mh',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110741,0.000000,1736875066.285812,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110742,0.000000,1736876153.847136,'\0\0\0\0\0\0\0\0\0\0vR',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110743,0.000000,1736878802.653676,'\0\0\0\0\0\0\0\0\0\03&\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110744,0.000000,1736879632.446935,'\0\0\0\0\0\0\0\0\0\0Y-SY',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110745,0.000000,1736879835.706449,'\0\0\0\0\0\0\0\0\0\0\QI',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110746,0.000000,1736880332.433523,'\0\0\0\0\0\0\0\0\0\0-\ ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110747,0.000000,1736880859.443048,'\0\0\0\0\0\0\0\0\0\0cB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110748,0.000000,1736881885.555392,'\0\0\0\0\0\0\0\0\0\0\'b,',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110749,0.000000,1736882916.133336,'\0\0\0\0\0\0\0\0\0\0\V',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110750,0.000000,1736884980.633163,'\0\0\0\0\0\0\0\0\0\0-Mh',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110751,0.000000,1736887065.428168,'\0\0\0\0\0\0\0\0\0\0^',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110752,0.000000,1736888110.033645,'\0\0\0\0\0\0\0\0\0\0^.',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110753,0.000000,1736889155.478725,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110754,0.000000,1736890201.852957,'\0\0\0\0\0\0\0\0\0\0ٶ\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110755,0.000000,1736891255.321108,'\0\0\0\0\0\0\0\0\0\0g\\~',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110756,0.000000,1736892308.522612,'\0\0\0\0\0\0\0\0\0\0g$',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110757,0.000000,1736894377.362012,'\0\0\0\0\0\0\0\0\0\0cB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110758,0.000000,1736895407.088638,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110759,0.000000,1736896459.001326,'\0\0\0\0\0\0\0\0\0\03&\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110760,0.000000,1736897518.885788,'\0\0\0\0\0\0\0\0\0\0\QI',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110761,0.000000,1736898568.485015,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110762,0.000000,1736900653.609583,'\0\0\0\0\0\0\0\0\0\03\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110763,0.000000,1736901713.504711,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110764,0.000000,1736902780.587029,'\0\0\0\0\0\0\0\0\0\03&)\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110765,0.000000,1736903880.446626,'\0\0\0\0\0\0\0\0\0\0\\Z\*',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110766,0.000000,1736904962.386386,'\0\0\0\0\0\0\0\0\0\0\hL',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110767,0.000000,1736906044.916469,'\0\0\0\0\0\0\0\0\0\0@\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110768,0.000000,1736907129.521981,'\0\0\0\0\0\0\0\0\0\0zr=}',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110769,0.000000,1736911567.681172,'\0\0\0\0\0\0\0\0\0\0/2',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110770,0.000000,1736912723.988166,'\0\0\0\0\0\0\0\0\0\0\^\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110771,0.000000,1736913864.874134,'\0\0\0\0\0\0\0\0\0\0O8',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110772,0.000000,1736915000.993006,'\0\0\0\0\0\0\0\0\0\0;;',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110773,0.000000,1736916135.869970,'\0\0\0\0\0\0\0\0\0\0/j#',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110774,0.000000,1736917271.721346,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110775,0.000000,1736918397.941168,'\0\0\0\0\0\0\0\0\0\0\s',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110776,0.000000,1736919514.016669,'\0\0\0\0\0\0\0\0\0\0[\@\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110777,0.000000,1736920626.062083,'\0\0\0\0\0\0\0\0\0\0gnT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110778,0.000000,1736921735.006047,'\0\0\0\0\0\0\0\0\0\0#̬ ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110779,0.000000,1736922838.981177,'\0\0\0\0\0\0\0\0\0\0@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110780,0.000000,1736922974.909848,'\0\0\0\0\0\0\0\0\0\0_o\z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110781,0.000000,1736923456.739267,'\0\0\0\0\0\0\0\0\0\0,R',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110782,0.000000,1736923920.013646,'\0\0\0\0\0\0\0\0\0\06%\@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110783,0.000000,1736923972.770634,'\0\0\0\0\0\0\0\0\0\0Kw\5',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110784,0.000000,1736924545.168787,'\0\0\0\0\0\0\0\0\0\0gf\n',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','loginFailInvalidUsername',NULL,NULL),(110785,0.000000,1736924981.159725,'\0\0\0\0\0\0\0\0\0\0@\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110786,0.000000,1736925137.205480,'\0\0\0\0\0\0\0\0\0\0Nn2*',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110787,0.000000,1736925777.452435,'\0\0\0\0\0\0\0\0\0\0Ϣ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110788,0.000000,1736926405.625895,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110789,0.000000,1736927049.633602,'\0\0\0\0\0\0\0\0\0\0@v\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110790,0.000000,1736927076.027200,'\0\0\0\0\0\0\0\0\0\0/ot,',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110791,0.000000,1736927567.562395,'\0\0\0\0\0\0\0\0\0\04',0,503,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110792,0.000000,1736928098.755435,'\0\0\0\0\0\0\0\0\0\0, ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110793,0.000000,1736928323.759111,'\0\0\0\0\0\0\0\0\0\0Wj\P',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110794,0.000000,1736929000.634503,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110795,0.000000,1736929128.361115,'\0\0\0\0\0\0\0\0\0\0g$',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110796,0.000000,1736929707.163649,'\0\0\0\0\0\0\0\0\0\0ea>',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110797,0.000000,1736930355.721052,'\0\0\0\0\0\0\0\0\0\03\jp',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110798,0.000000,1736931047.850615,'\0\0\0\0\0\0\0\0\0\0gnT(',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110799,0.000000,1736931190.613637,'\0\0\0\0\0\0\0\0\0\0[y ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110800,0.000000,1736931717.492691,'\0\0\0\0\0\0\0\0\0\0@vi',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110801,0.000000,1736932219.640751,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110802,0.000000,1736932407.502388,'\0\0\0\0\0\0\0\0\0\0Am',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110803,0.000000,1736933093.908153,'\0\0\0\0\0\0\0\0\0\0[\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110804,0.000000,1736933248.636745,'\0\0\0\0\0\0\0\0\0\03\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110805,0.000000,1736933816.292011,'\0\0\0\0\0\0\0\0\0\0Y-SY',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110806,0.000000,1736934277.733250,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110807,0.000000,1736934504.530485,'\0\0\0\0\0\0\0\0\0\03\jp',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110808,0.000000,1736935222.913386,'\0\0\0\0\0\0\0\0\0\0I~L',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110809,0.000000,1736935312.288271,'\0\0\0\0\0\0\0\0\0\03YB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110810,0.000000,1736936347.486451,'\0\0\0\0\0\0\0\0\0\0\V',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110811,0.000000,1736937390.501918,'\0\0\0\0\0\0\0\0\0\0O8',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110812,0.000000,1736937433.839209,'\0\0\0\0\0\0\0\0\0\0Y-SY',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110813,0.000000,1736938425.916075,'\0\0\0\0\0\0\0\0\0\0T',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110814,0.000000,1736938868.430508,'\0\0\0\0\0\0\0\0\0\0#',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110815,0.000000,1736939466.478450,'\0\0\0\0\0\0\0\0\0\0\0[',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110816,0.000000,1736939614.968006,'\0\0\0\0\0\0\0\0\0\0\"@\f',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110817,0.000000,1736940328.604179,'\0\0\0\0\0\0\0\0\0\0e',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110818,0.000000,1736940497.289588,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110819,0.000000,1736941159.374003,'\0\0\0\0\0\0\0\0\0\0/^߼',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110820,0.000000,1736941817.998233,'\0\0\0\0\0\0\0\0\0\0e',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110821,0.000000,1736942563.512060,'\0\0\0\0\0\0\0\0\0\0>Q',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110822,0.000000,1736942565.827664,'\0\0\0\0\0\0\0\0\0\0}w',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110823,0.000000,1736943312.770962,'\0\0\0\0\0\0\0\0\0\0Wz(',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110824,0.000000,1736944711.802928,'\0\0\0\0\0\0\0\0\0\0g\\~',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110825,0.000000,1736944970.845510,'\0\0\0\0\0\0\0\0\0\0\"P\ ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110826,0.000000,1736945643.661309,'\0\0\0\0\0\0\0\0\0\0DjO',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110827,0.000000,1736945765.674917,'\0\0\0\0\0\0\0\0\0\0/2',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110828,0.000000,1736946458.518385,'\0\0\0\0\0\0\0\0\0\0Nn2*',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110829,0.000000,1736946817.417750,'\0\0\0\0\0\0\0\0\0\0\s',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110830,0.000000,1736947233.292221,'\0\0\0\0\0\0\0\0\0\0g',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110831,0.000000,1736947873.144878,'\0\0\0\0\0\0\0\0\0\0kW',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110832,0.000000,1736948045.249590,'\0\0\0\0\0\0\0\0\0\0\\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110833,0.000000,1736948874.361202,'\0\0\0\0\0\0\0\0\0\0`',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110834,0.000000,1736950001.674437,'\0\0\0\0\0\0\0\0\0\0l۲',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110835,0.000000,1736951060.804744,'\0\0\0\0\0\0\0\0\0\0E\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110836,0.000000,1736951317.670997,'\0\0\0\0\0\0\0\0\0\0v',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110837,0.000000,1736952140.947398,'\0\0\0\0\0\0\0\0\0\0gR\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110838,0.000000,1736952173.578856,'\0\0\0\0\0\0\0\0\0\0C+\r',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110839,0.000000,1736952988.445586,'\0\0\0\0\0\0\0\0\0\0s8',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110840,0.000000,1736953208.063552,'\0\0\0\0\0\0\0\0\0\0@\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110841,0.000000,1736954469.451440,'\0\0\0\0\0\0\0\0\0\0/an\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110842,0.000000,1736955119.768151,'\0\0\0\0\0\0\0\0\0\0D)',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110843,0.000000,1736955862.572947,'\0\0\0\0\0\0\0\0\0\0\\q',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110844,0.000000,1736956400.218657,'\0\0\0\0\0\0\0\0\0\0/i+',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110845,0.000000,1736956517.344310,'\0\0\0\0\0\0\0\0\0\0#\ij',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110846,0.000000,1736957219.830921,'\0\0\0\0\0\0\0\0\0\0@v\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110847,0.000000,1736957863.926341,'\0\0\0\0\0\0\0\0\0\0Wj\P',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110848,0.000000,1736958485.117649,'\0\0\0\0\0\0\0\0\0\0\\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110849,0.000000,1736959183.907511,'\0\0\0\0\0\0\0\0\0\0/jɆ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110850,0.000000,1736959739.092507,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110851,0.000000,1736960394.645304,'\0\0\0\0\0\0\0\0\0\0\\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110852,0.000000,1736960971.371296,'\0\0\0\0\0\0\0\0\0\0D',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110853,0.000000,1736961621.750454,'\0\0\0\0\0\0\0\0\0\0\\q',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110854,0.000000,1736962258.372193,'\0\0\0\0\0\0\0\0\0\0H P',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110855,0.000000,1736962877.425683,'\0\0\0\0\0\0\0\0\0\03K',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110856,0.000000,1736963548.230443,'\0\0\0\0\0\0\0\0\0\0צ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110857,0.000000,1736964181.306313,'\0\0\0\0\0\0\0\0\0\0-|T',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110858,0.000000,1736964809.567067,'\0\0\0\0\0\0\0\0\0\0R\Cd',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110859,0.000000,1736965489.319232,'\0\0\0\0\0\0\0\0\0\0I~L',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110860,0.000000,1736966138.352161,'\0\0\0\0\0\0\0\0\0\0[޴',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110861,0.000000,1736966797.356235,'\0\0\0\0\0\0\0\0\0\0\\Ͷ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110862,0.000000,1736967448.806327,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110863,0.000000,1736968057.476584,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110864,0.000000,1736968715.728380,'\0\0\0\0\0\0\0\0\0\0`',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110865,0.000000,1736969417.259041,'\0\0\0\0\0\0\0\0\0\0i\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110866,0.000000,1736970078.526451,'\0\0\0\0\0\0\0\0\0\0\"@\f',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110867,0.000000,1736970709.535747,'\0\0\0\0\0\0\0\0\0\0@\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110868,0.000000,1736971378.481006,'\0\0\0\0\0\0\0\0\0\0t\TE',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110869,0.000000,1736972074.669883,'\0\0\0\0\0\0\0\0\0\09{',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110870,0.000000,1736972771.837334,'\0\0\0\0\0\0\0\0\0\0`',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110871,0.000000,1736974162.962899,'\0\0\0\0\0\0\0\0\0\0XD',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110872,0.000000,1736974869.051355,'\0\0\0\0\0\0\0\0\0\0Li\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110873,0.000000,1736975563.237279,'\0\0\0\0\0\0\0\0\0\0@t',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110874,0.000000,1736976974.045491,'\0\0\0\0\0\0\0\0\0\0g',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110875,0.000000,1736977698.584961,'\0\0\0\0\0\0\0\0\0\0\n4',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110876,0.000000,1736978432.641956,'\0\0\0\0\0\0\0\0\0\0Kw/',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110877,0.000000,1736979075.236029,'\0\0\0\0\0\0\0\0\0\0\E(',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110878,0.000000,1736979829.186994,'\0\0\0\0\0\0\0\0\0\0Am',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110879,0.000000,1736980509.535119,'\0\0\0\0\0\0\0\0\0\0@t',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110880,0.000000,1736981981.464322,'\0\0\0\0\0\0\0\0\0\0@vF',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110881,0.000000,1736982688.335057,'\0\0\0\0\0\0\0\0\0\0C',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110882,0.000000,1736983432.379382,'\0\0\0\0\0\0\0\0\0\0g',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','loginFailInvalidUsername',NULL,NULL),(110883,0.000000,1737019815.620746,'\0\0\0\0\0\0\0\0\0\0Yh',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110884,0.000000,1737020073.048311,'\0\0\0\0\0\0\0\0\0\0,\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110885,0.000000,1737020347.620202,'\0\0\0\0\0\0\0\0\0\0~a',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110886,0.000000,1737020618.172609,'\0\0\0\0\0\0\0\0\0\0\\͹p',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110887,0.000000,1737020918.961693,'\0\0\0\0\0\0\0\0\0\0\}',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110888,0.000000,1737021230.759099,'\0\0\0\0\0\0\0\0\0\0a',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110889,0.000000,1737021574.441244,'\0\0\0\0\0\0\0\0\0\0,R',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110890,0.000000,1737023342.034871,'\0\0\0\0\0\0\0\0\0\0@t_',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110891,0.000000,1737024513.818958,'\0\0\0\0\0\0\0\0\0\0;\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110892,0.000000,1737024901.531628,'\0\0\0\0\0\0\0\0\0\0QGXY',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110893,0.000000,1737025314.943111,'\0\0\0\0\0\0\0\0\0\0D\w',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110894,0.000000,1737027024.389195,'\0\0\0\0\0\0\0\0\0\03&)\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110895,0.000000,1737028871.639208,'\0\0\0\0\0\0\0\0\0\0\V',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110896,0.000000,1737030736.302914,'\0\0\0\0\0\0\0\0\0\0\"KA\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110897,0.000000,1737031669.076899,'\0\0\0\0\0\0\0\0\0\03&)\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110898,0.000000,1737032740.601653,'\0\0\0\0\0\0\0\0\0\0*@',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://gophernuts.com/wp-login.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110899,0.000000,1737033548.794873,'\0\0\0\0\0\0\0\0\0\0-wT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110900,0.000000,1737035408.243922,'\0\0\0\0\0\0\0\0\0\0gR\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110901,0.000000,1737036332.330221,'\0\0\0\0\0\0\0\0\0\0\"KA\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110902,0.000000,1737039138.547149,'\0\0\0\0\0\0\0\0\0\0/k',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110903,0.000000,1737039630.181081,'\0\0\0\0\0\0\0\0\0\04',0,503,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110904,0.000000,1737040074.703394,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110905,0.000000,1737041011.412060,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110906,0.000000,1737041953.118275,'\0\0\0\0\0\0\0\0\0\0%L',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110907,0.000000,1737042883.119983,'\0\0\0\0\0\0\0\0\0\03&4',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110908,0.000000,1737043818.421996,'\0\0\0\0\0\0\0\0\0\0\QI',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110909,0.000000,1737044754.861411,'\0\0\0\0\0\0\0\0\0\0/k',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110910,0.000000,1737045687.842583,'\0\0\0\0\0\0\0\0\0\0;;',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110911,0.000000,1737046606.211990,'\0\0\0\0\0\0\0\0\0\06$\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110912,0.000000,1737047526.300588,'\0\0\0\0\0\0\0\0\0\06%\@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110913,0.000000,1737048449.249258,'\0\0\0\0\0\0\0\0\0\0g\\~',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110914,0.000000,1737049358.691218,'\0\0\0\0\0\0\0\0\0\02*',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110915,0.000000,1737050277.203296,'\0\0\0\0\0\0\0\0\0\0cB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110916,0.000000,1737051185.945667,'\0\0\0\0\0\0\0\0\0\0\0[',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110917,0.000000,1737052107.542213,'\0\0\0\0\0\0\0\0\0\0JQ&\Z',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110918,0.000000,1737053035.252689,'\0\0\0\0\0\0\0\0\0\03\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110919,0.000000,1737053943.528452,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110920,0.000000,1737054851.842723,'\0\0\0\0\0\0\0\0\0\0g',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110921,0.000000,1737055759.078262,'\0\0\0\0\0\0\0\0\0\0\s',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110922,0.000000,1737057567.820797,'\0\0\0\0\0\0\0\0\0\0/2',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110923,0.000000,1737058479.850985,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110924,0.000000,1737059375.023453,'\0\0\0\0\0\0\0\0\0\021',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110925,0.000000,1737060290.401873,'\0\0\0\0\0\0\0\0\0\03\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110926,0.000000,1737062123.181232,'\0\0\0\0\0\0\0\0\0\03&)\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110927,0.000000,1737063047.155074,'\0\0\0\0\0\0\0\0\0\0/i+',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110928,0.000000,1737064897.628139,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110929,0.000000,1737065836.893940,'\0\0\0\0\0\0\0\0\0\0MZ\Z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110930,0.000000,1737066776.769467,'\0\0\0\0\0\0\0\0\0\06%2\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110931,0.000000,1737068685.818829,'\0\0\0\0\0\0\0\0\0\0@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110932,0.000000,1737069632.431486,'\0\0\0\0\0\0\0\0\0\0\"KA\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110933,0.000000,1737070579.573886,'\0\0\0\0\0\0\0\0\0\03&4',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110934,0.000000,1737071505.465699,'\0\0\0\0\0\0\0\0\0\03&)\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110935,0.000000,1737072449.213292,'\0\0\0\0\0\0\0\0\0\03&\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110936,0.000000,1737073411.017020,'\0\0\0\0\0\0\0\0\0\0+\?',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110937,0.000000,1737074358.334643,'\0\0\0\0\0\0\0\0\0\0B\Z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110938,0.000000,1737075315.732057,'\0\0\0\0\0\0\0\0\0\0zr=}',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110939,0.000000,1737078244.655802,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110940,0.000000,1737079221.996577,'\0\0\0\0\0\0\0\0\0\06%\@',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110941,0.000000,1737080192.928864,'\0\0\0\0\0\0\0\0\0\0\\5`o',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110942,0.000000,1737081169.760630,'\0\0\0\0\0\0\0\0\0\0 p>',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110943,0.000000,1737082147.758786,'\0\0\0\0\0\0\0\0\0\0\"KA\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110944,0.000000,1737083142.643532,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110945,0.000000,1737084172.201910,'\0\0\0\0\0\0\0\0\0\0/k',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110946,0.000000,1737084284.007446,'\0\0\0\0\0\0\0\0\0\0mE',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','http://new.forticat.com/wordpress/wp-login.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110947,0.000000,1737085205.623544,'\0\0\0\0\0\0\0\0\0\0-\\a',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110948,0.000000,1737086239.227288,'\0\0\0\0\0\0\0\0\0\0@\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110949,0.000000,1737087278.604345,'\0\0\0\0\0\0\0\0\0\0-wT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110950,0.000000,1737088318.256204,'\0\0\0\0\0\0\0\0\0\0\0[',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110951,0.000000,1737090405.080053,'\0\0\0\0\0\0\0\0\0\0-Mh',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110952,0.000000,1737091426.300910,'\0\0\0\0\0\0\0\0\0\0\\Z\*',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110953,0.000000,1737092424.118841,'\0\0\0\0\0\0\0\0\0\0@\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110954,0.000000,1737093419.312825,'\0\0\0\0\0\0\0\0\0\0MZ\Z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110955,0.000000,1737111378.678076,'\0\0\0\0\0\0\0\0\0\0}w',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110956,0.000000,1737112331.784577,'\0\0\0\0\0\0\0\0\0\0\V',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110957,0.000000,1737113289.457540,'\0\0\0\0\0\0\0\0\0\0\\Z\*',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110958,0.000000,1737114240.539660,'\0\0\0\0\0\0\0\0\0\0PN$',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110959,0.000000,1737115202.900036,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110960,0.000000,1737116168.676273,'\0\0\0\0\0\0\0\0\0\02*',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110961,0.000000,1737116228.962202,'\0\0\0\0\0\0\0\0\0\03D\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110962,0.000000,1737116243.574225,'\0\0\0\0\0\0\0\0\0\0t\6',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110963,0.000000,1737116247.707674,'\0\0\0\0\0\0\0\0\0\03\\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110964,0.000000,1737116311.720645,'\0\0\0\0\0\0\0\0\0\0Y.m\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110965,0.000000,1737116314.080610,'\0\0\0\0\0\0\0\0\0\0\|\0',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110966,0.000000,1737116379.600267,'\0\0\0\0\0\0\0\0\0\0g\(\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110967,0.000000,1737116418.883799,'\0\0\0\0\0\0\0\0\0\0aJS',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110968,0.000000,1737116550.606819,'\0\0\0\0\0\0\0\0\0\034',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110969,0.000000,1737116793.033840,'\0\0\0\0\0\0\0\0\0\0\\/',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110970,0.000000,1737116795.829802,'\0\0\0\0\0\0\0\0\0\0\tM',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110971,0.000000,1737116823.904111,'\0\0\0\0\0\0\0\0\0\0gJt\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110972,0.000000,1737116933.094079,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110973,0.000000,1737116935.868611,'\0\0\0\0\0\0\0\0\0\0\\O',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110974,0.000000,1737116986.725040,'\0\0\0\0\0\0\0\0\0\0+\\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110975,0.000000,1737117000.527879,'\0\0\0\0\0\0\0\0\0\0H\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110976,0.000000,1737117068.614233,'\0\0\0\0\0\0\0\0\0\0gx',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110977,0.000000,1737117074.803219,'\0\0\0\0\0\0\0\0\0\03\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110978,0.000000,1737117134.866046,'\0\0\0\0\0\0\0\0\0\0gnT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110979,0.000000,1737117137.964151,'\0\0\0\0\0\0\0\0\0\0#>',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110980,0.000000,1737117145.403470,'\0\0\0\0\0\0\0\0\0\0\\5`',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110981,0.000000,1737117147.290877,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110982,0.000000,1737118118.548929,'\0\0\0\0\0\0\0\0\0\0#\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(110983,0.000000,1737118277.872040,'\0\0\0\0\0\0\0\0\0\0C\:',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110984,0.000000,1737118284.815096,'\0\0\0\0\0\0\0\0\0\0|\\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110985,0.000000,1737118386.706837,'\0\0\0\0\0\0\0\0\0\0\tN',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110986,0.000000,1737118415.138695,'\0\0\0\0\0\0\0\0\0\0QЊ',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110987,0.000000,1737118589.317784,'\0\0\0\0\0\0\0\0\0\0U\n\P',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110988,0.000000,1737118652.133279,'\0\0\0\0\0\0\0\0\0\0\\5',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110989,0.000000,1737118666.031396,'\0\0\0\0\0\0\0\0\0\0C\<\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110990,0.000000,1737118684.398802,'\0\0\0\0\0\0\0\0\0\0\3SR',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110991,0.000000,1737118685.845566,'\0\0\0\0\0\0\0\0\0\0[',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110992,0.000000,1737118687.183384,'\0\0\0\0\0\0\0\0\0\0[',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110993,0.000000,1737118693.007026,'\0\0\0\0\0\0\0\0\0\0gJt\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110994,0.000000,1737118725.758671,'\0\0\0\0\0\0\0\0\0\0H\)',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110995,0.000000,1737118728.622892,'\0\0\0\0\0\0\0\0\0\0\%',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110996,0.000000,1737118731.090497,'\0\0\0\0\0\0\0\0\0\0Lɛ',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110997,0.000000,1737118732.442294,'\0\0\0\0\0\0\0\0\0\0%;m',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110998,0.000000,1737118794.665102,'\0\0\0\0\0\0\0\0\0\0[',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(110999,0.000000,1737118903.340449,'\0\0\0\0\0\0\0\0\0\0@;G',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111000,0.000000,1737118907.621640,'\0\0\0\0\0\0\0\0\0\0gx',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111001,0.000000,1737118910.127872,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111002,0.000000,1737118994.695035,'\0\0\0\0\0\0\0\0\0\0/\@g',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111003,0.000000,1737119022.411595,'\0\0\0\0\0\0\0\0\0\0\7I',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111004,0.000000,1737119032.936078,'\0\0\0\0\0\0\0\0\0\0m{\\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111005,0.000000,1737119050.805146,'\0\0\0\0\0\0\0\0\0\0A',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111006,0.000000,1737119056.765669,'\0\0\0\0\0\0\0\0\0\0\!N',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111007,0.000000,1737119092.480700,'\0\0\0\0\0\0\0\0\0\0Ո]',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111008,0.000000,1737119129.975465,'\0\0\0\0\0\0\0\0\0\0[yB\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111009,0.000000,1737119234.195065,'\0\0\0\0\0\0\0\0\0\0ʎ\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111010,0.000000,1737119260.500563,'\0\0\0\0\0\0\0\0\0\0\k',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111011,0.000000,1737119324.299248,'\0\0\0\0\0\0\0\0\0\0)\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111012,0.000000,1737119408.308209,'\0\0\0\0\0\0\0\0\0\0k_\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111013,0.000000,1737119422.946052,'\0\0\0\0\0\0\0\0\0\0\bH',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111014,0.000000,1737119430.693117,'\0\0\0\0\0\0\0\0\0\0uz',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111015,0.000000,1737119435.667529,'\0\0\0\0\0\0\0\0\0\0gQ~',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111016,0.000000,1737119486.558489,'\0\0\0\0\0\0\0\0\0\0g',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111017,0.000000,1737119490.757206,'\0\0\0\0\0\0\0\0\0\0)\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111018,0.000000,1737119492.405254,'\0\0\0\0\0\0\0\0\0\0!\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111019,0.000000,1737119526.611491,'\0\0\0\0\0\0\0\0\0\0\m\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111020,0.000000,1737119538.176688,'\0\0\0\0\0\0\0\0\0\0ˡ?I',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111021,0.000000,1737119613.862094,'\0\0\0\0\0\0\0\0\0\0\~i\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111022,0.000000,1737119617.978807,'\0\0\0\0\0\0\0\0\0\0\m\c',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111023,0.000000,1737119705.433612,'\0\0\0\0\0\0\0\0\0\038',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111024,0.000000,1737119785.694722,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111025,0.000000,1737119787.629483,'\0\0\0\0\0\0\0\0\0\0Al',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111026,0.000000,1737119790.218081,'\0\0\0\0\0\0\0\0\0\0[yB\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111027,0.000000,1737119791.800740,'\0\0\0\0\0\0\0\0\0\0!\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111028,0.000000,1737119861.188373,'\0\0\0\0\0\0\0\0\0\0\\ZR',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111029,0.000000,1737119864.239028,'\0\0\0\0\0\0\0\0\0\0R@|\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111030,0.000000,1737119899.069989,'\0\0\0\0\0\0\0\0\0\0\\5`',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111031,0.000000,1737119909.165750,'\0\0\0\0\0\0\0\0\0\0\K',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111032,0.000000,1737120030.689574,'\0\0\0\0\0\0\0\0\0\0U\n\P',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111033,0.000000,1737120031.978587,'\0\0\0\0\0\0\0\0\0\0[',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111034,0.000000,1737120041.720511,'\0\0\0\0\0\0\0\0\0\0\3N',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111035,0.000000,1737120077.997842,'\0\0\0\0\0\0\0\0\0\0#̬ ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111036,0.000000,1737120117.823833,'\0\0\0\0\0\0\0\0\0\0\\\`',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111037,0.000000,1737120121.410607,'\0\0\0\0\0\0\0\0\0\0\=?',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111038,0.000000,1737120220.298666,'\0\0\0\0\0\0\0\0\0\0\B',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111039,0.000000,1737120221.921304,'\0\0\0\0\0\0\0\0\0\0Y.m\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111040,0.000000,1737120227.496204,'\0\0\0\0\0\0\0\0\0\0\\9',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111041,0.000000,1737120267.072193,'\0\0\0\0\0\0\0\0\0\0Y#',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111042,0.000000,1737120409.208143,'\0\0\0\0\0\0\0\0\0\0\m',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111043,0.000000,1737120410.714016,'\0\0\0\0\0\0\0\0\0\0[',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111044,0.000000,1737120412.176454,'\0\0\0\0\0\0\0\0\0\0\\\@',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111045,0.000000,1737120415.582135,'\0\0\0\0\0\0\0\0\0\0B\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111046,0.000000,1737120419.898010,'\0\0\0\0\0\0\0\0\0\0\\\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111047,0.000000,1737120428.341334,'\0\0\0\0\0\0\0\0\0\0T@',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111048,0.000000,1737120491.562637,'\0\0\0\0\0\0\0\0\0\06%y\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111049,0.000000,1737120631.411332,'\0\0\0\0\0\0\0\0\0\0t\b',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111050,0.000000,1737120783.519545,'\0\0\0\0\0\0\0\0\0\0եG',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111051,0.000000,1737120786.254027,'\0\0\0\0\0\0\0\0\0\0^\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111052,0.000000,1737120861.514883,'\0\0\0\0\0\0\0\0\0\0U\8',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111053,0.000000,1737120907.579688,'\0\0\0\0\0\0\0\0\0\0\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111054,0.000000,1737120928.521856,'\0\0\0\0\0\0\0\0\0\0\/f',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111055,0.000000,1737120949.115278,'\0\0\0\0\0\0\0\0\0\0\\5`',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111056,0.000000,1737121027.121807,'\0\0\0\0\0\0\0\0\0\0ǽ\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111057,0.000000,1737121080.991809,'\0\0\0\0\0\0\0\0\0\01\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111058,0.000000,1737121097.123311,'\0\0\0\0\0\0\0\0\0\0\rK]',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111059,0.000000,1737121100.623250,'\0\0\0\0\0\0\0\0\0\0\\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111060,0.000000,1737121106.258879,'\0\0\0\0\0\0\0\0\0\0\v',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111061,0.000000,1737121108.534759,'\0\0\0\0\0\0\0\0\0\0եG',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111062,0.000000,1737121227.694531,'\0\0\0\0\0\0\0\0\0\0g3',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111063,0.000000,1737121259.694292,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111064,0.000000,1737121271.994951,'\0\0\0\0\0\0\0\0\0\0;\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111065,0.000000,1737121439.709744,'\0\0\0\0\0\0\0\0\0\0AmR2',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111066,0.000000,1737121493.872213,'\0\0\0\0\0\0\0\0\0\0\|U\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111067,0.000000,1737121511.881458,'\0\0\0\0\0\0\0\0\0\0d\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111068,0.000000,1737121530.115892,'\0\0\0\0\0\0\0\0\0\0\\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111069,0.000000,1737121603.961058,'\0\0\0\0\0\0\0\0\0\0FZ\Z',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111070,0.000000,1737121719.884381,'\0\0\0\0\0\0\0\0\0\0H\)',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111071,0.000000,1737121722.771161,'\0\0\0\0\0\0\0\0\0\0>\K',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111072,0.000000,1737121726.427905,'\0\0\0\0\0\0\0\0\0\0J\96',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111073,0.000000,1737121727.806080,'\0\0\0\0\0\0\0\0\0\0[\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111074,0.000000,1737121778.132794,'\0\0\0\0\0\0\0\0\0\03D',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111075,0.000000,1737121857.328038,'\0\0\0\0\0\0\0\0\0\0[{o',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111076,0.000000,1737121901.139348,'\0\0\0\0\0\0\0\0\0\0i',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111077,0.000000,1737122072.685241,'\0\0\0\0\0\0\0\0\0\0;\\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111078,0.000000,1737122074.147779,'\0\0\0\0\0\0\0\0\0\0\=?',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111079,0.000000,1737122117.224730,'\0\0\0\0\0\0\0\0\0\0N:*',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111080,0.000000,1737122127.814076,'\0\0\0\0\0\0\0\0\0\03&)\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111081,0.000000,1737122237.533194,'\0\0\0\0\0\0\0\0\0\0ˡ6J',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111082,0.000000,1737122276.212905,'\0\0\0\0\0\0\0\0\0\0# ',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111083,0.000000,1737122277.458292,'\0\0\0\0\0\0\0\0\0\03D \',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111084,0.000000,1737122375.274343,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111085,0.000000,1737122581.020222,'\0\0\0\0\0\0\0\0\0\0g\*',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111086,0.000000,1737122583.692145,'\0\0\0\0\0\0\0\0\0\0\!',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111087,0.000000,1737122768.508022,'\0\0\0\0\0\0\0\0\0\0QЊ',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111088,0.000000,1737122782.814519,'\0\0\0\0\0\0\0\0\0\0\|U\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111089,0.000000,1737122868.738547,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111090,0.000000,1737122871.286619,'\0\0\0\0\0\0\0\0\0\0\%',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111091,0.000000,1737122873.247511,'\0\0\0\0\0\0\0\0\0\0\\'I',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111092,0.000000,1737122874.621522,'\0\0\0\0\0\0\0\0\0\034',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111093,0.000000,1737122886.185288,'\0\0\0\0\0\0\0\0\0\0gڗ',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111094,0.000000,1737123086.172579,'\0\0\0\0\0\0\0\0\0\0#\De',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111095,0.000000,1737123188.981383,'\0\0\0\0\0\0\0\0\0\03YB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111096,0.000000,1737123217.570624,'\0\0\0\0\0\0\0\0\0\0>\K',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111097,0.000000,1737123220.770659,'\0\0\0\0\0\0\0\0\0\0^WC',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111098,0.000000,1737123293.105847,'\0\0\0\0\0\0\0\0\0\09\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111099,0.000000,1737123304.882992,'\0\0\0\0\0\0\0\0\0\06\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111100,0.000000,1737123307.341534,'\0\0\0\0\0\0\0\0\0\0BE',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111101,0.000000,1737123576.486091,'\0\0\0\0\0\0\0\0\0\0\\~',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111102,0.000000,1737123604.545384,'\0\0\0\0\0\0\0\0\0\0\m',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111103,0.000000,1737123769.755337,'\0\0\0\0\0\0\0\0\0\03KT',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111104,0.000000,1737123854.999923,'\0\0\0\0\0\0\0\0\0\0g*λ',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111105,0.000000,1737123868.592032,'\0\0\0\0\0\0\0\0\0\0/\@g',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111106,0.000000,1737123873.838435,'\0\0\0\0\0\0\0\0\0\0\\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111107,0.000000,1737123891.365154,'\0\0\0\0\0\0\0\0\0\0\U',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111108,0.000000,1737124013.383030,'\0\0\0\0\0\0\0\0\0\0;à',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111109,0.000000,1737124200.871338,'\0\0\0\0\0\0\0\0\0\0ν\Z',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111110,0.000000,1737124265.362186,'\0\0\0\0\0\0\0\0\0\0gnT',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111111,0.000000,1737124631.310482,'\0\0\0\0\0\0\0\0\0\0[',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111112,0.000000,1737124706.045040,'\0\0\0\0\0\0\0\0\0\0Kw',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111113,0.000000,1737124882.672551,'\0\0\0\0\0\0\0\0\0\0{\F',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111114,0.000000,1737124948.453285,'\0\0\0\0\0\0\0\0\0\0\\5`',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111115,0.000000,1737125365.094608,'\0\0\0\0\0\0\0\0\0\0gx',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111116,0.000000,1737125948.285887,'\0\0\0\0\0\0\0\0\0\0\'b,',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111117,0.000000,1737126627.892440,'\0\0\0\0\0\0\0\0\0\0\D',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111118,0.000000,1737126632.101929,'\0\0\0\0\0\0\0\0\0\0\m',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111119,0.000000,1737126981.753145,'\0\0\0\0\0\0\0\0\0\0-',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111120,0.000000,1737127841.882671,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111121,0.000000,1737128010.395362,'\0\0\0\0\0\0\0\0\0\0JQ&\Z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111122,0.000000,1737128073.172794,'\0\0\0\0\0\0\0\0\0\0\Ġs',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111123,0.000000,1737128286.509610,'\0\0\0\0\0\0\0\0\0\0\\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111124,0.000000,1737128662.421167,'\0\0\0\0\0\0\0\0\0\0gv',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111125,0.000000,1737128709.747741,'\0\0\0\0\0\0\0\0\0\0g9\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111126,0.000000,1737128780.846130,'\0\0\0\0\0\0\0\0\0\03D \',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111127,0.000000,1737129002.368858,'\0\0\0\0\0\0\0\0\0\0.\W',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111128,0.000000,1737129018.293666,'\0\0\0\0\0\0\0\0\0\0H8',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111129,0.000000,1737129098.534687,'\0\0\0\0\0\0\0\0\0\0Ɠu',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111130,0.000000,1737129132.176221,'\0\0\0\0\0\0\0\0\0\0;lv',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111131,0.000000,1737129386.773627,'\0\0\0\0\0\0\0\0\0\0\\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111132,0.000000,1737129402.859411,'\0\0\0\0\0\0\0\0\0\0\tM',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111133,0.000000,1737129404.365223,'\0\0\0\0\0\0\0\0\0\03KT',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111134,0.000000,1737129405.672175,'\0\0\0\0\0\0\0\0\0\03D \',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111135,0.000000,1737129478.167401,'\0\0\0\0\0\0\0\0\0\0\\\1',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111136,0.000000,1737129507.820941,'\0\0\0\0\0\0\0\0\0\0H&',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111137,0.000000,1737129824.109239,'\0\0\0\0\0\0\0\0\0\0\\\1',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','blocked:wfsnrepeat','blocked: Blocked by Wordfence Security Network','{\"type\":1}'),(111138,0.000000,1737129824.954429,'\0\0\0\0\0\0\0\0\0\0\\\1',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','blocked:wfsnrepeat','blocked: Blocked by Wordfence Security Network','{\"type\":1}'),(111139,0.000000,1737129924.107582,'\0\0\0\0\0\0\0\0\0\0^Gv',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111140,0.000000,1737130316.807949,'\0\0\0\0\0\0\0\0\0\0\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111141,0.000000,1737130390.992383,'\0\0\0\0\0\0\0\0\0\0n',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111142,0.000000,1737130394.379647,'\0\0\0\0\0\0\0\0\0\0\tN',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111143,0.000000,1737130403.494488,'\0\0\0\0\0\0\0\0\0\0;DZ',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111144,0.000000,1737130500.032718,'\0\0\0\0\0\0\0\0\0\0EZ\n',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111145,0.000000,1737131527.967744,'\0\0\0\0\0\0\0\0\0\0!\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111146,0.000000,1737131529.885016,'\0\0\0\0\0\0\0\0\0\0y',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111147,0.000000,1737131647.858481,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111148,0.000000,1737131851.517739,'\0\0\0\0\0\0\0\0\0\0[ U',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111149,0.000000,1737131855.051600,'\0\0\0\0\0\0\0\0\0\0!\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111150,0.000000,1737131860.199139,'\0\0\0\0\0\0\0\0\0\0F ',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111151,0.000000,1737131922.758502,'\0\0\0\0\0\0\0\0\0\02y',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111152,0.000000,1737132254.198694,'\0\0\0\0\0\0\0\0\0\0DAy',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111153,0.000000,1737132360.463394,'\0\0\0\0\0\0\0\0\0\0\D',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111154,0.000000,1737132491.254307,'\0\0\0\0\0\0\0\0\0\0[yB\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111155,0.000000,1737145884.507808,'\0\0\0\0\0\0\0\0\0\0_R~5',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://my.qihongyi.cn/wp-login.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15','loginFailInvalidUsername',NULL,NULL),(111156,0.000000,1737172922.767788,'\0\0\0\0\0\0\0\0\0\0Q',0,200,0,0,0,'https://fj-lifesciences.com/wp-login.php','https://fj-lifesciences.com/wp-login.php?redirect_to=https://fj-lifesciences.com/wp-admin/&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111157,0.000000,1737172924.314556,'\0\0\0\0\0\0\0\0\0\0Q',0,200,0,0,0,'https://fj-lifesciences.com/wp-login.php','https://fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111158,0.000000,1737172925.487875,'\0\0\0\0\0\0\0\0\0\0Q',0,200,0,0,0,'https://fj-lifesciences.com/wp-login.php','https://fj-lifesciences.com/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111159,0.000000,1737178851.616196,'\0\0\0\0\0\0\0\0\0\0\3SR',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111160,0.000000,1737186107.374351,'\0\0\0\0\0\0\0\0\0\0\"',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://www.deinestadtklebt.de/blog/wp-login.php','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0','loginFailInvalidUsername',NULL,NULL),(111161,0.000000,1737197413.678339,'\0\0\0\0\0\0\0\0\0\0\n',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111162,0.000000,1737198099.403856,'\0\0\0\0\0\0\0\0\0\0\mg',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111163,0.000000,1737199222.856535,'\0\0\0\0\0\0\0\0\0\0t\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111164,0.000000,1737199728.569876,'\0\0\0\0\0\0\0\0\0\0\&',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111165,0.000000,1737200845.843821,'\0\0\0\0\0\0\0\0\0\0Ex',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111166,0.000000,1737201233.362912,'\0\0\0\0\0\0\0\0\0\0-',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111167,0.000000,1737201961.259853,'\0\0\0\0\0\0\0\0\0\0,R',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111168,0.000000,1737202318.544621,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111169,0.000000,1737202998.579652,'\0\0\0\0\0\0\0\0\0\0\"@\f',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111170,0.000000,1737203357.919812,'\0\0\0\0\0\0\0\0\0\0i\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111171,0.000000,1737203681.050957,'\0\0\0\0\0\0\0\0\0\0H~E',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111172,0.000000,1737204039.459555,'\0\0\0\0\0\0\0\0\0\0@\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111173,0.000000,1737204801.707016,'\0\0\0\0\0\0\0\0\0\0@r(',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111174,0.000000,1737205986.278065,'\0\0\0\0\0\0\0\0\0\0@5T',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111175,0.000000,1737206372.041102,'\0\0\0\0\0\0\0\0\0\0E',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111176,0.000000,1737206749.415945,'\0\0\0\0\0\0\0\0\0\0g ez',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111177,0.000000,1737207997.310910,'\0\0\0\0\0\0\0\0\0\0H ,',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111178,0.000000,1737208451.735609,'\0\0\0\0\0\0\0\0\0\0m\|N',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111179,0.000000,1737209276.566352,'\0\0\0\0\0\0\0\0\0\0gx',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111180,0.000000,1737211065.450416,'\0\0\0\0\0\0\0\0\0\0Nn2*',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111181,0.000000,1737211493.082118,'\0\0\0\0\0\0\0\0\0\0#\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111182,0.000000,1737212438.038721,'\0\0\0\0\0\0\0\0\0\0@r',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111183,0.000000,1737212909.356656,'\0\0\0\0\0\0\0\0\0\0_',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111184,0.000000,1737214304.752700,'\0\0\0\0\0\0\0\0\0\0c\0&',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111185,0.000000,1737217831.313667,'\0\0\0\0\0\0\0\0\0\0@vF',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111186,0.000000,1737219360.059192,'\0\0\0\0\0\0\0\0\0\0/^߼',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111187,0.000000,1737219856.944673,'\0\0\0\0\0\0\0\0\0\0Kw\5',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111188,0.000000,1737220722.894709,'\0\0\0\0\0\0\0\0\0\0y(:',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111189,0.000000,1737242519.670196,'\0\0\0\0\0\0\0\0\0\0\qB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111190,0.000000,1737244867.558866,'\0\0\0\0\0\0\0\0\0\0ˢx',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111191,0.000000,1737246062.223909,'\0\0\0\0\0\0\0\0\0\0Ѭd',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111192,0.000000,1737246686.895745,'\0\0\0\0\0\0\0\0\0\0Wj\P',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111193,0.000000,1737247911.892306,'\0\0\0\0\0\0\0\0\0\0ES',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111194,0.000000,1737248554.846928,'\0\0\0\0\0\0\0\0\0\0\t',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111195,0.000000,1737249144.210803,'\0\0\0\0\0\0\0\0\0\0\\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111196,0.000000,1737249818.437996,'\0\0\0\0\0\0\0\0\0\0\\B<',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111197,0.000000,1737251686.210080,'\0\0\0\0\0\0\0\0\0\0\\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111198,0.000000,1737252359.543992,'\0\0\0\0\0\0\0\0\0\0ˢx',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111199,0.000000,1737253034.048752,'\0\0\0\0\0\0\0\0\0\0\r~s',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111200,0.000000,1737254379.368624,'\0\0\0\0\0\0\0\0\0\0>Q',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111201,0.000000,1737255065.413914,'\0\0\0\0\0\0\0\0\0\0@r(',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111202,0.000000,1737255735.563520,'\0\0\0\0\0\0\0\0\0\0g\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111203,0.000000,1737256422.808384,'\0\0\0\0\0\0\0\0\0\0Z',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111204,0.000000,1737257079.723723,'\0\0\0\0\0\0\0\0\0\0E\;',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111205,0.000000,1737257720.785665,'\0\0\0\0\0\0\0\0\0\0\'l',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111206,0.000000,1737258341.712335,'\0\0\0\0\0\0\0\0\0\0DjO',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111207,0.000000,1737259598.499823,'\0\0\0\0\0\0\0\0\0\0ea>',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111208,0.000000,1737259677.594183,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111209,0.000000,1737259678.421305,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com//wp-login.php','https://www.fj-lifesciences.com//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsnrepeat','blocked: Blocked by Wordfence Security Network','{\"type\":1}'),(111210,0.000000,1737260213.629319,'\0\0\0\0\0\0\0\0\0\0&9)',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111211,0.000000,1737260795.009520,'\0\0\0\0\0\0\0\0\0\0;\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111212,0.000000,1737261347.485828,'\0\0\0\0\0\0\0\0\0\0D',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111213,0.000000,1737262588.994477,'\0\0\0\0\0\0\0\0\0\0B,=',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111214,0.000000,1737263149.234779,'\0\0\0\0\0\0\0\0\0\0H\n',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111215,0.000000,1737263759.629385,'\0\0\0\0\0\0\0\0\0\0H P',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111216,0.000000,1737264386.811929,'\0\0\0\0\0\0\0\0\0\0@rn',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111217,0.000000,1737264977.259679,'\0\0\0\0\0\0\0\0\0\0$\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111218,0.000000,1737265613.059517,'\0\0\0\0\0\0\0\0\0\0H ,',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111219,0.000000,1737266269.641524,'\0\0\0\0\0\0\0\0\0\0P\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111220,0.000000,1737266856.864525,'\0\0\0\0\0\0\0\0\0\0E\;',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111221,0.000000,1737267495.726027,'\0\0\0\0\0\0\0\0\0\0h\K',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111222,0.000000,1737268113.432165,'\0\0\0\0\0\0\0\0\0\0132 ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111223,0.000000,1737269417.489569,'\0\0\0\0\0\0\0\0\0\0W\Z:',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111224,0.000000,1737270042.808115,'\0\0\0\0\0\0\0\0\0\0@r',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111225,0.000000,1737270715.556806,'\0\0\0\0\0\0\0\0\0\0Wz(',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111226,0.000000,1737271340.619995,'\0\0\0\0\0\0\0\0\0\0gB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111227,0.000000,1737277973.778419,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://miviacare.com/wp-login.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111228,0.000000,1737288912.853239,'\0\0\0\0\0\0\0\0\0\0\r0\h',0,503,0,0,0,'https://www.fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111229,0.000000,1737289717.683014,'\0\0\0\0\0\0\0\0\0\0Ω',0,503,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111230,0.000000,1737332095.970707,'\0\0\0\0\0\0\0\0\0\0\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','http://bestinspectpros.com/wp-login.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15','loginFailInvalidUsername',NULL,NULL),(111231,0.000000,1737336860.176727,'\0\0\0\0\0\0\0\0\0\09f',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111232,0.000000,1737342520.448335,'\0\0\0\0\0\0\0\0\0\0\r0\h',0,503,0,0,0,'https://www.fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111233,0.000000,1737356886.239747,'\0\0\0\0\0\0\0\0\0\0\~\',0,503,0,0,0,'https://www.fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111234,0.000000,1737376255.187232,'\0\0\0\0\0\0\0\0\0\0\\<',0,503,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111235,0.000000,1737380893.242288,'\0\0\0\0\0\0\0\0\0\0\6~',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111236,0.000000,1737381178.410959,'\0\0\0\0\0\0\0\0\0\0\\v',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111237,0.000000,1737381470.853488,'\0\0\0\0\0\0\0\0\0\0\Ա',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111238,0.000000,1737381784.017255,'\0\0\0\0\0\0\0\0\0\0@\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111239,0.000000,1737447819.868873,'\0\0\0\0\0\0\0\0\0\0;I',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','loginFailInvalidUsername',NULL,NULL),(111240,0.000000,1737447822.283804,'\0\0\0\0\0\0\0\0\0\0ԇ',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (iPad; CPU OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/91.0.4472.80 Mobile/15E148 Safari/604.1','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111241,0.000000,1737447825.306497,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1','loginFailInvalidUsername',NULL,NULL),(111242,0.000000,1737447829.428174,'\0\0\0\0\0\0\0\0\0\0AL',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111243,0.000000,1737447829.497613,'\0\0\0\0\0\0\0\0\0\0\؝y',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 10; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111244,0.000000,1737447834.219520,'\0\0\0\0\0\0\0\0\0\0B\r!',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111245,0.000000,1737447834.844463,'\0\0\0\0\0\0\0\0\0\0g',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111246,0.000000,1737447838.793473,'\0\0\0\0\0\0\0\0\0\0\\4',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111247,0.000000,1737447841.704730,'\0\0\0\0\0\0\0\0\0\0u,\',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111248,0.000000,1737447843.276027,'\0\0\0\0\0\0\0\0\0\0\"+',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1; rv:40.0) Gecko/20100101 Firefox/40.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111249,0.000000,1737447844.683256,'\0\0\0\0\0\0\0\0\0\0\XTq',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0','loginFailInvalidUsername',NULL,NULL),(111250,0.000000,1737447850.452722,'\0\0\0\0\0\0\0\0\0\0w[',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0','loginFailInvalidUsername',NULL,NULL),(111251,0.000000,1737447850.848967,'\0\0\0\0\0\0\0\0\0\0XL',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0','loginFailInvalidUsername',NULL,NULL),(111252,0.000000,1737450033.462284,'\0\0\0\0\0\0\0\0\0\0\\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111253,0.000000,1737450034.446466,'\0\0\0\0\0\0\0\0\0\0+0=',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0','loginFailInvalidUsername',NULL,NULL),(111254,0.000000,1737450041.320397,'\0\0\0\0\0\0\0\0\0\0/]|A',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111255,0.000000,1737450041.645462,'\0\0\0\0\0\0\0\0\0\0J\4',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111256,0.000000,1737450043.504312,'\0\0\0\0\0\0\0\0\0\0+\U\',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/29.0','loginFailInvalidUsername',NULL,NULL),(111257,0.000000,1737450051.178936,'\0\0\0\0\0\0\0\0\0\0\\^',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111258,0.000000,1737450070.388631,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0','loginFailInvalidUsername',NULL,NULL),(111259,0.000000,1737450071.444499,'\0\0\0\0\0\0\0\0\0\0l',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111260,0.000000,1737450073.288670,'\0\0\0\0\0\0\0\0\0\0h\0',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111261,0.000000,1737450075.886554,'\0\0\0\0\0\0\0\0\0\0\d',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111262,0.000000,1737456745.739391,'\0\0\0\0\0\0\0\0\0\0:',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://bluoltremareverezzi.com/administrator/','Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12','loginFailInvalidUsername',NULL,NULL),(111263,0.000000,1737459323.513313,'\0\0\0\0\0\0\0\0\0\0 ',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111264,0.000000,1737459323.766247,'\0\0\0\0\0\0\0\0\0\0\5',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0','loginFailInvalidUsername',NULL,NULL),(111265,0.000000,1737459325.443976,'\0\0\0\0\0\0\0\0\0\0el2',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111266,0.000000,1737459332.906056,'\0\0\0\0\0\0\0\0\0\0T!',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111267,0.000000,1737459334.670078,'\0\0\0\0\0\0\0\0\0\0Q\Q',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111268,0.000000,1737459350.064168,'\0\0\0\0\0\0\0\0\0\0\v3',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0','loginFailInvalidUsername',NULL,NULL),(111269,0.000000,1737459352.753921,'\0\0\0\0\0\0\0\0\0\0ʸ[\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111270,0.000000,1737459354.460044,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111271,0.000000,1737459360.403585,'\0\0\0\0\0\0\0\0\0\0Cޗ\',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111272,0.000000,1737465129.316128,'\0\0\0\0\0\0\0\0\0\0,',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111273,0.000000,1737465403.460808,'\0\0\0\0\0\0\0\0\0\0BUj',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111274,0.000000,1737465701.921159,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111275,0.000000,1737466006.874370,'\0\0\0\0\0\0\0\0\0\0R\Cd',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111276,0.000000,1737466369.816000,'\0\0\0\0\0\0\0\0\0\0\R',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111277,0.000000,1737466727.343247,'\0\0\0\0\0\0\0\0\0\0\Z',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111278,0.000000,1737466729.421896,'\0\0\0\0\0\0\0\0\0\0\z',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111279,0.000000,1737466734.365540,'\0\0\0\0\0\0\0\0\0\0A!\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111280,0.000000,1737466742.850464,'\0\0\0\0\0\0\0\0\0\0\\<',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0','loginFailInvalidUsername',NULL,NULL),(111281,0.000000,1737466746.308478,'\0\0\0\0\0\0\0\0\0\0 z\n',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111282,0.000000,1737466746.714023,'\0\0\0\0\0\0\0\0\0\0\\',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0','loginFailInvalidUsername',NULL,NULL),(111283,0.000000,1737466749.999028,'\0\0\0\0\0\0\0\0\0\0ˢ',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111284,0.000000,1737466754.189437,'\0\0\0\0\0\0\0\0\0\0\aY',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0','loginFailInvalidUsername',NULL,NULL),(111285,0.000000,1737466759.968286,'\0\0\0\0\0\0\0\0\0\0k\'',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111286,0.000000,1737467107.321583,'\0\0\0\0\0\0\0\0\0\0N',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111287,0.000000,1737467893.586017,'\0\0\0\0\0\0\0\0\0\0{',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111288,0.000000,1737468328.850814,'\0\0\0\0\0\0\0\0\0\0\\޵\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111289,0.000000,1737468732.537280,'\0\0\0\0\0\0\0\0\0\0gv\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111290,0.000000,1737469655.522694,'\0\0\0\0\0\0\0\0\0\0\qB',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111291,0.000000,1737470098.999037,'\0\0\0\0\0\0\0\0\0\0v',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111292,0.000000,1737471297.541915,'\0\0\0\0\0\0\0\0\0\0 $',0,503,0,0,0,'https://WWW.FJ-LIFESCIENCES.COM/wp-login.php','HTTPS://WWW.FJ-LIFESCIENCES.COM/wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111293,0.000000,1737471495.950891,'\0\0\0\0\0\0\0\0\0\0D',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111294,0.000000,1737472474.990637,'\0\0\0\0\0\0\0\0\0\0B,;',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111295,0.000000,1737474083.648875,'\0\0\0\0\0\0\0\0\0\0Ց^',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111296,0.000000,1737474084.067382,'\0\0\0\0\0\0\0\0\0\0\6r>',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111297,0.000000,1737474089.976472,'\0\0\0\0\0\0\0\0\0\0_\ϻ',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111298,0.000000,1737474095.456010,'\0\0\0\0\0\0\0\0\0\0\A\',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0','loginFailInvalidUsername',NULL,NULL),(111299,0.000000,1737474098.558635,'\0\0\0\0\0\0\0\0\0\0X\3\',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0','loginFailInvalidUsername',NULL,NULL),(111300,0.000000,1737474099.914553,'\0\0\0\0\0\0\0\0\0\0h\w',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111301,0.000000,1737474104.590872,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111302,0.000000,1737474119.328253,'\0\0\0\0\0\0\0\0\0\0\q\',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0','loginFailInvalidUsername',NULL,NULL),(111303,0.000000,1737474520.408574,'\0\0\0\0\0\0\0\0\0\0/\\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111304,0.000000,1737476143.145271,'\0\0\0\0\0\0\0\0\0\0ˢx',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111305,0.000000,1737476677.617414,'\0\0\0\0\0\0\0\0\0\0@vi',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111306,0.000000,1737477647.234516,'\0\0\0\0\0\0\0\0\0\0@t',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111307,0.000000,1737478111.771708,'\0\0\0\0\0\0\0\0\0\0\&7',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111308,0.000000,1737479402.269365,'\0\0\0\0\0\0\0\0\0\0H ,',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111309,0.000000,1737480971.616448,'\0\0\0\0\0\0\0\0\0\0@r',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111310,0.000000,1737481290.916429,'\0\0\0\0\0\0\0\0\0\0\\\Zq',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111311,0.000000,1737481294.144467,'\0\0\0\0\0\0\0\0\0\0\"\\',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0','loginFailInvalidUsername',NULL,NULL),(111312,0.000000,1737481305.251966,'\0\0\0\0\0\0\0\0\0\0\Њ',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0','loginFailInvalidUsername',NULL,NULL),(111313,0.000000,1737481311.669377,'\0\0\0\0\0\0\0\0\0\0ϴ\',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0','loginFailInvalidUsername',NULL,NULL),(111314,0.000000,1737481318.839795,'\0\0\0\0\0\0\0\0\0\0P',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111315,0.000000,1737482450.911926,'\0\0\0\0\0\0\0\0\0\0@ts',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111316,0.000000,1737483567.717648,'\0\0\0\0\0\0\0\0\0\0>%',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111317,0.000000,1737483900.824085,'\0\0\0\0\0\0\0\0\0\0@r',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111318,0.000000,1737484664.038698,'\0\0\0\0\0\0\0\0\0\0#',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111319,0.000000,1737485070.770131,'\0\0\0\0\0\0\0\0\0\03K',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111320,0.000000,1737485465.237502,'\0\0\0\0\0\0\0\0\0\0@r',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111321,0.000000,1737487201.549977,'\0\0\0\0\0\0\0\0\0\0H P',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111322,0.000000,1737488597.658082,'\0\0\0\0\0\0\0\0\0\0@t',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111323,0.000000,1737490041.638431,'\0\0\0\0\0\0\0\0\0\0gnT(',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111324,0.000000,1737490706.212138,'\0\0\0\0\0\0\0\0\0\0\I\',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111325,0.000000,1737490712.421931,'\0\0\0\0\0\0\0\0\0\0M%1c',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0','loginFailInvalidUsername',NULL,NULL),(111326,0.000000,1737490727.672957,'\0\0\0\0\0\0\0\0\0\0g\"\',0,200,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(111327,0.000000,1737502350.479560,'\0\0\0\0\0\0\0\0\0\0\\q',0,503,0,0,0,'https://www.fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111328,0.000000,1737503565.658465,'\0\0\0\0\0\0\0\0\0\0\7',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111329,0.000000,1737509658.304492,'\0\0\0\0\0\0\0\0\0\0\W=',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111330,0.000000,1737514409.644847,'\0\0\0\0\0\0\0\0\0\05',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111331,0.000000,1737519781.694056,'\0\0\0\0\0\0\0\0\0\0]Z\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111332,0.000000,1737524121.614160,'\0\0\0\0\0\0\0\0\0\0£K',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111333,0.000000,1737524825.110472,'\0\0\0\0\0\0\0\0\0\0[y,\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111334,0.000000,1737525302.206782,'\0\0\0\0\0\0\0\0\0\0i',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111335,0.000000,1737525738.611968,'\0\0\0\0\0\0\0\0\0\0&',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111336,0.000000,1737526165.886358,'\0\0\0\0\0\0\0\0\0\0kW',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','loginFailInvalidUsername',NULL,NULL),(111337,0.000000,1737526872.316340,'\0\0\0\0\0\0\0\0\0\0H4E',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111338,0.000000,1737527540.157990,'\0\0\0\0\0\0\0\0\0\0\\޵\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111339,0.000000,1737529228.417740,'\0\0\0\0\0\0\0\0\0\0zb',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://mpasi.org/wp-login.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15','loginFailInvalidUsername',NULL,NULL),(111340,0.000000,1737529677.069893,'\0\0\0\0\0\0\0\0\0\0ՈS\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111341,0.000000,1737530238.432550,'\0\0\0\0\0\0\0\0\0\03Q',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111342,0.000000,1737530390.664271,'\0\0\0\0\0\0\0\0\0\0Kw\5',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111343,0.000000,1737531097.368079,'\0\0\0\0\0\0\0\0\0\0\\\ u',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111344,0.000000,1737532575.328216,'\0\0\0\0\0\0\0\0\0\0m',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111345,0.000000,1737533336.440031,'\0\0\0\0\0\0\0\0\0\0,',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111346,0.000000,1737534107.202639,'\0\0\0\0\0\0\0\0\0\0[y,\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111347,0.000000,1737534868.904430,'\0\0\0\0\0\0\0\0\0\0£K',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111348,0.000000,1737535280.044694,'\0\0\0\0\0\0\0\0\0\0.$',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111349,0.000000,1737535628.680492,'\0\0\0\0\0\0\0\0\0\0gB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111350,0.000000,1737536395.360955,'\0\0\0\0\0\0\0\0\0\0@\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111351,0.000000,1737537185.356420,'\0\0\0\0\0\0\0\0\0\09{',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111352,0.000000,1737538014.649757,'\0\0\0\0\0\0\0\0\0\0xm\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111353,0.000000,1737538838.935911,'\0\0\0\0\0\0\0\0\0\0Kw/',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111354,0.000000,1737539600.199794,'\0\0\0\0\0\0\0\0\0\0`',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Gentoo; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111355,0.000000,1737540318.104578,'\0\0\0\0\0\0\0\0\0\0mi\0',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111356,0.000000,1737540403.757166,'\0\0\0\0\0\0\0\0\0\0_E',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111357,0.000000,1737541221.907152,'\0\0\0\0\0\0\0\0\0\0Hӱ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111358,0.000000,1737542044.681720,'\0\0\0\0\0\0\0\0\0\0\\\ u',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111359,0.000000,1737543072.669578,'\0\0\0\0\0\0\0\0\0\0\'',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111360,0.000000,1737543715.951802,'\0\0\0\0\0\0\0\0\0\0~\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111361,0.000000,1737544538.055728,'\0\0\0\0\0\0\0\0\0\0#',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111362,0.000000,1737544965.627942,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111363,0.000000,1737545397.489900,'\0\0\0\0\0\0\0\0\0\0D',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111364,0.000000,1737546266.034855,'\0\0\0\0\0\0\0\0\0\0£K',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111365,0.000000,1737547117.194786,'\0\0\0\0\0\0\0\0\0\0@vi',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111366,0.000000,1737548000.467438,'\0\0\0\0\0\0\0\0\0\0q\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111367,0.000000,1737548888.732253,'\0\0\0\0\0\0\0\0\0\0g\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111368,0.000000,1737549763.593082,'\0\0\0\0\0\0\0\0\0\0g\\N',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111369,0.000000,1737549888.042410,'\0\0\0\0\0\0\0\0\0\0[\-',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111370,0.000000,1737550622.208106,'\0\0\0\0\0\0\0\0\0\0v',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111371,0.000000,1737551512.334270,'\0\0\0\0\0\0\0\0\0\0@ts',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111372,0.000000,1737552394.942000,'\0\0\0\0\0\0\0\0\0\0q\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111373,0.000000,1737553251.316323,'\0\0\0\0\0\0\0\0\0\0\\\ u',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111374,0.000000,1737554118.901553,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111375,0.000000,1737554172.242488,'\0\0\0\0\0\0\0\0\0\0\r\k=',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111376,0.000000,1737555023.861283,'\0\0\0\0\0\0\0\0\0\0\\ͫ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111377,0.000000,1737555972.882405,'\0\0\0\0\0\0\0\0\0\0,\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111378,0.000000,1737557791.949382,'\0\0\0\0\0\0\0\0\0\0h-',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111379,0.000000,1737559179.049114,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111380,0.000000,1737559657.077100,'\0\0\0\0\0\0\0\0\0\0/an\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111381,0.000000,1737560591.031173,'\0\0\0\0\0\0\0\0\0\0h-',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111382,0.000000,1737561438.514189,'\0\0\0\0\0\0\0\0\0\0Hӱ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111383,0.000000,1737562268.316944,'\0\0\0\0\0\0\0\0\0\0Wz(',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111384,0.000000,1737563802.347409,'\0\0\0\0\0\0\0\0\0\09{',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111385,0.000000,1737563947.116211,'\0\0\0\0\0\0\0\0\0\04\',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0','loginFailInvalidUsername',NULL,NULL),(111386,0.000000,1737564520.344507,'\0\0\0\0\0\0\0\0\0\0H\n',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111387,0.000000,1737565265.792209,'\0\0\0\0\0\0\0\0\0\0-O\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111388,0.000000,1737565980.941420,'\0\0\0\0\0\0\0\0\0\0\\v',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111389,0.000000,1737566687.646039,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111390,0.000000,1737567358.613730,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111391,0.000000,1737568070.917210,'\0\0\0\0\0\0\0\0\0\0\\}(',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111392,0.000000,1737568435.905400,'\0\0\0\0\0\0\0\0\0\06&Uh',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111393,0.000000,1737568765.479906,'\0\0\0\0\0\0\0\0\0\0\:',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111394,0.000000,1737569476.494800,'\0\0\0\0\0\0\0\0\0\0/jɆ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111395,0.000000,1737570146.553503,'\0\0\0\0\0\0\0\0\0\0GE',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111396,0.000000,1737570866.280152,'\0\0\0\0\0\0\0\0\0\0@t',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111397,0.000000,1737571571.215488,'\0\0\0\0\0\0\0\0\0\0\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','loginFailInvalidUsername',NULL,NULL),(111398,0.000000,1737572276.353191,'\0\0\0\0\0\0\0\0\0\0\\\ u',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111399,0.000000,1737572996.778316,'\0\0\0\0\0\0\0\0\0\0gB',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111400,0.000000,1737573129.177273,'\0\0\0\0\0\0\0\0\0\0X',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111401,0.000000,1737573721.481162,'\0\0\0\0\0\0\0\0\0\0E\;',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111402,0.000000,1737574464.321194,'\0\0\0\0\0\0\0\0\0\0M\\X',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111403,0.000000,1737575873.212623,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111404,0.000000,1737576621.196531,'\0\0\0\0\0\0\0\0\0\0Wz(',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111405,0.000000,1737577360.732205,'\0\0\0\0\0\0\0\0\0\0e\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111406,0.000000,1737577542.203460,'\0\0\0\0\0\0\0\0\0\0˱',0,200,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0','loginFailInvalidUsername',NULL,NULL),(111407,0.000000,1737578047.933620,'\0\0\0\0\0\0\0\0\0\0\\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111408,0.000000,1737578790.094946,'\0\0\0\0\0\0\0\0\0\0Nk',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111409,0.000000,1737579518.482979,'\0\0\0\0\0\0\0\0\0\0D\w',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111410,0.000000,1737580219.053257,'\0\0\0\0\0\0\0\0\0\0\"',0,503,0,0,0,'https://fj-lifesciences.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111411,0.000000,1737580283.240152,'\0\0\0\0\0\0\0\0\0\0\6,',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111412,0.000000,1737581037.886449,'\0\0\0\0\0\0\0\0\0\0[޴',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111413,0.000000,1737581766.134335,'\0\0\0\0\0\0\0\0\0\0gf\n',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111414,0.000000,1737582127.320742,'\0\0\0\0\0\0\0\0\0\0Y\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111415,0.000000,1737582516.004016,'\0\0\0\0\0\0\0\0\0\0\'',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111416,0.000000,1737583244.767614,'\0\0\0\0\0\0\0\0\0\0H\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','loginFailInvalidUsername',NULL,NULL),(111417,0.000000,1737584014.280214,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111418,0.000000,1737584721.183407,'\0\0\0\0\0\0\0\0\0\0;\"\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111419,0.000000,1737585466.270269,'\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111420,0.000000,1737586722.779820,'\0\0\0\0\0\0\0\0\0\06*\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111421,0.000000,1737587681.569886,'\0\0\0\0\0\0\0\0\0\03\jp',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111422,0.000000,1737588451.946419,'\0\0\0\0\0\0\0\0\0\0g',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111423,0.000000,1737589164.251545,'\0\0\0\0\0\0\0\0\0\0BUj',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111424,0.000000,1737589930.957664,'\0\0\0\0\0\0\0\0\0\0\\Ͷ',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111425,0.000000,1737590675.871586,'\0\0\0\0\0\0\0\0\0\0C+\r',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111426,0.000000,1737591447.209156,'\0\0\0\0\0\0\0\0\0\0\0\',0,503,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111427,0.000000,1737591490.913175,'\0\0\0\0\0\0\0\0\0\0S\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111428,0.000000,1737596075.396498,'\0\0\0\0\0\0\0\0\0\0!{',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111429,0.000000,1737600471.903347,'\0\0\0\0\0\0\0\0\0\0\=\\',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111430,0.000000,1737605066.716586,'\0\0\0\0\0\0\0\0\0\0a ',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111431,0.000000,1737609813.156036,'\0\0\0\0\0\0\0\0\0\0\v',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111432,0.000000,1737614788.476511,'\0\0\0\0\0\0\0\0\0\0W\g',0,503,0,0,0,'https://fj-lifesciences.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(111433,0.000000,1737624305.951710,'\0\0\0\0\0\0\0\0\0\0\',0,200,0,0,0,'https://www.fj-lifesciences.com/wp-login.php','https://kfkcpa-inc.com/wp-login.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','loginFailInvalidUsername',NULL,NULL); /*!40000 ALTER TABLE `wp_wfhits` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfhoover` -- DROP TABLE IF EXISTS `wp_wfhoover`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfhoover` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `owner` text, `host` text, `path` text, `hostKey` varbinary(124) DEFAULT NULL, PRIMARY KEY (`id`), KEY `k2` (`hostKey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfhoover` -- LOCK TABLES `wp_wfhoover` WRITE; /*!40000 ALTER TABLE `wp_wfhoover` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wfhoover` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfissues` -- DROP TABLE IF EXISTS `wp_wfissues`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfissues` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `time` int(10) unsigned NOT NULL, `lastUpdated` int(10) unsigned NOT NULL, `status` varchar(10) NOT NULL, `type` varchar(20) NOT NULL, `severity` tinyint(3) unsigned NOT NULL, `ignoreP` char(32) NOT NULL, `ignoreC` char(32) NOT NULL, `shortMsg` varchar(255) NOT NULL, `longMsg` text, `data` text, PRIMARY KEY (`id`), KEY `lastUpdated` (`lastUpdated`), KEY `status` (`status`), KEY `ignoreP` (`ignoreP`), KEY `ignoreC` (`ignoreC`) ) ENGINE=InnoDB AUTO_INCREMENT=314 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfissues` -- LOCK TABLES `wp_wfissues` WRITE; /*!40000 ALTER TABLE `wp_wfissues` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wfissues` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfknownfilelist` -- DROP TABLE IF EXISTS `wp_wfknownfilelist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfknownfilelist` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `path` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7922 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfknownfilelist` -- LOCK TABLES `wp_wfknownfilelist` WRITE; /*!40000 ALTER TABLE `wp_wfknownfilelist` DISABLE KEYS */; INSERT INTO `wp_wfknownfilelist` VALUES (1,'index.php'),(2,'license.txt'),(3,'readme.html'),(4,'wp-activate.php'),(5,'wp-admin/about.php'),(6,'wp-admin/admin-ajax.php'),(7,'wp-admin/admin-footer.php'),(8,'wp-admin/admin-functions.php'),(9,'wp-admin/admin-header.php'),(10,'wp-admin/admin-post.php'),(11,'wp-admin/admin.php'),(12,'wp-admin/async-upload.php'),(13,'wp-admin/comment.php'),(14,'wp-admin/credits.php'),(15,'wp-admin/css/about-rtl.css'),(16,'wp-admin/css/about-rtl.min.css'),(17,'wp-admin/css/about.css'),(18,'wp-admin/css/about.min.css'),(19,'wp-admin/css/admin-menu-rtl.css'),(20,'wp-admin/css/admin-menu-rtl.min.css'),(21,'wp-admin/css/admin-menu.css'),(22,'wp-admin/css/admin-menu.min.css'),(23,'wp-admin/css/code-editor-rtl.css'),(24,'wp-admin/css/code-editor-rtl.min.css'),(25,'wp-admin/css/code-editor.css'),(26,'wp-admin/css/code-editor.min.css'),(27,'wp-admin/css/color-picker-rtl.css'),(28,'wp-admin/css/color-picker-rtl.min.css'),(29,'wp-admin/css/color-picker.css'),(30,'wp-admin/css/color-picker.min.css'),(31,'wp-admin/css/colors/_admin.scss'),(32,'wp-admin/css/colors/_mixins.scss'),(33,'wp-admin/css/colors/_variables.scss'),(34,'wp-admin/css/colors/blue/colors-rtl.css'),(35,'wp-admin/css/colors/blue/colors-rtl.min.css'),(36,'wp-admin/css/colors/blue/colors.css'),(37,'wp-admin/css/colors/blue/colors.min.css'),(38,'wp-admin/css/colors/blue/colors.scss'),(39,'wp-admin/css/colors/coffee/colors-rtl.css'),(40,'wp-admin/css/colors/coffee/colors-rtl.min.css'),(41,'wp-admin/css/colors/coffee/colors.css'),(42,'wp-admin/css/colors/coffee/colors.min.css'),(43,'wp-admin/css/colors/coffee/colors.scss'),(44,'wp-admin/css/colors/ectoplasm/colors-rtl.css'),(45,'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),(46,'wp-admin/css/colors/ectoplasm/colors.css'),(47,'wp-admin/css/colors/ectoplasm/colors.min.css'),(48,'wp-admin/css/colors/ectoplasm/colors.scss'),(49,'wp-admin/css/colors/light/colors-rtl.css'),(50,'wp-admin/css/colors/light/colors-rtl.min.css'),(51,'wp-admin/css/colors/light/colors.css'),(52,'wp-admin/css/colors/light/colors.min.css'),(53,'wp-admin/css/colors/light/colors.scss'),(54,'wp-admin/css/colors/midnight/colors-rtl.css'),(55,'wp-admin/css/colors/midnight/colors-rtl.min.css'),(56,'wp-admin/css/colors/midnight/colors.css'),(57,'wp-admin/css/colors/midnight/colors.min.css'),(58,'wp-admin/css/colors/midnight/colors.scss'),(59,'wp-admin/css/colors/ocean/colors-rtl.css'),(60,'wp-admin/css/colors/ocean/colors-rtl.min.css'),(61,'wp-admin/css/colors/ocean/colors.css'),(62,'wp-admin/css/colors/ocean/colors.min.css'),(63,'wp-admin/css/colors/ocean/colors.scss'),(64,'wp-admin/css/colors/sunrise/colors-rtl.css'),(65,'wp-admin/css/colors/sunrise/colors-rtl.min.css'),(66,'wp-admin/css/colors/sunrise/colors.css'),(67,'wp-admin/css/colors/sunrise/colors.min.css'),(68,'wp-admin/css/colors/sunrise/colors.scss'),(69,'wp-admin/css/common-rtl.css'),(70,'wp-admin/css/common-rtl.min.css'),(71,'wp-admin/css/common.css'),(72,'wp-admin/css/common.min.css'),(73,'wp-admin/css/customize-controls-rtl.css'),(74,'wp-admin/css/customize-controls-rtl.min.css'),(75,'wp-admin/css/customize-controls.css'),(76,'wp-admin/css/customize-controls.min.css'),(77,'wp-admin/css/customize-nav-menus-rtl.css'),(78,'wp-admin/css/customize-nav-menus-rtl.min.css'),(79,'wp-admin/css/customize-nav-menus.css'),(80,'wp-admin/css/customize-nav-menus.min.css'),(81,'wp-admin/css/customize-widgets-rtl.css'),(82,'wp-admin/css/customize-widgets-rtl.min.css'),(83,'wp-admin/css/customize-widgets.css'),(84,'wp-admin/css/customize-widgets.min.css'),(85,'wp-admin/css/dashboard-rtl.css'),(86,'wp-admin/css/dashboard-rtl.min.css'),(87,'wp-admin/css/dashboard.css'),(88,'wp-admin/css/dashboard.min.css'),(89,'wp-admin/css/deprecated-media-rtl.css'),(90,'wp-admin/css/deprecated-media-rtl.min.css'),(91,'wp-admin/css/deprecated-media.css'),(92,'wp-admin/css/deprecated-media.min.css'),(93,'wp-admin/css/edit-rtl.css'),(94,'wp-admin/css/edit-rtl.min.css'),(95,'wp-admin/css/edit.css'),(96,'wp-admin/css/edit.min.css'),(97,'wp-admin/css/farbtastic-rtl.css'),(98,'wp-admin/css/farbtastic-rtl.min.css'),(99,'wp-admin/css/farbtastic.css'),(100,'wp-admin/css/farbtastic.min.css'),(101,'wp-admin/css/forms-rtl.css'),(102,'wp-admin/css/forms-rtl.min.css'),(103,'wp-admin/css/forms.css'),(104,'wp-admin/css/forms.min.css'),(105,'wp-admin/css/ie-rtl.css'),(106,'wp-admin/css/ie-rtl.min.css'),(107,'wp-admin/css/ie.css'),(108,'wp-admin/css/ie.min.css'),(109,'wp-admin/css/install-rtl.css'),(110,'wp-admin/css/install-rtl.min.css'),(111,'wp-admin/css/install.css'),(112,'wp-admin/css/install.min.css'),(113,'wp-admin/css/l10n-rtl.css'),(114,'wp-admin/css/l10n-rtl.min.css'),(115,'wp-admin/css/l10n.css'),(116,'wp-admin/css/l10n.min.css'),(117,'wp-admin/css/list-tables-rtl.css'),(118,'wp-admin/css/list-tables-rtl.min.css'),(119,'wp-admin/css/list-tables.css'),(120,'wp-admin/css/list-tables.min.css'),(121,'wp-admin/css/login-rtl.css'),(122,'wp-admin/css/login-rtl.min.css'),(123,'wp-admin/css/login.css'),(124,'wp-admin/css/login.min.css'),(125,'wp-admin/css/media-rtl.css'),(126,'wp-admin/css/media-rtl.min.css'),(127,'wp-admin/css/media.css'),(128,'wp-admin/css/media.min.css'),(129,'wp-admin/css/nav-menus-rtl.css'),(130,'wp-admin/css/nav-menus-rtl.min.css'),(131,'wp-admin/css/nav-menus.css'),(132,'wp-admin/css/nav-menus.min.css'),(133,'wp-admin/css/revisions-rtl.css'),(134,'wp-admin/css/revisions-rtl.min.css'),(135,'wp-admin/css/revisions.css'),(136,'wp-admin/css/revisions.min.css'),(137,'wp-admin/css/site-icon-rtl.css'),(138,'wp-admin/css/site-icon-rtl.min.css'),(139,'wp-admin/css/site-icon.css'),(140,'wp-admin/css/site-icon.min.css'),(141,'wp-admin/css/themes-rtl.css'),(142,'wp-admin/css/themes-rtl.min.css'),(143,'wp-admin/css/themes.css'),(144,'wp-admin/css/themes.min.css'),(145,'wp-admin/css/widgets-rtl.css'),(146,'wp-admin/css/widgets-rtl.min.css'),(147,'wp-admin/css/widgets.css'),(148,'wp-admin/css/widgets.min.css'),(149,'wp-admin/css/wp-admin-rtl.css'),(150,'wp-admin/css/wp-admin-rtl.min.css'),(151,'wp-admin/css/wp-admin.css'),(152,'wp-admin/css/wp-admin.min.css'),(153,'wp-admin/custom-background.php'),(154,'wp-admin/custom-header.php'),(155,'wp-admin/customize.php'),(156,'wp-admin/edit-comments.php'),(157,'wp-admin/edit-form-advanced.php'),(158,'wp-admin/edit-form-blocks.php'),(159,'wp-admin/edit-form-comment.php'),(160,'wp-admin/edit-link-form.php'),(161,'wp-admin/edit-tag-form.php'),(162,'wp-admin/edit-tags.php'),(163,'wp-admin/edit.php'),(164,'wp-admin/export.php'),(165,'wp-admin/freedoms.php'),(166,'wp-admin/images/align-center-2x.png'),(167,'wp-admin/images/align-center.png'),(168,'wp-admin/images/align-left-2x.png'),(169,'wp-admin/images/align-left.png'),(170,'wp-admin/images/align-none-2x.png'),(171,'wp-admin/images/align-none.png'),(172,'wp-admin/images/align-right-2x.png'),(173,'wp-admin/images/align-right.png'),(174,'wp-admin/images/arrows-2x.png'),(175,'wp-admin/images/arrows.png'),(176,'wp-admin/images/browser-rtl.png'),(177,'wp-admin/images/browser.png'),(178,'wp-admin/images/bubble_bg-2x.gif'),(179,'wp-admin/images/bubble_bg.gif'),(180,'wp-admin/images/comment-grey-bubble-2x.png'),(181,'wp-admin/images/comment-grey-bubble.png'),(182,'wp-admin/images/date-button-2x.gif'),(183,'wp-admin/images/date-button.gif'),(184,'wp-admin/images/generic.png'),(185,'wp-admin/images/icons32-2x.png'),(186,'wp-admin/images/icons32-vs-2x.png'),(187,'wp-admin/images/icons32-vs.png'),(188,'wp-admin/images/icons32.png'),(189,'wp-admin/images/imgedit-icons-2x.png'),(190,'wp-admin/images/imgedit-icons.png'),(191,'wp-admin/images/list-2x.png'),(192,'wp-admin/images/list.png'),(193,'wp-admin/images/loading.gif'),(194,'wp-admin/images/marker.png'),(195,'wp-admin/images/mask.png'),(196,'wp-admin/images/media-button-2x.png'),(197,'wp-admin/images/media-button-image.gif'),(198,'wp-admin/images/media-button-music.gif'),(199,'wp-admin/images/media-button-other.gif'),(200,'wp-admin/images/media-button-video.gif'),(201,'wp-admin/images/media-button.png'),(202,'wp-admin/images/menu-2x.png'),(203,'wp-admin/images/menu-vs-2x.png'),(204,'wp-admin/images/menu-vs.png'),(205,'wp-admin/images/menu.png'),(206,'wp-admin/images/no.png'),(207,'wp-admin/images/post-formats-vs.png'),(208,'wp-admin/images/post-formats.png'),(209,'wp-admin/images/post-formats32-vs.png'),(210,'wp-admin/images/post-formats32.png'),(211,'wp-admin/images/resize-2x.gif'),(212,'wp-admin/images/resize-rtl-2x.gif'),(213,'wp-admin/images/resize-rtl.gif'),(214,'wp-admin/images/resize.gif'),(215,'wp-admin/images/se.png'),(216,'wp-admin/images/sort-2x.gif'),(217,'wp-admin/images/sort.gif'),(218,'wp-admin/images/spinner-2x.gif'),(219,'wp-admin/images/spinner.gif'),(220,'wp-admin/images/stars-2x.png'),(221,'wp-admin/images/stars.png'),(222,'wp-admin/images/w-logo-blue.png'),(223,'wp-admin/images/w-logo-white.png'),(224,'wp-admin/images/wheel.png'),(225,'wp-admin/images/wordpress-logo-white.svg'),(226,'wp-admin/images/wordpress-logo.png'),(227,'wp-admin/images/wordpress-logo.svg'),(228,'wp-admin/images/wpspin_light-2x.gif'),(229,'wp-admin/images/wpspin_light.gif'),(230,'wp-admin/images/xit-2x.gif'),(231,'wp-admin/images/xit.gif'),(232,'wp-admin/images/yes.png'),(233,'wp-admin/import.php'),(234,'wp-admin/includes/admin-filters.php'),(235,'wp-admin/includes/admin.php'),(236,'wp-admin/includes/ajax-actions.php'),(237,'wp-admin/includes/bookmark.php'),(238,'wp-admin/includes/class-automatic-upgrader-skin.php'),(239,'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),(240,'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),(241,'wp-admin/includes/class-bulk-upgrader-skin.php'),(242,'wp-admin/includes/class-core-upgrader.php'),(243,'wp-admin/includes/class-file-upload-upgrader.php'),(244,'wp-admin/includes/class-ftp-pure.php'),(245,'wp-admin/includes/class-ftp-sockets.php'),(246,'wp-admin/includes/class-ftp.php'),(247,'wp-admin/includes/class-language-pack-upgrader-skin.php'),(248,'wp-admin/includes/class-language-pack-upgrader.php'),(249,'wp-admin/includes/class-pclzip.php'),(250,'wp-admin/includes/class-plugin-installer-skin.php'),(251,'wp-admin/includes/class-plugin-upgrader-skin.php'),(252,'wp-admin/includes/class-plugin-upgrader.php'),(253,'wp-admin/includes/class-theme-installer-skin.php'),(254,'wp-admin/includes/class-theme-upgrader-skin.php'),(255,'wp-admin/includes/class-theme-upgrader.php'),(256,'wp-admin/includes/class-walker-category-checklist.php'),(257,'wp-admin/includes/class-walker-nav-menu-checklist.php'),(258,'wp-admin/includes/class-walker-nav-menu-edit.php'),(259,'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),(260,'wp-admin/includes/class-wp-automatic-updater.php'),(261,'wp-admin/includes/class-wp-comments-list-table.php'),(262,'wp-admin/includes/class-wp-community-events.php'),(263,'wp-admin/includes/class-wp-filesystem-base.php'),(264,'wp-admin/includes/class-wp-filesystem-direct.php'),(265,'wp-admin/includes/class-wp-filesystem-ftpext.php'),(266,'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),(267,'wp-admin/includes/class-wp-filesystem-ssh2.php'),(268,'wp-admin/includes/class-wp-importer.php'),(269,'wp-admin/includes/class-wp-internal-pointers.php'),(270,'wp-admin/includes/class-wp-links-list-table.php'),(271,'wp-admin/includes/class-wp-list-table-compat.php'),(272,'wp-admin/includes/class-wp-list-table.php'),(273,'wp-admin/includes/class-wp-media-list-table.php'),(274,'wp-admin/includes/class-wp-ms-sites-list-table.php'),(275,'wp-admin/includes/class-wp-ms-themes-list-table.php'),(276,'wp-admin/includes/class-wp-ms-users-list-table.php'),(277,'wp-admin/includes/class-wp-plugin-install-list-table.php'),(278,'wp-admin/includes/class-wp-plugins-list-table.php'),(279,'wp-admin/includes/class-wp-post-comments-list-table.php'),(280,'wp-admin/includes/class-wp-posts-list-table.php'),(281,'wp-admin/includes/class-wp-screen.php'),(282,'wp-admin/includes/class-wp-site-icon.php'),(283,'wp-admin/includes/class-wp-terms-list-table.php'),(284,'wp-admin/includes/class-wp-theme-install-list-table.php'),(285,'wp-admin/includes/class-wp-themes-list-table.php'),(286,'wp-admin/includes/class-wp-upgrader-skin.php'),(287,'wp-admin/includes/class-wp-upgrader-skins.php'),(288,'wp-admin/includes/class-wp-upgrader.php'),(289,'wp-admin/includes/class-wp-users-list-table.php'),(290,'wp-admin/includes/comment.php'),(291,'wp-admin/includes/continents-cities.php'),(292,'wp-admin/includes/credits.php'),(293,'wp-admin/includes/dashboard.php'),(294,'wp-admin/includes/deprecated.php'),(295,'wp-admin/includes/edit-tag-messages.php'),(296,'wp-admin/includes/export.php'),(297,'wp-admin/includes/file.php'),(298,'wp-admin/includes/image-edit.php'),(299,'wp-admin/includes/image.php'),(300,'wp-admin/includes/import.php'),(301,'wp-admin/includes/list-table.php'),(302,'wp-admin/includes/media.php'),(303,'wp-admin/includes/menu.php'),(304,'wp-admin/includes/meta-boxes.php'),(305,'wp-admin/includes/misc.php'),(306,'wp-admin/includes/ms-admin-filters.php'),(307,'wp-admin/includes/ms-deprecated.php'),(308,'wp-admin/includes/ms.php'),(309,'wp-admin/includes/nav-menu.php'),(310,'wp-admin/includes/network.php'),(311,'wp-admin/includes/noop.php'),(312,'wp-admin/includes/options.php'),(313,'wp-admin/includes/plugin-install.php'),(314,'wp-admin/includes/plugin.php'),(315,'wp-admin/includes/post.php'),(316,'wp-admin/includes/revision.php'),(317,'wp-admin/includes/schema.php'),(318,'wp-admin/includes/screen.php'),(319,'wp-admin/includes/taxonomy.php'),(320,'wp-admin/includes/template.php'),(321,'wp-admin/includes/theme-install.php'),(322,'wp-admin/includes/theme.php'),(323,'wp-admin/includes/translation-install.php'),(324,'wp-admin/includes/update-core.php'),(325,'wp-admin/includes/update.php'),(326,'wp-admin/includes/upgrade.php'),(327,'wp-admin/includes/user.php'),(328,'wp-admin/includes/widgets.php'),(329,'wp-admin/index.php'),(330,'wp-admin/install-helper.php'),(331,'wp-admin/install.php'),(332,'wp-admin/js/accordion.js'),(333,'wp-admin/js/accordion.min.js'),(334,'wp-admin/js/code-editor.js'),(335,'wp-admin/js/code-editor.min.js'),(336,'wp-admin/js/color-picker.js'),(337,'wp-admin/js/color-picker.min.js'),(338,'wp-admin/js/comment.js'),(339,'wp-admin/js/comment.min.js'),(340,'wp-admin/js/common.js'),(341,'wp-admin/js/common.min.js'),(342,'wp-admin/js/custom-background.js'),(343,'wp-admin/js/custom-background.min.js'),(344,'wp-admin/js/custom-header.js'),(345,'wp-admin/js/customize-controls.js'),(346,'wp-admin/js/customize-controls.min.js'),(347,'wp-admin/js/customize-nav-menus.js'),(348,'wp-admin/js/customize-nav-menus.min.js'),(349,'wp-admin/js/customize-widgets.js'),(350,'wp-admin/js/customize-widgets.min.js'),(351,'wp-admin/js/dashboard.js'),(352,'wp-admin/js/dashboard.min.js'),(353,'wp-admin/js/edit-comments.js'),(354,'wp-admin/js/edit-comments.min.js'),(355,'wp-admin/js/editor-expand.js'),(356,'wp-admin/js/editor-expand.min.js'),(357,'wp-admin/js/editor.js'),(358,'wp-admin/js/editor.min.js'),(359,'wp-admin/js/farbtastic.js'),(360,'wp-admin/js/gallery.js'),(361,'wp-admin/js/gallery.min.js'),(362,'wp-admin/js/image-edit.js'),(363,'wp-admin/js/image-edit.min.js'),(364,'wp-admin/js/inline-edit-post.js'),(365,'wp-admin/js/inline-edit-post.min.js'),(366,'wp-admin/js/inline-edit-tax.js'),(367,'wp-admin/js/inline-edit-tax.min.js'),(368,'wp-admin/js/iris.min.js'),(369,'wp-admin/js/language-chooser.js'),(370,'wp-admin/js/language-chooser.min.js'),(371,'wp-admin/js/link.js'),(372,'wp-admin/js/link.min.js'),(373,'wp-admin/js/media-gallery.js'),(374,'wp-admin/js/media-gallery.min.js'),(375,'wp-admin/js/media-upload.js'),(376,'wp-admin/js/media-upload.min.js'),(377,'wp-admin/js/media.js'),(378,'wp-admin/js/media.min.js'),(379,'wp-admin/js/nav-menu.js'),(380,'wp-admin/js/nav-menu.min.js'),(381,'wp-admin/js/password-strength-meter.js'),(382,'wp-admin/js/password-strength-meter.min.js'),(383,'wp-admin/js/plugin-install.js'),(384,'wp-admin/js/plugin-install.min.js'),(385,'wp-admin/js/post.js'),(386,'wp-admin/js/post.min.js'),(387,'wp-admin/js/postbox.js'),(388,'wp-admin/js/postbox.min.js'),(389,'wp-admin/js/revisions.js'),(390,'wp-admin/js/revisions.min.js'),(391,'wp-admin/js/set-post-thumbnail.js'),(392,'wp-admin/js/set-post-thumbnail.min.js'),(393,'wp-admin/js/svg-painter.js'),(394,'wp-admin/js/svg-painter.min.js'),(395,'wp-admin/js/tags-box.js'),(396,'wp-admin/js/tags-box.min.js'),(397,'wp-admin/js/tags-suggest.js'),(398,'wp-admin/js/tags-suggest.min.js'),(399,'wp-admin/js/tags.js'),(400,'wp-admin/js/tags.min.js'),(401,'wp-admin/js/theme-plugin-editor.js'),(402,'wp-admin/js/theme-plugin-editor.min.js'),(403,'wp-admin/js/theme.js'),(404,'wp-admin/js/theme.min.js'),(405,'wp-admin/js/updates.js'),(406,'wp-admin/js/updates.min.js'),(407,'wp-admin/js/user-profile.js'),(408,'wp-admin/js/user-profile.min.js'),(409,'wp-admin/js/user-suggest.js'),(410,'wp-admin/js/user-suggest.min.js'),(411,'wp-admin/js/widgets/custom-html-widgets.js'),(412,'wp-admin/js/widgets/custom-html-widgets.min.js'),(413,'wp-admin/js/widgets/media-audio-widget.js'),(414,'wp-admin/js/widgets/media-audio-widget.min.js'),(415,'wp-admin/js/widgets/media-gallery-widget.js'),(416,'wp-admin/js/widgets/media-gallery-widget.min.js'),(417,'wp-admin/js/widgets/media-image-widget.js'),(418,'wp-admin/js/widgets/media-image-widget.min.js'),(419,'wp-admin/js/widgets/media-video-widget.js'),(420,'wp-admin/js/widgets/media-video-widget.min.js'),(421,'wp-admin/js/widgets/media-widgets.js'),(422,'wp-admin/js/widgets/media-widgets.min.js'),(423,'wp-admin/js/widgets/text-widgets.js'),(424,'wp-admin/js/widgets/text-widgets.min.js'),(425,'wp-admin/js/widgets.js'),(426,'wp-admin/js/widgets.min.js'),(427,'wp-admin/js/word-count.js'),(428,'wp-admin/js/word-count.min.js'),(429,'wp-admin/js/wp-fullscreen-stub.js'),(430,'wp-admin/js/wp-fullscreen-stub.min.js'),(431,'wp-admin/js/xfn.js'),(432,'wp-admin/js/xfn.min.js'),(433,'wp-admin/link-add.php'),(434,'wp-admin/link-manager.php'),(435,'wp-admin/link-parse-opml.php'),(436,'wp-admin/link.php'),(437,'wp-admin/load-scripts.php'),(438,'wp-admin/load-styles.php'),(439,'wp-admin/maint/repair.php'),(440,'wp-admin/media-new.php'),(441,'wp-admin/media-upload.php'),(442,'wp-admin/media.php'),(443,'wp-admin/menu-header.php'),(444,'wp-admin/menu.php'),(445,'wp-admin/moderation.php'),(446,'wp-admin/ms-admin.php'),(447,'wp-admin/ms-delete-site.php'),(448,'wp-admin/ms-edit.php'),(449,'wp-admin/ms-options.php'),(450,'wp-admin/ms-sites.php'),(451,'wp-admin/ms-themes.php'),(452,'wp-admin/ms-upgrade-network.php'),(453,'wp-admin/ms-users.php'),(454,'wp-admin/my-sites.php'),(455,'wp-admin/nav-menus.php'),(456,'wp-admin/network/about.php'),(457,'wp-admin/network/admin.php'),(458,'wp-admin/network/credits.php'),(459,'wp-admin/network/edit.php'),(460,'wp-admin/network/freedoms.php'),(461,'wp-admin/network/index.php'),(462,'wp-admin/network/menu.php'),(463,'wp-admin/network/plugin-editor.php'),(464,'wp-admin/network/plugin-install.php'),(465,'wp-admin/network/plugins.php'),(466,'wp-admin/network/privacy.php'),(467,'wp-admin/network/profile.php'),(468,'wp-admin/network/settings.php'),(469,'wp-admin/network/setup.php'),(470,'wp-admin/network/site-info.php'),(471,'wp-admin/network/site-new.php'),(472,'wp-admin/network/site-settings.php'),(473,'wp-admin/network/site-themes.php'),(474,'wp-admin/network/site-users.php'),(475,'wp-admin/network/sites.php'),(476,'wp-admin/network/theme-editor.php'),(477,'wp-admin/network/theme-install.php'),(478,'wp-admin/network/themes.php'),(479,'wp-admin/network/update-core.php'),(480,'wp-admin/network/update.php'),(481,'wp-admin/network/upgrade.php'),(482,'wp-admin/network/user-edit.php'),(483,'wp-admin/network/user-new.php'),(484,'wp-admin/network/users.php'),(485,'wp-admin/network.php'),(486,'wp-admin/options-discussion.php'),(487,'wp-admin/options-general.php'),(488,'wp-admin/options-head.php'),(489,'wp-admin/options-media.php'),(490,'wp-admin/options-permalink.php'),(491,'wp-admin/options-reading.php'),(492,'wp-admin/options-writing.php'),(493,'wp-admin/options.php'),(494,'wp-admin/plugin-editor.php'),(495,'wp-admin/plugin-install.php'),(496,'wp-admin/plugins.php'),(497,'wp-admin/post-new.php'),(498,'wp-admin/post.php'),(499,'wp-admin/press-this.php'),(500,'wp-admin/privacy.php'),(501,'wp-admin/profile.php'),(502,'wp-admin/revision.php'),(503,'wp-admin/setup-config.php'),(504,'wp-admin/term.php'),(505,'wp-admin/theme-editor.php'),(506,'wp-admin/theme-install.php'),(507,'wp-admin/themes.php'),(508,'wp-admin/tools.php'),(509,'wp-admin/update-core.php'),(510,'wp-admin/update.php'),(511,'wp-admin/upgrade-functions.php'),(512,'wp-admin/upgrade.php'),(513,'wp-admin/upload.php'),(514,'wp-admin/user/about.php'),(515,'wp-admin/user/admin.php'),(516,'wp-admin/user/credits.php'),(517,'wp-admin/user/freedoms.php'),(518,'wp-admin/user/index.php'),(519,'wp-admin/user/menu.php'),(520,'wp-admin/user/privacy.php'),(521,'wp-admin/user/profile.php'),(522,'wp-admin/user/user-edit.php'),(523,'wp-admin/user-edit.php'),(524,'wp-admin/user-new.php'),(525,'wp-admin/users.php'),(526,'wp-admin/widgets.php'),(527,'wp-blog-header.php'),(528,'wp-comments-post.php'),(529,'wp-config-sample.php'),(530,'wp-config.php'),(531,'wp-content/index.php'),(532,'wp-content/plugins/LayerSlider/classes/class.km.autoupdate.plugins.v3.php'),(533,'wp-content/plugins/LayerSlider/classes/class.km.autoupdate.themes.v3.php'),(534,'wp-content/plugins/LayerSlider/classes/class.km.autoupdate.v3.php'),(535,'wp-content/plugins/LayerSlider/classes/class.ls.config.php'),(536,'wp-content/plugins/LayerSlider/classes/class.ls.exportutil.php'),(537,'wp-content/plugins/LayerSlider/classes/class.ls.importutil.php'),(538,'wp-content/plugins/LayerSlider/classes/class.ls.popups.php'),(539,'wp-content/plugins/LayerSlider/classes/class.ls.posts.php'),(540,'wp-content/plugins/LayerSlider/classes/class.ls.revisions.php'),(541,'wp-content/plugins/LayerSlider/classes/class.ls.sliders.php'),(542,'wp-content/plugins/LayerSlider/classes/class.ls.sources.php'),(543,'wp-content/plugins/LayerSlider/classes/index.php'),(544,'wp-content/plugins/LayerSlider/config/defaults.php'),(545,'wp-content/plugins/LayerSlider/config/index.php'),(546,'wp-content/plugins/LayerSlider/demos/index.php'),(547,'wp-content/plugins/LayerSlider/demos/transitions.js'),(548,'wp-content/plugins/LayerSlider/helpers/admin.ui.tools.php'),(549,'wp-content/plugins/LayerSlider/helpers/index.php'),(550,'wp-content/plugins/LayerSlider/helpers/phpQuery.php'),(551,'wp-content/plugins/LayerSlider/includes/index.php'),(552,'wp-content/plugins/LayerSlider/includes/slider_markup_export.php'),(553,'wp-content/plugins/LayerSlider/includes/slider_markup_html.php'),(554,'wp-content/plugins/LayerSlider/includes/slider_markup_init.php'),(555,'wp-content/plugins/LayerSlider/includes/slider_markup_setup.php'),(556,'wp-content/plugins/LayerSlider/includes/slider_utils.php'),(557,'wp-content/plugins/LayerSlider/index.php'),(558,'wp-content/plugins/LayerSlider/layerslider.php'),(559,'wp-content/plugins/LayerSlider/locales/index.php'),(560,'wp-content/plugins/LayerSlider/static/admin/css/index.php'),(561,'wp-content/plugins/LayerSlider/static/admin/img/index.php'),(562,'wp-content/plugins/LayerSlider/static/admin/index.php'),(563,'wp-content/plugins/LayerSlider/static/admin/js/index.php'),(564,'wp-content/plugins/LayerSlider/static/admin/js/km-ui.js'),(565,'wp-content/plugins/LayerSlider/static/admin/js/layerslider.transition.gallery.js'),(566,'wp-content/plugins/LayerSlider/static/admin/js/ls-admin-addons.js'),(567,'wp-content/plugins/LayerSlider/static/admin/js/ls-admin-common.js'),(568,'wp-content/plugins/LayerSlider/static/admin/js/ls-admin-global.js'),(569,'wp-content/plugins/LayerSlider/static/admin/js/ls-admin-revisions.js'),(570,'wp-content/plugins/LayerSlider/static/admin/js/ls-admin-settings.js'),(571,'wp-content/plugins/LayerSlider/static/admin/js/ls-admin-slider-builder.js'),(572,'wp-content/plugins/LayerSlider/static/admin/js/ls-admin-sliders.js'),(573,'wp-content/plugins/LayerSlider/static/admin/js/ls-admin-tinymce.js'),(574,'wp-content/plugins/LayerSlider/static/admin/js/ls-admin-transition-builder.js'),(575,'wp-content/plugins/LayerSlider/static/admin/media/index.php'),(576,'wp-content/plugins/LayerSlider/static/admin/scss/index.php'),(577,'wp-content/plugins/LayerSlider/static/air-datepicker/datepicker.min.js'),(578,'wp-content/plugins/LayerSlider/static/air-datepicker/i18n/datepicker.en.js'),(579,'wp-content/plugins/LayerSlider/static/air-datepicker/i18n/index.php'),(580,'wp-content/plugins/LayerSlider/static/air-datepicker/index.php'),(581,'wp-content/plugins/LayerSlider/static/codemirror/addon/comment/comment.js'),(582,'wp-content/plugins/LayerSlider/static/codemirror/addon/comment/continuecomment.js'),(583,'wp-content/plugins/LayerSlider/static/codemirror/addon/comment/index.php'),(584,'wp-content/plugins/LayerSlider/static/codemirror/addon/dialog/dialog.js'),(585,'wp-content/plugins/LayerSlider/static/codemirror/addon/dialog/index.php'),(586,'wp-content/plugins/LayerSlider/static/codemirror/addon/display/autorefresh.js'),(587,'wp-content/plugins/LayerSlider/static/codemirror/addon/display/fullscreen.js'),(588,'wp-content/plugins/LayerSlider/static/codemirror/addon/display/index.php'),(589,'wp-content/plugins/LayerSlider/static/codemirror/addon/display/panel.js'),(590,'wp-content/plugins/LayerSlider/static/codemirror/addon/display/placeholder.js'),(591,'wp-content/plugins/LayerSlider/static/codemirror/addon/display/rulers.js'),(592,'wp-content/plugins/LayerSlider/static/codemirror/addon/edit/closebrackets.js'),(593,'wp-content/plugins/LayerSlider/static/codemirror/addon/edit/closetag.js'),(594,'wp-content/plugins/LayerSlider/static/codemirror/addon/edit/continuelist.js'),(595,'wp-content/plugins/LayerSlider/static/codemirror/addon/edit/index.php'),(596,'wp-content/plugins/LayerSlider/static/codemirror/addon/edit/matchbrackets.js'),(597,'wp-content/plugins/LayerSlider/static/codemirror/addon/edit/matchtags.js'),(598,'wp-content/plugins/LayerSlider/static/codemirror/addon/edit/trailingspace.js'),(599,'wp-content/plugins/LayerSlider/static/codemirror/addon/fold/brace-fold.js'),(600,'wp-content/plugins/LayerSlider/static/codemirror/addon/fold/comment-fold.js'),(601,'wp-content/plugins/LayerSlider/static/codemirror/addon/fold/foldcode.js'),(602,'wp-content/plugins/LayerSlider/static/codemirror/addon/fold/foldgutter.js'),(603,'wp-content/plugins/LayerSlider/static/codemirror/addon/fold/indent-fold.js'),(604,'wp-content/plugins/LayerSlider/static/codemirror/addon/fold/index.php'),(605,'wp-content/plugins/LayerSlider/static/codemirror/addon/fold/markdown-fold.js'),(606,'wp-content/plugins/LayerSlider/static/codemirror/addon/fold/xml-fold.js'),(607,'wp-content/plugins/LayerSlider/static/codemirror/addon/hint/anyword-hint.js'),(608,'wp-content/plugins/LayerSlider/static/codemirror/addon/hint/css-hint.js'),(609,'wp-content/plugins/LayerSlider/static/codemirror/addon/hint/html-hint.js'),(610,'wp-content/plugins/LayerSlider/static/codemirror/addon/hint/index.php'),(611,'wp-content/plugins/LayerSlider/static/codemirror/addon/hint/javascript-hint.js'),(612,'wp-content/plugins/LayerSlider/static/codemirror/addon/hint/show-hint.js'),(613,'wp-content/plugins/LayerSlider/static/codemirror/addon/hint/sql-hint.js'),(614,'wp-content/plugins/LayerSlider/static/codemirror/addon/hint/xml-hint.js'),(615,'wp-content/plugins/LayerSlider/static/codemirror/addon/index.php'),(616,'wp-content/plugins/LayerSlider/static/codemirror/addon/lint/coffeescript-lint.js'),(617,'wp-content/plugins/LayerSlider/static/codemirror/addon/lint/css-lint.js'),(618,'wp-content/plugins/LayerSlider/static/codemirror/addon/lint/html-lint.js'),(619,'wp-content/plugins/LayerSlider/static/codemirror/addon/lint/index.php'),(620,'wp-content/plugins/LayerSlider/static/codemirror/addon/lint/javascript-lint.js'),(621,'wp-content/plugins/LayerSlider/static/codemirror/addon/lint/json-lint.js'),(622,'wp-content/plugins/LayerSlider/static/codemirror/addon/lint/lint.js'),(623,'wp-content/plugins/LayerSlider/static/codemirror/addon/lint/yaml-lint.js'),(624,'wp-content/plugins/LayerSlider/static/codemirror/addon/merge/index.php'),(625,'wp-content/plugins/LayerSlider/static/codemirror/addon/merge/merge.js'),(626,'wp-content/plugins/LayerSlider/static/codemirror/addon/mode/index.php'),(627,'wp-content/plugins/LayerSlider/static/codemirror/addon/mode/loadmode.js'),(628,'wp-content/plugins/LayerSlider/static/codemirror/addon/mode/multiplex.js'),(629,'wp-content/plugins/LayerSlider/static/codemirror/addon/mode/multiplex_test.js'),(630,'wp-content/plugins/LayerSlider/static/codemirror/addon/mode/overlay.js'),(631,'wp-content/plugins/LayerSlider/static/codemirror/addon/mode/simple.js'),(632,'wp-content/plugins/LayerSlider/static/codemirror/addon/runmode/colorize.js'),(633,'wp-content/plugins/LayerSlider/static/codemirror/addon/runmode/index.php'),(634,'wp-content/plugins/LayerSlider/static/codemirror/addon/runmode/runmode-standalone.js'),(635,'wp-content/plugins/LayerSlider/static/codemirror/addon/runmode/runmode.js'),(636,'wp-content/plugins/LayerSlider/static/codemirror/addon/runmode/runmode.node.js'),(637,'wp-content/plugins/LayerSlider/static/codemirror/addon/scroll/annotatescrollbar.js'),(638,'wp-content/plugins/LayerSlider/static/codemirror/addon/scroll/index.php'),(639,'wp-content/plugins/LayerSlider/static/codemirror/addon/scroll/scrollpastend.js'),(640,'wp-content/plugins/LayerSlider/static/codemirror/addon/scroll/simplescrollbars.js'),(641,'wp-content/plugins/LayerSlider/static/codemirror/addon/search/index.php'),(642,'wp-content/plugins/LayerSlider/static/codemirror/addon/search/jump-to-line.js'),(643,'wp-content/plugins/LayerSlider/static/codemirror/addon/search/match-highlighter.js'),(644,'wp-content/plugins/LayerSlider/static/codemirror/addon/search/matchesonscrollbar.js'),(645,'wp-content/plugins/LayerSlider/static/codemirror/addon/search/search.js'),(646,'wp-content/plugins/LayerSlider/static/codemirror/addon/search/searchcursor.js'),(647,'wp-content/plugins/LayerSlider/static/codemirror/addon/selection/active-line.js'),(648,'wp-content/plugins/LayerSlider/static/codemirror/addon/selection/index.php'),(649,'wp-content/plugins/LayerSlider/static/codemirror/addon/selection/mark-selection.js'),(650,'wp-content/plugins/LayerSlider/static/codemirror/addon/selection/selection-pointer.js'),(651,'wp-content/plugins/LayerSlider/static/codemirror/addon/tern/index.php'),(652,'wp-content/plugins/LayerSlider/static/codemirror/addon/tern/tern.js'),(653,'wp-content/plugins/LayerSlider/static/codemirror/addon/tern/worker.js'),(654,'wp-content/plugins/LayerSlider/static/codemirror/addon/wrap/hardwrap.js'),(655,'wp-content/plugins/LayerSlider/static/codemirror/addon/wrap/index.php'),(656,'wp-content/plugins/LayerSlider/static/codemirror/index.php'),(657,'wp-content/plugins/LayerSlider/static/codemirror/keymap/emacs.js'),(658,'wp-content/plugins/LayerSlider/static/codemirror/keymap/index.php'),(659,'wp-content/plugins/LayerSlider/static/codemirror/keymap/sublime.js'),(660,'wp-content/plugins/LayerSlider/static/codemirror/keymap/vim.js'),(661,'wp-content/plugins/LayerSlider/static/codemirror/lib/codemirror.js'),(662,'wp-content/plugins/LayerSlider/static/codemirror/lib/index.php'),(663,'wp-content/plugins/LayerSlider/static/codemirror/mode/css/css.js'),(664,'wp-content/plugins/LayerSlider/static/codemirror/mode/css/gss_test.js'),(665,'wp-content/plugins/LayerSlider/static/codemirror/mode/css/index.php'),(666,'wp-content/plugins/LayerSlider/static/codemirror/mode/css/less_test.js'),(667,'wp-content/plugins/LayerSlider/static/codemirror/mode/css/scss_test.js'),(668,'wp-content/plugins/LayerSlider/static/codemirror/mode/css/test.js'),(669,'wp-content/plugins/LayerSlider/static/codemirror/mode/htmlembedded/htmlembedded.js'),(670,'wp-content/plugins/LayerSlider/static/codemirror/mode/htmlembedded/index.php'),(671,'wp-content/plugins/LayerSlider/static/codemirror/mode/htmlmixed/htmlmixed.js'),(672,'wp-content/plugins/LayerSlider/static/codemirror/mode/htmlmixed/index.php'),(673,'wp-content/plugins/LayerSlider/static/codemirror/mode/index.php'),(674,'wp-content/plugins/LayerSlider/static/codemirror/mode/javascript/index.php'),(675,'wp-content/plugins/LayerSlider/static/codemirror/mode/javascript/javascript.js'),(676,'wp-content/plugins/LayerSlider/static/codemirror/mode/javascript/test.js'),(677,'wp-content/plugins/LayerSlider/static/codemirror/mode/meta.js'),(678,'wp-content/plugins/LayerSlider/static/codemirror/mode/php/index.php'),(679,'wp-content/plugins/LayerSlider/static/codemirror/mode/php/php.js'),(680,'wp-content/plugins/LayerSlider/static/codemirror/mode/php/test.js'),(681,'wp-content/plugins/LayerSlider/static/codemirror/mode/sass/index.php'),(682,'wp-content/plugins/LayerSlider/static/codemirror/mode/sass/sass.js'),(683,'wp-content/plugins/LayerSlider/static/codemirror/mode/sql/index.php'),(684,'wp-content/plugins/LayerSlider/static/codemirror/mode/sql/sql.js'),(685,'wp-content/plugins/LayerSlider/static/codemirror/mode/xml/index.php'),(686,'wp-content/plugins/LayerSlider/static/codemirror/mode/xml/test.js'),(687,'wp-content/plugins/LayerSlider/static/codemirror/mode/xml/xml.js'),(688,'wp-content/plugins/LayerSlider/static/codemirror/theme/index.php'),(689,'wp-content/plugins/LayerSlider/static/dashicons/dashicons.svg'),(690,'wp-content/plugins/LayerSlider/static/dashicons/index.php'),(691,'wp-content/plugins/LayerSlider/static/dindent/Exception/DindentException.php'),(692,'wp-content/plugins/LayerSlider/static/dindent/Exception/InvalidArgumentException.php'),(693,'wp-content/plugins/LayerSlider/static/dindent/Exception/RuntimeException.php'),(694,'wp-content/plugins/LayerSlider/static/dindent/Exception/index.php'),(695,'wp-content/plugins/LayerSlider/static/dindent/Indenter.php'),(696,'wp-content/plugins/LayerSlider/static/dindent/index.php'),(697,'wp-content/plugins/LayerSlider/static/font-awesome/css/index.php'),(698,'wp-content/plugins/LayerSlider/static/font-awesome/fonts/fontawesome-webfont.svg'),(699,'wp-content/plugins/LayerSlider/static/font-awesome/fonts/index.php'),(700,'wp-content/plugins/LayerSlider/static/font-awesome/index.php'),(701,'wp-content/plugins/LayerSlider/static/html2canvas/html2canvas.min.js'),(702,'wp-content/plugins/LayerSlider/static/index.php'),(703,'wp-content/plugins/LayerSlider/static/layerslider/css/index.php'),(704,'wp-content/plugins/LayerSlider/static/layerslider/index.php'),(705,'wp-content/plugins/LayerSlider/static/layerslider/js/greensock.js'),(706,'wp-content/plugins/LayerSlider/static/layerslider/js/index.php'),(707,'wp-content/plugins/LayerSlider/static/layerslider/js/layerslider.kreaturamedia.jquery.js'),(708,'wp-content/plugins/LayerSlider/static/layerslider/js/layerslider.transitions.js'),(709,'wp-content/plugins/LayerSlider/static/layerslider/plugins/debug/index.php'),(710,'wp-content/plugins/LayerSlider/static/layerslider/plugins/debug/layerslider.debug.js'),(711,'wp-content/plugins/LayerSlider/static/layerslider/plugins/index.php'),(712,'wp-content/plugins/LayerSlider/static/layerslider/plugins/origami/index.php'),(713,'wp-content/plugins/LayerSlider/static/layerslider/plugins/origami/layerslider.origami.js'),(714,'wp-content/plugins/LayerSlider/static/layerslider/plugins/popup/index.php'),(715,'wp-content/plugins/LayerSlider/static/layerslider/plugins/popup/layerslider.popup.js'),(716,'wp-content/plugins/LayerSlider/static/layerslider/plugins/timeline/index.php'),(717,'wp-content/plugins/LayerSlider/static/layerslider/plugins/timeline/layerslider.timeline.js'),(718,'wp-content/plugins/LayerSlider/static/layerslider/skins/borderlessdark/index.php'),(719,'wp-content/plugins/LayerSlider/static/layerslider/skins/borderlessdark3d/index.php'),(720,'wp-content/plugins/LayerSlider/static/layerslider/skins/borderlesslight/index.php'),(721,'wp-content/plugins/LayerSlider/static/layerslider/skins/borderlesslight3d/index.php'),(722,'wp-content/plugins/LayerSlider/static/layerslider/skins/carousel/index.php'),(723,'wp-content/plugins/LayerSlider/static/layerslider/skins/darkskin/index.php'),(724,'wp-content/plugins/LayerSlider/static/layerslider/skins/defaultskin/index.php'),(725,'wp-content/plugins/LayerSlider/static/layerslider/skins/fullwidth/index.php'),(726,'wp-content/plugins/LayerSlider/static/layerslider/skins/fullwidthdark/index.php'),(727,'wp-content/plugins/LayerSlider/static/layerslider/skins/glass/index.php'),(728,'wp-content/plugins/LayerSlider/static/layerslider/skins/index.php'),(729,'wp-content/plugins/LayerSlider/static/layerslider/skins/lightskin/index.php'),(730,'wp-content/plugins/LayerSlider/static/layerslider/skins/minimal/index.php'),(731,'wp-content/plugins/LayerSlider/static/layerslider/skins/noskin/index.php'),(732,'wp-content/plugins/LayerSlider/static/layerslider/skins/numbers/index.php'),(733,'wp-content/plugins/LayerSlider/static/layerslider/skins/outline/index.php'),(734,'wp-content/plugins/LayerSlider/static/layerslider/skins/photogallery/index.php'),(735,'wp-content/plugins/LayerSlider/static/layerslider/skins/roundedflat/index.php'),(736,'wp-content/plugins/LayerSlider/static/layerslider/skins/v5/index.php'),(737,'wp-content/plugins/LayerSlider/static/layerslider/skins/v6/index.php'),(738,'wp-content/plugins/LayerSlider/static/minicolors/index.php'),(739,'wp-content/plugins/LayerSlider/static/minicolors/jquery.minicolors.js'),(740,'wp-content/plugins/LayerSlider/static/minicolors/jquery.minicolors.min.js'),(741,'wp-content/plugins/LayerSlider/static/public/index.php'),(742,'wp-content/plugins/LayerSlider/static/shuffle/index.php'),(743,'wp-content/plugins/LayerSlider/static/shuffle/shuffle.min.js'),(744,'wp-content/plugins/LayerSlider/templates/html-export/INSTRUCTIONS.html'),(745,'wp-content/plugins/LayerSlider/templates/html-export/template.html'),(746,'wp-content/plugins/LayerSlider/templates/index.php'),(747,'wp-content/plugins/LayerSlider/templates/tmpl-2d-transition.php'),(748,'wp-content/plugins/LayerSlider/templates/tmpl-3d-transition.php'),(749,'wp-content/plugins/LayerSlider/templates/tmpl-activation.php'),(750,'wp-content/plugins/LayerSlider/templates/tmpl-add-slider-grid.php'),(751,'wp-content/plugins/LayerSlider/templates/tmpl-add-slider-list.php'),(752,'wp-content/plugins/LayerSlider/templates/tmpl-addons.php'),(753,'wp-content/plugins/LayerSlider/templates/tmpl-beta-feedback.php'),(754,'wp-content/plugins/LayerSlider/templates/tmpl-button-presets.php'),(755,'wp-content/plugins/LayerSlider/templates/tmpl-embed-slider.php'),(756,'wp-content/plugins/LayerSlider/templates/tmpl-gdpr.php'),(757,'wp-content/plugins/LayerSlider/templates/tmpl-import-layer.php'),(758,'wp-content/plugins/LayerSlider/templates/tmpl-import-slide.php'),(759,'wp-content/plugins/LayerSlider/templates/tmpl-import-templates.php'),(760,'wp-content/plugins/LayerSlider/templates/tmpl-importing.php'),(761,'wp-content/plugins/LayerSlider/templates/tmpl-insert-icons-modal.php'),(762,'wp-content/plugins/LayerSlider/templates/tmpl-insert-media-modal.php'),(763,'wp-content/plugins/LayerSlider/templates/tmpl-layer-item.php'),(764,'wp-content/plugins/LayerSlider/templates/tmpl-layer.php'),(765,'wp-content/plugins/LayerSlider/templates/tmpl-popup-example-slider.php'),(766,'wp-content/plugins/LayerSlider/templates/tmpl-popup-presets-window.php'),(767,'wp-content/plugins/LayerSlider/templates/tmpl-post-chooser.php'),(768,'wp-content/plugins/LayerSlider/templates/tmpl-post-options.php'),(769,'wp-content/plugins/LayerSlider/templates/tmpl-preview-context-menu.php'),(770,'wp-content/plugins/LayerSlider/templates/tmpl-revisions-history.php'),(771,'wp-content/plugins/LayerSlider/templates/tmpl-revisions-welcome.php'),(772,'wp-content/plugins/LayerSlider/templates/tmpl-share-sheet.php'),(773,'wp-content/plugins/LayerSlider/templates/tmpl-slide-tab.php'),(774,'wp-content/plugins/LayerSlider/templates/tmpl-slide.php'),(775,'wp-content/plugins/LayerSlider/templates/tmpl-slider-settings.php'),(776,'wp-content/plugins/LayerSlider/templates/tmpl-static-layer-item.php'),(777,'wp-content/plugins/LayerSlider/templates/tmpl-transition-gallery.php'),(778,'wp-content/plugins/LayerSlider/templates/tmpl-transition-window.php'),(779,'wp-content/plugins/LayerSlider/templates/tmpl-upload-sliders.php'),(780,'wp-content/plugins/LayerSlider/tmp/cache/index.php'),(781,'wp-content/plugins/LayerSlider/tmp/index.php'),(782,'wp-content/plugins/LayerSlider/tmp/uploads/index.php'),(783,'wp-content/plugins/LayerSlider/views/addons.php'),(784,'wp-content/plugins/LayerSlider/views/css_editor.php'),(785,'wp-content/plugins/LayerSlider/views/index.php'),(786,'wp-content/plugins/LayerSlider/views/revisions.php'),(787,'wp-content/plugins/LayerSlider/views/settings.php'),(788,'wp-content/plugins/LayerSlider/views/skin_editor.php'),(789,'wp-content/plugins/LayerSlider/views/slider_edit.php'),(790,'wp-content/plugins/LayerSlider/views/slider_list.php'),(791,'wp-content/plugins/LayerSlider/views/system_status.php'),(792,'wp-content/plugins/LayerSlider/views/transition_builder.php'),(793,'wp-content/plugins/LayerSlider/wp/actions.php'),(794,'wp-content/plugins/LayerSlider/wp/activation.php'),(795,'wp-content/plugins/LayerSlider/wp/compatibility.php'),(796,'wp-content/plugins/LayerSlider/wp/hooks.php'),(797,'wp-content/plugins/LayerSlider/wp/index.php'),(798,'wp-content/plugins/LayerSlider/wp/menus.php'),(799,'wp-content/plugins/LayerSlider/wp/scripts.php'),(800,'wp-content/plugins/LayerSlider/wp/scripts_l10n.php'),(801,'wp-content/plugins/LayerSlider/wp/shortcodes.php'),(802,'wp-content/plugins/LayerSlider/wp/tinymce.php'),(803,'wp-content/plugins/LayerSlider/wp/tinymce_l10n.php'),(804,'wp-content/plugins/LayerSlider/wp/widgets.php'),(805,'wp-content/plugins/akismet/.htaccess'),(806,'wp-content/plugins/akismet/LICENSE.txt'),(807,'wp-content/plugins/akismet/_inc/akismet.css'),(808,'wp-content/plugins/akismet/_inc/akismet.js'),(809,'wp-content/plugins/akismet/_inc/form.js'),(810,'wp-content/plugins/akismet/_inc/img/logo-full-2x.png'),(811,'wp-content/plugins/akismet/akismet.php'),(812,'wp-content/plugins/akismet/class.akismet-admin.php'),(813,'wp-content/plugins/akismet/class.akismet-cli.php'),(814,'wp-content/plugins/akismet/class.akismet-rest-api.php'),(815,'wp-content/plugins/akismet/class.akismet-widget.php'),(816,'wp-content/plugins/akismet/class.akismet.php'),(817,'wp-content/plugins/akismet/index.php'),(818,'wp-content/plugins/akismet/readme.txt'),(819,'wp-content/plugins/akismet/views/config.php'),(820,'wp-content/plugins/akismet/views/get.php'),(821,'wp-content/plugins/akismet/views/notice.php'),(822,'wp-content/plugins/akismet/views/start.php'),(823,'wp-content/plugins/akismet/views/stats.php'),(824,'wp-content/plugins/akismet/wrapper.php'),(825,'wp-content/plugins/booked/assets/css/color-theme.php'),(826,'wp-content/plugins/booked/assets/js/admin-functions.js'),(827,'wp-content/plugins/booked/assets/js/atc.min.js'),(828,'wp-content/plugins/booked/assets/js/chosen/chosen.jquery.min.js'),(829,'wp-content/plugins/booked/assets/js/fitvids.js'),(830,'wp-content/plugins/booked/assets/js/functions.js'),(831,'wp-content/plugins/booked/assets/js/jquery.serialize.js'),(832,'wp-content/plugins/booked/assets/js/spin.jquery.js'),(833,'wp-content/plugins/booked/assets/js/spin.min.js'),(834,'wp-content/plugins/booked/assets/js/tooltipster/js/jquery.tooltipster.js'),(835,'wp-content/plugins/booked/assets/js/tooltipster/js/jquery.tooltipster.min.js'),(836,'wp-content/plugins/booked/booked.php'),(837,'wp-content/plugins/booked/class-tgm-plugin-activation.php'),(838,'wp-content/plugins/booked/includes/add-ons/init.php'),(839,'wp-content/plugins/booked/includes/admin-functions.php'),(840,'wp-content/plugins/booked/includes/ajax/admin/add-appointment.php'),(841,'wp-content/plugins/booked/includes/ajax/admin/appointment-form.php'),(842,'wp-content/plugins/booked/includes/ajax/admin/delete-appointment.php'),(843,'wp-content/plugins/booked/includes/ajax/admin/edit-appointment.php'),(844,'wp-content/plugins/booked/includes/ajax/admin/user-info.php'),(845,'wp-content/plugins/booked/includes/ajax/front/appointment-form/appointment.php'),(846,'wp-content/plugins/booked/includes/ajax/front/appointment-form/bookings.php'),(847,'wp-content/plugins/booked/includes/ajax/front/appointment-form/form-fields-forgot.php'),(848,'wp-content/plugins/booked/includes/ajax/front/appointment-form/form-fields-guest.php'),(849,'wp-content/plugins/booked/includes/ajax/front/appointment-form/form-fields-login.php'),(850,'wp-content/plugins/booked/includes/ajax/front/appointment-form/form-fields-registration.php'),(851,'wp-content/plugins/booked/includes/ajax/front/appointment-form/form.php'),(852,'wp-content/plugins/booked/includes/ajax/front/appointment-form.php'),(853,'wp-content/plugins/booked/includes/ajax/front/book-appointment.php'),(854,'wp-content/plugins/booked/includes/ajax/front/cancel-appointment.php'),(855,'wp-content/plugins/booked/includes/ajax/init.php'),(856,'wp-content/plugins/booked/includes/ajax/init_admin.php'),(857,'wp-content/plugins/booked/includes/dashboard-widget.php'),(858,'wp-content/plugins/booked/includes/email-templates/default.html'),(859,'wp-content/plugins/booked/includes/export-csv.php'),(860,'wp-content/plugins/booked/includes/functions.php'),(861,'wp-content/plugins/booked/includes/general-functions.php'),(862,'wp-content/plugins/booked/includes/mailer_functions.php'),(863,'wp-content/plugins/booked/includes/shortcodes.php'),(864,'wp-content/plugins/booked/includes/updates/plugin-update-checker.php'),(865,'wp-content/plugins/booked/includes/updates/vendor/Parsedown.php'),(866,'wp-content/plugins/booked/includes/updates/vendor/readme-parser.php'),(867,'wp-content/plugins/booked/includes/widgets.php'),(868,'wp-content/plugins/booked/post-types/booked_appointments.php'),(869,'wp-content/plugins/booked/templates/admin-calendar.php'),(870,'wp-content/plugins/booked/templates/pending-list.php'),(871,'wp-content/plugins/booked/templates/profile.php'),(872,'wp-content/plugins/booked/templates/settings.php'),(873,'wp-content/plugins/booked/templates/welcome.php'),(874,'wp-content/plugins/breadcrumb-navxt/breadcrumb-navxt.php'),(875,'wp-content/plugins/breadcrumb-navxt/class.bcn_admin.php'),(876,'wp-content/plugins/breadcrumb-navxt/class.bcn_breadcrumb.php'),(877,'wp-content/plugins/breadcrumb-navxt/class.bcn_breadcrumb_trail.php'),(878,'wp-content/plugins/breadcrumb-navxt/class.bcn_network_admin.php'),(879,'wp-content/plugins/breadcrumb-navxt/class.bcn_rest_controller.php'),(880,'wp-content/plugins/breadcrumb-navxt/class.bcn_widget.php'),(881,'wp-content/plugins/breadcrumb-navxt/includes/block_direct_access.php'),(882,'wp-content/plugins/breadcrumb-navxt/includes/class.mtekk_adminkit.php'),(883,'wp-content/plugins/breadcrumb-navxt/includes/class.mtekk_adminkit_message.php'),(884,'wp-content/plugins/breadcrumb-navxt/includes/class.mtekk_adminkit_uninstaller.php'),(885,'wp-content/plugins/breadcrumb-navxt/includes/mtekk_adminkit_engroups.js'),(886,'wp-content/plugins/breadcrumb-navxt/includes/mtekk_adminkit_engroups.min.js'),(887,'wp-content/plugins/breadcrumb-navxt/includes/mtekk_adminkit_messages.js'),(888,'wp-content/plugins/breadcrumb-navxt/includes/mtekk_adminkit_messages.min.js'),(889,'wp-content/plugins/breadcrumb-navxt/includes/mtekk_adminkit_tabs.css'),(890,'wp-content/plugins/breadcrumb-navxt/includes/mtekk_adminkit_tabs.js'),(891,'wp-content/plugins/breadcrumb-navxt/includes/mtekk_adminkit_tabs.min.css'),(892,'wp-content/plugins/breadcrumb-navxt/includes/mtekk_adminkit_tabs.min.js'),(893,'wp-content/plugins/breadcrumb-navxt/includes/multibyte_supplicant.php'),(894,'wp-content/plugins/breadcrumb-navxt/languages/breadcrumb-navxt.pot'),(895,'wp-content/plugins/breadcrumb-navxt/readme.txt'),(896,'wp-content/plugins/breadcrumb-navxt/uninstall.php'),(897,'wp-content/plugins/coming-soon/LICENSE.txt'),(898,'wp-content/plugins/coming-soon/README.txt'),(899,'wp-content/plugins/coming-soon/coming-soon.php'),(900,'wp-content/plugins/coming-soon/framework/coming-soon-pro-sidebar.png'),(901,'wp-content/plugins/coming-soon/framework/field-types/checkbox.php'),(902,'wp-content/plugins/coming-soon/framework/field-types/color.php'),(903,'wp-content/plugins/coming-soon/framework/field-types/date.php'),(904,'wp-content/plugins/coming-soon/framework/field-types/daterange.php'),(905,'wp-content/plugins/coming-soon/framework/field-types/export.php'),(906,'wp-content/plugins/coming-soon/framework/field-types/import.php'),(907,'wp-content/plugins/coming-soon/framework/field-types/js/color.js'),(908,'wp-content/plugins/coming-soon/framework/field-types/js/upload.js'),(909,'wp-content/plugins/coming-soon/framework/field-types/multiselect.php'),(910,'wp-content/plugins/coming-soon/framework/field-types/password.php'),(911,'wp-content/plugins/coming-soon/framework/field-types/radio.php'),(912,'wp-content/plugins/coming-soon/framework/field-types/select.php'),(913,'wp-content/plugins/coming-soon/framework/field-types/text.php'),(914,'wp-content/plugins/coming-soon/framework/field-types/textarea.php'),(915,'wp-content/plugins/coming-soon/framework/field-types/textbox.php'),(916,'wp-content/plugins/coming-soon/framework/field-types/themes.php'),(917,'wp-content/plugins/coming-soon/framework/field-types/upload.php'),(918,'wp-content/plugins/coming-soon/framework/field-types/wpeditor.php'),(919,'wp-content/plugins/coming-soon/framework/framework.php'),(920,'wp-content/plugins/coming-soon/framework/get-settings.php'),(921,'wp-content/plugins/coming-soon/framework/getting-started-banner.png'),(922,'wp-content/plugins/coming-soon/framework/review.php'),(923,'wp-content/plugins/coming-soon/framework/settings-scripts.js'),(924,'wp-content/plugins/coming-soon/framework/settings-style.css'),(925,'wp-content/plugins/coming-soon/framework/skin.php'),(926,'wp-content/plugins/coming-soon/framework/validations/color.php'),(927,'wp-content/plugins/coming-soon/framework/validations/email.php'),(928,'wp-content/plugins/coming-soon/framework/validations/escurlraw.php'),(929,'wp-content/plugins/coming-soon/framework/validations/number.php'),(930,'wp-content/plugins/coming-soon/framework/validations/required.php'),(931,'wp-content/plugins/coming-soon/inc/adminbar-style.css'),(932,'wp-content/plugins/coming-soon/inc/class-seed-csp4.php'),(933,'wp-content/plugins/coming-soon/inc/config-settings.php'),(934,'wp-content/plugins/coming-soon/inc/default-settings.php'),(935,'wp-content/plugins/coming-soon/languages/coming-soon-da_DK.mo'),(936,'wp-content/plugins/coming-soon/languages/coming-soon-da_DK.po'),(937,'wp-content/plugins/coming-soon/languages/coming-soon-pt_BR.mo'),(938,'wp-content/plugins/coming-soon/languages/coming-soon-pt_BR.po'),(939,'wp-content/plugins/coming-soon/languages/coming-soon-sv_SE.mo'),(940,'wp-content/plugins/coming-soon/languages/coming-soon-sv_SE.po'),(941,'wp-content/plugins/coming-soon/languages/coming-soon.pot'),(942,'wp-content/plugins/coming-soon/lib/TGMPA.php'),(943,'wp-content/plugins/coming-soon/lib/seed_csp4_lessc.inc.php'),(944,'wp-content/plugins/coming-soon/lib/setup_tgmpa.php'),(945,'wp-content/plugins/coming-soon/public/images/SeedProd-logo 2.png'),(946,'wp-content/plugins/coming-soon/public/images/avatar.jpg'),(947,'wp-content/plugins/coming-soon/public/images/home-video-teaser.png'),(948,'wp-content/plugins/coming-soon/public/images/johnturnerpic-300x300.jpg'),(949,'wp-content/plugins/coming-soon/public/images/jt-compressor.png'),(950,'wp-content/plugins/coming-soon/public/images/menu-logo.png'),(951,'wp-content/plugins/coming-soon/public/images/rafflepress-logo.png'),(952,'wp-content/plugins/coming-soon/public/images/seedprod-logo.png'),(953,'wp-content/plugins/coming-soon/public/images/themes/1.jpg'),(954,'wp-content/plugins/coming-soon/public/images/themes/10.jpg'),(955,'wp-content/plugins/coming-soon/public/images/themes/11.jpg'),(956,'wp-content/plugins/coming-soon/public/images/themes/12.jpg'),(957,'wp-content/plugins/coming-soon/public/images/themes/13.jpg'),(958,'wp-content/plugins/coming-soon/public/images/themes/14.jpg'),(959,'wp-content/plugins/coming-soon/public/images/themes/15.jpg'),(960,'wp-content/plugins/coming-soon/public/images/themes/16.jpg'),(961,'wp-content/plugins/coming-soon/public/images/themes/18.jpg'),(962,'wp-content/plugins/coming-soon/public/images/themes/19.jpg'),(963,'wp-content/plugins/coming-soon/public/images/themes/2.jpg'),(964,'wp-content/plugins/coming-soon/public/images/themes/20.jpg'),(965,'wp-content/plugins/coming-soon/public/images/themes/21.jpg'),(966,'wp-content/plugins/coming-soon/public/images/themes/22.jpg'),(967,'wp-content/plugins/coming-soon/public/images/themes/23.jpg'),(968,'wp-content/plugins/coming-soon/public/images/themes/24.jpg'),(969,'wp-content/plugins/coming-soon/public/images/themes/25.jpg'),(970,'wp-content/plugins/coming-soon/public/images/themes/26.jpg'),(971,'wp-content/plugins/coming-soon/public/images/themes/27.jpg'),(972,'wp-content/plugins/coming-soon/public/images/themes/28.jpg'),(973,'wp-content/plugins/coming-soon/public/images/themes/29.jpg'),(974,'wp-content/plugins/coming-soon/public/images/themes/3.jpg'),(975,'wp-content/plugins/coming-soon/public/images/themes/30.jpg'),(976,'wp-content/plugins/coming-soon/public/images/themes/31.jpg'),(977,'wp-content/plugins/coming-soon/public/images/themes/32.jpg'),(978,'wp-content/plugins/coming-soon/public/images/themes/33.jpg'),(979,'wp-content/plugins/coming-soon/public/images/themes/34.jpg'),(980,'wp-content/plugins/coming-soon/public/images/themes/35.jpg'),(981,'wp-content/plugins/coming-soon/public/images/themes/36.jpg'),(982,'wp-content/plugins/coming-soon/public/images/themes/37.jpg'),(983,'wp-content/plugins/coming-soon/public/images/themes/38.jpg'),(984,'wp-content/plugins/coming-soon/public/images/themes/39.jpg'),(985,'wp-content/plugins/coming-soon/public/images/themes/40.jpg'),(986,'wp-content/plugins/coming-soon/public/images/themes/41.jpg'),(987,'wp-content/plugins/coming-soon/public/images/themes/42.jpg'),(988,'wp-content/plugins/coming-soon/public/images/themes/43.jpg'),(989,'wp-content/plugins/coming-soon/public/images/themes/44.jpg'),(990,'wp-content/plugins/coming-soon/public/images/themes/45.jpg'),(991,'wp-content/plugins/coming-soon/public/images/themes/46.jpg'),(992,'wp-content/plugins/coming-soon/public/images/themes/47.jpg'),(993,'wp-content/plugins/coming-soon/public/images/themes/48.jpg'),(994,'wp-content/plugins/coming-soon/public/images/themes/49.jpg'),(995,'wp-content/plugins/coming-soon/public/images/themes/5.jpg'),(996,'wp-content/plugins/coming-soon/public/images/themes/51.jpg'),(997,'wp-content/plugins/coming-soon/public/images/themes/52.jpg'),(998,'wp-content/plugins/coming-soon/public/images/themes/53.jpg'),(999,'wp-content/plugins/coming-soon/public/images/themes/54.jpg'),(1000,'wp-content/plugins/coming-soon/public/images/themes/55.jpg'),(1001,'wp-content/plugins/coming-soon/public/images/themes/56.jpg'),(1002,'wp-content/plugins/coming-soon/public/images/themes/57.jpg'),(1003,'wp-content/plugins/coming-soon/public/images/themes/58.jpg'),(1004,'wp-content/plugins/coming-soon/public/images/themes/59.jpg'),(1005,'wp-content/plugins/coming-soon/public/images/themes/6.jpg'),(1006,'wp-content/plugins/coming-soon/public/images/themes/60.jpg'),(1007,'wp-content/plugins/coming-soon/public/images/themes/61.jpg'),(1008,'wp-content/plugins/coming-soon/public/images/themes/62.jpg'),(1009,'wp-content/plugins/coming-soon/public/images/themes/7.jpg'),(1010,'wp-content/plugins/coming-soon/public/images/themes/8.jpg'),(1011,'wp-content/plugins/coming-soon/public/images/themes/9.jpg'),(1012,'wp-content/plugins/coming-soon/public/vendor/fontawesome/css/brands.min.css'),(1013,'wp-content/plugins/coming-soon/public/vendor/fontawesome/css/fontawesome.min.css'),(1014,'wp-content/plugins/coming-soon/public/vendor/fontawesome/css/solid.min.css'),(1015,'wp-content/plugins/coming-soon/public/vendor/fontawesome/webfonts/fa-brands-400.eot'),(1016,'wp-content/plugins/coming-soon/public/vendor/fontawesome/webfonts/fa-brands-400.svg'),(1017,'wp-content/plugins/coming-soon/public/vendor/fontawesome/webfonts/fa-brands-400.ttf'),(1018,'wp-content/plugins/coming-soon/public/vendor/fontawesome/webfonts/fa-brands-400.woff'),(1019,'wp-content/plugins/coming-soon/public/vendor/fontawesome/webfonts/fa-brands-400.woff2'),(1020,'wp-content/plugins/coming-soon/public/vendor/fontawesome/webfonts/fa-solid-900.eot'),(1021,'wp-content/plugins/coming-soon/public/vendor/fontawesome/webfonts/fa-solid-900.svg'),(1022,'wp-content/plugins/coming-soon/public/vendor/fontawesome/webfonts/fa-solid-900.ttf'),(1023,'wp-content/plugins/coming-soon/public/vendor/fontawesome/webfonts/fa-solid-900.woff'),(1024,'wp-content/plugins/coming-soon/public/vendor/fontawesome/webfonts/fa-solid-900.woff2'),(1025,'wp-content/plugins/coming-soon/public/vendor/magnific-popup/jquery.magnific-popup.min.js'),(1026,'wp-content/plugins/coming-soon/public/vendor/magnific-popup/magnific-popup.css'),(1027,'wp-content/plugins/coming-soon/public/vendor/tingle/tingle.css'),(1028,'wp-content/plugins/coming-soon/public/vendor/tingle/tingle.js'),(1029,'wp-content/plugins/coming-soon/public/vendor/tingle/tingle.min.css'),(1030,'wp-content/plugins/coming-soon/public/vendor/tingle/tingle.min.js'),(1031,'wp-content/plugins/coming-soon/resources/views/addons.php'),(1032,'wp-content/plugins/coming-soon/resources/views/exit-pop.php'),(1033,'wp-content/plugins/coming-soon/resources/views/giveaways.php'),(1034,'wp-content/plugins/coming-soon/resources/views/header.php'),(1035,'wp-content/plugins/coming-soon/resources/views/quicklinks.php'),(1036,'wp-content/plugins/coming-soon/resources/views/stockimages.php'),(1037,'wp-content/plugins/coming-soon/resources/views/subscribers.php'),(1038,'wp-content/plugins/coming-soon/resources/views/themes.php'),(1039,'wp-content/plugins/coming-soon/themes/default/bootstrap/css/bootstrap.min.css'),(1040,'wp-content/plugins/coming-soon/themes/default/bootstrap/js/bootstrap.min.js'),(1041,'wp-content/plugins/coming-soon/themes/default/functions.php'),(1042,'wp-content/plugins/coming-soon/themes/default/images/seedprod-credit.png'),(1043,'wp-content/plugins/coming-soon/themes/default/index.php'),(1044,'wp-content/plugins/coming-soon/themes/default/rtl.css'),(1045,'wp-content/plugins/coming-soon/themes/default/style.css'),(1046,'wp-content/plugins/coming-soon/themes/index.php'),(1047,'wp-content/plugins/contact-form-7/admin/admin.php'),(1048,'wp-content/plugins/contact-form-7/admin/css/styles-dark-mode.css'),(1049,'wp-content/plugins/contact-form-7/admin/css/styles-rtl.css'),(1050,'wp-content/plugins/contact-form-7/admin/css/styles.css'),(1051,'wp-content/plugins/contact-form-7/admin/edit-contact-form.php'),(1052,'wp-content/plugins/contact-form-7/admin/includes/admin-functions.php'),(1053,'wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php'),(1054,'wp-content/plugins/contact-form-7/admin/includes/config-validator.php'),(1055,'wp-content/plugins/contact-form-7/admin/includes/editor.php'),(1056,'wp-content/plugins/contact-form-7/admin/includes/help-tabs.php'),(1057,'wp-content/plugins/contact-form-7/admin/includes/tag-generator.php'),(1058,'wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php'),(1059,'wp-content/plugins/contact-form-7/admin/js/scripts.js'),(1060,'wp-content/plugins/contact-form-7/admin/js/tag-generator.js'),(1061,'wp-content/plugins/contact-form-7/images/ajax-loader.gif'),(1062,'wp-content/plugins/contact-form-7/includes/capabilities.php'),(1063,'wp-content/plugins/contact-form-7/includes/config-validator.php'),(1064,'wp-content/plugins/contact-form-7/includes/contact-form-functions.php'),(1065,'wp-content/plugins/contact-form-7/includes/contact-form-template.php'),(1066,'wp-content/plugins/contact-form-7/includes/contact-form.php'),(1067,'wp-content/plugins/contact-form-7/includes/controller.php'),(1068,'wp-content/plugins/contact-form-7/includes/css/styles-rtl.css'),(1069,'wp-content/plugins/contact-form-7/includes/css/styles.css'),(1070,'wp-content/plugins/contact-form-7/includes/form-tag.php'),(1071,'wp-content/plugins/contact-form-7/includes/form-tags-manager.php'),(1072,'wp-content/plugins/contact-form-7/includes/formatting.php'),(1073,'wp-content/plugins/contact-form-7/includes/functions.php'),(1074,'wp-content/plugins/contact-form-7/includes/integration.php'),(1075,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png'),(1076,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png'),(1077,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png'),(1078,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png'),(1079,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png'),(1080,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png'),(1081,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png'),(1082,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png'),(1083,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png'),(1084,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png'),(1085,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png'),(1086,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png'),(1087,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png'),(1088,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css'),(1089,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css'),(1090,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/theme.css'),(1091,'wp-content/plugins/contact-form-7/includes/js/scripts.js'),(1092,'wp-content/plugins/contact-form-7/includes/l10n.php'),(1093,'wp-content/plugins/contact-form-7/includes/mail.php'),(1094,'wp-content/plugins/contact-form-7/includes/pipe.php'),(1095,'wp-content/plugins/contact-form-7/includes/rest-api.php'),(1096,'wp-content/plugins/contact-form-7/includes/shortcodes.php'),(1097,'wp-content/plugins/contact-form-7/includes/special-mail-tags.php'),(1098,'wp-content/plugins/contact-form-7/includes/submission.php'),(1099,'wp-content/plugins/contact-form-7/includes/upgrade.php'),(1100,'wp-content/plugins/contact-form-7/includes/validation.php'),(1101,'wp-content/plugins/contact-form-7/languages/readme.txt'),(1102,'wp-content/plugins/contact-form-7/license.txt'),(1103,'wp-content/plugins/contact-form-7/modules/acceptance.php'),(1104,'wp-content/plugins/contact-form-7/modules/akismet.php'),(1105,'wp-content/plugins/contact-form-7/modules/checkbox.php'),(1106,'wp-content/plugins/contact-form-7/modules/constant-contact.php'),(1107,'wp-content/plugins/contact-form-7/modules/count.php'),(1108,'wp-content/plugins/contact-form-7/modules/date.php'),(1109,'wp-content/plugins/contact-form-7/modules/file.php'),(1110,'wp-content/plugins/contact-form-7/modules/flamingo.php'),(1111,'wp-content/plugins/contact-form-7/modules/hidden.php'),(1112,'wp-content/plugins/contact-form-7/modules/listo.php'),(1113,'wp-content/plugins/contact-form-7/modules/number.php'),(1114,'wp-content/plugins/contact-form-7/modules/quiz.php'),(1115,'wp-content/plugins/contact-form-7/modules/really-simple-captcha.php'),(1116,'wp-content/plugins/contact-form-7/modules/recaptcha.php'),(1117,'wp-content/plugins/contact-form-7/modules/response.php'),(1118,'wp-content/plugins/contact-form-7/modules/select.php'),(1119,'wp-content/plugins/contact-form-7/modules/submit.php'),(1120,'wp-content/plugins/contact-form-7/modules/text.php'),(1121,'wp-content/plugins/contact-form-7/modules/textarea.php'),(1122,'wp-content/plugins/contact-form-7/readme.txt'),(1123,'wp-content/plugins/contact-form-7/settings.php'),(1124,'wp-content/plugins/contact-form-7/uninstall.php'),(1125,'wp-content/plugins/contact-form-7/wp-contact-form-7.php'),(1126,'wp-content/plugins/disable-gutenberg/css/font-icons.css'),(1127,'wp-content/plugins/disable-gutenberg/css/settings.css'),(1128,'wp-content/plugins/disable-gutenberg/disable-gutenberg.php'),(1129,'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot'),(1130,'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.svg'),(1131,'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.ttf'),(1132,'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff'),(1133,'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2'),(1134,'wp-content/plugins/disable-gutenberg/inc/classic-editor.php'),(1135,'wp-content/plugins/disable-gutenberg/inc/plugin-core.php'),(1136,'wp-content/plugins/disable-gutenberg/inc/plugin-features.php'),(1137,'wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php'),(1138,'wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php'),(1139,'wp-content/plugins/disable-gutenberg/inc/settings-display.php'),(1140,'wp-content/plugins/disable-gutenberg/inc/settings-register.php'),(1141,'wp-content/plugins/disable-gutenberg/inc/settings-reset.php'),(1142,'wp-content/plugins/disable-gutenberg/js/settings.js'),(1143,'wp-content/plugins/disable-gutenberg/languages/disable-gutenberg.pot'),(1144,'wp-content/plugins/disable-gutenberg/readme.txt'),(1145,'wp-content/plugins/disable-gutenberg/uninstall.php'),(1146,'wp-content/plugins/duplicate-page/duplicatepage.php'),(1147,'wp-content/plugins/duplicate-page/inc/admin-settings.php'),(1148,'wp-content/plugins/hello.php'),(1149,'wp-content/plugins/index.php'),(1150,'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg'),(1151,'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg'),(1152,'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg'),(1153,'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg'),(1154,'wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg'),(1155,'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg'),(1156,'wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg'),(1157,'wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.svg'),(1158,'wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg'),(1159,'wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js'),(1160,'wp-content/plugins/js_composer/assets/js/dist/backend.min.js'),(1161,'wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js'),(1162,'wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js'),(1163,'wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js'),(1164,'wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js'),(1165,'wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js'),(1166,'wp-content/plugins/js_composer/assets/js/dist/settings.min.js'),(1167,'wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js'),(1168,'wp-content/plugins/js_composer/assets/js/editors/templates-preview.js'),(1169,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_line_chart.js'),(1170,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_pie.js'),(1171,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_round_chart.js'),(1172,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container.js'),(1173,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container_with_parent.js'),(1174,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column.js'),(1175,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column_inner.js'),(1176,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row.js'),(1177,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row_inner.js'),(1178,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_section.js'),(1179,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_column_text.js'),(1180,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_flickr.js'),(1181,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_posts_slider.js'),(1182,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_raw_js.js'),(1183,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_toggle.js'),(1184,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion.js'),(1185,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion_tab.js'),(1186,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tab.js'),(1187,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tabs.js'),(1188,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tour.js'),(1189,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/vc_carousel.js'),(1190,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_basic_grid.js'),(1191,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_grid.js'),(1192,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_media_grid.js'),(1193,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_media_grid.js'),(1194,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_gallery.js'),(1195,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_images_carousel.js'),(1196,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_single_image.js'),(1197,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/tta_events.js'),(1198,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_accordion.js'),(1199,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_pageable.js'),(1200,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_section.js'),(1201,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tabs.js'),(1202,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tour.js'),(1203,'wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js'),(1204,'wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js'),(1205,'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js'),(1206,'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js'),(1207,'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_backend.js'),(1208,'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_frontend.js'),(1209,'wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js'),(1210,'wp-content/plugins/js_composer/assets/js/vendors/woocommerce.js'),(1211,'wp-content/plugins/js_composer/assets/js/vendors/yoast.js'),(1212,'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js'),(1213,'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js'),(1214,'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js'),(1215,'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js'),(1216,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js'),(1217,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js'),(1218,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js'),(1219,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js'),(1220,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js'),(1221,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js'),(1222,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js'),(1223,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js'),(1224,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/popover.min.js'),(1225,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js'),(1226,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js'),(1227,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js'),(1228,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/transition.min.js'),(1229,'wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js'),(1230,'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg'),(1231,'wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js'),(1232,'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg'),(1233,'wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js'),(1234,'wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js'),(1235,'wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js'),(1236,'wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js'),(1237,'wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js'),(1238,'wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js'),(1239,'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js'),(1240,'wp-content/plugins/js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js'),(1241,'wp-content/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js'),(1242,'wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js'),(1243,'wp-content/plugins/js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js'),(1244,'wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js'),(1245,'wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js'),(1246,'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js'),(1247,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js'),(1248,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js'),(1249,'wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js'),(1250,'wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js'),(1251,'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg'),(1252,'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js'),(1253,'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js'),(1254,'wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js'),(1255,'wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js'),(1256,'wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js'),(1257,'wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js'),(1258,'wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js'),(1259,'wp-content/plugins/js_composer/assets/lib/waypoints/waypoints.min.js'),(1260,'wp-content/plugins/js_composer/assets/vc/blur.svg'),(1261,'wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg'),(1262,'wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg'),(1263,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg'),(1264,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg'),(1265,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo.svg'),(1266,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg'),(1267,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg'),(1268,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg'),(1269,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg'),(1270,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-contact-form-7.svg'),(1271,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-cta.svg'),(1272,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg'),(1273,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg'),(1274,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg'),(1275,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-excerpt.svg'),(1276,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg'),(1277,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg'),(1278,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg'),(1279,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg'),(1280,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-maps.svg'),(1281,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg'),(1282,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg'),(1283,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg'),(1284,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg'),(1285,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg'),(1286,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg'),(1287,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg'),(1288,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-layer-slider.svg'),(1289,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg'),(1290,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg'),(1291,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-masonry-grid.svg'),(1292,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg'),(1293,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg'),(1294,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-my-shortcode.svg'),(1295,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg'),(1296,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg'),(1297,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg'),(1298,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg'),(1299,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg'),(1300,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg'),(1301,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-grid.svg'),(1302,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg'),(1303,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-title.svg'),(1304,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg'),(1305,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg'),(1306,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-progress-bar.svg'),(1307,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg'),(1308,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-js.svg'),(1309,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg'),(1310,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg'),(1311,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg'),(1312,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-with-text.svg'),(1313,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-zig-zag.svg'),(1314,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator.svg'),(1315,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg'),(1316,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg'),(1317,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg'),(1318,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg'),(1319,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg'),(1320,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-vc-logo.svg'),(1321,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg'),(1322,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg'),(1323,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg'),(1324,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wordpress.svg'),(1325,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg'),(1326,'wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php'),(1327,'wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php'),(1328,'wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php'),(1329,'wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php'),(1330,'wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php'),(1331,'wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php'),(1332,'wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php'),(1333,'wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php'),(1334,'wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php'),(1335,'wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php'),(1336,'wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php'),(1337,'wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php'),(1338,'wp-content/plugins/js_composer/config/content/shortcode-vc-gmaps.php'),(1339,'wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php'),(1340,'wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php'),(1341,'wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php'),(1342,'wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php'),(1343,'wp-content/plugins/js_composer/config/content/shortcode-vc-message.php'),(1344,'wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php'),(1345,'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php'),(1346,'wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php'),(1347,'wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php'),(1348,'wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php'),(1349,'wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php'),(1350,'wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php'),(1351,'wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php'),(1352,'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php'),(1353,'wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php'),(1354,'wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php'),(1355,'wp-content/plugins/js_composer/config/content/vc-icon-element.php'),(1356,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php'),(1357,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php'),(1358,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php'),(1359,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php'),(1360,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-carousel.php'),(1361,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php'),(1362,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php'),(1363,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-posts-grid.php'),(1364,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php'),(1365,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php'),(1366,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php'),(1367,'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php'),(1368,'wp-content/plugins/js_composer/config/grids/shortcode-vc-basic-grid.php'),(1369,'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php'),(1370,'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-media-grid.php'),(1371,'wp-content/plugins/js_composer/config/grids/shortcode-vc-media-grid.php'),(1372,'wp-content/plugins/js_composer/config/grids/vc-grids-functions.php'),(1373,'wp-content/plugins/js_composer/config/lean-map.php'),(1374,'wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php'),(1375,'wp-content/plugins/js_composer/config/social/shortcode-vc-googleplus.php'),(1376,'wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php'),(1377,'wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php'),(1378,'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php'),(1379,'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php'),(1380,'wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php'),(1381,'wp-content/plugins/js_composer/config/templates.php'),(1382,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php'),(1383,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php'),(1384,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php'),(1385,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php'),(1386,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php'),(1387,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php'),(1388,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php'),(1389,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php'),(1390,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php'),(1391,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php'),(1392,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php'),(1393,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php'),(1394,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php'),(1395,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php'),(1396,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php'),(1397,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php'),(1398,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-tagcloud.php'),(1399,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-text.php'),(1400,'wp-content/plugins/js_composer/include/autoload/backend-editor-ie.php'),(1401,'wp-content/plugins/js_composer/include/autoload/bc-access-rules-4.8.php'),(1402,'wp-content/plugins/js_composer/include/autoload/bc-multisite-options.php'),(1403,'wp-content/plugins/js_composer/include/autoload/class-vc-settings-presets.php'),(1404,'wp-content/plugins/js_composer/include/autoload/class-vc-vendor-presets.php'),(1405,'wp-content/plugins/js_composer/include/autoload/frontend-editor-ie.php'),(1406,'wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php'),(1407,'wp-content/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php'),(1408,'wp-content/plugins/js_composer/include/autoload/hook-vc-message.php'),(1409,'wp-content/plugins/js_composer/include/autoload/hook-vc-pie.php'),(1410,'wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php'),(1411,'wp-content/plugins/js_composer/include/autoload/hook-vc-wp-text.php'),(1412,'wp-content/plugins/js_composer/include/autoload/params/hidden.php'),(1413,'wp-content/plugins/js_composer/include/autoload/params/vc_grid_item.php'),(1414,'wp-content/plugins/js_composer/include/autoload/params-to-init.php'),(1415,'wp-content/plugins/js_composer/include/autoload/post-type-default-template.php'),(1416,'wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php'),(1417,'wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php'),(1418,'wp-content/plugins/js_composer/include/autoload/vc-image-filters.php'),(1419,'wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php'),(1420,'wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php'),(1421,'wp-content/plugins/js_composer/include/autoload/vc-pages/page-design-options.php'),(1422,'wp-content/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php'),(1423,'wp-content/plugins/js_composer/include/autoload/vc-pages/pages.php'),(1424,'wp-content/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php'),(1425,'wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php'),(1426,'wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php'),(1427,'wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php'),(1428,'wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php'),(1429,'wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php'),(1430,'wp-content/plugins/js_composer/include/autoload/vc-single-image.php'),(1431,'wp-content/plugins/js_composer/include/autoload/vc-undoredo.php'),(1432,'wp-content/plugins/js_composer/include/autoload/vendors/acf.php'),(1433,'wp-content/plugins/js_composer/include/autoload/vendors/cf7.php'),(1434,'wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php'),(1435,'wp-content/plugins/js_composer/include/autoload/vendors/gutenberg.php'),(1436,'wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php'),(1437,'wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php'),(1438,'wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php'),(1439,'wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php'),(1440,'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate-x.php'),(1441,'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php'),(1442,'wp-content/plugins/js_composer/include/autoload/vendors/revslider.php'),(1443,'wp-content/plugins/js_composer/include/autoload/vendors/shortcode-vc-gutenberg.php'),(1444,'wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php'),(1445,'wp-content/plugins/js_composer/include/autoload/vendors/wp_customize.php'),(1446,'wp-content/plugins/js_composer/include/autoload/vendors/wpml.php'),(1447,'wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php'),(1448,'wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php'),(1449,'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php'),(1450,'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php'),(1451,'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php'),(1452,'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access.php'),(1453,'wp-content/plugins/js_composer/include/classes/core/class-vc-base.php'),(1454,'wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php'),(1455,'wp-content/plugins/js_composer/include/classes/core/class-vc-page.php'),(1456,'wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php'),(1457,'wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php'),(1458,'wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php'),(1459,'wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php'),(1460,'wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php'),(1461,'wp-content/plugins/js_composer/include/classes/core/interfaces.php'),(1462,'wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php'),(1463,'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/parsers.php'),(1464,'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/plugin.php'),(1465,'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/wordpress-importer.php'),(1466,'wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php'),(1467,'wp-content/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php'),(1468,'wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php'),(1469,'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php'),(1470,'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-undoredo.php'),(1471,'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php'),(1472,'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php'),(1473,'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php'),(1474,'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php'),(1475,'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-preset-panel-editor.php'),(1476,'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php'),(1477,'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php'),(1478,'wp-content/plugins/js_composer/include/classes/settings/class-vc-automapper.php'),(1479,'wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php'),(1480,'wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php'),(1481,'wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php'),(1482,'wp-content/plugins/js_composer/include/classes/shortcodes/example.php'),(1483,'wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php'),(1484,'wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php'),(1485,'wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php'),(1486,'wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php'),(1487,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php'),(1488,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php'),(1489,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php'),(1490,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php'),(1491,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php'),(1492,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php'),(1493,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-carousel.php'),(1494,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php'),(1495,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php'),(1496,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php'),(1497,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php'),(1498,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php'),(1499,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta.php'),(1500,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php'),(1501,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php'),(1502,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php'),(1503,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php'),(1504,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php'),(1505,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php'),(1506,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php'),(1507,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php'),(1508,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php'),(1509,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-author.php'),(1510,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php'),(1511,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-data.php'),(1512,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-date.php'),(1513,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php'),(1514,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php'),(1515,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php'),(1516,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php'),(1517,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php'),(1518,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php'),(1519,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php'),(1520,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php'),(1521,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php'),(1522,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php'),(1523,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php'),(1524,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gutenberg.php'),(1525,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-hoverbox.php'),(1526,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php'),(1527,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php'),(1528,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php'),(1529,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php'),(1530,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php'),(1531,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php'),(1532,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php'),(1533,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php'),(1534,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php'),(1535,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-grid.php'),(1536,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php'),(1537,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php'),(1538,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php'),(1539,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php'),(1540,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php'),(1541,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php'),(1542,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php'),(1543,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php'),(1544,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php'),(1545,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php'),(1546,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php'),(1547,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php'),(1548,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php'),(1549,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php'),(1550,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php'),(1551,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php'),(1552,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php'),(1553,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-section.php'),(1554,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php'),(1555,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php'),(1556,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php'),(1557,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-twitter.php'),(1558,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-video.php'),(1559,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php'),(1560,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-zigzag.php'),(1561,'wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php'),(1562,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php'),(1563,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php'),(1564,'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php'),(1565,'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php'),(1566,'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php'),(1567,'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php'),(1568,'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/shortcode.php'),(1569,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php'),(1570,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php'),(1571,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php'),(1572,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php'),(1573,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php'),(1574,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php'),(1575,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate-x.php'),(1576,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php'),(1577,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php'),(1578,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php'),(1579,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php'),(1580,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php'),(1581,'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php'),(1582,'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php'),(1583,'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php'),(1584,'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php'),(1585,'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php'),(1586,'wp-content/plugins/js_composer/include/helpers/filters.php'),(1587,'wp-content/plugins/js_composer/include/helpers/helpers.php'),(1588,'wp-content/plugins/js_composer/include/helpers/helpers_api.php'),(1589,'wp-content/plugins/js_composer/include/helpers/helpers_deprecated.php'),(1590,'wp-content/plugins/js_composer/include/helpers/helpers_factory.php'),(1591,'wp-content/plugins/js_composer/include/params/animation_style/animation_style.php'),(1592,'wp-content/plugins/js_composer/include/params/autocomplete/autocomplete.php'),(1593,'wp-content/plugins/js_composer/include/params/colorpicker/colorpicker.php'),(1594,'wp-content/plugins/js_composer/include/params/column_offset/column_offset.php'),(1595,'wp-content/plugins/js_composer/include/params/css_editor/css_editor.php'),(1596,'wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php'),(1597,'wp-content/plugins/js_composer/include/params/default_params.php'),(1598,'wp-content/plugins/js_composer/include/params/el_id/el_id.php'),(1599,'wp-content/plugins/js_composer/include/params/font_container/font_container.php'),(1600,'wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php'),(1601,'wp-content/plugins/js_composer/include/params/gutenberg/class-gutenberg-param.php'),(1602,'wp-content/plugins/js_composer/include/params/gutenberg/gutenberg.php'),(1603,'wp-content/plugins/js_composer/include/params/hidden/hidden.php'),(1604,'wp-content/plugins/js_composer/include/params/href/href.php'),(1605,'wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php'),(1606,'wp-content/plugins/js_composer/include/params/load.php'),(1607,'wp-content/plugins/js_composer/include/params/loop/loop.php'),(1608,'wp-content/plugins/js_composer/include/params/options/options.php'),(1609,'wp-content/plugins/js_composer/include/params/param_group/param_group.php'),(1610,'wp-content/plugins/js_composer/include/params/params.php'),(1611,'wp-content/plugins/js_composer/include/params/params_preset/params_preset.php'),(1612,'wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php'),(1613,'wp-content/plugins/js_composer/include/params/tab_id/tab_id.php'),(1614,'wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php'),(1615,'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php'),(1616,'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php'),(1617,'wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php'),(1618,'wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php'),(1619,'wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php'),(1620,'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php'),(1621,'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php'),(1622,'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php'),(1623,'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php'),(1624,'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php'),(1625,'wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php'),(1626,'wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php'),(1627,'wp-content/plugins/js_composer/include/params/vc_link/vc_link.php'),(1628,'wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php'),(1629,'wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php'),(1630,'wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php'),(1631,'wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php'),(1632,'wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php'),(1633,'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php'),(1634,'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php'),(1635,'wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php'),(1636,'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php'),(1637,'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php'),(1638,'wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php'),(1639,'wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php'),(1640,'wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php'),(1641,'wp-content/plugins/js_composer/include/templates/editors/partials/prompt-presets.tpl.php'),(1642,'wp-content/plugins/js_composer/include/templates/editors/partials/prompt-templates.tpl.php'),(1643,'wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php'),(1644,'wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php'),(1645,'wp-content/plugins/js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php'),(1646,'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-settings-dropdown.tpl.php'),(1647,'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php'),(1648,'wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php'),(1649,'wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php'),(1650,'wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php'),(1651,'wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php'),(1652,'wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates/category.tpl.php'),(1653,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php'),(1654,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php'),(1655,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php'),(1656,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php'),(1657,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php'),(1658,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-preset.tpl.php'),(1659,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php'),(1660,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php'),(1661,'wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php'),(1662,'wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php'),(1663,'wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php'),(1664,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php'),(1665,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_dragndrop.tpl.php'),(1666,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php'),(1667,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php'),(1668,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php'),(1669,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php'),(1670,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php'),(1671,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php'),(1672,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php'),(1673,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php'),(1674,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php'),(1675,'wp-content/plugins/js_composer/include/templates/pages/vc-settings/default-template-post-type.tpl.php'),(1676,'wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php'),(1677,'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php'),(1678,'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php'),(1679,'wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php'),(1680,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php'),(1681,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php'),(1682,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php'),(1683,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php'),(1684,'wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php'),(1685,'wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php'),(1686,'wp-content/plugins/js_composer/include/templates/params/loop/templates.html'),(1687,'wp-content/plugins/js_composer/include/templates/params/options/templates.html'),(1688,'wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php'),(1689,'wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php'),(1690,'wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php'),(1691,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php'),(1692,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php'),(1693,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php'),(1694,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php'),(1695,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php'),(1696,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php'),(1697,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php'),(1698,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php'),(1699,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php'),(1700,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php'),(1701,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php'),(1702,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php'),(1703,'wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php'),(1704,'wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php'),(1705,'wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php'),(1706,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php'),(1707,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php'),(1708,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php'),(1709,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php'),(1710,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php'),(1711,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php'),(1712,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php'),(1713,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_carousel.php'),(1714,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php'),(1715,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php'),(1716,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_text.php'),(1717,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta.php'),(1718,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php'),(1719,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php'),(1720,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php'),(1721,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php'),(1722,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php'),(1723,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php'),(1724,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php'),(1725,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php'),(1726,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php'),(1727,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php'),(1728,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php'),(1729,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_col.php'),(1730,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_image.php'),(1731,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php'),(1732,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php'),(1733,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php'),(1734,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php'),(1735,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php'),(1736,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php'),(1737,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php'),(1738,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php'),(1739,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php'),(1740,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gutenberg.php'),(1741,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_hoverbox.php'),(1742,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php'),(1743,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php'),(1744,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php'),(1745,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php'),(1746,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php'),(1747,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php'),(1748,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pie.php'),(1749,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php'),(1750,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_grid.php'),(1751,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php'),(1752,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php'),(1753,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php'),(1754,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_round_chart.php'),(1755,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row.php'),(1756,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row_inner.php'),(1757,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_section.php'),(1758,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_separator.php'),(1759,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_single_image.php'),(1760,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tab.php'),(1761,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tabs.php'),(1762,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php'),(1763,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php'),(1764,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php'),(1765,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php'),(1766,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php'),(1767,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php'),(1768,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php'),(1769,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php'),(1770,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php'),(1771,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php'),(1772,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php'),(1773,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php'),(1774,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php'),(1775,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php'),(1776,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php'),(1777,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_posts.php'),(1778,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php'),(1779,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_rss.php'),(1780,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_search.php'),(1781,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php'),(1782,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php'),(1783,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php'),(1784,'wp-content/plugins/js_composer/include/templates/teaser.html.php'),(1785,'wp-content/plugins/js_composer/index.php'),(1786,'wp-content/plugins/js_composer/js_composer.php'),(1787,'wp-content/plugins/js_composer/vc_classmap.json.php'),(1788,'wp-content/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/src/Image/Filter.php'),(1789,'wp-content/plugins/leadin/admin/leadin-admin.php'),(1790,'wp-content/plugins/leadin/inc/class-leadin.php'),(1791,'wp-content/plugins/leadin/inc/leadin-constants.php'),(1792,'wp-content/plugins/leadin/inc/leadin-disconnect.php'),(1793,'wp-content/plugins/leadin/inc/leadin-functions.php'),(1794,'wp-content/plugins/leadin/inc/leadin-oauth-refresh.php'),(1795,'wp-content/plugins/leadin/inc/leadin-registration.php'),(1796,'wp-content/plugins/leadin/leadin.php'),(1797,'wp-content/plugins/mailchimp-for-wp/CHANGELOG.md'),(1798,'wp-content/plugins/mailchimp-for-wp/LICENSE'),(1799,'wp-content/plugins/mailchimp-for-wp/assets/css/admin-styles.css'),(1800,'wp-content/plugins/mailchimp-for-wp/assets/css/admin-styles.min.css'),(1801,'wp-content/plugins/mailchimp-for-wp/assets/css/checkbox-reset.css'),(1802,'wp-content/plugins/mailchimp-for-wp/assets/css/checkbox-reset.min.css'),(1803,'wp-content/plugins/mailchimp-for-wp/assets/css/form-basic.css'),(1804,'wp-content/plugins/mailchimp-for-wp/assets/css/form-basic.css.map'),(1805,'wp-content/plugins/mailchimp-for-wp/assets/css/form-basic.min.css'),(1806,'wp-content/plugins/mailchimp-for-wp/assets/css/form-editor.css'),(1807,'wp-content/plugins/mailchimp-for-wp/assets/css/form-editor.min.css'),(1808,'wp-content/plugins/mailchimp-for-wp/assets/css/form-themes.css'),(1809,'wp-content/plugins/mailchimp-for-wp/assets/css/form-themes.css.map'),(1810,'wp-content/plugins/mailchimp-for-wp/assets/css/form-themes.min.css'),(1811,'wp-content/plugins/mailchimp-for-wp/assets/img/icon-large.png'),(1812,'wp-content/plugins/mailchimp-for-wp/assets/img/icon.png'),(1813,'wp-content/plugins/mailchimp-for-wp/assets/js/admin.js'),(1814,'wp-content/plugins/mailchimp-for-wp/assets/js/admin.min.js'),(1815,'wp-content/plugins/mailchimp-for-wp/assets/js/admin.min.js.map'),(1816,'wp-content/plugins/mailchimp-for-wp/assets/js/forms-admin.js'),(1817,'wp-content/plugins/mailchimp-for-wp/assets/js/forms-admin.min.js'),(1818,'wp-content/plugins/mailchimp-for-wp/assets/js/forms-admin.min.js.map'),(1819,'wp-content/plugins/mailchimp-for-wp/assets/js/forms-api.js'),(1820,'wp-content/plugins/mailchimp-for-wp/assets/js/forms-api.min.js'),(1821,'wp-content/plugins/mailchimp-for-wp/assets/js/forms-api.min.js.map'),(1822,'wp-content/plugins/mailchimp-for-wp/assets/js/integrations-admin.js'),(1823,'wp-content/plugins/mailchimp-for-wp/assets/js/integrations-admin.min.js'),(1824,'wp-content/plugins/mailchimp-for-wp/assets/js/integrations-admin.min.js.map'),(1825,'wp-content/plugins/mailchimp-for-wp/assets/js/third-party/es5-shim.min.js'),(1826,'wp-content/plugins/mailchimp-for-wp/assets/js/third-party/placeholders.min.js'),(1827,'wp-content/plugins/mailchimp-for-wp/config/default-form-content.php'),(1828,'wp-content/plugins/mailchimp-for-wp/config/default-form-messages.php'),(1829,'wp-content/plugins/mailchimp-for-wp/config/default-form-settings.php'),(1830,'wp-content/plugins/mailchimp-for-wp/config/default-settings.php'),(1831,'wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-ajax.php'),(1832,'wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-messages.php'),(1833,'wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-texts.php'),(1834,'wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-tools.php'),(1835,'wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin.php'),(1836,'wp-content/plugins/mailchimp-for-wp/includes/admin/class-ads.php'),(1837,'wp-content/plugins/mailchimp-for-wp/includes/admin/class-review-notice.php'),(1838,'wp-content/plugins/mailchimp-for-wp/includes/admin/class-update-optin.php'),(1839,'wp-content/plugins/mailchimp-for-wp/includes/admin/class-upgrade-routines.php'),(1840,'wp-content/plugins/mailchimp-for-wp/includes/admin/class-usage-tracking.php'),(1841,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-form-1-post-type.php'),(1842,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-form-2-options.php'),(1843,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-form-3-messages.php'),(1844,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-general-options.php'),(1845,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-integration-options.php'),(1846,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-styles-builder.php'),(1847,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-widget-base-id.php'),(1848,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.3-usage-tracking-schedule.php'),(1849,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.1.6-woocommerce-position-prefix.php'),(1850,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.0.0-groupings-to-interests.php'),(1851,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.0.0-hidden-fields-value-delimiter.php'),(1852,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.0.7-rename-debug-log-file.php'),(1853,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.1.2-flush-list-cache.php'),(1854,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.1.3-reschedule-event.php'),(1855,'wp-content/plugins/mailchimp-for-wp/includes/api/class-api-v3-client.php'),(1856,'wp-content/plugins/mailchimp-for-wp/includes/api/class-api-v3.php'),(1857,'wp-content/plugins/mailchimp-for-wp/includes/api/class-api.php'),(1858,'wp-content/plugins/mailchimp-for-wp/includes/api/class-connection-exception.php'),(1859,'wp-content/plugins/mailchimp-for-wp/includes/api/class-exception.php'),(1860,'wp-content/plugins/mailchimp-for-wp/includes/api/class-resource-not-found-exception.php'),(1861,'wp-content/plugins/mailchimp-for-wp/includes/class-array-bag.php'),(1862,'wp-content/plugins/mailchimp-for-wp/includes/class-container.php'),(1863,'wp-content/plugins/mailchimp-for-wp/includes/class-debug-log-reader.php'),(1864,'wp-content/plugins/mailchimp-for-wp/includes/class-debug-log.php'),(1865,'wp-content/plugins/mailchimp-for-wp/includes/class-dynamic-content-tags.php'),(1866,'wp-content/plugins/mailchimp-for-wp/includes/class-field-formatter.php'),(1867,'wp-content/plugins/mailchimp-for-wp/includes/class-field-guesser.php'),(1868,'wp-content/plugins/mailchimp-for-wp/includes/class-list-data-mapper.php'),(1869,'wp-content/plugins/mailchimp-for-wp/includes/class-mailchimp.php'),(1870,'wp-content/plugins/mailchimp-for-wp/includes/class-plugin.php'),(1871,'wp-content/plugins/mailchimp-for-wp/includes/class-queue-job.php'),(1872,'wp-content/plugins/mailchimp-for-wp/includes/class-queue.php'),(1873,'wp-content/plugins/mailchimp-for-wp/includes/class-request.php'),(1874,'wp-content/plugins/mailchimp-for-wp/includes/class-tools.php'),(1875,'wp-content/plugins/mailchimp-for-wp/includes/default-actions.php'),(1876,'wp-content/plugins/mailchimp-for-wp/includes/default-filters.php'),(1877,'wp-content/plugins/mailchimp-for-wp/includes/deprecated-functions.php'),(1878,'wp-content/plugins/mailchimp-for-wp/includes/forms/admin-functions.php'),(1879,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-admin.php'),(1880,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-asset-manager.php'),(1881,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-element.php'),(1882,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-listener.php'),(1883,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-manager.php'),(1884,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-message.php'),(1885,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-previewer.php'),(1886,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-tags.php'),(1887,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-form.php'),(1888,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-output-manager.php'),(1889,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-widget.php'),(1890,'wp-content/plugins/mailchimp-for-wp/includes/forms/functions.php'),(1891,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/add-form.php'),(1892,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/edit-form.php'),(1893,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/js/date-fields.js'),(1894,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/js/dummy-api.js'),(1895,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/js/general-form-enhancements.js'),(1896,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/js/url-fields.js'),(1897,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/parts/add-fields-help.php'),(1898,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/parts/dynamic-content-tags.php'),(1899,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/preview.php'),(1900,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-appearance.php'),(1901,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-fields.php'),(1902,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-messages.php'),(1903,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-settings.php'),(1904,'wp-content/plugins/mailchimp-for-wp/includes/functions.php'),(1905,'wp-content/plugins/mailchimp-for-wp/includes/integrations/class-admin.php'),(1906,'wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration-fixture.php'),(1907,'wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration-manager.php'),(1908,'wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration-tags.php'),(1909,'wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration.php'),(1910,'wp-content/plugins/mailchimp-for-wp/includes/integrations/class-user-integration.php'),(1911,'wp-content/plugins/mailchimp-for-wp/includes/integrations/functions.php'),(1912,'wp-content/plugins/mailchimp-for-wp/includes/integrations/views/integration-settings.php'),(1913,'wp-content/plugins/mailchimp-for-wp/includes/integrations/views/integrations.php'),(1914,'wp-content/plugins/mailchimp-for-wp/includes/mailchimp/class-interest-category.php'),(1915,'wp-content/plugins/mailchimp-for-wp/includes/mailchimp/class-list.php'),(1916,'wp-content/plugins/mailchimp-for-wp/includes/mailchimp/class-merge-field.php'),(1917,'wp-content/plugins/mailchimp-for-wp/includes/mailchimp/class-subscriber.php'),(1918,'wp-content/plugins/mailchimp-for-wp/includes/views/extensions.php'),(1919,'wp-content/plugins/mailchimp-for-wp/includes/views/general-settings.php'),(1920,'wp-content/plugins/mailchimp-for-wp/includes/views/other-settings.php'),(1921,'wp-content/plugins/mailchimp-for-wp/includes/views/parts/admin-footer.php'),(1922,'wp-content/plugins/mailchimp-for-wp/includes/views/parts/admin-sidebar.php'),(1923,'wp-content/plugins/mailchimp-for-wp/includes/views/parts/lists-overview.php'),(1924,'wp-content/plugins/mailchimp-for-wp/integrations/affiliatewp/class-affiliatewp.php'),(1925,'wp-content/plugins/mailchimp-for-wp/integrations/bootstrap.php'),(1926,'wp-content/plugins/mailchimp-for-wp/integrations/buddypress/class-buddypress.php'),(1927,'wp-content/plugins/mailchimp-for-wp/integrations/contact-form-7/admin-before.php'),(1928,'wp-content/plugins/mailchimp-for-wp/integrations/contact-form-7/class-contact-form-7.php'),(1929,'wp-content/plugins/mailchimp-for-wp/integrations/custom/admin-before.php'),(1930,'wp-content/plugins/mailchimp-for-wp/integrations/custom/class-custom.php'),(1931,'wp-content/plugins/mailchimp-for-wp/integrations/easy-digital-downloads/class-easy-digital-downloads.php'),(1932,'wp-content/plugins/mailchimp-for-wp/integrations/events-manager/class-events-manager.php'),(1933,'wp-content/plugins/mailchimp-for-wp/integrations/gravity-forms/admin-before.php'),(1934,'wp-content/plugins/mailchimp-for-wp/integrations/gravity-forms/bootstrap.php'),(1935,'wp-content/plugins/mailchimp-for-wp/integrations/gravity-forms/class-field.php'),(1936,'wp-content/plugins/mailchimp-for-wp/integrations/gravity-forms/class-gravity-forms.php'),(1937,'wp-content/plugins/mailchimp-for-wp/integrations/memberpress/class-memberpress.php'),(1938,'wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/admin-before.php'),(1939,'wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/bootstrap.php'),(1940,'wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/class-action.php'),(1941,'wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/class-field.php'),(1942,'wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/class-ninja-forms.php'),(1943,'wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms-2/admin-before.php'),(1944,'wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms-2/class-ninja-forms.php'),(1945,'wp-content/plugins/mailchimp-for-wp/integrations/woocommerce/admin-after.php'),(1946,'wp-content/plugins/mailchimp-for-wp/integrations/woocommerce/class-woocommerce.php'),(1947,'wp-content/plugins/mailchimp-for-wp/integrations/wp-comment-form/class-comment-form.php'),(1948,'wp-content/plugins/mailchimp-for-wp/integrations/wp-registration-form/class-registration-form.php'),(1949,'wp-content/plugins/mailchimp-for-wp/integrations/wpforms/admin-before.php'),(1950,'wp-content/plugins/mailchimp-for-wp/integrations/wpforms/bootstrap.php'),(1951,'wp-content/plugins/mailchimp-for-wp/integrations/wpforms/class-field.php'),(1952,'wp-content/plugins/mailchimp-for-wp/integrations/wpforms/class-wpforms.php'),(1953,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-af_ZA.mo'),(1954,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-af_ZA.po'),(1955,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-bg_BG.mo'),(1956,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-bg_BG.po'),(1957,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-ca_ES.mo'),(1958,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-ca_ES.po'),(1959,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-cs_CZ.mo'),(1960,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-cs_CZ.po'),(1961,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-da_DK.mo'),(1962,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-da_DK.po'),(1963,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-de_CH.mo'),(1964,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-de_CH.po'),(1965,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-de_DE.mo'),(1966,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-de_DE.po'),(1967,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-el_GR.mo'),(1968,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-el_GR.po'),(1969,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-es.mo'),(1970,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-es.po'),(1971,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-es_ES.mo'),(1972,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-es_ES.po'),(1973,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-es_PR.mo'),(1974,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-es_PR.po'),(1975,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-fa_IR.mo'),(1976,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-fa_IR.po'),(1977,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-fi_FI.mo'),(1978,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-fi_FI.po'),(1979,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-fr_FR.mo'),(1980,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-fr_FR.po'),(1981,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-gl_ES.mo'),(1982,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-gl_ES.po'),(1983,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-he_IL.mo'),(1984,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-he_IL.po'),(1985,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-hu_HU.mo'),(1986,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-hu_HU.po'),(1987,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-id_ID.mo'),(1988,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-id_ID.po'),(1989,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-it_IT.mo'),(1990,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-it_IT.po'),(1991,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-ja_JP.mo'),(1992,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-ja_JP.po'),(1993,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-lt_LT.mo'),(1994,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-lt_LT.po'),(1995,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-ms_MY.mo'),(1996,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-ms_MY.po'),(1997,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-nl_NL.mo'),(1998,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-nl_NL.po'),(1999,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-no_NO.mo'),(2000,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-no_NO.po'),(2001,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-pl_PL.mo'),(2002,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-pl_PL.po'),(2003,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-pt_BR.mo'),(2004,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-pt_BR.po'),(2005,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-pt_PT.mo'),(2006,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-pt_PT.po'),(2007,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-ro_RO.mo'),(2008,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-ro_RO.po'),(2009,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-ru_RU.mo'),(2010,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-ru_RU.po'),(2011,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-sk_SK.mo'),(2012,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-sk_SK.po'),(2013,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-sl_SI.mo'),(2014,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-sl_SI.po'),(2015,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-sr_RS.mo'),(2016,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-sr_RS.po'),(2017,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-sv_SE.mo'),(2018,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-sv_SE.po'),(2019,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-sw_KE.mo'),(2020,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-sw_KE.po'),(2021,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-th_TH.mo'),(2022,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-th_TH.po'),(2023,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-tr_TR.mo'),(2024,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-tr_TR.po'),(2025,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-vi_VN.mo'),(2026,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-vi_VN.po'),(2027,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-zh_CN.mo'),(2028,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-zh_CN.po'),(2029,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-zh_HK.mo'),(2030,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-zh_HK.po'),(2031,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-zh_TW.mo'),(2032,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp-zh_TW.po'),(2033,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp.pot'),(2034,'wp-content/plugins/mailchimp-for-wp/mailchimp-for-wp.php'),(2035,'wp-content/plugins/mailchimp-for-wp/package-lock.json'),(2036,'wp-content/plugins/mailchimp-for-wp/readme.txt'),(2037,'wp-content/plugins/mailchimp-for-wp/vendor/autoload_52.php'),(2038,'wp-content/plugins/mailchimp-for-wp/vendor/composer/ClassLoader.php'),(2039,'wp-content/plugins/mailchimp-for-wp/vendor/composer/ClassLoader52.php'),(2040,'wp-content/plugins/mailchimp-for-wp/vendor/composer/LICENSE'),(2041,'wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_classmap.php'),(2042,'wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_files.php'),(2043,'wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_namespaces.php'),(2044,'wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_psr4.php'),(2045,'wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_real.php'),(2046,'wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_real_52.php'),(2047,'wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_static.php'),(2048,'wp-content/plugins/mailchimp-for-wp/wpml-config.xml'),(2049,'wp-content/plugins/really-simple-captcha/gentium/FONTLOG.txt'),(2050,'wp-content/plugins/really-simple-captcha/gentium/GENTIUM-FAQ.txt'),(2051,'wp-content/plugins/really-simple-captcha/gentium/GenBasB.ttf'),(2052,'wp-content/plugins/really-simple-captcha/gentium/GenBasBI.ttf'),(2053,'wp-content/plugins/really-simple-captcha/gentium/GenBasI.ttf'),(2054,'wp-content/plugins/really-simple-captcha/gentium/GenBasR.ttf'),(2055,'wp-content/plugins/really-simple-captcha/gentium/GenBkBasB.ttf'),(2056,'wp-content/plugins/really-simple-captcha/gentium/GenBkBasBI.ttf'),(2057,'wp-content/plugins/really-simple-captcha/gentium/GenBkBasI.ttf'),(2058,'wp-content/plugins/really-simple-captcha/gentium/GenBkBasR.ttf'),(2059,'wp-content/plugins/really-simple-captcha/gentium/OFL-FAQ.txt'),(2060,'wp-content/plugins/really-simple-captcha/gentium/OFL.txt'),(2061,'wp-content/plugins/really-simple-captcha/license.txt'),(2062,'wp-content/plugins/really-simple-captcha/readme.txt'),(2063,'wp-content/plugins/really-simple-captcha/really-simple-captcha.php'),(2064,'wp-content/plugins/really-simple-captcha/tmp/index.php'),(2065,'wp-content/plugins/revslider/admin/assets/css/font/egfont.svg'),(2066,'wp-content/plugins/revslider/admin/assets/css/font/index.php'),(2067,'wp-content/plugins/revslider/admin/assets/css/index.php'),(2068,'wp-content/plugins/revslider/admin/assets/images/index.php'),(2069,'wp-content/plugins/revslider/admin/assets/images/mainoptions/index.php'),(2070,'wp-content/plugins/revslider/admin/assets/images/navigationeditor/index.php'),(2071,'wp-content/plugins/revslider/admin/assets/images/sliderpresets/index.php'),(2072,'wp-content/plugins/revslider/admin/assets/images/sliderselector/index.php'),(2073,'wp-content/plugins/revslider/admin/assets/images/slidersources/index.php'),(2074,'wp-content/plugins/revslider/admin/assets/images/sources/index.php'),(2075,'wp-content/plugins/revslider/admin/assets/images/toolbar/index.php'),(2076,'wp-content/plugins/revslider/admin/assets/images/tooltips/index.php'),(2077,'wp-content/plugins/revslider/admin/assets/imports/agency-intro/index.php'),(2078,'wp-content/plugins/revslider/admin/assets/imports/classic-carousel/index.php'),(2079,'wp-content/plugins/revslider/admin/assets/imports/classicslider/index.php'),(2080,'wp-content/plugins/revslider/admin/assets/imports/concept/index.php'),(2081,'wp-content/plugins/revslider/admin/assets/imports/contenttabs/index.php'),(2082,'wp-content/plugins/revslider/admin/assets/imports/creativefreedom/index.php'),(2083,'wp-content/plugins/revslider/admin/assets/imports/facebook-feed/index.php'),(2084,'wp-content/plugins/revslider/admin/assets/imports/fashion/index.php'),(2085,'wp-content/plugins/revslider/admin/assets/imports/finedining/index.php'),(2086,'wp-content/plugins/revslider/admin/assets/imports/flickr-gallery/index.php'),(2087,'wp-content/plugins/revslider/admin/assets/imports/foodcarousel/index.php'),(2088,'wp-content/plugins/revslider/admin/assets/imports/fullscreen-button/index.php'),(2089,'wp-content/plugins/revslider/admin/assets/imports/gym/index.php'),(2090,'wp-content/plugins/revslider/admin/assets/imports/highlight-carousel/index.php'),(2091,'wp-content/plugins/revslider/admin/assets/imports/highlight-showcase/index.php'),(2092,'wp-content/plugins/revslider/admin/assets/imports/imagehero/index.php'),(2093,'wp-content/plugins/revslider/admin/assets/imports/index.php'),(2094,'wp-content/plugins/revslider/admin/assets/imports/insta-gallery/index.php'),(2095,'wp-content/plugins/revslider/admin/assets/imports/levanorestaurantbar/index.php'),(2096,'wp-content/plugins/revslider/admin/assets/imports/mainfeature/index.php'),(2097,'wp-content/plugins/revslider/admin/assets/imports/media-carousel-autoplay/index.php'),(2098,'wp-content/plugins/revslider/admin/assets/imports/media-gallery-two/index.php'),(2099,'wp-content/plugins/revslider/admin/assets/imports/news-bg-video/index.php'),(2100,'wp-content/plugins/revslider/admin/assets/imports/news-gallery/index.php'),(2101,'wp-content/plugins/revslider/admin/assets/imports/news-gallery-post-based/index.php'),(2102,'wp-content/plugins/revslider/admin/assets/imports/news-hero/index.php'),(2103,'wp-content/plugins/revslider/admin/assets/imports/news-video/index.php'),(2104,'wp-content/plugins/revslider/admin/assets/imports/newsletter-hero/index.php'),(2105,'wp-content/plugins/revslider/admin/assets/imports/notgeneric/index.php'),(2106,'wp-content/plugins/revslider/admin/assets/imports/parallaxscene/index.php'),(2107,'wp-content/plugins/revslider/admin/assets/imports/photography/index.php'),(2108,'wp-content/plugins/revslider/admin/assets/imports/photography-carousel/index.php'),(2109,'wp-content/plugins/revslider/admin/assets/imports/search-form-hero/index.php'),(2110,'wp-content/plugins/revslider/admin/assets/imports/showcasecarousel/index.php'),(2111,'wp-content/plugins/revslider/admin/assets/imports/slidingoverlays/index.php'),(2112,'wp-content/plugins/revslider/admin/assets/imports/sportshero/index.php'),(2113,'wp-content/plugins/revslider/admin/assets/imports/travel-static-captions/index.php'),(2114,'wp-content/plugins/revslider/admin/assets/imports/twitter-feed/index.php'),(2115,'wp-content/plugins/revslider/admin/assets/imports/vimeo-gallery/index.php'),(2116,'wp-content/plugins/revslider/admin/assets/imports/vimeohero/index.php'),(2117,'wp-content/plugins/revslider/admin/assets/imports/web-product-dark/index.php'),(2118,'wp-content/plugins/revslider/admin/assets/imports/web-product-dark-hero/index.php'),(2119,'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero/index.php'),(2120,'wp-content/plugins/revslider/admin/assets/imports/web-product-light-hero-3d/index.php'),(2121,'wp-content/plugins/revslider/admin/assets/imports/webproductlight/index.php'),(2122,'wp-content/plugins/revslider/admin/assets/imports/woobig/index.php'),(2123,'wp-content/plugins/revslider/admin/assets/imports/woocommercesmall/index.php'),(2124,'wp-content/plugins/revslider/admin/assets/imports/youtube-gallery/index.php'),(2125,'wp-content/plugins/revslider/admin/assets/imports/youtubehero/index.php'),(2126,'wp-content/plugins/revslider/admin/assets/index.php'),(2127,'wp-content/plugins/revslider/admin/assets/js/admin.js'),(2128,'wp-content/plugins/revslider/admin/assets/js/codemirror/codemirror.js'),(2129,'wp-content/plugins/revslider/admin/assets/js/codemirror/css.js'),(2130,'wp-content/plugins/revslider/admin/assets/js/codemirror/index.php'),(2131,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/closetag.js'),(2132,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/dialog.js'),(2133,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/foldcode.js'),(2134,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/formatting.js'),(2135,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/index.php'),(2136,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/javascript-hint.js'),(2137,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/loadmode.js'),(2138,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/match-highlighter.js'),(2139,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/multiplex.js'),(2140,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/overlay.js'),(2141,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/pig-hint.js'),(2142,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode-standalone.js'),(2143,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/runmode.js'),(2144,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/search.js'),(2145,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/searchcursor.js'),(2146,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/simple-hint.js'),(2147,'wp-content/plugins/revslider/admin/assets/js/codemirror/util/xml-hint.js'),(2148,'wp-content/plugins/revslider/admin/assets/js/codemirror/xml.js'),(2149,'wp-content/plugins/revslider/admin/assets/js/context_menu.js'),(2150,'wp-content/plugins/revslider/admin/assets/js/css_editor.js'),(2151,'wp-content/plugins/revslider/admin/assets/js/edit_layers.js'),(2152,'wp-content/plugins/revslider/admin/assets/js/edit_layers_timeline.js'),(2153,'wp-content/plugins/revslider/admin/assets/js/index.php'),(2154,'wp-content/plugins/revslider/admin/assets/js/jquery.tipsy.js'),(2155,'wp-content/plugins/revslider/admin/assets/js/rev_addon-admin.js'),(2156,'wp-content/plugins/revslider/admin/assets/js/rev_admin.js'),(2157,'wp-content/plugins/revslider/admin/assets/js/settings.js'),(2158,'wp-content/plugins/revslider/admin/assets/js/tinymce-shortcode-script.js'),(2159,'wp-content/plugins/revslider/admin/assets/js/vc.js'),(2160,'wp-content/plugins/revslider/admin/index.php'),(2161,'wp-content/plugins/revslider/admin/revslider-admin.class.php'),(2162,'wp-content/plugins/revslider/admin/views/global-settings.php'),(2163,'wp-content/plugins/revslider/admin/views/index.php'),(2164,'wp-content/plugins/revslider/admin/views/master-view.php'),(2165,'wp-content/plugins/revslider/admin/views/navigation-editor.php'),(2166,'wp-content/plugins/revslider/admin/views/rev_addon-admin-display.php'),(2167,'wp-content/plugins/revslider/admin/views/slide-editor.php'),(2168,'wp-content/plugins/revslider/admin/views/slide-overview.php'),(2169,'wp-content/plugins/revslider/admin/views/slider-editor.php'),(2170,'wp-content/plugins/revslider/admin/views/slider-overview.php'),(2171,'wp-content/plugins/revslider/admin/views/system/dialog-copy-move.php'),(2172,'wp-content/plugins/revslider/admin/views/system/dialog-video.php'),(2173,'wp-content/plugins/revslider/admin/views/system/index.php'),(2174,'wp-content/plugins/revslider/admin/views/system/validation.php'),(2175,'wp-content/plugins/revslider/admin/views/templates/create-slider.php'),(2176,'wp-content/plugins/revslider/admin/views/templates/edit-slider.php'),(2177,'wp-content/plugins/revslider/admin/views/templates/index.php'),(2178,'wp-content/plugins/revslider/admin/views/templates/slide-general-settings.php'),(2179,'wp-content/plugins/revslider/admin/views/templates/slide-selector.php'),(2180,'wp-content/plugins/revslider/admin/views/templates/slide-stage.php'),(2181,'wp-content/plugins/revslider/admin/views/templates/slider-main-options.php'),(2182,'wp-content/plugins/revslider/admin/views/templates/sliders-list.php'),(2183,'wp-content/plugins/revslider/admin/views/templates/slides-list.php'),(2184,'wp-content/plugins/revslider/admin/views/templates/slides.php'),(2185,'wp-content/plugins/revslider/admin/views/templates/template-selector.php'),(2186,'wp-content/plugins/revslider/admin/views/templates/template-slider-selector.php'),(2187,'wp-content/plugins/revslider/admin/views/templates/wpml-selector.php'),(2188,'wp-content/plugins/revslider/backup/index.php'),(2189,'wp-content/plugins/revslider/includes/extension.class.php'),(2190,'wp-content/plugins/revslider/includes/external-sources.class.php'),(2191,'wp-content/plugins/revslider/includes/framework/addon-admin.class.php'),(2192,'wp-content/plugins/revslider/includes/framework/aq-resizer.class.php'),(2193,'wp-content/plugins/revslider/includes/framework/base-admin.class.php'),(2194,'wp-content/plugins/revslider/includes/framework/base-front.class.php'),(2195,'wp-content/plugins/revslider/includes/framework/base.class.php'),(2196,'wp-content/plugins/revslider/includes/framework/colorpicker.class.php'),(2197,'wp-content/plugins/revslider/includes/framework/cssparser.class.php'),(2198,'wp-content/plugins/revslider/includes/framework/db.class.php'),(2199,'wp-content/plugins/revslider/includes/framework/elements-base.class.php'),(2200,'wp-content/plugins/revslider/includes/framework/em-integration.class.php'),(2201,'wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php'),(2202,'wp-content/plugins/revslider/includes/framework/functions.class.php'),(2203,'wp-content/plugins/revslider/includes/framework/include-framework.php'),(2204,'wp-content/plugins/revslider/includes/framework/index.php'),(2205,'wp-content/plugins/revslider/includes/framework/loadbalancer.class.php'),(2206,'wp-content/plugins/revslider/includes/framework/newsletter.class.php'),(2207,'wp-content/plugins/revslider/includes/framework/plugin-update.class.php'),(2208,'wp-content/plugins/revslider/includes/framework/update.class.php'),(2209,'wp-content/plugins/revslider/includes/framework/woocommerce.class.php'),(2210,'wp-content/plugins/revslider/includes/framework/wpml.class.php'),(2211,'wp-content/plugins/revslider/includes/globals.class.php'),(2212,'wp-content/plugins/revslider/includes/googlefonts.php'),(2213,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/images/js-wapuu.svg'),(2214,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/js/editor.blocks.js'),(2215,'wp-content/plugins/revslider/includes/gutenberg-blocks/assets/js/frontend.blocks.js'),(2216,'wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/frontend.js'),(2217,'wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/i18n.js'),(2218,'wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/index.js'),(2219,'wp-content/plugins/revslider/includes/gutenberg-blocks/blocks/revslider/index.js'),(2220,'wp-content/plugins/revslider/includes/gutenberg-blocks/lib/block-templates.php'),(2221,'wp-content/plugins/revslider/includes/gutenberg-blocks/lib/customizer.php'),(2222,'wp-content/plugins/revslider/includes/gutenberg-blocks/lib/enqueue-scripts.php'),(2223,'wp-content/plugins/revslider/includes/gutenberg-blocks/lib/meta-boxes.php'),(2224,'wp-content/plugins/revslider/includes/gutenberg-blocks/webpack.config.js'),(2225,'wp-content/plugins/revslider/includes/index.php'),(2226,'wp-content/plugins/revslider/includes/navigation.class.php'),(2227,'wp-content/plugins/revslider/includes/object-library.class.php'),(2228,'wp-content/plugins/revslider/includes/operations.class.php'),(2229,'wp-content/plugins/revslider/includes/output.class.php'),(2230,'wp-content/plugins/revslider/includes/page-template.class.php'),(2231,'wp-content/plugins/revslider/includes/slide.class.php'),(2232,'wp-content/plugins/revslider/includes/slider.class.php'),(2233,'wp-content/plugins/revslider/includes/template.class.php'),(2234,'wp-content/plugins/revslider/includes/tinybox.class.php'),(2235,'wp-content/plugins/revslider/includes/widget.class.php'),(2236,'wp-content/plugins/revslider/index.php'),(2237,'wp-content/plugins/revslider/languages/index.php'),(2238,'wp-content/plugins/revslider/public/assets/assets/index.php'),(2239,'wp-content/plugins/revslider/public/assets/assets/sources/index.php'),(2240,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_3d_rotation_24px.svg'),(2241,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessibility_24px.svg'),(2242,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessible_24px.svg'),(2243,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_24px.svg'),(2244,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_wallet_24px.svg'),(2245,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_box_24px.svg'),(2246,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_circle_24px.svg'),(2247,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_add_shopping_cart_24px.svg'),(2248,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_24px.svg'),(2249,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_add_24px.svg'),(2250,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_off_24px.svg'),(2251,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_on_24px.svg'),(2252,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_all_out_24px.svg'),(2253,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_android_24px.svg'),(2254,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_announcement_24px.svg'),(2255,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_aspect_ratio_24px.svg'),(2256,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assessment_24px.svg'),(2257,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_24px.svg'),(2258,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_ind_24px.svg'),(2259,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_late_24px.svg'),(2260,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_return_24px.svg'),(2261,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_returned_24px.svg'),(2262,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_turned_in_24px.svg'),(2263,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_autorenew_24px.svg'),(2264,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_backup_24px.svg'),(2265,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_book_24px.svg'),(2266,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_24px.svg'),(2267,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_border_24px.svg'),(2268,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bug_report_24px.svg'),(2269,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_build_24px.svg'),(2270,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_cached_24px.svg'),(2271,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_camera_enhance_24px.svg'),(2272,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_giftcard_24px.svg'),(2273,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_membership_24px.svg'),(2274,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_travel_24px.svg'),(2275,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_change_history_24px.svg'),(2276,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_check_circle_24px.svg'),(2277,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_chrome_reader_mode_24px.svg'),(2278,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_class_24px.svg'),(2279,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_code_24px.svg'),(2280,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_compare_arrows_24px.svg'),(2281,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_copyright_24px.svg'),(2282,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_credit_card_24px.svg'),(2283,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dashboard_24px.svg'),(2284,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_date_range_24px.svg'),(2285,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_delete_24px.svg'),(2286,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_description_24px.svg'),(2287,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dns_24px.svg'),(2288,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_24px.svg'),(2289,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_all_24px.svg'),(2290,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_large_24px.svg'),(2291,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_small_24px.svg'),(2292,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_eject_24px.svg'),(2293,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_24px.svg'),(2294,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_seat_24px.svg'),(2295,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_exit_to_app_24px.svg'),(2296,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_explore_24px.svg'),(2297,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_extension_24px.svg'),(2298,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_face_24px.svg'),(2299,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_24px.svg'),(2300,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_border_24px.svg'),(2301,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_feedback_24px.svg'),(2302,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_in_page_24px.svg'),(2303,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_replace_24px.svg'),(2304,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_fingerprint_24px.svg'),(2305,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_land_24px.svg'),(2306,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_takeoff_24px.svg'),(2307,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_back_24px.svg'),(2308,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_front_24px.svg'),(2309,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gavel_24px.svg'),(2310,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_get_app_24px.svg'),(2311,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gif_24px.svg'),(2312,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_grade_24px.svg'),(2313,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_group_work_24px.svg'),(2314,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_24px.svg'),(2315,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_outline_24px.svg'),(2316,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_highlight_off_24px.svg'),(2317,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_history_24px.svg'),(2318,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_home_24px.svg'),(2319,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_empty_24px.svg'),(2320,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_full_24px.svg'),(2321,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_http_24px.svg'),(2322,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_https_24px.svg'),(2323,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_important_devices_24px.svg'),(2324,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_24px.svg'),(2325,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_outline_24px.svg'),(2326,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_input_24px.svg'),(2327,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_invert_colors_24px.svg'),(2328,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_24px.svg'),(2329,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_outline_24px.svg'),(2330,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_language_24px.svg'),(2331,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_launch_24px.svg'),(2332,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lightbulb_outline_24px.svg'),(2333,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_style_24px.svg'),(2334,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_weight_24px.svg'),(2335,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_list_24px.svg'),(2336,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_24px.svg'),(2337,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_open_24px.svg'),(2338,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_outline_24px.svg'),(2339,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_loyalty_24px.svg'),(2340,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_markunread_mailbox_24px.svg'),(2341,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_motorcycle_24px.svg'),(2342,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_note_add_24px.svg'),(2343,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_offline_pin_24px.svg'),(2344,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_opacity_24px.svg'),(2345,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_browser_24px.svg'),(2346,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_new_24px.svg'),(2347,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_with_24px.svg'),(2348,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pageview_24px.svg'),(2349,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pan_tool_24px.svg'),(2350,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_payment_24px.svg'),(2351,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_camera_mic_24px.svg'),(2352,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_contact_calendar_24px.svg'),(2353,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_data_setting_24px.svg'),(2354,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_device_information_24px.svg'),(2355,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_identity_24px.svg'),(2356,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_media_24px.svg'),(2357,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_phone_msg_24px.svg'),(2358,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_scan_wifi_24px.svg'),(2359,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pets_24px.svg'),(2360,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_24px.svg'),(2361,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_alt_24px.svg'),(2362,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_play_for_work_24px.svg'),(2363,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_polymer_24px.svg'),(2364,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_power_settings_new_24px.svg'),(2365,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pregnant_woman_24px.svg'),(2366,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_print_24px.svg'),(2367,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_query_builder_24px.svg'),(2368,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_question_answer_24px.svg'),(2369,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_receipt_24px.svg'),(2370,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_record_voice_over_24px.svg'),(2371,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_redeem_24px.svg'),(2372,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_reorder_24px.svg'),(2373,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_report_problem_24px.svg'),(2374,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_restore_24px.svg'),(2375,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_room_24px.svg'),(2376,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rounded_corner_24px.svg'),(2377,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rowing_24px.svg'),(2378,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_schedule_24px.svg'),(2379,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_search_24px.svg'),(2380,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_24px.svg'),(2381,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_applications_24px.svg'),(2382,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_backup_restore_24px.svg'),(2383,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_bluetooth_24px.svg'),(2384,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_brightness_24px.svg'),(2385,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_cell_24px.svg'),(2386,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_ethernet_24px.svg'),(2387,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_antenna_24px.svg'),(2388,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_component_24px.svg'),(2389,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_composite_24px.svg'),(2390,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_hdmi_24px.svg'),(2391,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_svideo_24px.svg'),(2392,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_overscan_24px.svg'),(2393,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_phone_24px.svg'),(2394,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_power_24px.svg'),(2395,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_remote_24px.svg'),(2396,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_voice_24px.svg'),(2397,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_24px.svg'),(2398,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_two_24px.svg'),(2399,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_basket_24px.svg'),(2400,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_cart_24px.svg'),(2401,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_speaker_notes_24px.svg'),(2402,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_spellcheck_24px.svg'),(2403,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_stars_24px.svg'),(2404,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_store_24px.svg'),(2405,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_subject_24px.svg'),(2406,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_supervisor_account_24px.svg'),(2407,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_horiz_24px.svg'),(2408,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vert_24px.svg'),(2409,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vertical_circle_24px.svg'),(2410,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_system_update_alt_24px.svg'),(2411,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_24px.svg'),(2412,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_unselected_24px.svg'),(2413,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_theaters_24px.svg'),(2414,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_down_24px.svg'),(2415,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_up_24px.svg'),(2416,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumbs_up_down_24px.svg'),(2417,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_timeline_24px.svg'),(2418,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toc_24px.svg'),(2419,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_today_24px.svg'),(2420,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toll_24px.svg'),(2421,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_touch_app_24px.svg'),(2422,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_track_changes_24px.svg'),(2423,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_translate_24px.svg'),(2424,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_down_24px.svg'),(2425,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_flat_24px.svg'),(2426,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_up_24px.svg'),(2427,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_24px.svg'),(2428,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_not_24px.svg'),(2429,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_update_24px.svg'),(2430,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_verified_user_24px.svg'),(2431,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_agenda_24px.svg'),(2432,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_array_24px.svg'),(2433,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_carousel_24px.svg'),(2434,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_column_24px.svg'),(2435,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_day_24px.svg'),(2436,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_headline_24px.svg'),(2437,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_list_24px.svg'),(2438,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_module_24px.svg'),(2439,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_quilt_24px.svg'),(2440,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_stream_24px.svg'),(2441,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_week_24px.svg'),(2442,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_24px.svg'),(2443,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_off_24px.svg'),(2444,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_watch_later_24px.svg'),(2445,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_work_24px.svg'),(2446,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_youtube_searched_for_24px.svg'),(2447,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_in_24px.svg'),(2448,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_out_24px.svg'),(2449,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_add_alert_24px.svg'),(2450,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_24px.svg'),(2451,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_outline_24px.svg'),(2452,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_warning_24px.svg'),(2453,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_add_to_queue_24px.svg'),(2454,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_airplay_24px.svg'),(2455,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_album_24px.svg'),(2456,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_art_track_24px.svg'),(2457,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_av_timer_24px.svg'),(2458,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_closed_caption_24px.svg'),(2459,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_equalizer_24px.svg'),(2460,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_explicit_24px.svg'),(2461,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_forward_24px.svg'),(2462,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_rewind_24px.svg'),(2463,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_dvr_24px.svg'),(2464,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_manual_record_24px.svg'),(2465,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_new_24px.svg'),(2466,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_pin_24px.svg'),(2467,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_smart_record_24px.svg'),(2468,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_10_24px.svg'),(2469,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_30_24px.svg'),(2470,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_5_24px.svg'),(2471,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_games_24px.svg'),(2472,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hd_24px.svg'),(2473,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hearing_24px.svg'),(2474,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_high_quality_24px.svg'),(2475,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_add_24px.svg'),(2476,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_books_24px.svg'),(2477,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_music_24px.svg'),(2478,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_loop_24px.svg'),(2479,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_24px.svg'),(2480,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_none_24px.svg'),(2481,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_off_24px.svg'),(2482,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_movie_24px.svg'),(2483,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_music_video_24px.svg'),(2484,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_new_releases_24px.svg'),(2485,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_not_interested_24px.svg'),(2486,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_24px.svg'),(2487,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_filled_24px.svg'),(2488,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_outline_24px.svg'),(2489,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_arrow_24px.svg'),(2490,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_filled_24px.svg'),(2491,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_outline_24px.svg'),(2492,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_24px.svg'),(2493,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_check_24px.svg'),(2494,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_play_24px.svg'),(2495,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_24px.svg'),(2496,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_music_24px.svg'),(2497,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_play_next_24px.svg'),(2498,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_radio_24px.svg'),(2499,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_recent_actors_24px.svg'),(2500,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_remove_from_queue_24px.svg'),(2501,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_24px.svg'),(2502,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_one_24px.svg'),(2503,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_10_24px.svg'),(2504,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_24px.svg'),(2505,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_30_24px.svg'),(2506,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_5_24px.svg'),(2507,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_shuffle_24px.svg'),(2508,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_next_24px.svg'),(2509,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_previous_24px.svg'),(2510,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_slow_motion_video_24px.svg'),(2511,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_snooze_24px.svg'),(2512,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_sort_by_alpha_24px.svg'),(2513,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_stop_24px.svg'),(2514,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subscriptions_24px.svg'),(2515,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subtitles_24px.svg'),(2516,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_surround_sound_24px.svg'),(2517,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_video_library_24px.svg'),(2518,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_24px.svg'),(2519,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_off_24px.svg'),(2520,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_down_24px.svg'),(2521,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_mute_24px.svg'),(2522,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_off_24px.svg'),(2523,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_up_24px.svg'),(2524,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_24px.svg'),(2525,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_asset_24px.svg'),(2526,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/NewTux.svg'),(2527,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/abacus.svg'),(2528,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book.svg'),(2529,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book2.svg'),(2530,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/aim.svg'),(2531,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/alarm.svg'),(2532,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/apple.svg'),(2533,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-left.svg'),(2534,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-right.svg'),(2535,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrows-updown.svg'),(2536,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/atm-cash.svg'),(2537,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award1.svg'),(2538,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award2.svg'),(2539,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award3.svg'),(2540,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award4.svg'),(2541,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award5.svg'),(2542,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge01.svg'),(2543,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge02.svg'),(2544,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank.svg'),(2545,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank2.svg'),(2546,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bell.svg'),(2547,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/binoculars.svg'),(2548,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bomb.svg'),(2549,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bonsai.svg'),(2550,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book-apple.svg'),(2551,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book.svg'),(2552,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bookmark.svg'),(2553,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/box.svg'),(2554,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/brain.svg'),(2555,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/briefcase.svg'),(2556,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser01.svg'),(2557,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser02.svg'),(2558,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buildings.svg'),(2559,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buy-sign.svg'),(2560,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator1.svg'),(2561,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator2.svg'),(2562,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator3.svg'),(2563,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar1.svg'),(2564,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar2.svg'),(2565,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar3.svg'),(2566,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar4.svg'),(2567,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar5.svg'),(2568,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/certificate.svg'),(2569,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/champagne.svg'),(2570,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character01.svg'),(2571,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character02.svg'),(2572,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character03.svg'),(2573,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character04.svg'),(2574,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character05.svg'),(2575,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character06.svg'),(2576,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character07.svg'),(2577,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character08.svg'),(2578,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-analysis.svg'),(2579,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-board.svg'),(2580,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-pyramid.svg'),(2581,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart01.svg'),(2582,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart02.svg'),(2583,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart03.svg'),(2584,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart04.svg'),(2585,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart05.svg'),(2586,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart06.svg'),(2587,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart07.svg'),(2588,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart08.svg'),(2589,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart09.svg'),(2590,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart10.svg'),(2591,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart11.svg'),(2592,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart12.svg'),(2593,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart13.svg'),(2594,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart14.svg'),(2595,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart15.svg'),(2596,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart16.svg'),(2597,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart17.svg'),(2598,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart18.svg'),(2599,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart19.svg'),(2600,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart20.svg'),(2601,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart21.svg'),(2602,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chat.svg'),(2603,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist.svg'),(2604,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist2.svg'),(2605,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist3.svg'),(2606,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chemistry.svg'),(2607,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-knight.svg'),(2608,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-rook.svg'),(2609,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess.svg'),(2610,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/clock.svg'),(2611,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/closed-sign.svg'),(2612,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-coins.svg'),(2613,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-down.svg'),(2614,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-up.svg'),(2615,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coffee.svg'),(2616,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/conference.svg'),(2617,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/contact-book.svg'),(2618,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coupon.svg'),(2619,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/credit-card.svg'),(2620,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/crown.svg'),(2621,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/currencies.svg'),(2622,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/database.svg'),(2623,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/delivery.svg'),(2624,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diagram-hierarchy.svg'),(2625,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diamond.svg'),(2626,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/dollar.svg'),(2627,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/drawer.svg'),(2628,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/egg.svg'),(2629,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/emblem.svg'),(2630,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelope-money.svg'),(2631,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelopes.svg'),(2632,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/euro.svg'),(2633,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exchange.svg'),(2634,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exit.svg'),(2635,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/factory.svg'),(2636,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fax.svg'),(2637,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file01.svg'),(2638,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file02.svg'),(2639,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file03.svg'),(2640,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file04.svg'),(2641,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file05.svg'),(2642,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file06.svg'),(2643,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file07.svg'),(2644,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file08.svg'),(2645,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file09.svg'),(2646,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file10.svg'),(2647,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/files.svg'),(2648,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fire.svg'),(2649,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fish.svg'),(2650,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/flag.svg'),(2651,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-add.svg'),(2652,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-delete.svg'),(2653,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-online.svg'),(2654,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-private.svg'),(2655,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-remove.svg'),(2656,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder.svg'),(2657,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folders.svg'),(2658,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel-money.svg'),(2659,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel.svg'),(2660,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge.svg'),(2661,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge2.svg'),(2662,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears1.svg'),(2663,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears2.svg'),(2664,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/glasses-moustache.svg'),(2665,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe-money.svg'),(2666,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe.svg'),(2667,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe2.svg'),(2668,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/graduation-hat.svg'),(2669,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-globe.svg'),(2670,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-key.svg'),(2671,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money.svg'),(2672,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money2.svg'),(2673,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/handshake.svg'),(2674,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat-moustache.svg'),(2675,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat.svg'),(2676,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-arrows.svg'),(2677,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-battery.svg'),(2678,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-check.svg'),(2679,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-compass.svg'),(2680,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-dollar.svg'),(2681,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-exclamation.svg'),(2682,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-flash.svg'),(2683,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gauge.svg'),(2684,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gears.svg'),(2685,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-hourglass.svg'),(2686,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-idea.svg'),(2687,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-question.svg'),(2688,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-structure.svg'),(2689,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head.svg'),(2690,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/headquarters.svg'),(2691,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hourglass.svg'),(2692,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hours.svg'),(2693,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/incoming.svg'),(2694,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ingots.svg'),(2695,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key.svg'),(2696,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key2.svg'),(2697,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/keyboard.svg'),(2698,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/label.svg'),(2699,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lamp.svg'),(2700,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-article.svg'),(2701,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-cart.svg'),(2702,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart.svg'),(2703,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart2.svg'),(2704,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-diagram.svg'),(2705,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-envelope.svg'),(2706,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-finance.svg'),(2707,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-privacy.svg'),(2708,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-settings.svg'),(2709,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-user.svg'),(2710,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop.svg'),(2711,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb-green.svg'),(2712,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb.svg'),(2713,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightning.svg'),(2714,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/like.svg'),(2715,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lock.svg'),(2716,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnet-money.svg'),(2717,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnifying-glass.svg'),(2718,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-globe.svg'),(2719,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-idea.svg'),(2720,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager01.svg'),(2721,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager02.svg'),(2722,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/meditation.svg'),(2723,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/megaphone.svg'),(2724,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-growth.svg'),(2725,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-scales.svg'),(2726,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money.svg'),(2727,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money2.svg'),(2728,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money3.svg'),(2729,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money4.svg'),(2730,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money5.svg'),(2731,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money6.svg'),(2732,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/monitor.svg'),(2733,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/mouse.svg'),(2734,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/nest-money.svg'),(2735,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-jobs.svg'),(2736,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-pen.svg'),(2737,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper.svg'),(2738,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/note-paper.svg'),(2739,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/office-chair.svg'),(2740,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/open-sign.svg'),(2741,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/outgoing.svg'),(2742,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-clip.svg'),(2743,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-plane.svg'),(2744,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen.svg'),(2745,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen2.svg'),(2746,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pencil.svg'),(2747,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pens-pencils.svg'),(2748,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-arrows06.svg'),(2749,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-gears.svg'),(2750,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-handshake.svg'),(2751,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-idea.svg'),(2752,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting.svg'),(2753,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting02.svg'),(2754,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search01.svg'),(2755,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search02.svg'),(2756,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure.svg'),(2757,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure01.svg'),(2758,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure02.svg'),(2759,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure03.svg'),(2760,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure04.svg'),(2761,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure05.svg'),(2762,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure06.svg'),(2763,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure07.svg'),(2764,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/percent.svg'),(2765,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/periscopemoney.svg'),(2766,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows01.svg'),(2767,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows012.svg'),(2768,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows02.svg'),(2769,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows022.svg'),(2770,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows03.svg'),(2771,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-checkmark.svg'),(2772,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-cross.svg'),(2773,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-data.svg'),(2774,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-dollar.svg'),(2775,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-finance.svg'),(2776,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-flag.svg'),(2777,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-globe.svg'),(2778,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-idea02.svg'),(2779,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-info.svg'),(2780,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-puzzle.svg'),(2781,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-scales.svg'),(2782,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-time.svg'),(2783,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-umbrella.svg'),(2784,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/phone.svg'),(2785,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart01.svg'),(2786,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart02.svg'),(2787,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/piggy-bank.svg'),(2788,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pin.svg'),(2789,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant-money.svg'),(2790,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant.svg'),(2791,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pound.svg'),(2792,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation.svg'),(2793,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation02.svg'),(2794,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart02.svg'),(2795,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart03.svg'),(2796,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart04.svg'),(2797,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-laurels.svg'),(2798,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-megaphone.svg'),(2799,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-stairs.svg'),(2800,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/printer.svg'),(2801,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/profile.svg'),(2802,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pulse.svg'),(2803,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/puzzle.svg'),(2804,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/quill.svg'),(2805,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/recycle.svg'),(2806,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket.svg'),(2807,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket2.svg'),(2808,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruble.svg'),(2809,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruler-compasses.svg'),(2810,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/safe.svg'),(2811,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sale-sign.svg'),(2812,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/satellite-dish.svg'),(2813,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scales.svg'),(2814,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scissors.svg'),(2815,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/security.svg'),(2816,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/send.svg'),(2817,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shield.svg'),(2818,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shopping-cart.svg'),(2819,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sign.svg'),(2820,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-chart.svg'),(2821,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-exclamation.svg'),(2822,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-gears.svg'),(2823,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-growth.svg'),(2824,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-money.svg'),(2825,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-user.svg'),(2826,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone.svg'),(2827,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker.svg'),(2828,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker02.svg'),(2829,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speech-bubble.svg'),(2830,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/stamp.svg'),(2831,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/star.svg'),(2832,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/steering-wheel.svg'),(2833,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy03.svg'),(2834,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy1.svg'),(2835,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy2.svg'),(2836,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/support-person.svg'),(2837,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-article.svg'),(2838,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart.svg'),(2839,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart2.svg'),(2840,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart3.svg'),(2841,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart.svg'),(2842,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart2.svg'),(2843,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet.svg'),(2844,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/target.svg'),(2845,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/team.svg'),(2846,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/telescope.svg'),(2847,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tie.svg'),(2848,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools.svg'),(2849,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools2.svg'),(2850,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/trash-bin.svg'),(2851,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/umbrella.svg'),(2852,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user01.svg'),(2853,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user02.svg'),(2854,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user03.svg'),(2855,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user04.svg'),(2856,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user05.svg'),(2857,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user06.svg'),(2858,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user07.svg'),(2859,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user08.svg'),(2860,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user09.svg'),(2861,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/users.svg'),(2862,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/venn-diagram.svg'),(2863,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wallet.svg'),(2864,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wrench.svg'),(2865,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yen.svg'),(2866,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yinyang.svg'),(2867,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_business_24px.svg'),(2868,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_24px.svg'),(2869,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_end_24px.svg'),(2870,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_made_24px.svg'),(2871,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_merge_24px.svg'),(2872,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_24px.svg'),(2873,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_outgoing_24px.svg'),(2874,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_received_24px.svg'),(2875,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_split_24px.svg'),(2876,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_24px.svg'),(2877,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_24px.svg'),(2878,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_outline_24px.svg'),(2879,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_clear_all_24px.svg'),(2880,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_comment_24px.svg'),(2881,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_mail_24px.svg'),(2882,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_phone_24px.svg'),(2883,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contacts_24px.svg'),(2884,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialer_sip_24px.svg'),(2885,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialpad_24px.svg'),(2886,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_email_24px.svg'),(2887,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_forum_24px.svg'),(2888,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_contacts_24px.svg'),(2889,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_export_24px.svg'),(2890,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_invert_colors_off_24px.svg'),(2891,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_live_help_24px.svg'),(2892,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_off_24px.svg'),(2893,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_on_24px.svg'),(2894,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_mail_outline_24px.svg'),(2895,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_message_24px.svg'),(2896,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_no_sim_24px.svg'),(2897,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phone_24px.svg'),(2898,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_erase_24px.svg'),(2899,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_lock_24px.svg'),(2900,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_ring_24px.svg'),(2901,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_setup_24px.svg'),(2902,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_portable_wifi_off_24px.svg'),(2903,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_present_to_all_24px.svg'),(2904,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_ring_volume_24px.svg'),(2905,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_screen_share_24px.svg'),(2906,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_speaker_phone_24px.svg'),(2907,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_landscape_24px.svg'),(2908,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_portrait_24px.svg'),(2909,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_landscape_24px.svg'),(2910,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_portrait_24px.svg'),(2911,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stop_screen_share_24px.svg'),(2912,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_swap_calls_24px.svg'),(2913,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_textsms_24px.svg'),(2914,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_voicemail_24px.svg'),(2915,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_vpn_key_24px.svg'),(2916,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_24px.svg'),(2917,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_box_24px.svg'),(2918,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_24px.svg'),(2919,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_outline_24px.svg'),(2920,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_archive_24px.svg'),(2921,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_backspace_24px.svg'),(2922,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_block_24px.svg'),(2923,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_clear_24px.svg'),(2924,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_copy_24px.svg'),(2925,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_cut_24px.svg'),(2926,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_paste_24px.svg'),(2927,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_create_24px.svg'),(2928,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_drafts_24px.svg'),(2929,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_filter_list_24px.svg'),(2930,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_flag_24px.svg'),(2931,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_font_download_24px.svg'),(2932,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_forward_24px.svg'),(2933,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_gesture_24px.svg'),(2934,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_inbox_24px.svg'),(2935,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_link_24px.svg'),(2936,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_mail_24px.svg'),(2937,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_markunread_24px.svg'),(2938,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_move_to_inbox_24px.svg'),(2939,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_next_week_24px.svg'),(2940,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_redo_24px.svg'),(2941,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_24px.svg'),(2942,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_24px.svg'),(2943,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_outline_24px.svg'),(2944,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_24px.svg'),(2945,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_all_24px.svg'),(2946,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_report_24px.svg'),(2947,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_save_24px.svg'),(2948,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_select_all_24px.svg'),(2949,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_send_24px.svg'),(2950,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_sort_24px.svg'),(2951,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_text_format_24px.svg'),(2952,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_unarchive_24px.svg'),(2953,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_undo_24px.svg'),(2954,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_weekend_24px.svg'),(2955,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarm_24px.svg'),(2956,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarms_24px.svg'),(2957,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_time_24px.svg'),(2958,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_add_alarm_24px.svg'),(2959,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_active_24px.svg'),(2960,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_inactive_24px.svg'),(2961,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_20_24px.svg'),(2962,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_30_24px.svg'),(2963,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_50_24px.svg'),(2964,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_60_24px.svg'),(2965,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_80_24px.svg'),(2966,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_90_24px.svg'),(2967,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_alert_24px.svg'),(2968,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_20_24px.svg'),(2969,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_30_24px.svg'),(2970,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_50_24px.svg'),(2971,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_60_24px.svg'),(2972,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_80_24px.svg'),(2973,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_90_24px.svg'),(2974,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_full_24px.svg'),(2975,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_full_24px.svg'),(2976,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_std_24px.svg'),(2977,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_unknown_24px.svg'),(2978,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_24px.svg'),(2979,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_connected_24px.svg'),(2980,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_disabled_24px.svg'),(2981,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_searching_24px.svg'),(2982,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_auto_24px.svg'),(2983,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_high_24px.svg'),(2984,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_low_24px.svg'),(2985,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_medium_24px.svg'),(2986,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_data_usage_24px.svg'),(2987,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_developer_mode_24px.svg'),(2988,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_devices_24px.svg'),(2989,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_dvr_24px.svg'),(2990,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_fixed_24px.svg'),(2991,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_not_fixed_24px.svg'),(2992,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_off_24px.svg'),(2993,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_graphic_eq_24px.svg'),(2994,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_disabled_24px.svg'),(2995,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_searching_24px.svg'),(2996,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_cell_24px.svg'),(2997,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_wifi_24px.svg'),(2998,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_nfc_24px.svg'),(2999,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_landscape_24px.svg'),(3000,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_portrait_24px.svg'),(3001,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_rotation_24px.svg'),(3002,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_rotation_24px.svg'),(3003,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_sd_storage_24px.svg'),(3004,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_settings_system_daydream_24px.svg'),(3005,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_0_bar_24px.svg'),(3006,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_1_bar_24px.svg'),(3007,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_2_bar_24px.svg'),(3008,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_3_bar_24px.svg'),(3009,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_4_bar_24px.svg'),(3010,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg'),(3011,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg'),(3012,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg'),(3013,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg'),(3014,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg'),(3015,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_no_sim_24px.svg'),(3016,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_null_24px.svg'),(3017,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_off_24px.svg'),(3018,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_0_bar_24px.svg'),(3019,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_24px.svg'),(3020,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg'),(3021,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_24px.svg'),(3022,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg'),(3023,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_24px.svg'),(3024,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg'),(3025,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_24px.svg'),(3026,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg'),(3027,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_off_24px.svg'),(3028,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg'),(3029,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg'),(3030,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg'),(3031,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg'),(3032,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg'),(3033,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg'),(3034,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_2_26x24px.svg'),(3035,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg'),(3036,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg'),(3037,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg'),(3038,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg'),(3039,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_storage_24px.svg'),(3040,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_usb_24px.svg'),(3041,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wallpaper_24px.svg'),(3042,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_widgets_24px.svg'),(3043,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_lock_24px.svg'),(3044,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_tethering_24px.svg'),(3045,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_file_24px.svg'),(3046,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_money_24px.svg'),(3047,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_all_24px.svg'),(3048,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_bottom_24px.svg'),(3049,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_clear_24px.svg'),(3050,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_color_24px.svg'),(3051,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_horizontal_24px.svg'),(3052,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_inner_24px.svg'),(3053,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_left_24px.svg'),(3054,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_outer_24px.svg'),(3055,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_right_24px.svg'),(3056,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_style_24px.svg'),(3057,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_top_24px.svg'),(3058,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_vertical_24px.svg'),(3059,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_drag_handle_24px.svg'),(3060,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_center_24px.svg'),(3061,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_justify_24px.svg'),(3062,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_left_24px.svg'),(3063,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_right_24px.svg'),(3064,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_bold_24px.svg'),(3065,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_clear_24px.svg'),(3066,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_fill_24px.svg'),(3067,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_reset_24px.svg'),(3068,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_text_24px.svg'),(3069,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_decrease_24px.svg'),(3070,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_increase_24px.svg'),(3071,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_italic_24px.svg'),(3072,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_line_spacing_24px.svg'),(3073,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_bulleted_24px.svg'),(3074,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_numbered_24px.svg'),(3075,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_paint_24px.svg'),(3076,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_quote_24px.svg'),(3077,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_shapes_24px.svg'),(3078,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_size_24px.svg'),(3079,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_strikethrough_24px.svg'),(3080,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg'),(3081,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg'),(3082,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_underlined_24px.svg'),(3083,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_functions_24px.svg'),(3084,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_highlight_24px.svg'),(3085,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_chart_24px.svg'),(3086,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_comment_24px.svg'),(3087,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_drive_file_24px.svg'),(3088,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_emoticon_24px.svg'),(3089,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_invitation_24px.svg'),(3090,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_link_24px.svg'),(3091,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_photo_24px.svg'),(3092,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_linear_scale_24px.svg'),(3093,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_merge_type_24px.svg'),(3094,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_comment_24px.svg'),(3095,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_edit_24px.svg'),(3096,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_money_off_24px.svg'),(3097,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_publish_24px.svg'),(3098,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_short_text_24px.svg'),(3099,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_space_bar_24px.svg'),(3100,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_strikethrough_s_24px.svg'),(3101,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_text_fields_24px.svg'),(3102,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_bottom_24px.svg'),(3103,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_center_24px.svg'),(3104,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_top_24px.svg'),(3105,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_wrap_text_24px.svg'),(3106,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_attachment_24px.svg'),(3107,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_24px.svg'),(3108,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_circle_24px.svg'),(3109,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_done_24px.svg'),(3110,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_download_24px.svg'),(3111,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_off_24px.svg'),(3112,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_queue_24px.svg'),(3113,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_upload_24px.svg'),(3114,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_create_new_folder_24px.svg'),(3115,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_download_24px.svg'),(3116,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_upload_24px.svg'),(3117,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_24px.svg'),(3118,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_open_24px.svg'),(3119,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_shared_24px.svg'),(3120,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_24px.svg'),(3121,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_connected_24px.svg'),(3122,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_computer_24px.svg'),(3123,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_mac_24px.svg'),(3124,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_windows_24px.svg'),(3125,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_developer_board_24px.svg'),(3126,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_device_hub_24px.svg'),(3127,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_devices_other_24px.svg'),(3128,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_dock_24px.svg'),(3129,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_gamepad_24px.svg'),(3130,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_24px.svg'),(3131,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_mic_24px.svg'),(3132,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_24px.svg'),(3133,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg'),(3134,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg'),(3135,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg'),(3136,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg'),(3137,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_backspace_24px.svg'),(3138,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_capslock_24px.svg'),(3139,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_hide_24px.svg'),(3140,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_return_24px.svg'),(3141,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_tab_24px.svg'),(3142,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_voice_24px.svg'),(3143,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_24px.svg'),(3144,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_chromebook_24px.svg'),(3145,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_mac_24px.svg'),(3146,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_windows_24px.svg'),(3147,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_memory_24px.svg'),(3148,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_mouse_24px.svg'),(3149,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_android_24px.svg'),(3150,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_iphone_24px.svg'),(3151,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_24px.svg'),(3152,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_off_24px.svg'),(3153,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_power_input_24px.svg'),(3154,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_router_24px.svg'),(3155,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_scanner_24px.svg'),(3156,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_security_24px.svg'),(3157,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_sim_card_24px.svg'),(3158,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_smartphone_24px.svg'),(3159,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_24px.svg'),(3160,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_group_24px.svg'),(3161,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_24px.svg'),(3162,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_android_24px.svg'),(3163,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_mac_24px.svg'),(3164,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_toys_24px.svg'),(3165,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tv_24px.svg'),(3166,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_videogame_asset_24px.svg'),(3167,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_watch_24px.svg'),(3168,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_a_photo_24px.svg'),(3169,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_to_photos_24px.svg'),(3170,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_adjust_24px.svg'),(3171,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_24px.svg'),(3172,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_photo_24px.svg'),(3173,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_audiotrack_24px.svg'),(3174,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_circular_24px.svg'),(3175,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_linear_24px.svg'),(3176,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_off_24px.svg'),(3177,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_on_24px.svg'),(3178,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_1_24px.svg'),(3179,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_2_24px.svg'),(3180,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_3_24px.svg'),(3181,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_4_24px.svg'),(3182,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_5_24px.svg'),(3183,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_6_24px.svg'),(3184,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_7_24px.svg'),(3185,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_broken_image_24px.svg'),(3186,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brush_24px.svg'),(3187,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_24px.svg'),(3188,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_alt_24px.svg'),(3189,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_front_24px.svg'),(3190,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_rear_24px.svg'),(3191,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_roll_24px.svg'),(3192,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_strong_24px.svg'),(3193,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_weak_24px.svg'),(3194,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_24px.svg'),(3195,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_bookmark_24px.svg'),(3196,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_color_lens_24px.svg'),(3197,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_colorize_24px.svg'),(3198,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_compare_24px.svg'),(3199,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_24px.svg'),(3200,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_duplicate_24px.svg'),(3201,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_16_9_24px.svg'),(3202,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_24px.svg'),(3203,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_3_2_24px.svg'),(3204,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_5_4_24px.svg'),(3205,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_7_5_24px.svg'),(3206,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_din_24px.svg'),(3207,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_free_24px.svg'),(3208,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_landscape_24px.svg'),(3209,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_original_24px.svg'),(3210,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_portrait_24px.svg'),(3211,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_rotate_24px.svg'),(3212,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_square_24px.svg'),(3213,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_dehaze_24px.svg'),(3214,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_details_24px.svg'),(3215,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_edit_24px.svg'),(3216,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_24px.svg'),(3217,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_1_24px.svg'),(3218,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_2_24px.svg'),(3219,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_1_24px.svg'),(3220,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_2_24px.svg'),(3221,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_zero_24px.svg'),(3222,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_1_24px.svg'),(3223,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_24px.svg'),(3224,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_2_24px.svg'),(3225,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_3_24px.svg'),(3226,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_4_24px.svg'),(3227,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_5_24px.svg'),(3228,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_6_24px.svg'),(3229,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_7_24px.svg'),(3230,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_8_24px.svg'),(3231,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_24px.svg'),(3232,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_plus_24px.svg'),(3233,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_b_and_w_24px.svg'),(3234,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_center_focus_24px.svg'),(3235,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_drama_24px.svg'),(3236,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_frames_24px.svg'),(3237,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_hdr_24px.svg'),(3238,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_none_24px.svg'),(3239,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_tilt_shift_24px.svg'),(3240,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_vintage_24px.svg'),(3241,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flare_24px.svg'),(3242,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_auto_24px.svg'),(3243,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_off_24px.svg'),(3244,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_on_24px.svg'),(3245,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flip_24px.svg'),(3246,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_gradient_24px.svg'),(3247,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grain_24px.svg'),(3248,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_off_24px.svg'),(3249,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_on_24px.svg'),(3250,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_off_24px.svg'),(3251,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_on_24px.svg'),(3252,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_strong_24px.svg'),(3253,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_weak_24px.svg'),(3254,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_healing_24px.svg'),(3255,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_24px.svg'),(3256,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_aspect_ratio_24px.svg'),(3257,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_iso_24px.svg'),(3258,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_landscape_24px.svg'),(3259,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_add_24px.svg'),(3260,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_remove_24px.svg'),(3261,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_lens_24px.svg'),(3262,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_linked_camera_24px.svg'),(3263,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_24px.svg'),(3264,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_3_24px.svg'),(3265,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_4_24px.svg'),(3266,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_5_24px.svg'),(3267,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_6_24px.svg'),(3268,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_one_24px.svg'),(3269,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_two_24px.svg'),(3270,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_loupe_24px.svg'),(3271,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_monochrome_photos_24px.svg'),(3272,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_creation_24px.svg'),(3273,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_filter_24px.svg'),(3274,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_music_note_24px.svg'),(3275,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_24px.svg'),(3276,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_people_24px.svg'),(3277,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_before_24px.svg'),(3278,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_next_24px.svg'),(3279,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_palette_24px.svg'),(3280,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_24px.svg'),(3281,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_fish_eye_24px.svg'),(3282,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_horizontal_24px.svg'),(3283,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_vertical_24px.svg'),(3284,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_wide_angle_24px.svg'),(3285,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_24px.svg'),(3286,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_album_24px.svg'),(3287,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_camera_24px.svg'),(3288,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_filter_24px.svg'),(3289,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_library_24px.svg'),(3290,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_actual_24px.svg'),(3291,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_large_24px.svg'),(3292,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_small_24px.svg'),(3293,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_picture_as_pdf_24px.svg'),(3294,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_portrait_24px.svg'),(3295,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_remove_red_eye_24px.svg'),(3296,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg'),(3297,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_left_24px.svg'),(3298,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_right_24px.svg'),(3299,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_slideshow_24px.svg'),(3300,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_straighten_24px.svg'),(3301,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_style_24px.svg'),(3302,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_camera_24px.svg'),(3303,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_video_24px.svg'),(3304,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tag_faces_24px.svg'),(3305,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_texture_24px.svg'),(3306,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timelapse_24px.svg'),(3307,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_10_24px.svg'),(3308,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_24px.svg'),(3309,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_3_24px.svg'),(3310,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_off_24px.svg'),(3311,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tonality_24px.svg'),(3312,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_transform_24px.svg'),(3313,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tune_24px.svg'),(3314,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_comfy_24px.svg'),(3315,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_compact_24px.svg'),(3316,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_vignette_24px.svg'),(3317,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_auto_24px.svg'),(3318,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_cloudy_24px.svg'),(3319,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_incandescent_24px.svg'),(3320,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_iridescent_24px.svg'),(3321,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_sunny_24px.svg'),(3322,'wp-content/plugins/revslider/public/assets/assets/svg/index.php'),(3323,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_add_location_24px.svg'),(3324,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_beenhere_24px.svg'),(3325,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_24px.svg'),(3326,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bike_24px.svg'),(3327,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_boat_24px.svg'),(3328,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bus_24px.svg'),(3329,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_car_24px.svg'),(3330,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_railway_24px.svg'),(3331,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_run_24px.svg'),(3332,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_subway_24px.svg'),(3333,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_transit_24px.svg'),(3334,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_walk_24px.svg'),(3335,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_edit_location_24px.svg'),(3336,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_flight_24px.svg'),(3337,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_hotel_24px.svg'),(3338,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_24px.svg'),(3339,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_clear_24px.svg'),(3340,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_activity_24px.svg'),(3341,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_airport_24px.svg'),(3342,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_atm_24px.svg'),(3343,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_bar_24px.svg'),(3344,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_cafe_24px.svg'),(3345,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_car_wash_24px.svg'),(3346,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_convenience_store_24px.svg'),(3347,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_dining_24px.svg'),(3348,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_drink_24px.svg'),(3349,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_florist_24px.svg'),(3350,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_gas_station_24px.svg'),(3351,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_grocery_store_24px.svg'),(3352,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hospital_24px.svg'),(3353,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hotel_24px.svg'),(3354,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_laundry_service_24px.svg'),(3355,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_library_24px.svg'),(3356,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_mall_24px.svg'),(3357,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_movies_24px.svg'),(3358,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_offer_24px.svg'),(3359,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_parking_24px.svg'),(3360,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pharmacy_24px.svg'),(3361,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_phone_24px.svg'),(3362,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pizza_24px.svg'),(3363,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_play_24px.svg'),(3364,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_post_office_24px.svg'),(3365,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_printshop_24px.svg'),(3366,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_see_24px.svg'),(3367,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_shipping_24px.svg'),(3368,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_taxi_24px.svg'),(3369,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_map_24px.svg'),(3370,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_my_location_24px.svg'),(3371,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_navigation_24px.svg'),(3372,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_near_me_24px.svg'),(3373,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_24px.svg'),(3374,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_circle_24px.svg'),(3375,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_pin_drop_24px.svg'),(3376,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_place_24px.svg'),(3377,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_rate_review_24px.svg'),(3378,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_restaurant_menu_24px.svg'),(3379,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_satellite_24px.svg'),(3380,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_store_mall_directory_24px.svg'),(3381,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_terrain_24px.svg'),(3382,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_traffic_24px.svg'),(3383,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_zoom_out_map_24px.svg'),(3384,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_24px.svg'),(3385,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_36px.svg'),(3386,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_24px.svg'),(3387,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_36px.svg'),(3388,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_downward_24px.svg'),(3389,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_24px.svg'),(3390,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_36px.svg'),(3391,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_circle_24px.svg'),(3392,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_24px.svg'),(3393,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_36px.svg'),(3394,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_24px.svg'),(3395,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_36px.svg'),(3396,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_upward_24px.svg'),(3397,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_24px.svg'),(3398,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_36px.svg'),(3399,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_24px.svg'),(3400,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_36px.svg'),(3401,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_24px.svg'),(3402,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_36px.svg'),(3403,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_24px.svg'),(3404,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_36px.svg'),(3405,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_24px.svg'),(3406,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_36px.svg'),(3407,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_24px.svg'),(3408,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_36px.svg'),(3409,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_24px.svg'),(3410,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_36px.svg'),(3411,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_24px.svg'),(3412,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_36px.svg'),(3413,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_24px.svg'),(3414,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_36px.svg'),(3415,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_24px.svg'),(3416,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_36px.svg'),(3417,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_24px.svg'),(3418,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_36px.svg'),(3419,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_24px.svg'),(3420,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_36px.svg'),(3421,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_24px.svg'),(3422,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_36px.svg'),(3423,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg'),(3424,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg'),(3425,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_24px.svg'),(3426,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_36px.svg'),(3427,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_24px.svg'),(3428,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_36px.svg'),(3429,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_adb_24px.svg'),(3430,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_24px.svg'),(3431,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg'),(3432,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg'),(3433,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg'),(3434,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg'),(3435,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg'),(3436,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg'),(3437,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg'),(3438,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_bluetooth_audio_24px.svg'),(3439,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_confirmation_number_24px.svg'),(3440,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_disc_full_24px.svg'),(3441,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_24px.svg'),(3442,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_alt_24px.svg'),(3443,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_drive_eta_24px.svg'),(3444,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_enhanced_encryption_24px.svg'),(3445,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_available_24px.svg'),(3446,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_busy_24px.svg'),(3447,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_note_24px.svg'),(3448,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_folder_special_24px.svg'),(3449,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_live_tv_24px.svg'),(3450,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_mms_24px.svg'),(3451,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_more_24px.svg'),(3452,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_check_24px.svg'),(3453,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_locked_24px.svg'),(3454,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_no_encryption_24px.svg'),(3455,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_ondemand_video_24px.svg'),(3456,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_personal_video_24px.svg'),(3457,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg'),(3458,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_forwarded_24px.svg'),(3459,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_in_talk_24px.svg'),(3460,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_locked_24px.svg'),(3461,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_missed_24px.svg'),(3462,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_paused_24px.svg'),(3463,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_power_24px.svg'),(3464,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_rv_hookup_24px.svg'),(3465,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sd_card_24px.svg'),(3466,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sim_card_alert_24px.svg'),(3467,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_24px.svg'),(3468,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_failed_24px.svg'),(3469,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_24px.svg'),(3470,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_disabled_24px.svg'),(3471,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_problem_24px.svg'),(3472,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_system_update_24px.svg'),(3473,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_tap_and_play_24px.svg'),(3474,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_time_to_leave_24px.svg'),(3475,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vibration_24px.svg'),(3476,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_voice_chat_24px.svg'),(3477,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vpn_lock_24px.svg'),(3478,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wc_24px.svg'),(3479,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wifi_24px.svg'),(3480,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_ac_unit_24px.svg'),(3481,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_airport_shuttle_24px.svg'),(3482,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_all_inclusive_24px.svg'),(3483,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_beach_access_24px.svg'),(3484,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_business_center_24px.svg'),(3485,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_casino_24px.svg'),(3486,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_care_24px.svg'),(3487,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_friendly_24px.svg'),(3488,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_fitness_center_24px.svg'),(3489,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_free_breakfast_24px.svg'),(3490,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_golf_course_24px.svg'),(3491,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_hot_tub_24px.svg'),(3492,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_kitchen_24px.svg'),(3493,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_pool_24px.svg'),(3494,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_room_service_24px.svg'),(3495,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoke_free_24px.svg'),(3496,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoking_rooms_24px.svg'),(3497,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_spa_24px.svg'),(3498,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_cake_24px.svg'),(3499,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_domain_24px.svg'),(3500,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_24px.svg'),(3501,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_add_24px.svg'),(3502,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_location_city_24px.svg'),(3503,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_24px.svg'),(3504,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_bad_24px.svg'),(3505,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_24px.svg'),(3506,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_active_24px.svg'),(3507,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_none_24px.svg'),(3508,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_off_24px.svg'),(3509,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_paused_24px.svg'),(3510,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_pages_24px.svg'),(3511,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_party_mode_24px.svg'),(3512,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_24px.svg'),(3513,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_outline_24px.svg'),(3514,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_24px.svg'),(3515,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_add_24px.svg'),(3516,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_outline_24px.svg'),(3517,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_plus_one_24px.svg'),(3518,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_poll_24px.svg'),(3519,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_public_24px.svg'),(3520,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_school_24px.svg'),(3521,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_share_24px.svg'),(3522,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_whatshot_24px.svg'),(3523,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_24px.svg'),(3524,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_outline_blank_24px.svg'),(3525,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_indeterminate_check_box_24px.svg'),(3526,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_checked_24px.svg'),(3527,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_unchecked_24px.svg'),(3528,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_24px.svg'),(3529,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_border_24px.svg'),(3530,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_half_24px.svg'),(3531,'wp-content/plugins/revslider/public/assets/css/index.php'),(3532,'wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg'),(3533,'wp-content/plugins/revslider/public/assets/fonts/font-awesome/index.php'),(3534,'wp-content/plugins/revslider/public/assets/fonts/index.php'),(3535,'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/index.php'),(3536,'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg'),(3537,'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/index.php'),(3538,'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/index.php'),(3539,'wp-content/plugins/revslider/public/assets/fonts/revicons/index.php'),(3540,'wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg'),(3541,'wp-content/plugins/revslider/public/assets/index.php'),(3542,'wp-content/plugins/revslider/public/assets/js/extensions/index.php'),(3543,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.actions.min.js'),(3544,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.carousel.min.js'),(3545,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.kenburn.min.js'),(3546,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.layeranimation.min.js'),(3547,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.migration.min.js'),(3548,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.navigation.min.js'),(3549,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.parallax.min.js'),(3550,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.slideanims.min.js'),(3551,'wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js'),(3552,'wp-content/plugins/revslider/public/assets/js/index.php'),(3553,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.enablelog.js'),(3554,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js'),(3555,'wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js'),(3556,'wp-content/plugins/revslider/public/assets/js/tp-color-picker.min.js'),(3557,'wp-content/plugins/revslider/public/index.php'),(3558,'wp-content/plugins/revslider/public/revslider-front.class.php'),(3559,'wp-content/plugins/revslider/public/views/revslider-page-template.php'),(3560,'wp-content/plugins/revslider/revslider.php'),(3561,'wp-content/plugins/revslider/uninstall.php'),(3562,'wp-content/plugins/stm-configurations/announcement/assets/vue-resource.js'),(3563,'wp-content/plugins/stm-configurations/announcement/assets/vue.js'),(3564,'wp-content/plugins/stm-configurations/announcement/assets/vue.min.js'),(3565,'wp-content/plugins/stm-configurations/announcement/main.php'),(3566,'wp-content/plugins/stm-configurations/assets/fonts/stmicons/psychologist/charmap.php'),(3567,'wp-content/plugins/stm-configurations/assets/fonts/stmicons/psychologist/stmicons.svg'),(3568,'wp-content/plugins/stm-configurations/assets/js/admin-media.js'),(3569,'wp-content/plugins/stm-configurations/helpers/enqueue.php'),(3570,'wp-content/plugins/stm-configurations/helpers/includes.php'),(3571,'wp-content/plugins/stm-configurations/iconloader/stm-custom-icons.php'),(3572,'wp-content/plugins/stm-configurations/importer/helpers/content.php'),(3573,'wp-content/plugins/stm-configurations/importer/helpers/megamenu/config.php'),(3574,'wp-content/plugins/stm-configurations/importer/helpers/set_content.php'),(3575,'wp-content/plugins/stm-configurations/importer/helpers/slider.php'),(3576,'wp-content/plugins/stm-configurations/importer/helpers/theme_options/advisory.php'),(3577,'wp-content/plugins/stm-configurations/importer/helpers/theme_options/app.php'),(3578,'wp-content/plugins/stm-configurations/importer/helpers/theme_options/businessthree.php'),(3579,'wp-content/plugins/stm-configurations/importer/helpers/theme_options/businesstwo.php'),(3580,'wp-content/plugins/stm-configurations/importer/helpers/theme_options/conference.php'),(3581,'wp-content/plugins/stm-configurations/importer/helpers/theme_options/consulting.php'),(3582,'wp-content/plugins/stm-configurations/importer/helpers/theme_options/creative.php'),(3583,'wp-content/plugins/stm-configurations/importer/helpers/theme_options/creativetwo.php'),(3584,'wp-content/plugins/stm-configurations/importer/helpers/theme_options/digital.php'),(3585,'wp-content/plugins/stm-configurations/importer/helpers/theme_options/dj.php'),(3586,'wp-content/plugins/stm-configurations/importer/helpers/theme_options/finance.php'),(3587,'wp-content/plugins/stm-configurations/importer/helpers/theme_options/politician.php'),(3588,'wp-content/plugins/stm-configurations/importer/helpers/theme_options/seoagency.php'),(3589,'wp-content/plugins/stm-configurations/importer/helpers/theme_options.php'),(3590,'wp-content/plugins/stm-configurations/importer/helpers/widgets.php'),(3591,'wp-content/plugins/stm-configurations/importer/importer.php'),(3592,'wp-content/plugins/stm-configurations/importer/wordpress-importer/parsers.php'),(3593,'wp-content/plugins/stm-configurations/importer/wordpress-importer/wordpress-importer.php'),(3594,'wp-content/plugins/stm-configurations/megamenu/admin/assets/css/iconpicker.svg'),(3595,'wp-content/plugins/stm-configurations/megamenu/admin/assets/js/admin.js'),(3596,'wp-content/plugins/stm-configurations/megamenu/admin/assets/js/jquery.fonticonpicker.min.js'),(3597,'wp-content/plugins/stm-configurations/megamenu/admin/includes/config.php'),(3598,'wp-content/plugins/stm-configurations/megamenu/admin/includes/enqueue.php'),(3599,'wp-content/plugins/stm-configurations/megamenu/admin/includes/xteam/xteam.php'),(3600,'wp-content/plugins/stm-configurations/megamenu/assets/js/megamenu.js'),(3601,'wp-content/plugins/stm-configurations/megamenu/includes/enqueue.php'),(3602,'wp-content/plugins/stm-configurations/megamenu/includes/walker.php'),(3603,'wp-content/plugins/stm-configurations/megamenu/main.php'),(3604,'wp-content/plugins/stm-configurations/page_importer/assets/js/app.js'),(3605,'wp-content/plugins/stm-configurations/page_importer/helpers/export.php'),(3606,'wp-content/plugins/stm-configurations/page_importer/helpers/import.php'),(3607,'wp-content/plugins/stm-configurations/page_importer/main.php'),(3608,'wp-content/plugins/stm-configurations/page_importer/pages/artist/forms.php'),(3609,'wp-content/plugins/stm-configurations/page_importer/pages/artist/pages.php'),(3610,'wp-content/plugins/stm-configurations/page_importer/pages/artist/sidebars.php'),(3611,'wp-content/plugins/stm-configurations/page_importer/pages/beauty/forms.php'),(3612,'wp-content/plugins/stm-configurations/page_importer/pages/beauty/pages.php'),(3613,'wp-content/plugins/stm-configurations/page_importer/pages/beauty/sidebars.php'),(3614,'wp-content/plugins/stm-configurations/page_importer/pages/business/forms.php'),(3615,'wp-content/plugins/stm-configurations/page_importer/pages/business/pages.php'),(3616,'wp-content/plugins/stm-configurations/page_importer/pages/business/sidebars.php'),(3617,'wp-content/plugins/stm-configurations/page_importer/pages/charity/forms.php'),(3618,'wp-content/plugins/stm-configurations/page_importer/pages/charity/pages.php'),(3619,'wp-content/plugins/stm-configurations/page_importer/pages/charity/sidebars.php'),(3620,'wp-content/plugins/stm-configurations/page_importer/pages/church/forms.php'),(3621,'wp-content/plugins/stm-configurations/page_importer/pages/church/pages.php'),(3622,'wp-content/plugins/stm-configurations/page_importer/pages/church/sidebars.php'),(3623,'wp-content/plugins/stm-configurations/page_importer/pages/construction/forms.php'),(3624,'wp-content/plugins/stm-configurations/page_importer/pages/construction/pages.php'),(3625,'wp-content/plugins/stm-configurations/page_importer/pages/construction/sidebars.php'),(3626,'wp-content/plugins/stm-configurations/page_importer/pages/healthcoach/forms.php'),(3627,'wp-content/plugins/stm-configurations/page_importer/pages/healthcoach/pages.php'),(3628,'wp-content/plugins/stm-configurations/page_importer/pages/healthcoach/sidebars.php'),(3629,'wp-content/plugins/stm-configurations/page_importer/pages/logistics/forms.php'),(3630,'wp-content/plugins/stm-configurations/page_importer/pages/logistics/pages.php'),(3631,'wp-content/plugins/stm-configurations/page_importer/pages/logistics/sidebars.php'),(3632,'wp-content/plugins/stm-configurations/page_importer/pages/medicall/forms.php'),(3633,'wp-content/plugins/stm-configurations/page_importer/pages/medicall/pages.php'),(3634,'wp-content/plugins/stm-configurations/page_importer/pages/medicall/sidebars.php'),(3635,'wp-content/plugins/stm-configurations/page_importer/pages/personal_blog/forms.php'),(3636,'wp-content/plugins/stm-configurations/page_importer/pages/personal_blog/pages.php'),(3637,'wp-content/plugins/stm-configurations/page_importer/pages/personal_blog/sidebars.php'),(3638,'wp-content/plugins/stm-configurations/page_importer/pages/portfolio/forms.php'),(3639,'wp-content/plugins/stm-configurations/page_importer/pages/portfolio/pages.php'),(3640,'wp-content/plugins/stm-configurations/page_importer/pages/portfolio/sidebars.php'),(3641,'wp-content/plugins/stm-configurations/page_importer/pages/rental/forms.php'),(3642,'wp-content/plugins/stm-configurations/page_importer/pages/rental/pages.php'),(3643,'wp-content/plugins/stm-configurations/page_importer/pages/rental/sidebars.php'),(3644,'wp-content/plugins/stm-configurations/page_importer/pages/restaurant/forms.php'),(3645,'wp-content/plugins/stm-configurations/page_importer/pages/restaurant/pages.php'),(3646,'wp-content/plugins/stm-configurations/page_importer/pages/restaurant/sidebars.php'),(3647,'wp-content/plugins/stm-configurations/page_importer/pages/store/forms.php'),(3648,'wp-content/plugins/stm-configurations/page_importer/pages/store/pages.php'),(3649,'wp-content/plugins/stm-configurations/page_importer/pages/store/sidebars.php'),(3650,'wp-content/plugins/stm-configurations/page_importer/tpl/button.php'),(3651,'wp-content/plugins/stm-configurations/page_importer/tpl/pages.php'),(3652,'wp-content/plugins/stm-configurations/paypal/paypal.php'),(3653,'wp-content/plugins/stm-configurations/post-types/donation.class.php'),(3654,'wp-content/plugins/stm-configurations/post-types/event_participant_handler.php'),(3655,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/butterbean.php'),(3656,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/class-butterbean.php'),(3657,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/css/iconpicker.svg'),(3658,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/gulpfile.js'),(3659,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/class-control.php'),(3660,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/class-manager.php'),(3661,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/class-section.php'),(3662,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/class-setting.php'),(3663,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-checkbox_repeater.php'),(3664,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-checkboxes.php'),(3665,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-color.php'),(3666,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-datepicker.php'),(3667,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-datetime.php'),(3668,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-excerpt.php'),(3669,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-featured.php'),(3670,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-file.php'),(3671,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-gallery.php'),(3672,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-iconpicker.php'),(3673,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-image.php'),(3674,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-location.php'),(3675,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-multi-avatars.php'),(3676,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-multiselect.php'),(3677,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-palette.php'),(3678,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-parent.php'),(3679,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-radio-image.php'),(3680,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-radio.php'),(3681,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-repeater-certificate.php'),(3682,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-repeater-double.php'),(3683,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-repeater-gallery.php'),(3684,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-repeater-image.php'),(3685,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-repeater-music.php'),(3686,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-repeater.php'),(3687,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-select-group.php'),(3688,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-textarea.php'),(3689,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-timepicker.php'),(3690,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/controls/class-control-tinymce.php'),(3691,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/functions-core.php'),(3692,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/settings/class-setting-array.php'),(3693,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/settings/class-setting-datetime.php'),(3694,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/inc/settings/class-setting-multiple.php'),(3695,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/js/butterbean.js'),(3696,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/js/butterbean.min.js'),(3697,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/js/jquery.fonticonpicker.min.js'),(3698,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/js/stm_butterbean_fields.js'),(3699,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-checkbox.php'),(3700,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-checkbox_repeater.php'),(3701,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-checkboxes.php'),(3702,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-color.php'),(3703,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-datepicker.php'),(3704,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-datetime.php'),(3705,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-featured.php'),(3706,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-file.php'),(3707,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-gallery.php'),(3708,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-iconpicker.php'),(3709,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-image.php'),(3710,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-location.php'),(3711,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-multi-avatars.php'),(3712,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-multiselect.php'),(3713,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-palette.php'),(3714,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-parent.php'),(3715,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-radio-image.php'),(3716,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-radio.php'),(3717,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-repeater-certificate.php'),(3718,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-repeater-double.php'),(3719,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-repeater-gallery.php'),(3720,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-repeater-image.php'),(3721,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-repeater-music.php'),(3722,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-repeater.php'),(3723,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-select-group.php'),(3724,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-select.php'),(3725,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-textarea.php'),(3726,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-timepicker.php'),(3727,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control-tinymce.php'),(3728,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/control.php'),(3729,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/manager.php'),(3730,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/nav.php'),(3731,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean/tmpl/section.php'),(3732,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean_helpers.php'),(3733,'wp-content/plugins/stm-configurations/post-types/metaboxes/butterbean_metaboxes.php'),(3734,'wp-content/plugins/stm-configurations/post-types/metaboxes/fields/page.php'),(3735,'wp-content/plugins/stm-configurations/post-types/metaboxes/fields/sidebar.php'),(3736,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/donations.php'),(3737,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/events.php'),(3738,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/media_events.php'),(3739,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/music.php'),(3740,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/page_options.php'),(3741,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/page_sidebar.php'),(3742,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/participant.php'),(3743,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/post.php'),(3744,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/product.php'),(3745,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/products.php'),(3746,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/products_info.php'),(3747,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/project.php'),(3748,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/services.php'),(3749,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/speaker.php'),(3750,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/staff.php'),(3751,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/stats.php'),(3752,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/stories.php'),(3753,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/testimonials.php'),(3754,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/title_box.php'),(3755,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/vacancies.php'),(3756,'wp-content/plugins/stm-configurations/post-types/metaboxes/tabs/video.php'),(3757,'wp-content/plugins/stm-configurations/post-types/post_types.php'),(3758,'wp-content/plugins/stm-configurations/post-types/shares.php'),(3759,'wp-content/plugins/stm-configurations/slider/admin/app/app.js'),(3760,'wp-content/plugins/stm-configurations/slider/admin/assets/scripts/main.js'),(3761,'wp-content/plugins/stm-configurations/slider/admin/assets/vendor/jquery-migrate.min.js'),(3762,'wp-content/plugins/stm-configurations/slider/admin/assets/vendor/jquery-ui.js'),(3763,'wp-content/plugins/stm-configurations/slider/admin/assets/vendor/vendor.js'),(3764,'wp-content/plugins/stm-configurations/slider/admin/inc/screen.php'),(3765,'wp-content/plugins/stm-configurations/slider/admin/inc/setup.php'),(3766,'wp-content/plugins/stm-configurations/slider/admin/slider.php'),(3767,'wp-content/plugins/stm-configurations/slider/admin/views/main.php'),(3768,'wp-content/plugins/stm-configurations/slider/admin/views/slider-edit.php'),(3769,'wp-content/plugins/stm-configurations/slider/admin/views/sliders.php'),(3770,'wp-content/plugins/stm-configurations/slider/assets/scripts/main.js'),(3771,'wp-content/plugins/stm-configurations/slider/assets/vendor/jquery/dist/jquery.js'),(3772,'wp-content/plugins/stm-configurations/slider/assets/vendor/jquery-touchswipe/jquery.touchSwipe.js'),(3773,'wp-content/plugins/stm-configurations/slider/assets/vendor/owl.carousel/dist/owl.carousel.js'),(3774,'wp-content/plugins/stm-configurations/slider/config/constants.php'),(3775,'wp-content/plugins/stm-configurations/slider/slider.php'),(3776,'wp-content/plugins/stm-configurations/slider/vc_register.php'),(3777,'wp-content/plugins/stm-configurations/slider/vc_templates/stm_slider.php'),(3778,'wp-content/plugins/stm-configurations/stm-configurations.php'),(3779,'wp-content/plugins/stm-configurations/theme_helpers/main.php'),(3780,'wp-content/plugins/stm-configurations/widgets/class-stm-widget-categories.php'),(3781,'wp-content/plugins/stm-configurations/widgets/class-stm-widget-custom-menu.php'),(3782,'wp-content/plugins/stm-configurations/widgets/class-stm-widget-popular-posts.php'),(3783,'wp-content/plugins/stm-configurations/widgets/class-stm-widget-recent-comments.php'),(3784,'wp-content/plugins/stm-configurations/widgets/class-stm-widget-recent-posts.php'),(3785,'wp-content/plugins/stm-configurations/widgets/class-stm-widget-search.php'),(3786,'wp-content/plugins/stm-configurations/widgets/class-stm-widget-tag-cloud.php'),(3787,'wp-content/plugins/stm-configurations/widgets/class-stm-widget-working-hours.php'),(3788,'wp-content/plugins/stm-configurations/widgets/contacts.php'),(3789,'wp-content/plugins/stm-configurations/widgets/follow.php'),(3790,'wp-content/plugins/stm-configurations/widgets/gallery.php'),(3791,'wp-content/plugins/stm-configurations/widgets/main.php'),(3792,'wp-content/plugins/stm-configurations/widgets/pages.php'),(3793,'wp-content/plugins/stm-configurations/widgets/post_list.php'),(3794,'wp-content/plugins/stm-configurations/widgets/text.php'),(3795,'wp-content/plugins/stm-gdpr-compliance/assets/js/admin_scripts.js'),(3796,'wp-content/plugins/stm-gdpr-compliance/assets/js/block-cookies.js'),(3797,'wp-content/plugins/stm-gdpr-compliance/assets/js/scripts.js'),(3798,'wp-content/plugins/stm-gdpr-compliance/includes/Cookie.php'),(3799,'wp-content/plugins/stm-gdpr-compliance/includes/DataAccess.php'),(3800,'wp-content/plugins/stm-gdpr-compliance/includes/DataAccessWidget.php'),(3801,'wp-content/plugins/stm-gdpr-compliance/includes/Helpers.php'),(3802,'wp-content/plugins/stm-gdpr-compliance/includes/PluginOptions.php'),(3803,'wp-content/plugins/stm-gdpr-compliance/includes/Plugins.php'),(3804,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/bootstrap.php'),(3805,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/css/index.php'),(3806,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/css/sass/index.php'),(3807,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/css/sass/partials/index.php'),(3808,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/images/index.php'),(3809,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2.php'),(3810,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Ajax.php'),(3811,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Base.php'),(3812,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Boxes.php'),(3813,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Field_Display.php'),(3814,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Hookup_Base.php'),(3815,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_JS.php'),(3816,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Options.php'),(3817,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Options_Hookup.php'),(3818,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Sanitize.php'),(3819,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Show_Filters.php'),(3820,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Types.php'),(3821,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_Utils.php'),(3822,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/CMB2_hookup.php'),(3823,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/helper-functions.php'),(3824,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/index.php'),(3825,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/rest-api/CMB2_REST.php'),(3826,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/rest-api/CMB2_REST_Controller.php'),(3827,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/rest-api/CMB2_REST_Controller_Boxes.php'),(3828,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/rest-api/CMB2_REST_Controller_Fields.php'),(3829,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/shim/WP_REST_Controller.php'),(3830,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Base.php'),(3831,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Checkbox.php'),(3832,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Colorpicker.php'),(3833,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_File.php'),(3834,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_File_Base.php'),(3835,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_File_List.php'),(3836,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Multi_Base.php'),(3837,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Multicheck.php'),(3838,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Oembed.php'),(3839,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Picker_Base.php'),(3840,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Radio.php'),(3841,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Select.php'),(3842,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Select_Timezone.php'),(3843,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Taxonomy_Base.php'),(3844,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Taxonomy_Multicheck.php'),(3845,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Taxonomy_Multicheck_Hierarchical.php'),(3846,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Taxonomy_Radio.php'),(3847,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Taxonomy_Radio_Hierarchical.php'),(3848,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Taxonomy_Select.php'),(3849,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Text.php'),(3850,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Text_Date.php'),(3851,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Text_Datetime_Timestamp.php'),(3852,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Text_Datetime_Timestamp_Timezone.php'),(3853,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Text_Time.php'),(3854,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Textarea.php'),(3855,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Textarea_Code.php'),(3856,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Title.php'),(3857,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/includes/types/CMB2_Type_Wysiwyg.php'),(3858,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/index.php'),(3859,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/init.php'),(3860,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/js/cmb2-wysiwyg.js'),(3861,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/js/cmb2.js'),(3862,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/js/cmb2.min.js'),(3863,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/js/index.php'),(3864,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/js/jquery-ui-timepicker-addon.min.js'),(3865,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/js/wp-color-picker-alpha.js'),(3866,'wp-content/plugins/stm-gdpr-compliance/includes/cmb2/js/wp-color-picker-alpha.min.js'),(3867,'wp-content/plugins/stm-gdpr-compliance/includes/plugins/BuddyPress.php'),(3868,'wp-content/plugins/stm-gdpr-compliance/includes/plugins/ContactForm7.php'),(3869,'wp-content/plugins/stm-gdpr-compliance/includes/plugins/GravityForms.php'),(3870,'wp-content/plugins/stm-gdpr-compliance/includes/plugins/MailChimp.php'),(3871,'wp-content/plugins/stm-gdpr-compliance/includes/plugins/WooCommerce.php'),(3872,'wp-content/plugins/stm-gdpr-compliance/includes/plugins/WordPress.php'),(3873,'wp-content/plugins/stm-gdpr-compliance/index.php'),(3874,'wp-content/plugins/stm-gdpr-compliance/stm-gdpr-compliance.php'),(3875,'wp-content/plugins/stm-gdpr-compliance/uninstall.php'),(3876,'wp-content/plugins/wordfence/css/activity-report-widget.1550163483.css'),(3877,'wp-content/plugins/wordfence/css/diff.1550163483.css'),(3878,'wp-content/plugins/wordfence/css/dt_table.1550163483.css'),(3879,'wp-content/plugins/wordfence/css/fullLog.1550163483.css'),(3880,'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),(3881,'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),(3882,'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),(3883,'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),(3884,'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),(3885,'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),(3886,'wp-content/plugins/wordfence/css/iptraf.1550163483.css'),(3887,'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1550163483.css'),(3888,'wp-content/plugins/wordfence/css/jquery-ui.min.1550163483.css'),(3889,'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1550163483.css'),(3890,'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1550163483.css'),(3891,'wp-content/plugins/wordfence/css/main.1550163483.css'),(3892,'wp-content/plugins/wordfence/css/phpinfo.1550163483.css'),(3893,'wp-content/plugins/wordfence/css/wf-adminbar.1550163483.css'),(3894,'wp-content/plugins/wordfence/css/wf-colorbox.1550163483.css'),(3895,'wp-content/plugins/wordfence/css/wf-font-awesome.1550163483.css'),(3896,'wp-content/plugins/wordfence/css/wf-global.1550163483.css'),(3897,'wp-content/plugins/wordfence/css/wf-ionicons.1550163483.css'),(3898,'wp-content/plugins/wordfence/css/wf-onboarding.1550163483.css'),(3899,'wp-content/plugins/wordfence/css/wf-roboto-font.1550163483.css'),(3900,'wp-content/plugins/wordfence/css/wfselect2.min.1550163483.css'),(3901,'wp-content/plugins/wordfence/css/wordfenceBox.1550163483.css'),(3902,'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff'),(3903,'wp-content/plugins/wordfence/fonts/ionicons.woff'),(3904,'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff'),(3905,'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff'),(3906,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff'),(3907,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff'),(3908,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff'),(3909,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff'),(3910,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff'),(3911,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff'),(3912,'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff'),(3913,'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff'),(3914,'wp-content/plugins/wordfence/images/2fa-whole.svg'),(3915,'wp-content/plugins/wordfence/images/2fa1.svg'),(3916,'wp-content/plugins/wordfence/images/2fa2.svg'),(3917,'wp-content/plugins/wordfence/images/back_disabled.jpg'),(3918,'wp-content/plugins/wordfence/images/back_enabled.jpg'),(3919,'wp-content/plugins/wordfence/images/blocking.svg'),(3920,'wp-content/plugins/wordfence/images/button-grad-grey.png'),(3921,'wp-content/plugins/wordfence/images/checkbox.png'),(3922,'wp-content/plugins/wordfence/images/flags.png'),(3923,'wp-content/plugins/wordfence/images/forward_disabled.jpg'),(3924,'wp-content/plugins/wordfence/images/forward_enabled.jpg'),(3925,'wp-content/plugins/wordfence/images/help.png'),(3926,'wp-content/plugins/wordfence/images/icons/ajax24.gif'),(3927,'wp-content/plugins/wordfence/images/icons/ajax3.gif'),(3928,'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),(3929,'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),(3930,'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),(3931,'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),(3932,'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),(3933,'wp-content/plugins/wordfence/images/icons/email_go.png'),(3934,'wp-content/plugins/wordfence/images/icons/error128.png'),(3935,'wp-content/plugins/wordfence/images/icons/magnifier.png'),(3936,'wp-content/plugins/wordfence/images/icons/tick128.png'),(3937,'wp-content/plugins/wordfence/images/icons/warning128.png'),(3938,'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),(3939,'wp-content/plugins/wordfence/images/lightbox-controls.png'),(3940,'wp-content/plugins/wordfence/images/loading.gif'),(3941,'wp-content/plugins/wordfence/images/loading_background.png'),(3942,'wp-content/plugins/wordfence/images/loading_large.gif'),(3943,'wp-content/plugins/wordfence/images/logo.png'),(3944,'wp-content/plugins/wordfence/images/options.svg'),(3945,'wp-content/plugins/wordfence/images/ratelimiting.svg'),(3946,'wp-content/plugins/wordfence/images/rr_premium.png'),(3947,'wp-content/plugins/wordfence/images/rr_sitecleaning.jpg'),(3948,'wp-content/plugins/wordfence/images/sort_asc.gif'),(3949,'wp-content/plugins/wordfence/images/sort_asc.png'),(3950,'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),(3951,'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),(3952,'wp-content/plugins/wordfence/images/sort_both.gif'),(3953,'wp-content/plugins/wordfence/images/sort_both.png'),(3954,'wp-content/plugins/wordfence/images/sort_desc.gif'),(3955,'wp-content/plugins/wordfence/images/sort_desc.png'),(3956,'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),(3957,'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),(3958,'wp-content/plugins/wordfence/images/support.svg'),(3959,'wp-content/plugins/wordfence/images/tools.svg'),(3960,'wp-content/plugins/wordfence/images/wf-central-logo.svg'),(3961,'wp-content/plugins/wordfence/images/wf-horizontal.svg'),(3962,'wp-content/plugins/wordfence/images/wordfence-logo-16x16.png'),(3963,'wp-content/plugins/wordfence/images/wordfence-logo-32x32.png'),(3964,'wp-content/plugins/wordfence/images/wordfence-logo-64x64.png'),(3965,'wp-content/plugins/wordfence/index.php'),(3966,'wp-content/plugins/wordfence/js/Chart.bundle.min.1550163483.js'),(3967,'wp-content/plugins/wordfence/js/admin.1550163483.js'),(3968,'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1550163483.js'),(3969,'wp-content/plugins/wordfence/js/admin.liveTraffic.1550163483.js'),(3970,'wp-content/plugins/wordfence/js/date.1550163483.js'),(3971,'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1550163483.js'),(3972,'wp-content/plugins/wordfence/js/jquery.colorbox-min.1550163483.js'),(3973,'wp-content/plugins/wordfence/js/jquery.colorbox.1550163483.js'),(3974,'wp-content/plugins/wordfence/js/jquery.dataTables.min.1550163483.js'),(3975,'wp-content/plugins/wordfence/js/jquery.qrcode.min.1550163483.js'),(3976,'wp-content/plugins/wordfence/js/jquery.tmpl.min.1550163483.js'),(3977,'wp-content/plugins/wordfence/js/jquery.tools.min.1550163483.js'),(3978,'wp-content/plugins/wordfence/js/knockout-3.3.0.1550163483.js'),(3979,'wp-content/plugins/wordfence/js/perf.1550163483.js'),(3980,'wp-content/plugins/wordfence/js/wfdashboard.1550163483.js'),(3981,'wp-content/plugins/wordfence/js/wfdropdown.1550163483.js'),(3982,'wp-content/plugins/wordfence/js/wfglobal.1550163483.js'),(3983,'wp-content/plugins/wordfence/js/wfpopover.1550163483.js'),(3984,'wp-content/plugins/wordfence/js/wfselect2.min.1550163483.js'),(3985,'wp-content/plugins/wordfence/lib/.htaccess'),(3986,'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),(3987,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),(3988,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),(3989,'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),(3990,'wp-content/plugins/wordfence/lib/Diff.php'),(3991,'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),(3992,'wp-content/plugins/wordfence/lib/IPTraf.php'),(3993,'wp-content/plugins/wordfence/lib/IPTrafList.php'),(3994,'wp-content/plugins/wordfence/lib/compat.php'),(3995,'wp-content/plugins/wordfence/lib/conntest.php'),(3996,'wp-content/plugins/wordfence/lib/cronview.php'),(3997,'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),(3998,'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),(3999,'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),(4000,'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),(4001,'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),(4002,'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),(4003,'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),(4004,'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),(4005,'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),(4006,'wp-content/plugins/wordfence/lib/dashboard/widget_tdf.php'),(4007,'wp-content/plugins/wordfence/lib/dbview.php'),(4008,'wp-content/plugins/wordfence/lib/diffResult.php'),(4009,'wp-content/plugins/wordfence/lib/email_genericAlert.php'),(4010,'wp-content/plugins/wordfence/lib/email_newIssues.php'),(4011,'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),(4012,'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),(4013,'wp-content/plugins/wordfence/lib/flags.php'),(4014,'wp-content/plugins/wordfence/lib/live_activity.php'),(4015,'wp-content/plugins/wordfence/lib/menu_dashboard.php'),(4016,'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),(4017,'wp-content/plugins/wordfence/lib/menu_firewall.php'),(4018,'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),(4019,'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),(4020,'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),(4021,'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),(4022,'wp-content/plugins/wordfence/lib/menu_options.php'),(4023,'wp-content/plugins/wordfence/lib/menu_scanner.php'),(4024,'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),(4025,'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),(4026,'wp-content/plugins/wordfence/lib/menu_support.php'),(4027,'wp-content/plugins/wordfence/lib/menu_tools.php'),(4028,'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),(4029,'wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),(4030,'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),(4031,'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),(4032,'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),(4033,'wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),(4034,'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),(4035,'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),(4036,'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),(4037,'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),(4038,'wp-content/plugins/wordfence/lib/sysinfo.php'),(4039,'wp-content/plugins/wordfence/lib/unknownFiles.php'),(4040,'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),(4041,'wp-content/plugins/wordfence/lib/wf503.php'),(4042,'wp-content/plugins/wordfence/lib/wfAPI.php'),(4043,'wp-content/plugins/wordfence/lib/wfActivityReport.php'),(4044,'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),(4045,'wp-content/plugins/wordfence/lib/wfArray.php'),(4046,'wp-content/plugins/wordfence/lib/wfBrowscap.php'),(4047,'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),(4048,'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),(4049,'wp-content/plugins/wordfence/lib/wfCache.php'),(4050,'wp-content/plugins/wordfence/lib/wfCentralAPI.php'),(4051,'wp-content/plugins/wordfence/lib/wfConfig.php'),(4052,'wp-content/plugins/wordfence/lib/wfCrawl.php'),(4053,'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),(4054,'wp-content/plugins/wordfence/lib/wfCrypt.php'),(4055,'wp-content/plugins/wordfence/lib/wfDB.php'),(4056,'wp-content/plugins/wordfence/lib/wfDashboard.php'),(4057,'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),(4058,'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),(4059,'wp-content/plugins/wordfence/lib/wfDict.php'),(4060,'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),(4061,'wp-content/plugins/wordfence/lib/wfHelperBin.php'),(4062,'wp-content/plugins/wordfence/lib/wfHelperString.php'),(4063,'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),(4064,'wp-content/plugins/wordfence/lib/wfImportExportController.php'),(4065,'wp-content/plugins/wordfence/lib/wfIssues.php'),(4066,'wp-content/plugins/wordfence/lib/wfJWT.php'),(4067,'wp-content/plugins/wordfence/lib/wfLockedOut.php'),(4068,'wp-content/plugins/wordfence/lib/wfLog.php'),(4069,'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),(4070,'wp-content/plugins/wordfence/lib/wfNotification.php'),(4071,'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),(4072,'wp-content/plugins/wordfence/lib/wfPersistenceController.php'),(4073,'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),(4074,'wp-content/plugins/wordfence/lib/wfScan.php'),(4075,'wp-content/plugins/wordfence/lib/wfScanEngine.php'),(4076,'wp-content/plugins/wordfence/lib/wfSchema.php'),(4077,'wp-content/plugins/wordfence/lib/wfStyle.php'),(4078,'wp-content/plugins/wordfence/lib/wfSupportController.php'),(4079,'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),(4080,'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),(4081,'wp-content/plugins/wordfence/lib/wfUtils.php'),(4082,'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),(4083,'wp-content/plugins/wordfence/lib/wfView.php'),(4084,'wp-content/plugins/wordfence/lib/wfViewResult.php'),(4085,'wp-content/plugins/wordfence/lib/wordfenceClass.php'),(4086,'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),(4087,'wp-content/plugins/wordfence/lib/wordfenceHash.php'),(4088,'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),(4089,'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),(4090,'wp-content/plugins/wordfence/models/.htaccess'),(4091,'wp-content/plugins/wordfence/models/block/wfBlock.php'),(4092,'wp-content/plugins/wordfence/models/block/wfRateLimit.php'),(4093,'wp-content/plugins/wordfence/models/common/wfGeoIP2.php'),(4094,'wp-content/plugins/wordfence/models/common/wfTab.php'),(4095,'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),(4096,'wp-content/plugins/wordfence/models/page/wfPage.php'),(4097,'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),(4098,'wp-content/plugins/wordfence/readme.txt'),(4099,'wp-content/plugins/wordfence/tmp/.htaccess'),(4100,'wp-content/plugins/wordfence/vendor/.htaccess'),(4101,'wp-content/plugins/wordfence/vendor/autoload.php'),(4102,'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),(4103,'wp-content/plugins/wordfence/vendor/composer/LICENSE'),(4104,'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),(4105,'wp-content/plugins/wordfence/vendor/composer/autoload_files.php'),(4106,'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),(4107,'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),(4108,'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),(4109,'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),(4110,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE'),(4111,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem'),(4112,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php'),(4113,'wp-content/plugins/wordfence/vendor/composer/installed.json'),(4114,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules'),(4115,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs'),(4116,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE'),(4117,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php'),(4118,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php'),(4119,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php'),(4120,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php'),(4121,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php'),(4122,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php'),(4123,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php'),(4124,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php'),(4125,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php'),(4126,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php'),(4127,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php'),(4128,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php'),(4129,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php'),(4130,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php'),(4131,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php'),(4132,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php'),(4133,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php'),(4134,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php'),(4135,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php'),(4136,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php'),(4137,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php'),(4138,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php'),(4139,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php'),(4140,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php'),(4141,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php'),(4142,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php'),(4143,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php'),(4144,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php'),(4145,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php'),(4146,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php'),(4147,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE'),(4148,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php'),(4149,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php'),(4150,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php'),(4151,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php'),(4152,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php'),(4153,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php'),(4154,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php'),(4155,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php'),(4156,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php'),(4157,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php'),(4158,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php'),(4159,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php'),(4160,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE'),(4161,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'),(4162,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'),(4163,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'),(4164,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'),(4165,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php'),(4166,'wp-content/plugins/wordfence/vendor/paragonie/random_compat/LICENSE'),(4167,'wp-content/plugins/wordfence/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),(4168,'wp-content/plugins/wordfence/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),(4169,'wp-content/plugins/wordfence/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),(4170,'wp-content/plugins/wordfence/vendor/paragonie/random_compat/lib/cast_to_int.php'),(4171,'wp-content/plugins/wordfence/vendor/paragonie/random_compat/lib/error_polyfill.php'),(4172,'wp-content/plugins/wordfence/vendor/paragonie/random_compat/lib/random.php'),(4173,'wp-content/plugins/wordfence/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),(4174,'wp-content/plugins/wordfence/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),(4175,'wp-content/plugins/wordfence/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),(4176,'wp-content/plugins/wordfence/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),(4177,'wp-content/plugins/wordfence/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),(4178,'wp-content/plugins/wordfence/vendor/paragonie/random_compat/lib/random_int.php'),(4179,'wp-content/plugins/wordfence/vendor/paragonie/random_compat/psalm-autoload.php'),(4180,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/LICENSE'),(4181,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/autoload-fast.php'),(4182,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/autoload-pedantic.php'),(4183,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/autoload.php'),(4184,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/lib/constants.php'),(4185,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/lib/namespaced.php'),(4186,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/lib/php72compat.php'),(4187,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),(4188,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Compat.php'),(4189,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),(4190,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(4191,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(4192,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),(4193,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(4194,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(4195,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(4196,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(4197,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(4198,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(4199,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),(4200,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),(4201,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),(4202,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),(4203,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),(4204,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),(4205,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),(4206,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),(4207,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),(4208,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),(4209,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),(4210,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),(4211,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),(4212,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),(4213,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/namespaced/File.php'),(4214,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Compat.php'),(4215,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),(4216,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),(4217,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(4218,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),(4219,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),(4220,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(4221,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(4222,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(4223,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(4224,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(4225,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),(4226,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),(4227,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),(4228,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),(4229,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),(4230,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),(4231,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),(4232,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),(4233,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),(4234,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/Util.php'),(4235,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/X25519.php'),(4236,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),(4237,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),(4238,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),(4239,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(4240,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(4241,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),(4242,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),(4243,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(4244,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(4245,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(4246,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(4247,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(4248,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),(4249,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),(4250,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),(4251,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),(4252,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),(4253,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),(4254,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),(4255,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),(4256,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),(4257,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),(4258,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),(4259,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/Util.php'),(4260,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),(4261,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),(4262,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),(4263,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Crypto.php'),(4264,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/Crypto32.php'),(4265,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/File.php'),(4266,'wp-content/plugins/wordfence/vendor/paragonie/sodium_compat/src/SodiumException.php'),(4267,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),(4268,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),(4269,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),(4270,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),(4271,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),(4272,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),(4273,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),(4274,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),(4275,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),(4276,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),(4277,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),(4278,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),(4279,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),(4280,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),(4281,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),(4282,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),(4283,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),(4284,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),(4285,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),(4286,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),(4287,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),(4288,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),(4289,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),(4290,'wp-content/plugins/wordfence/views/.htaccess'),(4291,'wp-content/plugins/wordfence/views/blocking/block-list.php'),(4292,'wp-content/plugins/wordfence/views/blocking/blocking-create.php'),(4293,'wp-content/plugins/wordfence/views/blocking/blocking-status.php'),(4294,'wp-content/plugins/wordfence/views/blocking/country-block-map.php'),(4295,'wp-content/plugins/wordfence/views/blocking/country-modal.php'),(4296,'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),(4297,'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),(4298,'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),(4299,'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),(4300,'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),(4301,'wp-content/plugins/wordfence/views/common/license.php'),(4302,'wp-content/plugins/wordfence/views/common/modal-prompt.php'),(4303,'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),(4304,'wp-content/plugins/wordfence/views/common/page-help.php'),(4305,'wp-content/plugins/wordfence/views/common/page-tabbar.php'),(4306,'wp-content/plugins/wordfence/views/common/page-title.php'),(4307,'wp-content/plugins/wordfence/views/common/section-subtitle.php'),(4308,'wp-content/plugins/wordfence/views/common/section-title.php'),(4309,'wp-content/plugins/wordfence/views/common/status-circular.php'),(4310,'wp-content/plugins/wordfence/views/common/status-critical.php'),(4311,'wp-content/plugins/wordfence/views/common/status-detail.php'),(4312,'wp-content/plugins/wordfence/views/common/status-tooltip.php'),(4313,'wp-content/plugins/wordfence/views/common/status-warning.php'),(4314,'wp-content/plugins/wordfence/views/common/unsubscribe.php'),(4315,'wp-content/plugins/wordfence/views/dashboard/global-status.php'),(4316,'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),(4317,'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),(4318,'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),(4319,'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),(4320,'wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),(4321,'wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),(4322,'wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),(4323,'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),(4324,'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),(4325,'wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),(4326,'wp-content/plugins/wordfence/views/gdpr/banner.php'),(4327,'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),(4328,'wp-content/plugins/wordfence/views/marketing/rightrail.php'),(4329,'wp-content/plugins/wordfence/views/onboarding/banner.php'),(4330,'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),(4331,'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),(4332,'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),(4333,'wp-content/plugins/wordfence/views/onboarding/overlay.php'),(4334,'wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),(4335,'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),(4336,'wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),(4337,'wp-content/plugins/wordfence/views/options/block-controls.php'),(4338,'wp-content/plugins/wordfence/views/options/option-label.php'),(4339,'wp-content/plugins/wordfence/views/options/option-select.php'),(4340,'wp-content/plugins/wordfence/views/options/option-switch.php'),(4341,'wp-content/plugins/wordfence/views/options/option-text.php'),(4342,'wp-content/plugins/wordfence/views/options/option-textarea.php'),(4343,'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),(4344,'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),(4345,'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),(4346,'wp-content/plugins/wordfence/views/options/option-toggled-select.php'),(4347,'wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),(4348,'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),(4349,'wp-content/plugins/wordfence/views/options/option-toggled.php'),(4350,'wp-content/plugins/wordfence/views/options/option-token.php'),(4351,'wp-content/plugins/wordfence/views/options/options-title.php'),(4352,'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),(4353,'wp-content/plugins/wordfence/views/reports/activity-report.php'),(4354,'wp-content/plugins/wordfence/views/scanner/issue-base.php'),(4355,'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),(4356,'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),(4357,'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),(4358,'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),(4359,'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),(4360,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),(4361,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),(4362,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),(4363,'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),(4364,'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),(4365,'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),(4366,'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),(4367,'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),(4368,'wp-content/plugins/wordfence/views/scanner/issue-database.php'),(4369,'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),(4370,'wp-content/plugins/wordfence/views/scanner/issue-dnsChange.php'),(4371,'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),(4372,'wp-content/plugins/wordfence/views/scanner/issue-file.php'),(4373,'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),(4374,'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),(4375,'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),(4376,'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),(4377,'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),(4378,'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),(4379,'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),(4380,'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),(4381,'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),(4382,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),(4383,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),(4384,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),(4385,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),(4386,'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),(4387,'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),(4388,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),(4389,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),(4390,'wp-content/plugins/wordfence/views/scanner/no-issues.php'),(4391,'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),(4392,'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),(4393,'wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),(4394,'wp-content/plugins/wordfence/views/scanner/options-group-general.php'),(4395,'wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),(4396,'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),(4397,'wp-content/plugins/wordfence/views/scanner/scan-failed.php'),(4398,'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),(4399,'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),(4400,'wp-content/plugins/wordfence/views/scanner/scan-progress.php'),(4401,'wp-content/plugins/wordfence/views/scanner/scan-results.php'),(4402,'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),(4403,'wp-content/plugins/wordfence/views/scanner/scan-starter.php'),(4404,'wp-content/plugins/wordfence/views/scanner/scan-type.php'),(4405,'wp-content/plugins/wordfence/views/scanner/scanner-status.php'),(4406,'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),(4407,'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),(4408,'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),(4409,'wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),(4410,'wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),(4411,'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),(4412,'wp-content/plugins/wordfence/views/waf/debug.php'),(4413,'wp-content/plugins/wordfence/views/waf/firewall-status.php'),(4414,'wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),(4415,'wp-content/plugins/wordfence/views/waf/option-rules.php'),(4416,'wp-content/plugins/wordfence/views/waf/option-whitelist.php'),(4417,'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),(4418,'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),(4419,'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),(4420,'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),(4421,'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),(4422,'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),(4423,'wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),(4424,'wp-content/plugins/wordfence/views/waf/waf-install-success.php'),(4425,'wp-content/plugins/wordfence/views/waf/waf-install.php'),(4426,'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),(4427,'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),(4428,'wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),(4429,'wp-content/plugins/wordfence/waf/.htaccess'),(4430,'wp-content/plugins/wordfence/waf/bootstrap.php'),(4431,'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php'),(4432,'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),(4433,'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),(4434,'wp-content/plugins/wordfence/wordfence.php'),(4435,'wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php'),(4436,'wp-content/plugins/wordpress-seo/admin/ajax/class-recalculate-scores-ajax.php'),(4437,'wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php'),(4438,'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php'),(4439,'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-onpage-ajax.php'),(4440,'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php'),(4441,'wp-content/plugins/wordpress-seo/admin/ajax.php'),(4442,'wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php'),(4443,'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php'),(4444,'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php'),(4445,'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php'),(4446,'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php'),(4447,'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php'),(4448,'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php'),(4449,'wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php'),(4450,'wp-content/plugins/wordpress-seo/admin/class-add-keyword-modal.php'),(4451,'wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php'),(4452,'wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php'),(4453,'wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php'),(4454,'wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php'),(4455,'wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php'),(4456,'wp-content/plugins/wordpress-seo/admin/class-admin-asset-yoast-components-l10n.php'),(4457,'wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php'),(4458,'wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php'),(4459,'wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php'),(4460,'wp-content/plugins/wordpress-seo/admin/class-admin-init.php'),(4461,'wp-content/plugins/wordpress-seo/admin/class-admin-media-purge-notification.php'),(4462,'wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php'),(4463,'wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php'),(4464,'wp-content/plugins/wordpress-seo/admin/class-admin-utils.php'),(4465,'wp-content/plugins/wordpress-seo/admin/class-admin.php'),(4466,'wp-content/plugins/wordpress-seo/admin/class-asset.php'),(4467,'wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php'),(4468,'wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php'),(4469,'wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php'),(4470,'wp-content/plugins/wordpress-seo/admin/class-collector.php'),(4471,'wp-content/plugins/wordpress-seo/admin/class-config.php'),(4472,'wp-content/plugins/wordpress-seo/admin/class-customizer.php'),(4473,'wp-content/plugins/wordpress-seo/admin/class-database-proxy.php'),(4474,'wp-content/plugins/wordpress-seo/admin/class-export.php'),(4475,'wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php'),(4476,'wp-content/plugins/wordpress-seo/admin/class-extension-manager.php'),(4477,'wp-content/plugins/wordpress-seo/admin/class-extension.php'),(4478,'wp-content/plugins/wordpress-seo/admin/class-extensions.php'),(4479,'wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php'),(4480,'wp-content/plugins/wordpress-seo/admin/class-help-center-item.php'),(4481,'wp-content/plugins/wordpress-seo/admin/class-help-center.php'),(4482,'wp-content/plugins/wordpress-seo/admin/class-keyword-synonyms-modal.php'),(4483,'wp-content/plugins/wordpress-seo/admin/class-license-page-manager.php'),(4484,'wp-content/plugins/wordpress-seo/admin/class-meta-columns.php'),(4485,'wp-content/plugins/wordpress-seo/admin/class-meta-storage.php'),(4486,'wp-content/plugins/wordpress-seo/admin/class-meta-table-accessible.php'),(4487,'wp-content/plugins/wordpress-seo/admin/class-multiple-keywords-modal.php'),(4488,'wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php'),(4489,'wp-content/plugins/wordpress-seo/admin/class-my-yoast-route.php'),(4490,'wp-content/plugins/wordpress-seo/admin/class-option-tab.php'),(4491,'wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php'),(4492,'wp-content/plugins/wordpress-seo/admin/class-option-tabs.php'),(4493,'wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php'),(4494,'wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php'),(4495,'wp-content/plugins/wordpress-seo/admin/class-plugin-compatibility.php'),(4496,'wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php'),(4497,'wp-content/plugins/wordpress-seo/admin/class-premium-popup.php'),(4498,'wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php'),(4499,'wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php'),(4500,'wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php'),(4501,'wp-content/plugins/wordpress-seo/admin/class-recalculate-scores.php'),(4502,'wp-content/plugins/wordpress-seo/admin/class-remote-request.php'),(4503,'wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php'),(4504,'wp-content/plugins/wordpress-seo/admin/class-social-admin.php'),(4505,'wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php'),(4506,'wp-content/plugins/wordpress-seo/admin/class-yoast-alerts.php'),(4507,'wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php'),(4508,'wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php'),(4509,'wp-content/plugins/wordpress-seo/admin/class-yoast-form.php'),(4510,'wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php'),(4511,'wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php'),(4512,'wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php'),(4513,'wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php'),(4514,'wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php'),(4515,'wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php'),(4516,'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-components.php'),(4517,'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-endpoint.php'),(4518,'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-options-adapter.php'),(4519,'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-page.php'),(4520,'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-service.php'),(4521,'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-storage.php'),(4522,'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-structure.php'),(4523,'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-translations.php'),(4524,'wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-connect-google-search-console.php'),(4525,'wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-mailchimp-signup.php'),(4526,'wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-suggestions.php'),(4527,'wp-content/plugins/wordpress-seo/admin/config-ui/components/interface-component.php'),(4528,'wp-content/plugins/wordpress-seo/admin/config-ui/factories/class-factory-post-type.php'),(4529,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice-post-type.php'),(4530,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice.php'),(4531,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-info-missing.php'),(4532,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-logo.php'),(4533,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-name.php'),(4534,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-or-person.php'),(4535,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-connect-google-search-console.php'),(4536,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-environment.php'),(4537,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-google-search-console-intro.php'),(4538,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-mailchimp-signup.php'),(4539,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-multiple-authors.php'),(4540,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-person.php'),(4541,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-post-type-visibility.php'),(4542,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-facebook.php'),(4543,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-instagram.php'),(4544,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-linkedin.php'),(4545,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-myspace.php'),(4546,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-pinterest.php'),(4547,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-twitter.php'),(4548,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-wikipedia.php'),(4549,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-youtube.php'),(4550,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-separator.php'),(4551,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-name.php'),(4552,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-type.php'),(4553,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-success-message.php'),(4554,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-suggestions.php'),(4555,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-title-intro.php'),(4556,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-upsell-configuration-service.php'),(4557,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-upsell-site-review.php'),(4558,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field.php'),(4559,'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php'),(4560,'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-indexable.php'),(4561,'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-ryte.php'),(4562,'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php'),(4563,'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php'),(4564,'wp-content/plugins/wordpress-seo/admin/endpoints/interface-endpoint-storable.php'),(4565,'wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php'),(4566,'wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php'),(4567,'wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php'),(4568,'wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php'),(4569,'wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php'),(4570,'wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php'),(4571,'wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php'),(4572,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-ajax.php'),(4573,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-bulk-action.php'),(4574,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-category-filters.php'),(4575,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-config.php'),(4576,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-count.php'),(4577,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issue.php'),(4578,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issues.php'),(4579,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-mapper.php'),(4580,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-marker.php'),(4581,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-modal.php'),(4582,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-platform-tabs.php'),(4583,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-service.php'),(4584,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-settings.php'),(4585,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-table.php'),(4586,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php'),(4587,'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php'),(4588,'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php'),(4589,'wp-content/plugins/wordpress-seo/admin/help_center/class-template-variables-tab.php'),(4590,'wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php'),(4591,'wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php'),(4592,'wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php'),(4593,'wp-content/plugins/wordpress-seo/admin/import/class-import-status.php'),(4594,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php'),(4595,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php'),(4596,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php'),(4597,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php'),(4598,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php'),(4599,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php'),(4600,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php'),(4601,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php'),(4602,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php'),(4603,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php'),(4604,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php'),(4605,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php'),(4606,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php'),(4607,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php'),(4608,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php'),(4609,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php'),(4610,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php'),(4611,'wp-content/plugins/wordpress-seo/admin/index.php'),(4612,'wp-content/plugins/wordpress-seo/admin/interface-collection.php'),(4613,'wp-content/plugins/wordpress-seo/admin/interface-installable.php'),(4614,'wp-content/plugins/wordpress-seo/admin/links/class-link-cleanup-transient.php'),(4615,'wp-content/plugins/wordpress-seo/admin/links/class-link-column-count.php'),(4616,'wp-content/plugins/wordpress-seo/admin/links/class-link-columns.php'),(4617,'wp-content/plugins/wordpress-seo/admin/links/class-link-compatibility-notifier.php'),(4618,'wp-content/plugins/wordpress-seo/admin/links/class-link-content-processor.php'),(4619,'wp-content/plugins/wordpress-seo/admin/links/class-link-extractor.php'),(4620,'wp-content/plugins/wordpress-seo/admin/links/class-link-factory.php'),(4621,'wp-content/plugins/wordpress-seo/admin/links/class-link-filter.php'),(4622,'wp-content/plugins/wordpress-seo/admin/links/class-link-installer.php'),(4623,'wp-content/plugins/wordpress-seo/admin/links/class-link-internal-lookup.php'),(4624,'wp-content/plugins/wordpress-seo/admin/links/class-link-notifier.php'),(4625,'wp-content/plugins/wordpress-seo/admin/links/class-link-query.php'),(4626,'wp-content/plugins/wordpress-seo/admin/links/class-link-reindex-dashboard.php'),(4627,'wp-content/plugins/wordpress-seo/admin/links/class-link-reindex-post-endpoint.php'),(4628,'wp-content/plugins/wordpress-seo/admin/links/class-link-reindex-post-service.php'),(4629,'wp-content/plugins/wordpress-seo/admin/links/class-link-storage.php'),(4630,'wp-content/plugins/wordpress-seo/admin/links/class-link-table-accessible-notifier.php'),(4631,'wp-content/plugins/wordpress-seo/admin/links/class-link-table-accessible.php'),(4632,'wp-content/plugins/wordpress-seo/admin/links/class-link-type-classifier.php'),(4633,'wp-content/plugins/wordpress-seo/admin/links/class-link-utils.php'),(4634,'wp-content/plugins/wordpress-seo/admin/links/class-link-watcher-loader.php'),(4635,'wp-content/plugins/wordpress-seo/admin/links/class-link-watcher.php'),(4636,'wp-content/plugins/wordpress-seo/admin/links/class-link.php'),(4637,'wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php'),(4638,'wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php'),(4639,'wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php'),(4640,'wp-content/plugins/wordpress-seo/admin/menu/class-menu.php'),(4641,'wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php'),(4642,'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php'),(4643,'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php'),(4644,'wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php'),(4645,'wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php'),(4646,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php'),(4647,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php'),(4648,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php'),(4649,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php'),(4650,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php'),(4651,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php'),(4652,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php'),(4653,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php'),(4654,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php'),(4655,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php'),(4656,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php'),(4657,'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php'),(4658,'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php'),(4659,'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php'),(4660,'wp-content/plugins/wordpress-seo/admin/notifiers/class-configuration-notifier.php'),(4661,'wp-content/plugins/wordpress-seo/admin/notifiers/class-post-type-archive-notification-handler.php'),(4662,'wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php'),(4663,'wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php'),(4664,'wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-option.php'),(4665,'wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-request.php'),(4666,'wp-content/plugins/wordpress-seo/admin/onpage/class-onpage.php'),(4667,'wp-content/plugins/wordpress-seo/admin/onpage/class-ryte-service.php'),(4668,'wp-content/plugins/wordpress-seo/admin/pages/dashboard.php'),(4669,'wp-content/plugins/wordpress-seo/admin/pages/licenses.php'),(4670,'wp-content/plugins/wordpress-seo/admin/pages/metas.php'),(4671,'wp-content/plugins/wordpress-seo/admin/pages/network.php'),(4672,'wp-content/plugins/wordpress-seo/admin/pages/social.php'),(4673,'wp-content/plugins/wordpress-seo/admin/pages/tools.php'),(4674,'wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-posts.php'),(4675,'wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-terms.php'),(4676,'wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate.php'),(4677,'wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php'),(4678,'wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php'),(4679,'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php'),(4680,'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-vip.php'),(4681,'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php'),(4682,'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php'),(4683,'wp-content/plugins/wordpress-seo/admin/services/class-file-size.php'),(4684,'wp-content/plugins/wordpress-seo/admin/services/class-indexable-post-provider.php'),(4685,'wp-content/plugins/wordpress-seo/admin/services/class-indexable-provider.php'),(4686,'wp-content/plugins/wordpress-seo/admin/services/class-indexable-term-provider.php'),(4687,'wp-content/plugins/wordpress-seo/admin/services/class-indexable.php'),(4688,'wp-content/plugins/wordpress-seo/admin/services/interface-indexable-provider.php'),(4689,'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php'),(4690,'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php'),(4691,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php'),(4692,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-content-fields.php'),(4693,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php'),(4694,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php'),(4695,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php'),(4696,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-settings-fields.php'),(4697,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-social-fields.php'),(4698,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php'),(4699,'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php'),(4700,'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php'),(4701,'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php'),(4702,'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php'),(4703,'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php'),(4704,'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php'),(4705,'wp-content/plugins/wordpress-seo/admin/views/class-view-utils.php'),(4706,'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php'),(4707,'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php'),(4708,'wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php'),(4709,'wp-content/plugins/wordpress-seo/admin/views/form/fieldset.php'),(4710,'wp-content/plugins/wordpress-seo/admin/views/form/select.php'),(4711,'wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php'),(4712,'wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php'),(4713,'wp-content/plugins/wordpress-seo/admin/views/licenses.php'),(4714,'wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php'),(4715,'wp-content/plugins/wordpress-seo/admin/views/partial-alerts-errors.php'),(4716,'wp-content/plugins/wordpress-seo/admin/views/partial-alerts-template.php'),(4717,'wp-content/plugins/wordpress-seo/admin/views/partial-alerts-warnings.php'),(4718,'wp-content/plugins/wordpress-seo/admin/views/sidebar.php'),(4719,'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php'),(4720,'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php'),(4721,'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php'),(4722,'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php'),(4723,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives/help.php'),(4724,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php'),(4725,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/breadcrumbs.php'),(4726,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php'),(4727,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/media.php'),(4728,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/author-archive-settings.php'),(4729,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/breadcrumbs-content.php'),(4730,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/date-archives-settings.php'),(4731,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/force-rewrite-title.php'),(4732,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/homepage.php'),(4733,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/knowledge-graph.php'),(4734,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/title-separator.php'),(4735,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general-content.php'),(4736,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/media-content.php'),(4737,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post-type-content.php'),(4738,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/post-type.php'),(4739,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/woocommerce-shop-page.php'),(4740,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/rss-content.php'),(4741,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/special-pages.php'),(4742,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/taxonomy-content.php'),(4743,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php'),(4744,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/rss.php'),(4745,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies/category-url.php'),(4746,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php'),(4747,'wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php'),(4748,'wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php'),(4749,'wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php'),(4750,'wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php'),(4751,'wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php'),(4752,'wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php'),(4753,'wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php'),(4754,'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php'),(4755,'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php'),(4756,'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php'),(4757,'wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php'),(4758,'wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php'),(4759,'wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php'),(4760,'wp-content/plugins/wordpress-seo/admin/views/user-profile.php'),(4761,'wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php'),(4762,'wp-content/plugins/wordpress-seo/cli/class-cli-redirect-upsell-command-namespace.php'),(4763,'wp-content/plugins/wordpress-seo/cli/class-cli-yoast-command-namespace.php'),(4764,'wp-content/plugins/wordpress-seo/config/composer/actions.php'),(4765,'wp-content/plugins/wordpress-seo/config/dependency-injection/container-compiler.php'),(4766,'wp-content/plugins/wordpress-seo/config/dependency-injection/custom-loader.php'),(4767,'wp-content/plugins/wordpress-seo/config/dependency-injection/loader-pass.php'),(4768,'wp-content/plugins/wordpress-seo/config/dependency-injection/services.php'),(4769,'wp-content/plugins/wordpress-seo/config/php-codeshift/remove-vendor-prefixing-array-key-visitor.php'),(4770,'wp-content/plugins/wordpress-seo/config/php-codeshift/remove-vendor-prefixing-codemod.php'),(4771,'wp-content/plugins/wordpress-seo/config/php-codeshift/remove-vendor-prefixing-comment-visitor.php'),(4772,'wp-content/plugins/wordpress-seo/config/php-codeshift/remove-vendor-prefixing-visitor.php'),(4773,'wp-content/plugins/wordpress-seo/config/php-scoper/dependency-injection.inc.php'),(4774,'wp-content/plugins/wordpress-seo/config/php-scoper/guzzlehttp.inc.php'),(4775,'wp-content/plugins/wordpress-seo/config/php-scoper/idiorm.inc.php'),(4776,'wp-content/plugins/wordpress-seo/config/php-scoper/oauth2-client.inc.php'),(4777,'wp-content/plugins/wordpress-seo/config/php-scoper/psr.inc.php'),(4778,'wp-content/plugins/wordpress-seo/config/php-scoper/ruckusing.inc.php'),(4779,'wp-content/plugins/wordpress-seo/css/dist/admin-global-1230-rtl.min.css'),(4780,'wp-content/plugins/wordpress-seo/css/dist/admin-global-1230.min.css'),(4781,'wp-content/plugins/wordpress-seo/css/dist/adminbar-1230-rtl.min.css'),(4782,'wp-content/plugins/wordpress-seo/css/dist/adminbar-1230.min.css'),(4783,'wp-content/plugins/wordpress-seo/css/dist/alerts-1230-rtl.min.css'),(4784,'wp-content/plugins/wordpress-seo/css/dist/alerts-1230.min.css'),(4785,'wp-content/plugins/wordpress-seo/css/dist/dashboard-1230-rtl.min.css'),(4786,'wp-content/plugins/wordpress-seo/css/dist/dashboard-1230.min.css'),(4787,'wp-content/plugins/wordpress-seo/css/dist/edit-page-1230-rtl.min.css'),(4788,'wp-content/plugins/wordpress-seo/css/dist/edit-page-1230.min.css'),(4789,'wp-content/plugins/wordpress-seo/css/dist/featured-image-1230-rtl.min.css'),(4790,'wp-content/plugins/wordpress-seo/css/dist/featured-image-1230.min.css'),(4791,'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1230-rtl.min.css'),(4792,'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1230.min.css'),(4793,'wp-content/plugins/wordpress-seo/css/dist/inside-editor-1230-rtl.min.css'),(4794,'wp-content/plugins/wordpress-seo/css/dist/inside-editor-1230.min.css'),(4795,'wp-content/plugins/wordpress-seo/css/dist/metabox-1230-rtl.min.css'),(4796,'wp-content/plugins/wordpress-seo/css/dist/metabox-1230.min.css'),(4797,'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1230-rtl.min.css'),(4798,'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1230.min.css'),(4799,'wp-content/plugins/wordpress-seo/css/dist/search-appearance-1230-rtl.min.css'),(4800,'wp-content/plugins/wordpress-seo/css/dist/search-appearance-1230.min.css'),(4801,'wp-content/plugins/wordpress-seo/css/dist/select2/select2-rtl.min.css'),(4802,'wp-content/plugins/wordpress-seo/css/dist/select2/select2.min.css'),(4803,'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1230-rtl.min.css'),(4804,'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1230.min.css'),(4805,'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1230-rtl.min.css'),(4806,'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1230.min.css'),(4807,'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1230-rtl.min.css'),(4808,'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1230.min.css'),(4809,'wp-content/plugins/wordpress-seo/css/dist/yoast-components-1230-rtl.min.css'),(4810,'wp-content/plugins/wordpress-seo/css/dist/yoast-components-1230.min.css'),(4811,'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1230-rtl.min.css'),(4812,'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1230.min.css'),(4813,'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1230-rtl.min.css'),(4814,'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1230.min.css'),(4815,'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1230-rtl.min.css'),(4816,'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1230.min.css'),(4817,'wp-content/plugins/wordpress-seo/css/main-sitemap.xsl'),(4818,'wp-content/plugins/wordpress-seo/deprecated/admin/class-metabox-tab-section.php'),(4819,'wp-content/plugins/wordpress-seo/deprecated/admin/config-ui/fields/class-field-profile-url-googleplus.php'),(4820,'wp-content/plugins/wordpress-seo/deprecated/class-cornerstone.php'),(4821,'wp-content/plugins/wordpress-seo/deprecated/class-metabox-addon-section.php'),(4822,'wp-content/plugins/wordpress-seo/deprecated/class-recalibration-beta-notification.php'),(4823,'wp-content/plugins/wordpress-seo/deprecated/class-recalibration-beta.php'),(4824,'wp-content/plugins/wordpress-seo/deprecated/class-submenu-hider.php'),(4825,'wp-content/plugins/wordpress-seo/deprecated/class-wpseo-advanced-settings.php'),(4826,'wp-content/plugins/wordpress-seo/deprecated/class-wpseo-option-internallinks.php'),(4827,'wp-content/plugins/wordpress-seo/deprecated/class-wpseo-option-permalinks.php'),(4828,'wp-content/plugins/wordpress-seo/deprecated/class-yoast-form-fieldset.php'),(4829,'wp-content/plugins/wordpress-seo/deprecated/class-yoast-modal.php'),(4830,'wp-content/plugins/wordpress-seo/deprecated/index.php'),(4831,'wp-content/plugins/wordpress-seo/frontend/class-breadcrumbs.php'),(4832,'wp-content/plugins/wordpress-seo/frontend/class-frontend-page-type.php'),(4833,'wp-content/plugins/wordpress-seo/frontend/class-frontend.php'),(4834,'wp-content/plugins/wordpress-seo/frontend/class-handle-404.php'),(4835,'wp-content/plugins/wordpress-seo/frontend/class-opengraph-image.php'),(4836,'wp-content/plugins/wordpress-seo/frontend/class-opengraph-oembed.php'),(4837,'wp-content/plugins/wordpress-seo/frontend/class-opengraph.php'),(4838,'wp-content/plugins/wordpress-seo/frontend/class-primary-category.php'),(4839,'wp-content/plugins/wordpress-seo/frontend/class-remove-reply-to-com.php'),(4840,'wp-content/plugins/wordpress-seo/frontend/class-twitter.php'),(4841,'wp-content/plugins/wordpress-seo/frontend/class-woocommerce-shop-page.php'),(4842,'wp-content/plugins/wordpress-seo/frontend/index.php'),(4843,'wp-content/plugins/wordpress-seo/frontend/schema/class-schema-article.php'),(4844,'wp-content/plugins/wordpress-seo/frontend/schema/class-schema-author.php'),(4845,'wp-content/plugins/wordpress-seo/frontend/schema/class-schema-breadcrumb.php'),(4846,'wp-content/plugins/wordpress-seo/frontend/schema/class-schema-context.php'),(4847,'wp-content/plugins/wordpress-seo/frontend/schema/class-schema-faq-question-list.php'),(4848,'wp-content/plugins/wordpress-seo/frontend/schema/class-schema-faq-questions.php'),(4849,'wp-content/plugins/wordpress-seo/frontend/schema/class-schema-faq.php'),(4850,'wp-content/plugins/wordpress-seo/frontend/schema/class-schema-howto.php'),(4851,'wp-content/plugins/wordpress-seo/frontend/schema/class-schema-ids.php'),(4852,'wp-content/plugins/wordpress-seo/frontend/schema/class-schema-image.php'),(4853,'wp-content/plugins/wordpress-seo/frontend/schema/class-schema-main-image.php'),(4854,'wp-content/plugins/wordpress-seo/frontend/schema/class-schema-organization.php'),(4855,'wp-content/plugins/wordpress-seo/frontend/schema/class-schema-person.php'),(4856,'wp-content/plugins/wordpress-seo/frontend/schema/class-schema-utils.php'),(4857,'wp-content/plugins/wordpress-seo/frontend/schema/class-schema-webpage.php'),(4858,'wp-content/plugins/wordpress-seo/frontend/schema/class-schema-website.php'),(4859,'wp-content/plugins/wordpress-seo/frontend/schema/class-schema.php'),(4860,'wp-content/plugins/wordpress-seo/frontend/schema/interface-wpseo-graph-piece.php'),(4861,'wp-content/plugins/wordpress-seo/images/Local_SEO_Icon.svg'),(4862,'wp-content/plugins/wordpress-seo/images/News_SEO_Icon.svg'),(4863,'wp-content/plugins/wordpress-seo/images/SEO_for_beginners.svg'),(4864,'wp-content/plugins/wordpress-seo/images/Video_SEO_Icon.svg'),(4865,'wp-content/plugins/wordpress-seo/images/Woo_SEO_Icon.svg'),(4866,'wp-content/plugins/wordpress-seo/images/Yoast_Academy_video.png'),(4867,'wp-content/plugins/wordpress-seo/images/Yoast_SEO_Icon.svg'),(4868,'wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg'),(4869,'wp-content/plugins/wordpress-seo/images/Yoast_icon_kader.svg'),(4870,'wp-content/plugins/wordpress-seo/images/all-round-SEO.svg'),(4871,'wp-content/plugins/wordpress-seo/images/brushstroke_background.svg'),(4872,'wp-content/plugins/wordpress-seo/images/error-icon.svg'),(4873,'wp-content/plugins/wordpress-seo/images/extensions-local.png'),(4874,'wp-content/plugins/wordpress-seo/images/extensions-news.png'),(4875,'wp-content/plugins/wordpress-seo/images/extensions-premium-ribbon.png'),(4876,'wp-content/plugins/wordpress-seo/images/extensions-video.png'),(4877,'wp-content/plugins/wordpress-seo/images/extensions-woo.png'),(4878,'wp-content/plugins/wordpress-seo/images/index.php'),(4879,'wp-content/plugins/wordpress-seo/images/link-in-icon.svg'),(4880,'wp-content/plugins/wordpress-seo/images/link-out-icon.svg'),(4881,'wp-content/plugins/wordpress-seo/images/local_assistant.svg'),(4882,'wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg'),(4883,'wp-content/plugins/wordpress-seo/images/newsletter-collage.png'),(4884,'wp-content/plugins/wordpress-seo/images/question-mark.png'),(4885,'wp-content/plugins/wordpress-seo/images/readability-icon.svg'),(4886,'wp-content/plugins/wordpress-seo/images/support-team.svg'),(4887,'wp-content/plugins/wordpress-seo/images/yoast_seo_for_wp_2.svg'),(4888,'wp-content/plugins/wordpress-seo/inc/class-addon-manager.php'),(4889,'wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php'),(4890,'wp-content/plugins/wordpress-seo/inc/class-post-type.php'),(4891,'wp-content/plugins/wordpress-seo/inc/class-rewrite.php'),(4892,'wp-content/plugins/wordpress-seo/inc/class-structured-data-blocks.php'),(4893,'wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php'),(4894,'wp-content/plugins/wordpress-seo/inc/class-upgrade.php'),(4895,'wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php'),(4896,'wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php'),(4897,'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php'),(4898,'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php'),(4899,'wp-content/plugins/wordpress-seo/inc/class-wpseo-endpoint-factory.php'),(4900,'wp-content/plugins/wordpress-seo/inc/class-wpseo-features.php'),(4901,'wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php'),(4902,'wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php'),(4903,'wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php'),(4904,'wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php'),(4905,'wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php'),(4906,'wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php'),(4907,'wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php'),(4908,'wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php'),(4909,'wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php'),(4910,'wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php'),(4911,'wp-content/plugins/wordpress-seo/inc/class-wpseo-validator.php'),(4912,'wp-content/plugins/wordpress-seo/inc/endpoints/class-myyoast-connect.php'),(4913,'wp-content/plugins/wordpress-seo/inc/exceptions/class-invalid-argument-exception.php'),(4914,'wp-content/plugins/wordpress-seo/inc/exceptions/class-invalid-indexable-exception.php'),(4915,'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-authentication-exception.php'),(4916,'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php'),(4917,'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php'),(4918,'wp-content/plugins/wordpress-seo/inc/exceptions/class-rest-request-exception.php'),(4919,'wp-content/plugins/wordpress-seo/inc/health-check.php'),(4920,'wp-content/plugins/wordpress-seo/inc/index.php'),(4921,'wp-content/plugins/wordpress-seo/inc/indexables/class-indexable.php'),(4922,'wp-content/plugins/wordpress-seo/inc/indexables/class-object-type.php'),(4923,'wp-content/plugins/wordpress-seo/inc/indexables/class-post-indexable.php'),(4924,'wp-content/plugins/wordpress-seo/inc/indexables/class-post-object-type.php'),(4925,'wp-content/plugins/wordpress-seo/inc/indexables/class-term-indexable.php'),(4926,'wp-content/plugins/wordpress-seo/inc/indexables/class-term-object-type.php'),(4927,'wp-content/plugins/wordpress-seo/inc/indexables/validators/class-endpoint-validator.php'),(4928,'wp-content/plugins/wordpress-seo/inc/indexables/validators/class-keyword-validator.php'),(4929,'wp-content/plugins/wordpress-seo/inc/indexables/validators/class-link-validator.php'),(4930,'wp-content/plugins/wordpress-seo/inc/indexables/validators/class-meta-values-validator.php'),(4931,'wp-content/plugins/wordpress-seo/inc/indexables/validators/class-object-type-validator.php'),(4932,'wp-content/plugins/wordpress-seo/inc/indexables/validators/class-opengraph-validator.php'),(4933,'wp-content/plugins/wordpress-seo/inc/indexables/validators/class-robots-validator.php'),(4934,'wp-content/plugins/wordpress-seo/inc/indexables/validators/class-twitter-validator.php'),(4935,'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php'),(4936,'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php'),(4937,'wp-content/plugins/wordpress-seo/inc/language-utils.php'),(4938,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php'),(4939,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php'),(4940,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php'),(4941,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php'),(4942,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php'),(4943,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options-backfill.php'),(4944,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php'),(4945,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php'),(4946,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php'),(4947,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php'),(4948,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php'),(4949,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php'),(4950,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-timezone.php'),(4951,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php'),(4952,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php'),(4953,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php'),(4954,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php'),(4955,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php'),(4956,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php'),(4957,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php'),(4958,'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php'),(4959,'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php'),(4960,'wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php'),(4961,'wp-content/plugins/wordpress-seo/inc/wpseo-functions.php'),(4962,'wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php'),(4963,'wp-content/plugins/wordpress-seo/index.php'),(4964,'wp-content/plugins/wordpress-seo/js/dist/analysis-1230.min.js'),(4965,'wp-content/plugins/wordpress-seo/js/dist/babel-polyfill-1230.min.js'),(4966,'wp-content/plugins/wordpress-seo/js/dist/commons-1230.min.js'),(4967,'wp-content/plugins/wordpress-seo/js/dist/components-1230.min.js'),(4968,'wp-content/plugins/wordpress-seo/js/dist/configuration-wizard-1230.min.js'),(4969,'wp-content/plugins/wordpress-seo/js/dist/search-appearance-1230.min.js'),(4970,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/af.js'),(4971,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ar.js'),(4972,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/az.js'),(4973,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bg.js'),(4974,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bs.js'),(4975,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ca.js'),(4976,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/cs.js'),(4977,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/da.js'),(4978,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/de.js'),(4979,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/dsb.js'),(4980,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/el.js'),(4981,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/en.js'),(4982,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/es.js'),(4983,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/et.js'),(4984,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eu.js'),(4985,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fa.js'),(4986,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fi.js'),(4987,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fr.js'),(4988,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/gl.js'),(4989,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/he.js'),(4990,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hi.js'),(4991,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hr.js'),(4992,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hsb.js'),(4993,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hu.js'),(4994,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hy.js'),(4995,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/id.js'),(4996,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/is.js'),(4997,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/it.js'),(4998,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ja.js'),(4999,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/km.js'),(5000,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ko.js'),(5001,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lt.js'),(5002,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lv.js'),(5003,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/mk.js'),(5004,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ms.js'),(5005,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nb.js'),(5006,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nl.js'),(5007,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pl.js'),(5008,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ps.js'),(5009,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt-BR.js'),(5010,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt.js'),(5011,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ro.js'),(5012,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ru.js'),(5013,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sk.js'),(5014,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sl.js'),(5015,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr-Cyrl.js'),(5016,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr.js'),(5017,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sv.js'),(5018,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/th.js'),(5019,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tr.js'),(5020,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/uk.js'),(5021,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/vi.js'),(5022,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-CN.js'),(5023,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-TW.js'),(5024,'wp-content/plugins/wordpress-seo/js/dist/select2/select2.full.min.js'),(5025,'wp-content/plugins/wordpress-seo/js/dist/styled-components-1230.min.js'),(5026,'wp-content/plugins/wordpress-seo/js/dist/wp-apiFetch-1230.min.js'),(5027,'wp-content/plugins/wordpress-seo/js/dist/wp-components-1230.min.js'),(5028,'wp-content/plugins/wordpress-seo/js/dist/wp-compose-1230.min.js'),(5029,'wp-content/plugins/wordpress-seo/js/dist/wp-data-1230.min.js'),(5030,'wp-content/plugins/wordpress-seo/js/dist/wp-element-1230.min.js'),(5031,'wp-content/plugins/wordpress-seo/js/dist/wp-i18n-1230.min.js'),(5032,'wp-content/plugins/wordpress-seo/js/dist/wp-richText-1230.min.js'),(5033,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-1230.min.js'),(5034,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-global-1230.min.js'),(5035,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-gsc-1230.min.js'),(5036,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-media-1230.min.js'),(5037,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-analysis-worker-1230.min.js'),(5038,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-api-1230.min.js'),(5039,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-bulk-editor-1230.min.js'),(5040,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-dashboard-widget-1230.min.js'),(5041,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-edit-page-1230.min.js'),(5042,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-featured-image-1230.min.js'),(5043,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-filter-explanation-1230.min.js'),(5044,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-help-center-1230.min.js'),(5045,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-metabox-1230.min.js'),(5046,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-metabox-category-1230.min.js'),(5047,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-modal-1230.min.js'),(5048,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-network-admin-1230.min.js'),(5049,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-post-scraper-1230.min.js'),(5050,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-quick-edit-handler-1230.min.js'),(5051,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-recalculate-1230.min.js'),(5052,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-reindex-links-1230.min.js'),(5053,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-replacevar-plugin-1230.min.js'),(5054,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-shortcode-plugin-1230.min.js'),(5055,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-structured-data-blocks-1230.min.js'),(5056,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-term-scraper-1230.min.js'),(5057,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-used-keywords-assessment-1230.min.js'),(5058,'wp-content/plugins/wordpress-seo/js/vendor/lodash-noconflict.js'),(5059,'wp-content/plugins/wordpress-seo/js/vendor/lodash.min.js'),(5060,'wp-content/plugins/wordpress-seo/js/vendor/react-dom.min.js'),(5061,'wp-content/plugins/wordpress-seo/js/vendor/react.min.js'),(5062,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-bg_BG.json'),(5063,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-bs_BA.json'),(5064,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ca.json'),(5065,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-cs_CZ.json'),(5066,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-da_DK.json'),(5067,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-de_CH.json'),(5068,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-de_DE.json'),(5069,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-el.json'),(5070,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_AU.json'),(5071,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_CA.json'),(5072,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_GB.json'),(5073,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_NZ.json'),(5074,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_ZA.json'),(5075,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_AR.json'),(5076,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_ES.json'),(5077,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_MX.json'),(5078,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_PE.json'),(5079,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_VE.json'),(5080,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fa_IR.json'),(5081,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_CA.json'),(5082,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_FR.json'),(5083,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-gl_ES.json'),(5084,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-he_IL.json'),(5085,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-hr.json'),(5086,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-hu_HU.json'),(5087,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-it_IT.json'),(5088,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ja.json'),(5089,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-nb_NO.json'),(5090,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-nl_BE.json'),(5091,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-nl_NL.json'),(5092,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-pl_PL.json'),(5093,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_AO.json'),(5094,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_BR.json'),(5095,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_PT.json'),(5096,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ro_RO.json'),(5097,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ru_RU.json'),(5098,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-sk_SK.json'),(5099,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-sr_RS.json'),(5100,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-sv_SE.json'),(5101,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-tr_TR.json'),(5102,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-uk.json'),(5103,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-vi.json'),(5104,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_CN.json'),(5105,'wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_TW.json'),(5106,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-bg_BG.json'),(5107,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-bs_BA.json'),(5108,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ca.json'),(5109,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-cs_CZ.json'),(5110,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-da_DK.json'),(5111,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-de_CH.json'),(5112,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-de_DE.json'),(5113,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-el.json'),(5114,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_AU.json'),(5115,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_CA.json'),(5116,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_GB.json'),(5117,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_NZ.json'),(5118,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_ZA.json'),(5119,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_AR.json'),(5120,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_ES.json'),(5121,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_MX.json'),(5122,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_PE.json'),(5123,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_VE.json'),(5124,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fa_IR.json'),(5125,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fr_CA.json'),(5126,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fr_FR.json'),(5127,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-gl_ES.json'),(5128,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-he_IL.json'),(5129,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-hr.json'),(5130,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-hu_HU.json'),(5131,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-it_IT.json'),(5132,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ja.json'),(5133,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nb_NO.json'),(5134,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nl_BE.json'),(5135,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nl_NL.json'),(5136,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pl_PL.json'),(5137,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pt_AO.json'),(5138,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pt_BR.json'),(5139,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pt_PT.json'),(5140,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ro_RO.json'),(5141,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ru_RU.json'),(5142,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-sk_SK.json'),(5143,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-sr_RS.json'),(5144,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-sv_SE.json'),(5145,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-tr_TR.json'),(5146,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-uk.json'),(5147,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-vi.json'),(5148,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-zh_CN.json'),(5149,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-zh_TW.json'),(5150,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs.json'),(5151,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs.php'),(5152,'wp-content/plugins/wordpress-seo/languages/yoast-components-bg_BG.json'),(5153,'wp-content/plugins/wordpress-seo/languages/yoast-components-bs_BA.json'),(5154,'wp-content/plugins/wordpress-seo/languages/yoast-components-ca.json'),(5155,'wp-content/plugins/wordpress-seo/languages/yoast-components-cs_CZ.json'),(5156,'wp-content/plugins/wordpress-seo/languages/yoast-components-da_DK.json'),(5157,'wp-content/plugins/wordpress-seo/languages/yoast-components-de_CH.json'),(5158,'wp-content/plugins/wordpress-seo/languages/yoast-components-de_DE.json'),(5159,'wp-content/plugins/wordpress-seo/languages/yoast-components-el.json'),(5160,'wp-content/plugins/wordpress-seo/languages/yoast-components-en_AU.json'),(5161,'wp-content/plugins/wordpress-seo/languages/yoast-components-en_CA.json'),(5162,'wp-content/plugins/wordpress-seo/languages/yoast-components-en_GB.json'),(5163,'wp-content/plugins/wordpress-seo/languages/yoast-components-en_NZ.json'),(5164,'wp-content/plugins/wordpress-seo/languages/yoast-components-en_ZA.json'),(5165,'wp-content/plugins/wordpress-seo/languages/yoast-components-es_AR.json'),(5166,'wp-content/plugins/wordpress-seo/languages/yoast-components-es_ES.json'),(5167,'wp-content/plugins/wordpress-seo/languages/yoast-components-es_MX.json'),(5168,'wp-content/plugins/wordpress-seo/languages/yoast-components-es_PE.json'),(5169,'wp-content/plugins/wordpress-seo/languages/yoast-components-es_VE.json'),(5170,'wp-content/plugins/wordpress-seo/languages/yoast-components-fa_IR.json'),(5171,'wp-content/plugins/wordpress-seo/languages/yoast-components-fr_CA.json'),(5172,'wp-content/plugins/wordpress-seo/languages/yoast-components-fr_FR.json'),(5173,'wp-content/plugins/wordpress-seo/languages/yoast-components-gl_ES.json'),(5174,'wp-content/plugins/wordpress-seo/languages/yoast-components-he_IL.json'),(5175,'wp-content/plugins/wordpress-seo/languages/yoast-components-hr.json'),(5176,'wp-content/plugins/wordpress-seo/languages/yoast-components-hu_HU.json'),(5177,'wp-content/plugins/wordpress-seo/languages/yoast-components-it_IT.json'),(5178,'wp-content/plugins/wordpress-seo/languages/yoast-components-ja.json'),(5179,'wp-content/plugins/wordpress-seo/languages/yoast-components-nb_NO.json'),(5180,'wp-content/plugins/wordpress-seo/languages/yoast-components-nl_BE.json'),(5181,'wp-content/plugins/wordpress-seo/languages/yoast-components-nl_NL.json'),(5182,'wp-content/plugins/wordpress-seo/languages/yoast-components-pl_PL.json'),(5183,'wp-content/plugins/wordpress-seo/languages/yoast-components-pt_AO.json'),(5184,'wp-content/plugins/wordpress-seo/languages/yoast-components-pt_BR.json'),(5185,'wp-content/plugins/wordpress-seo/languages/yoast-components-pt_PT.json'),(5186,'wp-content/plugins/wordpress-seo/languages/yoast-components-ro_RO.json'),(5187,'wp-content/plugins/wordpress-seo/languages/yoast-components-ru_RU.json'),(5188,'wp-content/plugins/wordpress-seo/languages/yoast-components-sk_SK.json'),(5189,'wp-content/plugins/wordpress-seo/languages/yoast-components-sr_RS.json'),(5190,'wp-content/plugins/wordpress-seo/languages/yoast-components-sv_SE.json'),(5191,'wp-content/plugins/wordpress-seo/languages/yoast-components-tr_TR.json'),(5192,'wp-content/plugins/wordpress-seo/languages/yoast-components-uk.json'),(5193,'wp-content/plugins/wordpress-seo/languages/yoast-components-vi.json'),(5194,'wp-content/plugins/wordpress-seo/languages/yoast-components-zh_CN.json'),(5195,'wp-content/plugins/wordpress-seo/languages/yoast-components-zh_TW.json'),(5196,'wp-content/plugins/wordpress-seo/languages/yoast-components.php'),(5197,'wp-content/plugins/wordpress-seo/languages/yoast-seo-js.json'),(5198,'wp-content/plugins/wordpress-seo/languages/yoast-seo-js.php'),(5199,'wp-content/plugins/wordpress-seo/license.txt'),(5200,'wp-content/plugins/wordpress-seo/migrations/20171228151840_WpYoastIndexable.php'),(5201,'wp-content/plugins/wordpress-seo/migrations/20171228151841_WpYoastPrimaryTerm.php'),(5202,'wp-content/plugins/wordpress-seo/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php'),(5203,'wp-content/plugins/wordpress-seo/migrations/20190529075734_WpYoastExpandIndexable.php'),(5204,'wp-content/plugins/wordpress-seo/migrations/ruckusing/lib/Ruckusing/Adapter/why'),(5205,'wp-content/plugins/wordpress-seo/migrations/ruckusing/lib/Task/why'),(5206,'wp-content/plugins/wordpress-seo/readme.txt'),(5207,'wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php'),(5208,'wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php'),(5209,'wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php'),(5210,'wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php'),(5211,'wp-content/plugins/wordpress-seo/src/conditionals/conditional.php'),(5212,'wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php'),(5213,'wp-content/plugins/wordpress-seo/src/conditionals/indexables-feature-flag-conditional.php'),(5214,'wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals.php'),(5215,'wp-content/plugins/wordpress-seo/src/config/dependency-management.php'),(5216,'wp-content/plugins/wordpress-seo/src/database/database-setup.php'),(5217,'wp-content/plugins/wordpress-seo/src/database/migration-runner.php'),(5218,'wp-content/plugins/wordpress-seo/src/database/ruckusing-framework.php'),(5219,'wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php'),(5220,'wp-content/plugins/wordpress-seo/src/generated/container.php'),(5221,'wp-content/plugins/wordpress-seo/src/loader.php'),(5222,'wp-content/plugins/wordpress-seo/src/loaders/oauth.php'),(5223,'wp-content/plugins/wordpress-seo/src/loggers/logger.php'),(5224,'wp-content/plugins/wordpress-seo/src/loggers/migration-logger.php'),(5225,'wp-content/plugins/wordpress-seo/src/main.php'),(5226,'wp-content/plugins/wordpress-seo/src/models/indexable-extension.php'),(5227,'wp-content/plugins/wordpress-seo/src/models/indexable.php'),(5228,'wp-content/plugins/wordpress-seo/src/models/primary-term.php'),(5229,'wp-content/plugins/wordpress-seo/src/models/seo-links.php'),(5230,'wp-content/plugins/wordpress-seo/src/models/seo-meta.php'),(5231,'wp-content/plugins/wordpress-seo/src/oauth/client.php'),(5232,'wp-content/plugins/wordpress-seo/src/orm/yoast-model.php'),(5233,'wp-content/plugins/wordpress-seo/src/orm/yoast-orm-wrapper.php'),(5234,'wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php'),(5235,'wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php'),(5236,'wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php'),(5237,'wp-content/plugins/wordpress-seo/src/repositories/seo-meta-repository.php'),(5238,'wp-content/plugins/wordpress-seo/src/watchers/indexable-author-watcher.php'),(5239,'wp-content/plugins/wordpress-seo/src/watchers/indexable-post-watcher.php'),(5240,'wp-content/plugins/wordpress-seo/src/watchers/indexable-term-watcher.php'),(5241,'wp-content/plugins/wordpress-seo/src/watchers/primary-term-watcher.php'),(5242,'wp-content/plugins/wordpress-seo/src/wordpress/initializer.php'),(5243,'wp-content/plugins/wordpress-seo/src/wordpress/integration.php'),(5244,'wp-content/plugins/wordpress-seo/src/wordpress/loadable.php'),(5245,'wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php'),(5246,'wp-content/plugins/wordpress-seo/vendor/autoload.php'),(5247,'wp-content/plugins/wordpress-seo/vendor/autoload_52.php'),(5248,'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php'),(5249,'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader52.php'),(5250,'wp-content/plugins/wordpress-seo/vendor/composer/LICENSE'),(5251,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php'),(5252,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php'),(5253,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php'),(5254,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php'),(5255,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real_52.php'),(5256,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php'),(5257,'wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/LICENSE'),(5258,'wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php'),(5259,'wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/ClassLoader.php'),(5260,'wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php'),(5261,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-google-client.php'),(5262,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-google.php'),(5263,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-libs.php'),(5264,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/Google_Client.php'),(5265,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_AssertionCredentials.php'),(5266,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Auth.php'),(5267,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_AuthNone.php'),(5268,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_LoginTicket.php'),(5269,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_OAuth2.php'),(5270,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_P12Signer.php'),(5271,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_PemVerifier.php'),(5272,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Signer.php'),(5273,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Verifier.php'),(5274,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/cache/Google_Cache.php'),(5275,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/cache/Google_WPCache.php'),(5276,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/config.php'),(5277,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/external/URITemplateParser.php'),(5278,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_CacheParser.php'),(5279,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_CurlIO.php'),(5280,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_HttpRequest.php'),(5281,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_IO.php'),(5282,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_REST.php'),(5283,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_WPIO.php'),(5284,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/cacerts.pem'),(5285,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_BatchRequest.php'),(5286,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_MediaFileUpload.php'),(5287,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Model.php'),(5288,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Service.php'),(5289,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_ServiceResource.php'),(5290,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Utils.php'),(5291,'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/CHANGELOG.md'),(5292,'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-v3.php'),(5293,'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-wordpressorg-v3.php'),(5294,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/CHANGELOG.md'),(5295,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-api-request.php'),(5296,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-license-manager.php'),(5297,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-plugin-license-manager.php'),(5298,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-plugin-update-manager.php'),(5299,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-product.php'),(5300,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-update-manager.php'),(5301,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/index.php'),(5302,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/form.php'),(5303,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/index.php'),(5304,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/script.php'),(5305,'wp-content/plugins/wordpress-seo/vendor_prefixed/dependencies-prefixed.txt'),(5306,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php'),(5307,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php'),(5308,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php'),(5309,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php'),(5310,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php'),(5311,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php'),(5312,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php'),(5313,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php'),(5314,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php'),(5315,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php'),(5316,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php'),(5317,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php'),(5318,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/SeekException.php'),(5319,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php'),(5320,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php'),(5321,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php'),(5322,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php'),(5323,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php'),(5324,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php'),(5325,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php'),(5326,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php'),(5327,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php'),(5328,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php'),(5329,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php'),(5330,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php'),(5331,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php'),(5332,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php'),(5333,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php'),(5334,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php'),(5335,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php'),(5336,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php'),(5337,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php'),(5338,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php'),(5339,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/UriTemplate.php'),(5340,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php'),(5341,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php'),(5342,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php'),(5343,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php'),(5344,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php'),(5345,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php'),(5346,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php'),(5347,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php'),(5348,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php'),(5349,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php'),(5350,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php'),(5351,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php'),(5352,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php'),(5353,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php'),(5354,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions.php'),(5355,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions_include.php'),(5356,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php'),(5357,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php'),(5358,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php'),(5359,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php'),(5360,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php'),(5361,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php'),(5362,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php'),(5363,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php'),(5364,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php'),(5365,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php'),(5366,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php'),(5367,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php'),(5368,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php'),(5369,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php'),(5370,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php'),(5371,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php'),(5372,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php'),(5373,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php'),(5374,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php'),(5375,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php'),(5376,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php'),(5377,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php'),(5378,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php'),(5379,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions.php'),(5380,'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions_include.php'),(5381,'wp-content/plugins/wordpress-seo/vendor_prefixed/j4mie/idiorm/idiorm.php'),(5382,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php'),(5383,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php'),(5384,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php'),(5385,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php'),(5386,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php'),(5387,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php'),(5388,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php'),(5389,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php'),(5390,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php'),(5391,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php'),(5392,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php'),(5393,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php'),(5394,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php'),(5395,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php'),(5396,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php'),(5397,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php'),(5398,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php'),(5399,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php'),(5400,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php'),(5401,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php'),(5402,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php'),(5403,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php'),(5404,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php'),(5405,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php'),(5406,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php'),(5407,'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php'),(5408,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php'),(5409,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php'),(5410,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php'),(5411,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php'),(5412,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php'),(5413,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php'),(5414,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php'),(5415,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php'),(5416,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php'),(5417,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php'),(5418,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php'),(5419,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php'),(5420,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php'),(5421,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php'),(5422,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php'),(5423,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php'),(5424,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php'),(5425,'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php'),(5426,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/Base.php'),(5427,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/ColumnDefinition.php'),(5428,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/Interface.php'),(5429,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/MySQL/Base.php'),(5430,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/MySQL/TableDefinition.php'),(5431,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/PgSQL/Base.php'),(5432,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/PgSQL/TableDefinition.php'),(5433,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/Sqlite3/Base.php'),(5434,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/Sqlite3/TableDefinition.php'),(5435,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/TableDefinition.php'),(5436,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Exception.php'),(5437,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/FrameworkRunner.php'),(5438,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Migration/Base.php'),(5439,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Task/Base.php'),(5440,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Task/Interface.php'),(5441,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Task/Manager.php'),(5442,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Util/Logger.php'),(5443,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Util/Migrator.php'),(5444,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Util/Naming.php'),(5445,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Generate.php'),(5446,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Migrate.php'),(5447,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Schema.php'),(5448,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Setup.php'),(5449,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Status.php'),(5450,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Version.php'),(5451,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/version.php'),(5452,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php'),(5453,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php'),(5454,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php'),(5455,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php'),(5456,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php'),(5457,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php'),(5458,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php'),(5459,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php'),(5460,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php'),(5461,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php'),(5462,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php'),(5463,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php'),(5464,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php'),(5465,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php'),(5466,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php'),(5467,'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php'),(5468,'wp-content/plugins/wordpress-seo/wp-seo-main.php'),(5469,'wp-content/plugins/wordpress-seo/wp-seo.php'),(5470,'wp-content/plugins/wordpress-seo/wpml-config.xml'),(5471,'wp-content/plugins/wp-members/admin/post.php'),(5472,'wp-content/plugins/wp-members/admin/tab-options.php'),(5473,'wp-content/plugins/wp-members/assets/css/admin.css'),(5474,'wp-content/plugins/wp-members/assets/css/admin.min.css'),(5475,'wp-content/plugins/wp-members/assets/css/forms/generic-no-float.css'),(5476,'wp-content/plugins/wp-members/assets/css/forms/generic-no-float.min.css'),(5477,'wp-content/plugins/wp-members/assets/css/forms/generic-rigid.css'),(5478,'wp-content/plugins/wp-members/assets/css/forms/generic-rigid.min.css'),(5479,'wp-content/plugins/wp-members/assets/css/forms/index.php'),(5480,'wp-content/plugins/wp-members/assets/css/forms/wp-login.min.css'),(5481,'wp-content/plugins/wp-members/assets/css/forms/wp-members-2011.css'),(5482,'wp-content/plugins/wp-members/assets/css/forms/wp-members-2011.min.css'),(5483,'wp-content/plugins/wp-members/assets/css/forms/wp-members-2012.css'),(5484,'wp-content/plugins/wp-members/assets/css/forms/wp-members-2012.min.css'),(5485,'wp-content/plugins/wp-members/assets/css/forms/wp-members-2013.css'),(5486,'wp-content/plugins/wp-members/assets/css/forms/wp-members-2013.min.css'),(5487,'wp-content/plugins/wp-members/assets/css/forms/wp-members-2014-no-float.css'),(5488,'wp-content/plugins/wp-members/assets/css/forms/wp-members-2014-no-float.min.css'),(5489,'wp-content/plugins/wp-members/assets/css/forms/wp-members-2014.css'),(5490,'wp-content/plugins/wp-members/assets/css/forms/wp-members-2014.min.css'),(5491,'wp-content/plugins/wp-members/assets/css/forms/wp-members-2015-no-float.css'),(5492,'wp-content/plugins/wp-members/assets/css/forms/wp-members-2015-no-float.min.css'),(5493,'wp-content/plugins/wp-members/assets/css/forms/wp-members-2015.css'),(5494,'wp-content/plugins/wp-members/assets/css/forms/wp-members-2015.min.css'),(5495,'wp-content/plugins/wp-members/assets/css/forms/wp-members-2016-no-float.css'),(5496,'wp-content/plugins/wp-members/assets/css/forms/wp-members-2016-no-float.min.css'),(5497,'wp-content/plugins/wp-members/assets/css/forms/wp-members-kubrick.css'),(5498,'wp-content/plugins/wp-members/assets/css/forms/wp-members-kubrick.min.css'),(5499,'wp-content/plugins/wp-members/assets/css/forms/wp-members-styles.css'),(5500,'wp-content/plugins/wp-members/assets/css/forms/wp-members-styles.min.css'),(5501,'wp-content/plugins/wp-members/assets/css/forms/wp-members.css'),(5502,'wp-content/plugins/wp-members/assets/css/forms/wp-members.min.css'),(5503,'wp-content/plugins/wp-members/assets/css/index.php'),(5504,'wp-content/plugins/wp-members/assets/css/jquery-ui.css'),(5505,'wp-content/plugins/wp-members/assets/css/jquery-ui.min.css'),(5506,'wp-content/plugins/wp-members/assets/css/select2.css'),(5507,'wp-content/plugins/wp-members/assets/css/select2.min.css'),(5508,'wp-content/plugins/wp-members/assets/css/wp-login.css'),(5509,'wp-content/plugins/wp-members/assets/css/wp-login.min.css'),(5510,'wp-content/plugins/wp-members/assets/images/index.php'),(5511,'wp-content/plugins/wp-members/assets/images/jquery-ui/index.php'),(5512,'wp-content/plugins/wp-members/assets/images/jquery-ui/ui-icons_444444_256x240.png'),(5513,'wp-content/plugins/wp-members/assets/images/jquery-ui/ui-icons_555555_256x240.png'),(5514,'wp-content/plugins/wp-members/assets/images/jquery-ui/ui-icons_777620_256x240.png'),(5515,'wp-content/plugins/wp-members/assets/images/jquery-ui/ui-icons_777777_256x240.png'),(5516,'wp-content/plugins/wp-members/assets/images/jquery-ui/ui-icons_cc0000_256x240.png'),(5517,'wp-content/plugins/wp-members/assets/images/jquery-ui/ui-icons_ffffff_256x240.png'),(5518,'wp-content/plugins/wp-members/assets/js/admin.js'),(5519,'wp-content/plugins/wp-members/assets/js/admin.min.js'),(5520,'wp-content/plugins/wp-members/assets/js/index.php'),(5521,'wp-content/plugins/wp-members/assets/js/select2.js'),(5522,'wp-content/plugins/wp-members/assets/js/select2.min.js'),(5523,'wp-content/plugins/wp-members/assets/js/shortcodes_tinymce.js'),(5524,'wp-content/plugins/wp-members/assets/js/shortcodes_tinymce.min.js'),(5525,'wp-content/plugins/wp-members/assets/js/wpmem-nav-menu.js'),(5526,'wp-content/plugins/wp-members/assets/js/wpmem-nav-menu.min.js'),(5527,'wp-content/plugins/wp-members/changelog.txt'),(5528,'wp-content/plugins/wp-members/i18n/index.php'),(5529,'wp-content/plugins/wp-members/i18n/languages/index.php'),(5530,'wp-content/plugins/wp-members/i18n/languages/wp-members-ca_CA.mo'),(5531,'wp-content/plugins/wp-members/i18n/languages/wp-members-ca_CA.po'),(5532,'wp-content/plugins/wp-members/i18n/languages/wp-members-da_DK.mo'),(5533,'wp-content/plugins/wp-members/i18n/languages/wp-members-da_DK.po'),(5534,'wp-content/plugins/wp-members/i18n/languages/wp-members-fi.mo'),(5535,'wp-content/plugins/wp-members/i18n/languages/wp-members-fi.po'),(5536,'wp-content/plugins/wp-members/i18n/languages/wp-members-he_IL.mo'),(5537,'wp-content/plugins/wp-members/i18n/languages/wp-members-he_IL.po'),(5538,'wp-content/plugins/wp-members/i18n/languages/wp-members-hi_IN.mo'),(5539,'wp-content/plugins/wp-members/i18n/languages/wp-members-hi_IN.po'),(5540,'wp-content/plugins/wp-members/i18n/languages/wp-members-ko_KR.mo'),(5541,'wp-content/plugins/wp-members/i18n/languages/wp-members-ko_KR.po'),(5542,'wp-content/plugins/wp-members/i18n/languages/wp-members-nb_NO.mo'),(5543,'wp-content/plugins/wp-members/i18n/languages/wp-members-nb_NO.po'),(5544,'wp-content/plugins/wp-members/i18n/languages/wp-members-pl_PL.mo'),(5545,'wp-content/plugins/wp-members/i18n/languages/wp-members-pl_PL.po'),(5546,'wp-content/plugins/wp-members/i18n/languages/wp-members-pt_PT.mo'),(5547,'wp-content/plugins/wp-members/i18n/languages/wp-members-pt_PT.po'),(5548,'wp-content/plugins/wp-members/i18n/languages/wp-members-sk_SK.mo'),(5549,'wp-content/plugins/wp-members/i18n/languages/wp-members-sk_SK.po'),(5550,'wp-content/plugins/wp-members/i18n/languages/wp-members-sr_RS.mo'),(5551,'wp-content/plugins/wp-members/i18n/languages/wp-members-sr_RS.po'),(5552,'wp-content/plugins/wp-members/i18n/languages/wp-members-tr_TR.mo'),(5553,'wp-content/plugins/wp-members/i18n/languages/wp-members-tr_TR.po'),(5554,'wp-content/plugins/wp-members/i18n/languages/wp-members.pot'),(5555,'wp-content/plugins/wp-members/inc/dialogs.php'),(5556,'wp-content/plugins/wp-members/inc/email.php'),(5557,'wp-content/plugins/wp-members/includes/admin/admin.php'),(5558,'wp-content/plugins/wp-members/includes/admin/api.php'),(5559,'wp-content/plugins/wp-members/includes/admin/class-wp-members-admin-api.php'),(5560,'wp-content/plugins/wp-members/includes/admin/class-wp-members-admin-posts.php'),(5561,'wp-content/plugins/wp-members/includes/admin/class-wp-members-admin-users.php'),(5562,'wp-content/plugins/wp-members/includes/admin/class-wp-members-export.php'),(5563,'wp-content/plugins/wp-members/includes/admin/class-wp-members-products-admin.php'),(5564,'wp-content/plugins/wp-members/includes/admin/class-wp-members-sortable-user-columns.php'),(5565,'wp-content/plugins/wp-members/includes/admin/class-wp-members-tinymce-buttons.php'),(5566,'wp-content/plugins/wp-members/includes/admin/class-wp-members-user-search.php'),(5567,'wp-content/plugins/wp-members/includes/admin/dialogs.php'),(5568,'wp-content/plugins/wp-members/includes/admin/index.php'),(5569,'wp-content/plugins/wp-members/includes/admin/tabs/class-wp-members-admin-tab-captcha.php'),(5570,'wp-content/plugins/wp-members/includes/admin/tabs/class-wp-members-admin-tab-dialogs.php'),(5571,'wp-content/plugins/wp-members/includes/admin/tabs/class-wp-members-admin-tab-dropins.php'),(5572,'wp-content/plugins/wp-members/includes/admin/tabs/class-wp-members-admin-tab-emails.php'),(5573,'wp-content/plugins/wp-members/includes/admin/tabs/class-wp-members-admin-tab-fields.php'),(5574,'wp-content/plugins/wp-members/includes/admin/tabs/class-wp-members-admin-tab-options.php'),(5575,'wp-content/plugins/wp-members/includes/admin/tabs/class-wp-members-dropins-table.php'),(5576,'wp-content/plugins/wp-members/includes/admin/tabs/class-wp-members-fields-table.php'),(5577,'wp-content/plugins/wp-members/includes/admin/tabs/index.php'),(5578,'wp-content/plugins/wp-members/includes/api/api-email.php'),(5579,'wp-content/plugins/wp-members/includes/api/api-forms.php'),(5580,'wp-content/plugins/wp-members/includes/api/api-products.php'),(5581,'wp-content/plugins/wp-members/includes/api/api-users.php'),(5582,'wp-content/plugins/wp-members/includes/api/api-utilities.php'),(5583,'wp-content/plugins/wp-members/includes/api/api.php'),(5584,'wp-content/plugins/wp-members/includes/api/index.php'),(5585,'wp-content/plugins/wp-members/includes/class-wp-members-api.php'),(5586,'wp-content/plugins/wp-members/includes/class-wp-members-captcha.php'),(5587,'wp-content/plugins/wp-members/includes/class-wp-members-clone-menus.php'),(5588,'wp-content/plugins/wp-members/includes/class-wp-members-email.php'),(5589,'wp-content/plugins/wp-members/includes/class-wp-members-forms.php'),(5590,'wp-content/plugins/wp-members/includes/class-wp-members-menus.php'),(5591,'wp-content/plugins/wp-members/includes/class-wp-members-products.php'),(5592,'wp-content/plugins/wp-members/includes/class-wp-members-pwd-reset.php'),(5593,'wp-content/plugins/wp-members/includes/class-wp-members-shortcodes.php'),(5594,'wp-content/plugins/wp-members/includes/class-wp-members-user-profile.php'),(5595,'wp-content/plugins/wp-members/includes/class-wp-members-user.php'),(5596,'wp-content/plugins/wp-members/includes/class-wp-members-validation-link.php'),(5597,'wp-content/plugins/wp-members/includes/class-wp-members-widget.php'),(5598,'wp-content/plugins/wp-members/includes/class-wp-members.php'),(5599,'wp-content/plugins/wp-members/includes/cli/class-wp-members-cli-settings.php'),(5600,'wp-content/plugins/wp-members/includes/cli/class-wp-members-cli-user.php'),(5601,'wp-content/plugins/wp-members/includes/cli/class-wp-members-cli.php'),(5602,'wp-content/plugins/wp-members/includes/deprecated.php'),(5603,'wp-content/plugins/wp-members/includes/index.php'),(5604,'wp-content/plugins/wp-members/includes/install.php'),(5605,'wp-content/plugins/wp-members/includes/legacy/dialogs.php'),(5606,'wp-content/plugins/wp-members/includes/legacy/index.php'),(5607,'wp-content/plugins/wp-members/includes/walkers/class-wp-members-walker-nav-menu.php'),(5608,'wp-content/plugins/wp-members/includes/walkers/index.php'),(5609,'wp-content/plugins/wp-members/index.php'),(5610,'wp-content/plugins/wp-members/license.txt'),(5611,'wp-content/plugins/wp-members/readme.txt'),(5612,'wp-content/plugins/wp-members/templates/index.php'),(5613,'wp-content/plugins/wp-members/templates/tos.php'),(5614,'wp-content/plugins/wp-members/uninstall.php'),(5615,'wp-content/plugins/wp-members/wp-members.php'),(5616,'wp-content/themes/index.php'),(5617,'wp-content/themes/pearl/404.php'),(5618,'wp-content/themes/pearl/assets/admin/js/jquery.fonticonpicker.js'),(5619,'wp-content/themes/pearl/assets/admin/js/review-notice.js'),(5620,'wp-content/themes/pearl/assets/admin/js/stm_widgets.js'),(5621,'wp-content/themes/pearl/assets/admin/js/wp-color-picker-alpha.js'),(5622,'wp-content/themes/pearl/assets/admin/vendor/fontIconPicker/css/iconpicker.svg'),(5623,'wp-content/themes/pearl/assets/admin/vendor/fontIconPicker/jquery.fonticonpicker.min.js'),(5624,'wp-content/themes/pearl/assets/css/header/builder_elements/weather/stmweathericons.svg'),(5625,'wp-content/themes/pearl/assets/fonts/WooCommerce.svg'),(5626,'wp-content/themes/pearl/assets/fonts/fontawesome-webfont.svg'),(5627,'wp-content/themes/pearl/assets/fonts/lg.svg'),(5628,'wp-content/themes/pearl/assets/fonts/loader.svg'),(5629,'wp-content/themes/pearl/assets/fonts/star.svg'),(5630,'wp-content/themes/pearl/assets/fonts/stmicons/advisory/charmap.php'),(5631,'wp-content/themes/pearl/assets/fonts/stmicons/advisory/stmicons.svg'),(5632,'wp-content/themes/pearl/assets/fonts/stmicons/app/charmap.php'),(5633,'wp-content/themes/pearl/assets/fonts/stmicons/app/stmicons.svg'),(5634,'wp-content/themes/pearl/assets/fonts/stmicons/beauty/charmap.php'),(5635,'wp-content/themes/pearl/assets/fonts/stmicons/beauty/stmicons.svg'),(5636,'wp-content/themes/pearl/assets/fonts/stmicons/businesstwo/charmap.php'),(5637,'wp-content/themes/pearl/assets/fonts/stmicons/businesstwo/stmicons.svg'),(5638,'wp-content/themes/pearl/assets/fonts/stmicons/charmap.php'),(5639,'wp-content/themes/pearl/assets/fonts/stmicons/church/charmap.php'),(5640,'wp-content/themes/pearl/assets/fonts/stmicons/church/stmicons.svg'),(5641,'wp-content/themes/pearl/assets/fonts/stmicons/company/stmicons.svg'),(5642,'wp-content/themes/pearl/assets/fonts/stmicons/construction/charmap.php'),(5643,'wp-content/themes/pearl/assets/fonts/stmicons/construction/stmicons.svg'),(5644,'wp-content/themes/pearl/assets/fonts/stmicons/consulting/charmap.php'),(5645,'wp-content/themes/pearl/assets/fonts/stmicons/consulting/stmicons.svg'),(5646,'wp-content/themes/pearl/assets/fonts/stmicons/corporate/charmap.php'),(5647,'wp-content/themes/pearl/assets/fonts/stmicons/corporate/stmicons.svg'),(5648,'wp-content/themes/pearl/assets/fonts/stmicons/creativetwo/charmap.php'),(5649,'wp-content/themes/pearl/assets/fonts/stmicons/creativetwo/stmicons.svg'),(5650,'wp-content/themes/pearl/assets/fonts/stmicons/digital/charmap.php'),(5651,'wp-content/themes/pearl/assets/fonts/stmicons/digital/stmicons.svg'),(5652,'wp-content/themes/pearl/assets/fonts/stmicons/factory/stmicons.svg'),(5653,'wp-content/themes/pearl/assets/fonts/stmicons/feather/charmap.php'),(5654,'wp-content/themes/pearl/assets/fonts/stmicons/feather/stmicons.svg'),(5655,'wp-content/themes/pearl/assets/fonts/stmicons/finance/charmap.php'),(5656,'wp-content/themes/pearl/assets/fonts/stmicons/finance/stmicons.svg'),(5657,'wp-content/themes/pearl/assets/fonts/stmicons/furniture/charmap.php'),(5658,'wp-content/themes/pearl/assets/fonts/stmicons/furniture/stmicons.svg'),(5659,'wp-content/themes/pearl/assets/fonts/stmicons/healthcoach/stmicons.svg'),(5660,'wp-content/themes/pearl/assets/fonts/stmicons/hotel/charmap.php'),(5661,'wp-content/themes/pearl/assets/fonts/stmicons/hotel/stmicons.svg'),(5662,'wp-content/themes/pearl/assets/fonts/stmicons/icomoon/charmap.php'),(5663,'wp-content/themes/pearl/assets/fonts/stmicons/icomoon/stmicons.svg'),(5664,'wp-content/themes/pearl/assets/fonts/stmicons/lawyer/charmap.php'),(5665,'wp-content/themes/pearl/assets/fonts/stmicons/lawyer/stmicons.svg'),(5666,'wp-content/themes/pearl/assets/fonts/stmicons/linear/charmap.php'),(5667,'wp-content/themes/pearl/assets/fonts/stmicons/linear/stmicons.svg'),(5668,'wp-content/themes/pearl/assets/fonts/stmicons/logistics/charmap.php'),(5669,'wp-content/themes/pearl/assets/fonts/stmicons/logistics/stmicons.svg'),(5670,'wp-content/themes/pearl/assets/fonts/stmicons/magazine/charmap.php'),(5671,'wp-content/themes/pearl/assets/fonts/stmicons/magazine/stmicons.svg'),(5672,'wp-content/themes/pearl/assets/fonts/stmicons/medicall/charmap.php'),(5673,'wp-content/themes/pearl/assets/fonts/stmicons/medicall/stmicons.svg'),(5674,'wp-content/themes/pearl/assets/fonts/stmicons/personal_blog/charmap.php'),(5675,'wp-content/themes/pearl/assets/fonts/stmicons/personal_blog/stmicons.svg'),(5676,'wp-content/themes/pearl/assets/fonts/stmicons/politician/charmap.php'),(5677,'wp-content/themes/pearl/assets/fonts/stmicons/politician/stmicons.svg'),(5678,'wp-content/themes/pearl/assets/fonts/stmicons/psychologist/charmap.php'),(5679,'wp-content/themes/pearl/assets/fonts/stmicons/psychologist/stmicons.svg'),(5680,'wp-content/themes/pearl/assets/fonts/stmicons/renovation/charmap.php'),(5681,'wp-content/themes/pearl/assets/fonts/stmicons/renovation/stmicons.svg'),(5682,'wp-content/themes/pearl/assets/fonts/stmicons/rental/charmap.php'),(5683,'wp-content/themes/pearl/assets/fonts/stmicons/rental/stmicons.svg'),(5684,'wp-content/themes/pearl/assets/fonts/stmicons/startup/charmap.php'),(5685,'wp-content/themes/pearl/assets/fonts/stmicons/startup/stmicons.svg'),(5686,'wp-content/themes/pearl/assets/fonts/stmicons/stmicons.svg'),(5687,'wp-content/themes/pearl/assets/fonts/stmicons/store/charmap.php'),(5688,'wp-content/themes/pearl/assets/fonts/stmicons/store/stmicons.svg'),(5689,'wp-content/themes/pearl/assets/fonts/stmicons/vicons/charmap.php'),(5690,'wp-content/themes/pearl/assets/fonts/stmicons/vicons/stmicons.svg'),(5691,'wp-content/themes/pearl/assets/fonts/stmicons/viral/charmap.php'),(5692,'wp-content/themes/pearl/assets/fonts/stmicons/viral/stmicons.svg'),(5693,'wp-content/themes/pearl/assets/img/black_hint.svg'),(5694,'wp-content/themes/pearl/assets/img/diamond.svg'),(5695,'wp-content/themes/pearl/assets/img/markers/marker_1.svg'),(5696,'wp-content/themes/pearl/assets/img/markers/marker_2.svg'),(5697,'wp-content/themes/pearl/assets/img/pearl_logo_dark.svg'),(5698,'wp-content/themes/pearl/assets/img/pearl_logo_light.svg'),(5699,'wp-content/themes/pearl/assets/js/StmMarker.js'),(5700,'wp-content/themes/pearl/assets/js/anime.min.js'),(5701,'wp-content/themes/pearl/assets/js/app.js'),(5702,'wp-content/themes/pearl/assets/js/audio-player.js'),(5703,'wp-content/themes/pearl/assets/js/barba.min.js'),(5704,'wp-content/themes/pearl/assets/js/builder_elements/font-resizer/font-resizer.js'),(5705,'wp-content/themes/pearl/assets/js/datepicker.js'),(5706,'wp-content/themes/pearl/assets/js/i18n/datepicker.ca-ES.js'),(5707,'wp-content/themes/pearl/assets/js/i18n/datepicker.cs-CZ.js'),(5708,'wp-content/themes/pearl/assets/js/i18n/datepicker.da-DK.js'),(5709,'wp-content/themes/pearl/assets/js/i18n/datepicker.de-DE.js'),(5710,'wp-content/themes/pearl/assets/js/i18n/datepicker.el-GR.js'),(5711,'wp-content/themes/pearl/assets/js/i18n/datepicker.en-GB.js'),(5712,'wp-content/themes/pearl/assets/js/i18n/datepicker.en-US.js'),(5713,'wp-content/themes/pearl/assets/js/i18n/datepicker.es-ES.js'),(5714,'wp-content/themes/pearl/assets/js/i18n/datepicker.fi-FI.js'),(5715,'wp-content/themes/pearl/assets/js/i18n/datepicker.fr-FR.js'),(5716,'wp-content/themes/pearl/assets/js/i18n/datepicker.hu-HU.js'),(5717,'wp-content/themes/pearl/assets/js/i18n/datepicker.is-IS.js'),(5718,'wp-content/themes/pearl/assets/js/i18n/datepicker.it-IT.js'),(5719,'wp-content/themes/pearl/assets/js/i18n/datepicker.ja-JP.js'),(5720,'wp-content/themes/pearl/assets/js/i18n/datepicker.km-KH.js'),(5721,'wp-content/themes/pearl/assets/js/i18n/datepicker.ko-KR.js'),(5722,'wp-content/themes/pearl/assets/js/i18n/datepicker.lt-LT.js'),(5723,'wp-content/themes/pearl/assets/js/i18n/datepicker.lv-LV.js'),(5724,'wp-content/themes/pearl/assets/js/i18n/datepicker.nb-NO.js'),(5725,'wp-content/themes/pearl/assets/js/i18n/datepicker.nl-NL.js'),(5726,'wp-content/themes/pearl/assets/js/i18n/datepicker.oc-FR.js'),(5727,'wp-content/themes/pearl/assets/js/i18n/datepicker.pl-PL.js'),(5728,'wp-content/themes/pearl/assets/js/i18n/datepicker.pt-BR.js'),(5729,'wp-content/themes/pearl/assets/js/i18n/datepicker.ru-RU.js'),(5730,'wp-content/themes/pearl/assets/js/i18n/datepicker.sk-SK.js'),(5731,'wp-content/themes/pearl/assets/js/i18n/datepicker.sv-SE.js'),(5732,'wp-content/themes/pearl/assets/js/i18n/datepicker.th-TH.js'),(5733,'wp-content/themes/pearl/assets/js/i18n/datepicker.tr-TR.js'),(5734,'wp-content/themes/pearl/assets/js/i18n/datepicker.ug-CN.js'),(5735,'wp-content/themes/pearl/assets/js/i18n/datepicker.vi-VN.js'),(5736,'wp-content/themes/pearl/assets/js/i18n/datepicker.zh-CN.js'),(5737,'wp-content/themes/pearl/assets/js/materialForm.js'),(5738,'wp-content/themes/pearl/assets/js/media_events.js'),(5739,'wp-content/themes/pearl/assets/js/modal.js'),(5740,'wp-content/themes/pearl/assets/js/open-table-widget.js'),(5741,'wp-content/themes/pearl/assets/js/owl.carousel.js'),(5742,'wp-content/themes/pearl/assets/js/owl.filter.js'),(5743,'wp-content/themes/pearl/assets/js/owl.linked.js'),(5744,'wp-content/themes/pearl/assets/js/page_ajax.js'),(5745,'wp-content/themes/pearl/assets/js/paper-scripts.js'),(5746,'wp-content/themes/pearl/assets/js/parallax.js'),(5747,'wp-content/themes/pearl/assets/js/responsive-tabs.min.js'),(5748,'wp-content/themes/pearl/assets/js/rooms_slider.js'),(5749,'wp-content/themes/pearl/assets/js/sticky-kit.js'),(5750,'wp-content/themes/pearl/assets/js/sticky.js'),(5751,'wp-content/themes/pearl/assets/js/stm_donation_form_handler.js'),(5752,'wp-content/themes/pearl/assets/js/stm_timeline_carousel.js'),(5753,'wp-content/themes/pearl/assets/js/stm_youtube_row.js'),(5754,'wp-content/themes/pearl/assets/js/three_hundred_sixty.js'),(5755,'wp-content/themes/pearl/assets/js/tilt.js'),(5756,'wp-content/themes/pearl/assets/js/vc_modules/addtocalendar.js'),(5757,'wp-content/themes/pearl/assets/js/vc_modules/categories_tabs.js'),(5758,'wp-content/themes/pearl/assets/js/vc_modules/countdown.js'),(5759,'wp-content/themes/pearl/assets/js/vc_modules/event_map.js'),(5760,'wp-content/themes/pearl/assets/js/vc_modules/image_posts_slider.js'),(5761,'wp-content/themes/pearl/assets/js/vc_modules/images_post_slider.js'),(5762,'wp-content/themes/pearl/assets/js/vc_modules/join_form.js'),(5763,'wp-content/themes/pearl/assets/js/vc_modules/modal/album.js'),(5764,'wp-content/themes/pearl/assets/js/vc_modules/modal/single_donation.js'),(5765,'wp-content/themes/pearl/assets/js/vc_modules/post_carousel/like_dislike.js'),(5766,'wp-content/themes/pearl/assets/js/vc_modules/post_carousel/style_2.js'),(5767,'wp-content/themes/pearl/assets/js/vc_modules/post_carousel/style_3.js'),(5768,'wp-content/themes/pearl/assets/js/vc_modules/post_carousel/style_4.js'),(5769,'wp-content/themes/pearl/assets/js/vc_modules/post_carousel/style_5.js'),(5770,'wp-content/themes/pearl/assets/js/vc_modules/projects/style_2_carousel.js'),(5771,'wp-content/themes/pearl/assets/js/vc_modules/row_svg_anim.js'),(5772,'wp-content/themes/pearl/assets/js/vc_modules/schedule.js'),(5773,'wp-content/themes/pearl/assets/js/vc_modules/sliding_images.js'),(5774,'wp-content/themes/pearl/assets/js/vc_modules/sliding_images_vertical.js'),(5775,'wp-content/themes/pearl/assets/js/vc_modules/stats_counter.js'),(5776,'wp-content/themes/pearl/assets/js/vc_modules/three_hundred_sixty.js'),(5777,'wp-content/themes/pearl/assets/js/vc_modules/tilt.js'),(5778,'wp-content/themes/pearl/assets/js/vc_modules/tilt_fn.js'),(5779,'wp-content/themes/pearl/assets/js/vc_modules/upcoming_event.js'),(5780,'wp-content/themes/pearl/assets/js/vc_modules/vertical_carousel.js'),(5781,'wp-content/themes/pearl/assets/js/vc_modules/video_frame.js'),(5782,'wp-content/themes/pearl/assets/js/woo.js'),(5783,'wp-content/themes/pearl/assets/vendor/Chart.min.js'),(5784,'wp-content/themes/pearl/assets/vendor/SmoothScroll.js'),(5785,'wp-content/themes/pearl/assets/vendor/anime.min.js'),(5786,'wp-content/themes/pearl/assets/vendor/autosize.min.js'),(5787,'wp-content/themes/pearl/assets/vendor/bootstrap.min.js'),(5788,'wp-content/themes/pearl/assets/vendor/circle-progress.js'),(5789,'wp-content/themes/pearl/assets/vendor/countUp.min.js'),(5790,'wp-content/themes/pearl/assets/vendor/countdown.js'),(5791,'wp-content/themes/pearl/assets/vendor/dragdealer.js'),(5792,'wp-content/themes/pearl/assets/vendor/ev-emitter.js'),(5793,'wp-content/themes/pearl/assets/vendor/flickity.pkgd.min.js'),(5794,'wp-content/themes/pearl/assets/vendor/get-size.js'),(5795,'wp-content/themes/pearl/assets/vendor/isotope.js'),(5796,'wp-content/themes/pearl/assets/vendor/isotope.pkgd.min.js'),(5797,'wp-content/themes/pearl/assets/vendor/jquery.countdown.js'),(5798,'wp-content/themes/pearl/assets/vendor/jquery.event.move.js'),(5799,'wp-content/themes/pearl/assets/vendor/jquery.fonticonpicker.js'),(5800,'wp-content/themes/pearl/assets/vendor/jquery.mCustomScrollbar.concat.min.js'),(5801,'wp-content/themes/pearl/assets/vendor/jquery.mousewheel.js'),(5802,'wp-content/themes/pearl/assets/vendor/jquery.timepicker.js'),(5803,'wp-content/themes/pearl/assets/vendor/jquery.touchSwipe.min.js'),(5804,'wp-content/themes/pearl/assets/vendor/jquery.twentytwenty.js'),(5805,'wp-content/themes/pearl/assets/vendor/js.cookie.js'),(5806,'wp-content/themes/pearl/assets/vendor/lazysizes-umd.min.js'),(5807,'wp-content/themes/pearl/assets/vendor/lg-video.js'),(5808,'wp-content/themes/pearl/assets/vendor/lg.svg'),(5809,'wp-content/themes/pearl/assets/vendor/lightgallery.min.js'),(5810,'wp-content/themes/pearl/assets/vendor/masonry.js'),(5811,'wp-content/themes/pearl/assets/vendor/matches-selector.js'),(5812,'wp-content/themes/pearl/assets/vendor/mediaelement-and-player.min.js'),(5813,'wp-content/themes/pearl/assets/vendor/mediaelementplayer.min.js'),(5814,'wp-content/themes/pearl/assets/vendor/mejs-controls.svg'),(5815,'wp-content/themes/pearl/assets/vendor/outlayer.js'),(5816,'wp-content/themes/pearl/assets/vendor/packery-mode.pkgd.min.js'),(5817,'wp-content/themes/pearl/assets/vendor/packery.js'),(5818,'wp-content/themes/pearl/assets/vendor/packery.pkgd.js'),(5819,'wp-content/themes/pearl/assets/vendor/slick.min.js'),(5820,'wp-content/themes/pearl/assets/vendor/tap-listener.js'),(5821,'wp-content/themes/pearl/assets/vendor/unidragger.js'),(5822,'wp-content/themes/pearl/assets/vendor/unipointer.js'),(5823,'wp-content/themes/pearl/assets/vendor/utils.js'),(5824,'wp-content/themes/pearl/assets/vendor/vivus.js'),(5825,'wp-content/themes/pearl/coming-soon.php'),(5826,'wp-content/themes/pearl/comments.php'),(5827,'wp-content/themes/pearl/footer-404.php'),(5828,'wp-content/themes/pearl/footer.php'),(5829,'wp-content/themes/pearl/functions.php'),(5830,'wp-content/themes/pearl/header-404.php'),(5831,'wp-content/themes/pearl/header.php'),(5832,'wp-content/themes/pearl/includes/admin/admin_helpers.php'),(5833,'wp-content/themes/pearl/includes/admin/enqueue.php'),(5834,'wp-content/themes/pearl/includes/admin/product_registration/admin.php'),(5835,'wp-content/themes/pearl/includes/admin/product_registration/assets/img/docs.svg'),(5836,'wp-content/themes/pearl/includes/admin/product_registration/assets/img/forum.svg'),(5837,'wp-content/themes/pearl/includes/admin/product_registration/assets/img/importer.svg'),(5838,'wp-content/themes/pearl/includes/admin/product_registration/assets/img/ticket.svg'),(5839,'wp-content/themes/pearl/includes/admin/product_registration/assets/img/tutorials.svg'),(5840,'wp-content/themes/pearl/includes/admin/product_registration/includes/admin_screens.php'),(5841,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/envato-market.php'),(5842,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/fonts/envato-market.svg'),(5843,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/admin.php'),(5844,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/functions.php'),(5845,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/upgrader-skins.php'),(5846,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/upgrader.php'),(5847,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/callback/admin.php'),(5848,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/callback/section/items.php'),(5849,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/callback/section/oauth.php'),(5850,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/callback/setting/items.php'),(5851,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/callback/setting/token.php'),(5852,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/notice/error-single-use.php'),(5853,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/notice/error.php'),(5854,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/notice/success-no-items.php'),(5855,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/notice/success-single-use.php'),(5856,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/notice/success.php'),(5857,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/partials/intro.php'),(5858,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/partials/plugins.php'),(5859,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/partials/settings.php'),(5860,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/partials/tabs.php'),(5861,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/admin/view/partials/themes.php'),(5862,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/api.php'),(5863,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/github.php'),(5864,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/inc/items.php'),(5865,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/js/envato-market.js'),(5866,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/js/envato-market.min.js'),(5867,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/js/updates.js'),(5868,'wp-content/themes/pearl/includes/admin/product_registration/includes/envato-market/js/updates.min.js'),(5869,'wp-content/themes/pearl/includes/admin/product_registration/includes/review-notice.php'),(5870,'wp-content/themes/pearl/includes/admin/product_registration/includes/stm_upgrader_skin.php'),(5871,'wp-content/themes/pearl/includes/admin/product_registration/includes/theme.php'),(5872,'wp-content/themes/pearl/includes/admin/product_registration/screens/install_demo.php'),(5873,'wp-content/themes/pearl/includes/admin/product_registration/screens/other_themes.php'),(5874,'wp-content/themes/pearl/includes/admin/product_registration/screens/plugins.php'),(5875,'wp-content/themes/pearl/includes/admin/product_registration/screens/privacy_policy.php'),(5876,'wp-content/themes/pearl/includes/admin/product_registration/screens/startup.php'),(5877,'wp-content/themes/pearl/includes/admin/product_registration/screens/support.php'),(5878,'wp-content/themes/pearl/includes/admin/product_registration/screens/system_status.php'),(5879,'wp-content/themes/pearl/includes/admin/taxonomy_fields/category-image.php'),(5880,'wp-content/themes/pearl/includes/admin/taxonomy_fields/category-products.php'),(5881,'wp-content/themes/pearl/includes/admin/taxonomy_fields/main.php'),(5882,'wp-content/themes/pearl/includes/admin/tgm/class-tgm-plugin-activation.php'),(5883,'wp-content/themes/pearl/includes/admin/tgm/registration.php'),(5884,'wp-content/themes/pearl/includes/admin/theme_options/assets/fonts/iconpicker.svg'),(5885,'wp-content/themes/pearl/includes/admin/theme_options/assets/vendor/vendor.js'),(5886,'wp-content/themes/pearl/includes/admin/theme_options/font-preview.css.php'),(5887,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/app-root/app-root.component.html'),(5888,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/address/address.element.html'),(5889,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/button/button.element.html'),(5890,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/buttonext/buttonext.element.html'),(5891,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/cart/cart.element.html'),(5892,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/dropdown/dropdown.element.html'),(5893,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/filter/dropdown.element.html'),(5894,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/filter/filter.element.html'),(5895,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/font-resizer/font-resizer.element.html'),(5896,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/iconbox/iconbox.element.html'),(5897,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/icontext/icontext.element.html'),(5898,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/image/image.element.html'),(5899,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/menu/menu.element.html'),(5900,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/offices/offices.element.html'),(5901,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/popup/popup.element.html'),(5902,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/search/search.element.html'),(5903,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/signin/signin.element.html'),(5904,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/socials/socials.element.html'),(5905,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/text/text.element.html'),(5906,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/builder-elements/weather/weather.element.html'),(5907,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/builder/builder.control.html'),(5908,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/checkbox/checkbox.control.html'),(5909,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/colorpicker/colorpicker.control.html'),(5910,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/default/text.control.html'),(5911,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/divider/divider.control.html'),(5912,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/font/font.control.html'),(5913,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/fontcommon/fontcommon.control.html'),(5914,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/iconpicker/iconpicker.control.html'),(5915,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/image/image.control.html'),(5916,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/post_type/post_type.control.html'),(5917,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/posttype/posttype.control.html'),(5918,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/radio/radio.control.html'),(5919,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/select/select.control.html'),(5920,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/slider/slider.control.html'),(5921,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/socials/socials.control.html'),(5922,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/switch/switch.control.html'),(5923,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/components/controls/textarea/textarea.control.html'),(5924,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/directives/color-selector/color-selector.directive.html'),(5925,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/directives/control-generator/control-generator.directive.html'),(5926,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/directives/element-control/element-control.directive.html'),(5927,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/directives/element-margins/element-margins.directive.html'),(5928,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/directives/hider/color-selector.directive.html'),(5929,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/directives/icons-list/icons-list.directive.html'),(5930,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/modals/builder/builder.modal.html'),(5931,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/modals/iconpicker/iconpicker.modal.html'),(5932,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/templates/dropdown.html'),(5933,'wp-content/themes/pearl/includes/admin/theme_options/includes/angular_app/templates/previews/link.html'),(5934,'wp-content/themes/pearl/includes/admin/theme_options/includes/enqueue.php'),(5935,'wp-content/themes/pearl/includes/admin/theme_options/includes/helpers.php'),(5936,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/app-root/app-root.component.html'),(5937,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/app-root/app-root.component.js'),(5938,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/address/address.element.html'),(5939,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/address/address.element.js'),(5940,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/button/button.element.html'),(5941,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/button/button.element.js'),(5942,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/buttonext/buttonext.element.html'),(5943,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/buttonext/buttonext.element.js'),(5944,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/cart/cart.element.html'),(5945,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/cart/cart.element.js'),(5946,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/dropdown/dropdown.element.html'),(5947,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/dropdown/dropdown.element.js'),(5948,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/filter/filter.element.html'),(5949,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/filter/filter.element.js'),(5950,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/font-resizer/font-resizer.element.html'),(5951,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/font-resizer/font-resizer.element.js'),(5952,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/iconbox/iconbox.element.html'),(5953,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/iconbox/iconbox.element.js'),(5954,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/icontext/icontext.element.html'),(5955,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/icontext/icontext.element.js'),(5956,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/image/image.element.html'),(5957,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/image/image.element.js'),(5958,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/menu/menu.element.html'),(5959,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/menu/menu.element.js'),(5960,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/offices/offices.element.html'),(5961,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/offices/offices.element.js'),(5962,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/popup/popup.element.html'),(5963,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/popup/popup.element.js'),(5964,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/search/search.element.html'),(5965,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/search/search.element.js'),(5966,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/signin/signin.element.html'),(5967,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/signin/signin.element.js'),(5968,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/socials/socials.element.html'),(5969,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/socials/socials.element.js'),(5970,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/text/text.element.html'),(5971,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/text/text.element.js'),(5972,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/weather/weather.element.html'),(5973,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/builder-elements/weather/weather.element.js'),(5974,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/builder/builder.control.html'),(5975,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/builder/builder.control.js'),(5976,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/checkbox/checkbox.control.html'),(5977,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/checkbox/checkbox.control.js'),(5978,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/colorpicker/colorpicker.control.html'),(5979,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/colorpicker/colorpicker.control.js'),(5980,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/default/text.control.html'),(5981,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/default/text.control.js'),(5982,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/divider/divider.control.html'),(5983,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/divider/divider.control.js'),(5984,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/font/font.control.html'),(5985,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/font/font.control.js'),(5986,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/fontcommon/fontcommon.control.html'),(5987,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/fontcommon/fontcommon.control.js'),(5988,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/iconpicker/iconpicker.control.html'),(5989,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/iconpicker/iconpicker.control.js'),(5990,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/image/image.control.html'),(5991,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/image/image.control.js'),(5992,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/posttype/posttype.control.html'),(5993,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/posttype/posttype.control.js'),(5994,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/radio/radio.control.html'),(5995,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/radio/radio.control.js'),(5996,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/select/select.control.html'),(5997,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/select/select.control.js'),(5998,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/slider/slider.control.html'),(5999,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/slider/slider.control.js'),(6000,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/socials/socials.control.html'),(6001,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/socials/socials.control.js'),(6002,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/switch/switch.control.html'),(6003,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/switch/switch.control.js'),(6004,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/textarea/textarea.control.html'),(6005,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/components/controls/textarea/textarea.control.js'),(6006,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/constants.js'),(6007,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/directives/color-selector/color-selector.directive.html'),(6008,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/directives/color-selector/color-selector.directive.js'),(6009,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/directives/control-generator/control-generator.directive.html'),(6010,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/directives/control-generator/control-generator.js'),(6011,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/directives/element-control/element-control.directive.html'),(6012,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/directives/element-margins/element-margins.directive.html'),(6013,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/directives/element-margins/element-margins.directive.js'),(6014,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/directives/fontcolorpicker/fontcolorpicker.directive.js'),(6015,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/directives/hider/hider.directive.js'),(6016,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/directives/icons-list/icons-list.directive.html'),(6017,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/directives/icons-list/icons-list.directive.js'),(6018,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/directives/materialForm/materialForm.js'),(6019,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/fitlers/trustHtml.js'),(6020,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/index.main.js'),(6021,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/modals/builder/builder.modal.html'),(6022,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/modals/builder/builder.modal.js'),(6023,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/modals/iconpicker/iconpicker.modal.html'),(6024,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/run/run.js'),(6025,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/services/dialog.service.js'),(6026,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/services/history.service.js'),(6027,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/services/previewGenerator.js'),(6028,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/services/wpMedia.service.js'),(6029,'wp-content/themes/pearl/includes/admin/theme_options/includes/src/templates/dropdown.html'),(6030,'wp-content/themes/pearl/includes/admin/theme_options/main.php'),(6031,'wp-content/themes/pearl/includes/admin/theme_options/screen.php'),(6032,'wp-content/themes/pearl/includes/theme/comments.php'),(6033,'wp-content/themes/pearl/includes/theme/enqueue.php'),(6034,'wp-content/themes/pearl/includes/theme/header_helpers.php'),(6035,'wp-content/themes/pearl/includes/theme/layout_config.php'),(6036,'wp-content/themes/pearl/includes/theme/lib/array_helper.php'),(6037,'wp-content/themes/pearl/includes/theme/post_stats.php'),(6038,'wp-content/themes/pearl/includes/theme/print_styles.php'),(6039,'wp-content/themes/pearl/includes/theme/setups.php'),(6040,'wp-content/themes/pearl/includes/theme/template_hooks.php'),(6041,'wp-content/themes/pearl/includes/theme/theme-ajax.php'),(6042,'wp-content/themes/pearl/includes/theme/theme.php'),(6043,'wp-content/themes/pearl/includes/theme/vc/admin_js/autocomplete.js'),(6044,'wp-content/themes/pearl/includes/theme/vc/admin_js/datepicker.js'),(6045,'wp-content/themes/pearl/includes/theme/vc/admin_js/timepicker.js'),(6046,'wp-content/themes/pearl/includes/theme/vc/grid_builder.php'),(6047,'wp-content/themes/pearl/includes/theme/vc/helpers.php'),(6048,'wp-content/themes/pearl/includes/theme/vc/main.php'),(6049,'wp-content/themes/pearl/includes/theme/vc/modules/animation.php'),(6050,'wp-content/themes/pearl/includes/theme/vc/modules/breadcrumbs.php'),(6051,'wp-content/themes/pearl/includes/theme/vc/modules/button.php'),(6052,'wp-content/themes/pearl/includes/theme/vc/modules/call_to_action.php'),(6053,'wp-content/themes/pearl/includes/theme/vc/modules/carousel_gallery.php'),(6054,'wp-content/themes/pearl/includes/theme/vc/modules/categories.php'),(6055,'wp-content/themes/pearl/includes/theme/vc/modules/categories_tabs.php'),(6056,'wp-content/themes/pearl/includes/theme/vc/modules/cf7.php'),(6057,'wp-content/themes/pearl/includes/theme/vc/modules/charts.php'),(6058,'wp-content/themes/pearl/includes/theme/vc/modules/circle_progress.php'),(6059,'wp-content/themes/pearl/includes/theme/vc/modules/color_presentation.php'),(6060,'wp-content/themes/pearl/includes/theme/vc/modules/company_history.php'),(6061,'wp-content/themes/pearl/includes/theme/vc/modules/contact.php'),(6062,'wp-content/themes/pearl/includes/theme/vc/modules/contacts_widget.php'),(6063,'wp-content/themes/pearl/includes/theme/vc/modules/countdown.php'),(6064,'wp-content/themes/pearl/includes/theme/vc/modules/floating_gallery.php'),(6065,'wp-content/themes/pearl/includes/theme/vc/modules/gallery.php'),(6066,'wp-content/themes/pearl/includes/theme/vc/modules/google_map.php'),(6067,'wp-content/themes/pearl/includes/theme/vc/modules/icon.php'),(6068,'wp-content/themes/pearl/includes/theme/vc/modules/icon_links.php'),(6069,'wp-content/themes/pearl/includes/theme/vc/modules/icon_list.php'),(6070,'wp-content/themes/pearl/includes/theme/vc/modules/icon_separator.php'),(6071,'wp-content/themes/pearl/includes/theme/vc/modules/iconbox.php'),(6072,'wp-content/themes/pearl/includes/theme/vc/modules/icontext.php'),(6073,'wp-content/themes/pearl/includes/theme/vc/modules/image_posts_slider.php'),(6074,'wp-content/themes/pearl/includes/theme/vc/modules/infobox.php'),(6075,'wp-content/themes/pearl/includes/theme/vc/modules/items_grid.php'),(6076,'wp-content/themes/pearl/includes/theme/vc/modules/likes_and_share.php'),(6077,'wp-content/themes/pearl/includes/theme/vc/modules/opening_hours.php'),(6078,'wp-content/themes/pearl/includes/theme/vc/modules/opentable_widget.php'),(6079,'wp-content/themes/pearl/includes/theme/vc/modules/pages.php'),(6080,'wp-content/themes/pearl/includes/theme/vc/modules/pages_grid.php'),(6081,'wp-content/themes/pearl/includes/theme/vc/modules/partners.php'),(6082,'wp-content/themes/pearl/includes/theme/vc/modules/popular_posts.php'),(6083,'wp-content/themes/pearl/includes/theme/vc/modules/post_carousel.php'),(6084,'wp-content/themes/pearl/includes/theme/vc/modules/post_details.php'),(6085,'wp-content/themes/pearl/includes/theme/vc/modules/post_jumbotron.php'),(6086,'wp-content/themes/pearl/includes/theme/vc/modules/post_list.php'),(6087,'wp-content/themes/pearl/includes/theme/vc/modules/post_prev_next.php'),(6088,'wp-content/themes/pearl/includes/theme/vc/modules/post_timeline.php'),(6089,'wp-content/themes/pearl/includes/theme/vc/modules/post_type_list.php'),(6090,'wp-content/themes/pearl/includes/theme/vc/modules/post_video.php'),(6091,'wp-content/themes/pearl/includes/theme/vc/modules/pricing_table.php'),(6092,'wp-content/themes/pearl/includes/theme/vc/modules/pricing_table_flip.php'),(6093,'wp-content/themes/pearl/includes/theme/vc/modules/products_categories.php'),(6094,'wp-content/themes/pearl/includes/theme/vc/modules/recent_posts.php'),(6095,'wp-content/themes/pearl/includes/theme/vc/modules/schedule.php'),(6096,'wp-content/themes/pearl/includes/theme/vc/modules/separator.php'),(6097,'wp-content/themes/pearl/includes/theme/vc/modules/services_carousel.php'),(6098,'wp-content/themes/pearl/includes/theme/vc/modules/sliding_images.php'),(6099,'wp-content/themes/pearl/includes/theme/vc/modules/sliding_images_with_text.php'),(6100,'wp-content/themes/pearl/includes/theme/vc/modules/staff.php'),(6101,'wp-content/themes/pearl/includes/theme/vc/modules/staff_tabs.php'),(6102,'wp-content/themes/pearl/includes/theme/vc/modules/stats_counter.php'),(6103,'wp-content/themes/pearl/includes/theme/vc/modules/taxonomy.php'),(6104,'wp-content/themes/pearl/includes/theme/vc/modules/tilting_images.php'),(6105,'wp-content/themes/pearl/includes/theme/vc/modules/vertical_carousel.php'),(6106,'wp-content/themes/pearl/includes/theme/vc/modules/video.php'),(6107,'wp-content/themes/pearl/includes/theme/vc/modules/waves.php'),(6108,'wp-content/themes/pearl/includes/theme/vc/post_types/donations.php'),(6109,'wp-content/themes/pearl/includes/theme/vc/post_types/events.php'),(6110,'wp-content/themes/pearl/includes/theme/vc/post_types/media_events.php'),(6111,'wp-content/themes/pearl/includes/theme/vc/post_types/music.php'),(6112,'wp-content/themes/pearl/includes/theme/vc/post_types/product.php'),(6113,'wp-content/themes/pearl/includes/theme/vc/post_types/products.php'),(6114,'wp-content/themes/pearl/includes/theme/vc/post_types/projects.php'),(6115,'wp-content/themes/pearl/includes/theme/vc/post_types/services.php'),(6116,'wp-content/themes/pearl/includes/theme/vc/post_types/stories.php'),(6117,'wp-content/themes/pearl/includes/theme/vc/post_types/testimonials.php'),(6118,'wp-content/themes/pearl/includes/theme/vc/post_types/vacancies.php'),(6119,'wp-content/themes/pearl/includes/theme/vc/post_types/videos.php'),(6120,'wp-content/themes/pearl/includes/theme/vc/visual_composer.php'),(6121,'wp-content/themes/pearl/includes/theme/woocommerce/cart.php'),(6122,'wp-content/themes/pearl/includes/theme/woocommerce/checkout.php'),(6123,'wp-content/themes/pearl/includes/theme/woocommerce/shop_hooks.php'),(6124,'wp-content/themes/pearl/includes/theme/woocommerce/single_page_hooks.php'),(6125,'wp-content/themes/pearl/includes/theme/woocommerce/woocommerce.php'),(6126,'wp-content/themes/pearl/index.php'),(6127,'wp-content/themes/pearl/page.php'),(6128,'wp-content/themes/pearl/partials/404/style_1.php'),(6129,'wp-content/themes/pearl/partials/404/style_2.php'),(6130,'wp-content/themes/pearl/partials/404/style_3.php'),(6131,'wp-content/themes/pearl/partials/404/style_4.php'),(6132,'wp-content/themes/pearl/partials/404/style_5.php'),(6133,'wp-content/themes/pearl/partials/404/style_6.php'),(6134,'wp-content/themes/pearl/partials/404/style_7.php'),(6135,'wp-content/themes/pearl/partials/coming_soon/style_1.php'),(6136,'wp-content/themes/pearl/partials/content/archive.php'),(6137,'wp-content/themes/pearl/partials/content/none.php'),(6138,'wp-content/themes/pearl/partials/content/page/main.php'),(6139,'wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_1.php'),(6140,'wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_10.php'),(6141,'wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_11.php'),(6142,'wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_12.php'),(6143,'wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_13.php'),(6144,'wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_14.php'),(6145,'wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_15.php'),(6146,'wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_16.php'),(6147,'wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_17.php'),(6148,'wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_18.php'),(6149,'wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_19.php'),(6150,'wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_2.php'),(6151,'wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_20.php'),(6152,'wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_23.php'),(6153,'wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_3.php'),(6154,'wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_4.php'),(6155,'wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_5.php'),(6156,'wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_6.php'),(6157,'wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_7.php'),(6158,'wp-content/themes/pearl/partials/content/post/archive_layouts/grid/style_8.php'),(6159,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_1.php'),(6160,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_10.php'),(6161,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_11.php'),(6162,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_12.php'),(6163,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_13.php'),(6164,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_14.php'),(6165,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_15.php'),(6166,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_16.php'),(6167,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_17.php'),(6168,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_18.php'),(6169,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_19.php'),(6170,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_2.php'),(6171,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_20.php'),(6172,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_21.php'),(6173,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_23.php'),(6174,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_3.php'),(6175,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_4.php'),(6176,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_5.php'),(6177,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_6.php'),(6178,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_7.php'),(6179,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_8.php'),(6180,'wp-content/themes/pearl/partials/content/post/archive_layouts/list/style_9.php'),(6181,'wp-content/themes/pearl/partials/content/post/layouts/layout_1.php'),(6182,'wp-content/themes/pearl/partials/content/post/layouts/layout_10.php'),(6183,'wp-content/themes/pearl/partials/content/post/layouts/layout_11.php'),(6184,'wp-content/themes/pearl/partials/content/post/layouts/layout_12.php'),(6185,'wp-content/themes/pearl/partials/content/post/layouts/layout_13.php'),(6186,'wp-content/themes/pearl/partials/content/post/layouts/layout_14.php'),(6187,'wp-content/themes/pearl/partials/content/post/layouts/layout_15.php'),(6188,'wp-content/themes/pearl/partials/content/post/layouts/layout_16.php'),(6189,'wp-content/themes/pearl/partials/content/post/layouts/layout_17.php'),(6190,'wp-content/themes/pearl/partials/content/post/layouts/layout_18.php'),(6191,'wp-content/themes/pearl/partials/content/post/layouts/layout_19.php'),(6192,'wp-content/themes/pearl/partials/content/post/layouts/layout_2.php'),(6193,'wp-content/themes/pearl/partials/content/post/layouts/layout_20.php'),(6194,'wp-content/themes/pearl/partials/content/post/layouts/layout_21.php'),(6195,'wp-content/themes/pearl/partials/content/post/layouts/layout_22.php'),(6196,'wp-content/themes/pearl/partials/content/post/layouts/layout_23.php'),(6197,'wp-content/themes/pearl/partials/content/post/layouts/layout_24.php'),(6198,'wp-content/themes/pearl/partials/content/post/layouts/layout_3.php'),(6199,'wp-content/themes/pearl/partials/content/post/layouts/layout_4.php'),(6200,'wp-content/themes/pearl/partials/content/post/layouts/layout_5.php'),(6201,'wp-content/themes/pearl/partials/content/post/layouts/layout_6.php'),(6202,'wp-content/themes/pearl/partials/content/post/layouts/layout_7.php'),(6203,'wp-content/themes/pearl/partials/content/post/layouts/layout_8.php'),(6204,'wp-content/themes/pearl/partials/content/post/layouts/layout_9.php'),(6205,'wp-content/themes/pearl/partials/content/post/parts/after_content.php'),(6206,'wp-content/themes/pearl/partials/content/post/parts/comments.php'),(6207,'wp-content/themes/pearl/partials/content/post/parts/image.php'),(6208,'wp-content/themes/pearl/partials/content/post/parts/postinfo-11.php'),(6209,'wp-content/themes/pearl/partials/content/post/parts/postinfo-12.php'),(6210,'wp-content/themes/pearl/partials/content/post/parts/postinfo-13.php'),(6211,'wp-content/themes/pearl/partials/content/post/parts/postinfo-2.php'),(6212,'wp-content/themes/pearl/partials/content/post/parts/postinfo-3.php'),(6213,'wp-content/themes/pearl/partials/content/post/parts/postinfo-4.php'),(6214,'wp-content/themes/pearl/partials/content/post/parts/postinfo-5.php'),(6215,'wp-content/themes/pearl/partials/content/post/parts/postinfo-6.php'),(6216,'wp-content/themes/pearl/partials/content/post/parts/postinfo-7.php'),(6217,'wp-content/themes/pearl/partials/content/post/parts/postinfo-8.php'),(6218,'wp-content/themes/pearl/partials/content/post/parts/postinfo-9.php'),(6219,'wp-content/themes/pearl/partials/content/post/parts/postinfo.php'),(6220,'wp-content/themes/pearl/partials/content/post/parts/prev_next_posts.php'),(6221,'wp-content/themes/pearl/partials/content/post/parts/prev_next_posts_2.php'),(6222,'wp-content/themes/pearl/partials/content/post/parts/prev_next_posts_3.php'),(6223,'wp-content/themes/pearl/partials/content/post/parts/prev_next_posts_4.php'),(6224,'wp-content/themes/pearl/partials/content/post/parts/related_posts.php'),(6225,'wp-content/themes/pearl/partials/content/post/single/actions.php'),(6226,'wp-content/themes/pearl/partials/content/post/single/author.php'),(6227,'wp-content/themes/pearl/partials/content/post/single/content.php'),(6228,'wp-content/themes/pearl/partials/content/post/single/info.php'),(6229,'wp-content/themes/pearl/partials/content/post/single/main.php'),(6230,'wp-content/themes/pearl/partials/content/post/single/panel.php'),(6231,'wp-content/themes/pearl/partials/content/post/single/panel_2.php'),(6232,'wp-content/themes/pearl/partials/content/post/single/share.php'),(6233,'wp-content/themes/pearl/partials/content/post/single/tags.php'),(6234,'wp-content/themes/pearl/partials/content/post/single/title.php'),(6235,'wp-content/themes/pearl/partials/content/post/single/video.php'),(6236,'wp-content/themes/pearl/partials/content/single.php'),(6237,'wp-content/themes/pearl/partials/content/stm_albums/layout/layout_1.php'),(6238,'wp-content/themes/pearl/partials/content/stm_albums/single/main.php'),(6239,'wp-content/themes/pearl/partials/content/stm_donations/grid_style_1.php'),(6240,'wp-content/themes/pearl/partials/content/stm_donations/layouts/layout_1.php'),(6241,'wp-content/themes/pearl/partials/content/stm_donations/parts/details.php'),(6242,'wp-content/themes/pearl/partials/content/stm_donations/parts/image.php'),(6243,'wp-content/themes/pearl/partials/content/stm_donations/parts/post_info.php'),(6244,'wp-content/themes/pearl/partials/content/stm_donations/single/actions.php'),(6245,'wp-content/themes/pearl/partials/content/stm_donations/single/comments.php'),(6246,'wp-content/themes/pearl/partials/content/stm_donations/single/form_modal.php'),(6247,'wp-content/themes/pearl/partials/content/stm_donations/single/main.php'),(6248,'wp-content/themes/pearl/partials/content/stm_donations/single/share.php'),(6249,'wp-content/themes/pearl/partials/content/stm_donations/single/tags.php'),(6250,'wp-content/themes/pearl/partials/content/stm_events/archive.php'),(6251,'wp-content/themes/pearl/partials/content/stm_events/layouts/layout_1.php'),(6252,'wp-content/themes/pearl/partials/content/stm_events/layouts/layout_2.php'),(6253,'wp-content/themes/pearl/partials/content/stm_events/layouts/layout_3.php'),(6254,'wp-content/themes/pearl/partials/content/stm_events/layouts/layout_4.php'),(6255,'wp-content/themes/pearl/partials/content/stm_events/layouts/layout_5.php'),(6256,'wp-content/themes/pearl/partials/content/stm_events/single/actions.php'),(6257,'wp-content/themes/pearl/partials/content/stm_events/single/actions_2.php'),(6258,'wp-content/themes/pearl/partials/content/stm_events/single/address.php'),(6259,'wp-content/themes/pearl/partials/content/stm_events/single/address_info.php'),(6260,'wp-content/themes/pearl/partials/content/stm_events/single/details-2.php'),(6261,'wp-content/themes/pearl/partials/content/stm_events/single/details.php'),(6262,'wp-content/themes/pearl/partials/content/stm_events/single/join_2.php'),(6263,'wp-content/themes/pearl/partials/content/stm_events/single/join_form.php'),(6264,'wp-content/themes/pearl/partials/content/stm_events/single/join_form_2.php'),(6265,'wp-content/themes/pearl/partials/content/stm_events/single/main.php'),(6266,'wp-content/themes/pearl/partials/content/stm_events/single/map.php'),(6267,'wp-content/themes/pearl/partials/content/stm_events/single/panel.php'),(6268,'wp-content/themes/pearl/partials/content/stm_events/single/panel_2.php'),(6269,'wp-content/themes/pearl/partials/content/stm_events/single/thumbnail.php'),(6270,'wp-content/themes/pearl/partials/content/stm_events/single/title_box.php'),(6271,'wp-content/themes/pearl/partials/content/stm_events/single/title_box_2.php'),(6272,'wp-content/themes/pearl/partials/content/stm_events/single/title_box_3.php'),(6273,'wp-content/themes/pearl/partials/content/stm_events/style_1.php'),(6274,'wp-content/themes/pearl/partials/content/stm_events/style_2.php'),(6275,'wp-content/themes/pearl/partials/content/stm_events/style_3.php'),(6276,'wp-content/themes/pearl/partials/content/stm_events/style_4.php'),(6277,'wp-content/themes/pearl/partials/content/stm_events/style_5.php'),(6278,'wp-content/themes/pearl/partials/content/stm_events/style_6.php'),(6279,'wp-content/themes/pearl/partials/content/stm_events/style_7.php'),(6280,'wp-content/themes/pearl/partials/content/stm_events/style_8.php'),(6281,'wp-content/themes/pearl/partials/content/stm_events/style_9.php'),(6282,'wp-content/themes/pearl/partials/content/stm_media_events/parts/media_links.php'),(6283,'wp-content/themes/pearl/partials/content/stm_media_events/parts/meta.php'),(6284,'wp-content/themes/pearl/partials/content/stm_media_events/single/actions.php'),(6285,'wp-content/themes/pearl/partials/content/stm_media_events/single/comments.php'),(6286,'wp-content/themes/pearl/partials/content/stm_media_events/single/main.php'),(6287,'wp-content/themes/pearl/partials/content/stm_media_events/single/speaker.php'),(6288,'wp-content/themes/pearl/partials/content/stm_products/grid_style_1.php'),(6289,'wp-content/themes/pearl/partials/content/stm_products/grid_style_2.php'),(6290,'wp-content/themes/pearl/partials/content/stm_products/grid_style_3.php'),(6291,'wp-content/themes/pearl/partials/content/stm_products/layouts/layout_1.php'),(6292,'wp-content/themes/pearl/partials/content/stm_products/layouts/layout_2.php'),(6293,'wp-content/themes/pearl/partials/content/stm_products/layouts/layout_3.php'),(6294,'wp-content/themes/pearl/partials/content/stm_products/parts/tab_1.php'),(6295,'wp-content/themes/pearl/partials/content/stm_products/parts/tab_2.php'),(6296,'wp-content/themes/pearl/partials/content/stm_products/parts/tab_4.php'),(6297,'wp-content/themes/pearl/partials/content/stm_products/parts/tab_5.php'),(6298,'wp-content/themes/pearl/partials/content/stm_products/single/main.php'),(6299,'wp-content/themes/pearl/partials/content/stm_products/style_1.php'),(6300,'wp-content/themes/pearl/partials/content/stm_products/style_2.php'),(6301,'wp-content/themes/pearl/partials/content/stm_products/style_3.php'),(6302,'wp-content/themes/pearl/partials/content/stm_projects/grid_style_1.php'),(6303,'wp-content/themes/pearl/partials/content/stm_projects/layouts/layout_1.php'),(6304,'wp-content/themes/pearl/partials/content/stm_projects/layouts/layout_2.php'),(6305,'wp-content/themes/pearl/partials/content/stm_projects/single/main.php'),(6306,'wp-content/themes/pearl/partials/content/stm_services/grid_style_1.php'),(6307,'wp-content/themes/pearl/partials/content/stm_services/grid_style_2.php'),(6308,'wp-content/themes/pearl/partials/content/stm_services/grid_style_3.php'),(6309,'wp-content/themes/pearl/partials/content/stm_services/grid_style_4.php'),(6310,'wp-content/themes/pearl/partials/content/stm_services/grid_style_5.php'),(6311,'wp-content/themes/pearl/partials/content/stm_services/layouts/layout_1.php'),(6312,'wp-content/themes/pearl/partials/content/stm_services/layouts/layout_2.php'),(6313,'wp-content/themes/pearl/partials/content/stm_services/single/main.php'),(6314,'wp-content/themes/pearl/partials/content/stm_stories/layouts/layout_1.php'),(6315,'wp-content/themes/pearl/partials/content/stm_stories/list_style_1.php'),(6316,'wp-content/themes/pearl/partials/content/stm_stories/single/main.php'),(6317,'wp-content/themes/pearl/partials/content/stm_stories/single/parts/before_after.php'),(6318,'wp-content/themes/pearl/partials/content/stm_stories/single/parts/data.php'),(6319,'wp-content/themes/pearl/partials/content/stm_stories/single/parts/image.php'),(6320,'wp-content/themes/pearl/partials/content/stm_stories/single/parts/title.php'),(6321,'wp-content/themes/pearl/partials/content/stm_vacancies/single/button.php'),(6322,'wp-content/themes/pearl/partials/content/stm_vacancies/single/details.php'),(6323,'wp-content/themes/pearl/partials/content/stm_vacancies/single/layouts/layout_1.php'),(6324,'wp-content/themes/pearl/partials/content/stm_vacancies/single/layouts/layout_2.php'),(6325,'wp-content/themes/pearl/partials/content/stm_vacancies/single/layouts/layout_3.php'),(6326,'wp-content/themes/pearl/partials/content/stm_vacancies/single/layouts/layout_4.php'),(6327,'wp-content/themes/pearl/partials/content/stm_vacancies/single/main.php'),(6328,'wp-content/themes/pearl/partials/content/stm_vacancies/single/parts/vacancies.php'),(6329,'wp-content/themes/pearl/partials/footer/ga.php'),(6330,'wp-content/themes/pearl/partials/footer/layouts/layout_1.php'),(6331,'wp-content/themes/pearl/partials/footer/layouts/layout_2.php'),(6332,'wp-content/themes/pearl/partials/footer/layouts/layout_3.php'),(6333,'wp-content/themes/pearl/partials/footer/main.php'),(6334,'wp-content/themes/pearl/partials/footer/parts/copyright.php'),(6335,'wp-content/themes/pearl/partials/footer/parts/image.php'),(6336,'wp-content/themes/pearl/partials/footer/parts/right_text.php'),(6337,'wp-content/themes/pearl/partials/footer/parts/socials.php'),(6338,'wp-content/themes/pearl/partials/footer/player-list.php'),(6339,'wp-content/themes/pearl/partials/footer/player.php'),(6340,'wp-content/themes/pearl/partials/footer/scroll_top.php'),(6341,'wp-content/themes/pearl/partials/global/breadcrumbs.php'),(6342,'wp-content/themes/pearl/partials/global/searchform.php'),(6343,'wp-content/themes/pearl/partials/global/titlebox/style_1.php'),(6344,'wp-content/themes/pearl/partials/global/titlebox/style_13.php'),(6345,'wp-content/themes/pearl/partials/header/elements/address/address.php'),(6346,'wp-content/themes/pearl/partials/header/elements/button/button.php'),(6347,'wp-content/themes/pearl/partials/header/elements/buttonext/buttonext.php'),(6348,'wp-content/themes/pearl/partials/header/elements/cart/cart.php'),(6349,'wp-content/themes/pearl/partials/header/elements/cart/mini-cart.php'),(6350,'wp-content/themes/pearl/partials/header/elements/cart/quantity.php'),(6351,'wp-content/themes/pearl/partials/header/elements/cart/quantity_with_text.php'),(6352,'wp-content/themes/pearl/partials/header/elements/cart/styles/style_1.php'),(6353,'wp-content/themes/pearl/partials/header/elements/cart/styles/style_2.php'),(6354,'wp-content/themes/pearl/partials/header/elements/dropdown/dropdown.php'),(6355,'wp-content/themes/pearl/partials/header/elements/dropdown/styles/style_1.php'),(6356,'wp-content/themes/pearl/partials/header/elements/dropdown/styles/style_2.php'),(6357,'wp-content/themes/pearl/partials/header/elements/filter/filter.php'),(6358,'wp-content/themes/pearl/partials/header/elements/font-resizer/font-resizer.php'),(6359,'wp-content/themes/pearl/partials/header/elements/iconbox/iconbox.php'),(6360,'wp-content/themes/pearl/partials/header/elements/iconbox/modal.php'),(6361,'wp-content/themes/pearl/partials/header/elements/icontext/icontext.php'),(6362,'wp-content/themes/pearl/partials/header/elements/image/image.php'),(6363,'wp-content/themes/pearl/partials/header/elements/menu/menu.php'),(6364,'wp-content/themes/pearl/partials/header/elements/offices/offices.php'),(6365,'wp-content/themes/pearl/partials/header/elements/popup/modal.php'),(6366,'wp-content/themes/pearl/partials/header/elements/popup/popup.php'),(6367,'wp-content/themes/pearl/partials/header/elements/search/search.php'),(6368,'wp-content/themes/pearl/partials/header/elements/search/styles/style_1.php'),(6369,'wp-content/themes/pearl/partials/header/elements/search/styles/style_2.php'),(6370,'wp-content/themes/pearl/partials/header/elements/search/styles/style_3.php'),(6371,'wp-content/themes/pearl/partials/header/elements/search/styles/style_4.php'),(6372,'wp-content/themes/pearl/partials/header/elements/search/styles/style_5.php'),(6373,'wp-content/themes/pearl/partials/header/elements/signin/signin.php'),(6374,'wp-content/themes/pearl/partials/header/elements/socials/socials.php'),(6375,'wp-content/themes/pearl/partials/header/elements/text/text.php'),(6376,'wp-content/themes/pearl/partials/header/elements/weather/weather.php'),(6377,'wp-content/themes/pearl/partials/header/main.php'),(6378,'wp-content/themes/pearl/partials/header/mobile.php'),(6379,'wp-content/themes/pearl/partials/modals/album.php'),(6380,'wp-content/themes/pearl/partials/modals/album_modal.php'),(6381,'wp-content/themes/pearl/partials/modals/main.php'),(6382,'wp-content/themes/pearl/partials/modals/product.php'),(6383,'wp-content/themes/pearl/partials/modals/product_view.php'),(6384,'wp-content/themes/pearl/partials/other/bubbles.php'),(6385,'wp-content/themes/pearl/partials/skin/fonts.php'),(6386,'wp-content/themes/pearl/partials/skin/layouts/advisory/style.php'),(6387,'wp-content/themes/pearl/partials/skin/layouts/app/style.php'),(6388,'wp-content/themes/pearl/partials/skin/layouts/business/style.php'),(6389,'wp-content/themes/pearl/partials/skin/layouts/businessthree/style.php'),(6390,'wp-content/themes/pearl/partials/skin/layouts/businesstwo/style.php'),(6391,'wp-content/themes/pearl/partials/skin/layouts/charity/style.php'),(6392,'wp-content/themes/pearl/partials/skin/layouts/church/style.php'),(6393,'wp-content/themes/pearl/partials/skin/layouts/company/style.php'),(6394,'wp-content/themes/pearl/partials/skin/layouts/conference/style.php'),(6395,'wp-content/themes/pearl/partials/skin/layouts/construction/style.php'),(6396,'wp-content/themes/pearl/partials/skin/layouts/consulting/style.php'),(6397,'wp-content/themes/pearl/partials/skin/layouts/corporate/style.php'),(6398,'wp-content/themes/pearl/partials/skin/layouts/creative/style.php'),(6399,'wp-content/themes/pearl/partials/skin/layouts/creativetwo/style.php'),(6400,'wp-content/themes/pearl/partials/skin/layouts/digital/style.php'),(6401,'wp-content/themes/pearl/partials/skin/layouts/dj/style.php'),(6402,'wp-content/themes/pearl/partials/skin/layouts/factory/style.php'),(6403,'wp-content/themes/pearl/partials/skin/layouts/finance/style.php'),(6404,'wp-content/themes/pearl/partials/skin/layouts/furniture/style.php'),(6405,'wp-content/themes/pearl/partials/skin/layouts/healthcoach/style.php'),(6406,'wp-content/themes/pearl/partials/skin/layouts/lawyer/style.php'),(6407,'wp-content/themes/pearl/partials/skin/layouts/magazine/style.php'),(6408,'wp-content/themes/pearl/partials/skin/layouts/personal_blog/style.php'),(6409,'wp-content/themes/pearl/partials/skin/layouts/politician/style.php'),(6410,'wp-content/themes/pearl/partials/skin/layouts/portfolio/style.php'),(6411,'wp-content/themes/pearl/partials/skin/layouts/psychologist/style.php'),(6412,'wp-content/themes/pearl/partials/skin/layouts/renovation/style.php'),(6413,'wp-content/themes/pearl/partials/skin/layouts/rental/style.php'),(6414,'wp-content/themes/pearl/partials/skin/layouts/restaurant/style.php'),(6415,'wp-content/themes/pearl/partials/skin/layouts/seoagency/style.php'),(6416,'wp-content/themes/pearl/partials/skin/layouts/startup/style.php'),(6417,'wp-content/themes/pearl/partials/skin/layouts/store/style.php'),(6418,'wp-content/themes/pearl/partials/skin/layouts/viral/style.php'),(6419,'wp-content/themes/pearl/partials/skin/responsive.php'),(6420,'wp-content/themes/pearl/partials/skin/skin_template.php'),(6421,'wp-content/themes/pearl/partials/skin/titlebox.php'),(6422,'wp-content/themes/pearl/partials/skin/woocommerce.php'),(6423,'wp-content/themes/pearl/partials/vc_parts/album_info/style_1.php'),(6424,'wp-content/themes/pearl/partials/vc_parts/album_info/style_2.php'),(6425,'wp-content/themes/pearl/partials/vc_parts/donations/style_1.php'),(6426,'wp-content/themes/pearl/partials/vc_parts/donations/style_2.php'),(6427,'wp-content/themes/pearl/partials/vc_parts/events/style_1.php'),(6428,'wp-content/themes/pearl/partials/vc_parts/events/style_2.php'),(6429,'wp-content/themes/pearl/partials/vc_parts/events/style_3.php'),(6430,'wp-content/themes/pearl/partials/vc_parts/events/style_4.php'),(6431,'wp-content/themes/pearl/partials/vc_parts/events/style_5.php'),(6432,'wp-content/themes/pearl/partials/vc_parts/events/style_6.php'),(6433,'wp-content/themes/pearl/partials/vc_parts/events/style_7.php'),(6434,'wp-content/themes/pearl/partials/vc_parts/events/style_8.php'),(6435,'wp-content/themes/pearl/partials/vc_parts/events/style_9.php'),(6436,'wp-content/themes/pearl/partials/vc_parts/iconbox/flipbox.php'),(6437,'wp-content/themes/pearl/partials/vc_parts/iconbox/iconbox.php'),(6438,'wp-content/themes/pearl/partials/vc_parts/infobox/style_1.php'),(6439,'wp-content/themes/pearl/partials/vc_parts/infobox/style_10.php'),(6440,'wp-content/themes/pearl/partials/vc_parts/infobox/style_11.php'),(6441,'wp-content/themes/pearl/partials/vc_parts/infobox/style_12.php'),(6442,'wp-content/themes/pearl/partials/vc_parts/infobox/style_2.php'),(6443,'wp-content/themes/pearl/partials/vc_parts/infobox/style_3.php'),(6444,'wp-content/themes/pearl/partials/vc_parts/infobox/style_4.php'),(6445,'wp-content/themes/pearl/partials/vc_parts/infobox/style_5.php'),(6446,'wp-content/themes/pearl/partials/vc_parts/infobox/style_6.php'),(6447,'wp-content/themes/pearl/partials/vc_parts/infobox/style_7.php'),(6448,'wp-content/themes/pearl/partials/vc_parts/infobox/style_8.php'),(6449,'wp-content/themes/pearl/partials/vc_parts/infobox/style_9.php'),(6450,'wp-content/themes/pearl/partials/vc_parts/media_events/style_1.php'),(6451,'wp-content/themes/pearl/partials/vc_parts/posts_carousel/style_1.php'),(6452,'wp-content/themes/pearl/partials/vc_parts/posts_carousel/style_2.php'),(6453,'wp-content/themes/pearl/partials/vc_parts/posts_carousel/style_3.php'),(6454,'wp-content/themes/pearl/partials/vc_parts/posts_carousel/style_4.php'),(6455,'wp-content/themes/pearl/partials/vc_parts/posts_carousel/style_5.php'),(6456,'wp-content/themes/pearl/partials/vc_parts/posts_carousel/style_6.php'),(6457,'wp-content/themes/pearl/partials/vc_parts/posts_format/style_1.php'),(6458,'wp-content/themes/pearl/partials/vc_parts/posts_list/js/load_more.php'),(6459,'wp-content/themes/pearl/partials/vc_parts/posts_list/style_1.php'),(6460,'wp-content/themes/pearl/partials/vc_parts/posts_list/style_10.php'),(6461,'wp-content/themes/pearl/partials/vc_parts/posts_list/style_11.php'),(6462,'wp-content/themes/pearl/partials/vc_parts/posts_list/style_12.php'),(6463,'wp-content/themes/pearl/partials/vc_parts/posts_list/style_13.php'),(6464,'wp-content/themes/pearl/partials/vc_parts/posts_list/style_14.php'),(6465,'wp-content/themes/pearl/partials/vc_parts/posts_list/style_15.php'),(6466,'wp-content/themes/pearl/partials/vc_parts/posts_list/style_16.php'),(6467,'wp-content/themes/pearl/partials/vc_parts/posts_list/style_17.php'),(6468,'wp-content/themes/pearl/partials/vc_parts/posts_list/style_18.php'),(6469,'wp-content/themes/pearl/partials/vc_parts/posts_list/style_19.php'),(6470,'wp-content/themes/pearl/partials/vc_parts/posts_list/style_2.php'),(6471,'wp-content/themes/pearl/partials/vc_parts/posts_list/style_3.php'),(6472,'wp-content/themes/pearl/partials/vc_parts/posts_list/style_4.php'),(6473,'wp-content/themes/pearl/partials/vc_parts/posts_list/style_5.php'),(6474,'wp-content/themes/pearl/partials/vc_parts/posts_list/style_6.php'),(6475,'wp-content/themes/pearl/partials/vc_parts/posts_list/style_7.php'),(6476,'wp-content/themes/pearl/partials/vc_parts/posts_list/style_8.php'),(6477,'wp-content/themes/pearl/partials/vc_parts/posts_list/style_9.php'),(6478,'wp-content/themes/pearl/partials/vc_parts/products/style_1.php'),(6479,'wp-content/themes/pearl/partials/vc_parts/products/style_2.php'),(6480,'wp-content/themes/pearl/partials/vc_parts/products/style_3.php'),(6481,'wp-content/themes/pearl/partials/vc_parts/products_categories/style_1.php'),(6482,'wp-content/themes/pearl/partials/vc_parts/products_categories/style_2.php'),(6483,'wp-content/themes/pearl/partials/vc_parts/projects/style_1.php'),(6484,'wp-content/themes/pearl/partials/vc_parts/projects/style_10.php'),(6485,'wp-content/themes/pearl/partials/vc_parts/projects/style_2.php'),(6486,'wp-content/themes/pearl/partials/vc_parts/projects/style_2_carousel.php'),(6487,'wp-content/themes/pearl/partials/vc_parts/projects/style_3.php'),(6488,'wp-content/themes/pearl/partials/vc_parts/projects/style_3_carousel.php'),(6489,'wp-content/themes/pearl/partials/vc_parts/projects/style_4.php'),(6490,'wp-content/themes/pearl/partials/vc_parts/projects/style_4_carousel.php'),(6491,'wp-content/themes/pearl/partials/vc_parts/projects/style_5.php'),(6492,'wp-content/themes/pearl/partials/vc_parts/projects/style_6.php'),(6493,'wp-content/themes/pearl/partials/vc_parts/projects/style_7.php'),(6494,'wp-content/themes/pearl/partials/vc_parts/projects/style_8.php'),(6495,'wp-content/themes/pearl/partials/vc_parts/projects_cards/style_1/cards.php'),(6496,'wp-content/themes/pearl/partials/vc_parts/projects_cards/style_1/js.php'),(6497,'wp-content/themes/pearl/partials/vc_parts/projects_cards/style_1/style_1.php'),(6498,'wp-content/themes/pearl/partials/vc_parts/projects_cards/style_2/cards.php'),(6499,'wp-content/themes/pearl/partials/vc_parts/projects_cards/style_2/js.php'),(6500,'wp-content/themes/pearl/partials/vc_parts/projects_cards/style_2/style_2.php'),(6501,'wp-content/themes/pearl/partials/vc_parts/projects_cards/style_3/cards.php'),(6502,'wp-content/themes/pearl/partials/vc_parts/projects_cards/style_3/js.php'),(6503,'wp-content/themes/pearl/partials/vc_parts/projects_cards/style_3/style_3.php'),(6504,'wp-content/themes/pearl/partials/vc_parts/projects_cards/style_4/cards.php'),(6505,'wp-content/themes/pearl/partials/vc_parts/projects_cards/style_4/js.php'),(6506,'wp-content/themes/pearl/partials/vc_parts/projects_cards/style_4/style_4.php'),(6507,'wp-content/themes/pearl/partials/vc_parts/projects_cards/style_5/cards.php'),(6508,'wp-content/themes/pearl/partials/vc_parts/projects_cards/style_5/js.php'),(6509,'wp-content/themes/pearl/partials/vc_parts/projects_cards/style_5/style_5.php'),(6510,'wp-content/themes/pearl/partials/vc_parts/row/canvas.js.php'),(6511,'wp-content/themes/pearl/partials/vc_parts/row/canvas2.js.php'),(6512,'wp-content/themes/pearl/partials/vc_parts/services/grid_style_1.php'),(6513,'wp-content/themes/pearl/partials/vc_parts/services/grid_style_10.php'),(6514,'wp-content/themes/pearl/partials/vc_parts/services/grid_style_11.php'),(6515,'wp-content/themes/pearl/partials/vc_parts/services/grid_style_12.php'),(6516,'wp-content/themes/pearl/partials/vc_parts/services/grid_style_2.php'),(6517,'wp-content/themes/pearl/partials/vc_parts/services/grid_style_3.php'),(6518,'wp-content/themes/pearl/partials/vc_parts/services/grid_style_4.php'),(6519,'wp-content/themes/pearl/partials/vc_parts/services/grid_style_5.php'),(6520,'wp-content/themes/pearl/partials/vc_parts/services/grid_style_6.php'),(6521,'wp-content/themes/pearl/partials/vc_parts/services/grid_style_8.php'),(6522,'wp-content/themes/pearl/partials/vc_parts/services/grid_style_9.php'),(6523,'wp-content/themes/pearl/partials/vc_parts/services_carousel/style_1.php'),(6524,'wp-content/themes/pearl/partials/vc_parts/services_carousel/style_2.php'),(6525,'wp-content/themes/pearl/partials/vc_parts/services_carousel/style_3.php'),(6526,'wp-content/themes/pearl/partials/vc_parts/stm_company_history/style_1.php'),(6527,'wp-content/themes/pearl/partials/vc_parts/stm_company_history/style_2.php'),(6528,'wp-content/themes/pearl/partials/vc_parts/stm_separator/style_1.php'),(6529,'wp-content/themes/pearl/partials/vc_parts/stm_staff/grid/style_1.php'),(6530,'wp-content/themes/pearl/partials/vc_parts/stm_staff/grid/style_2.php'),(6531,'wp-content/themes/pearl/partials/vc_parts/stm_staff/grid/style_3.php'),(6532,'wp-content/themes/pearl/partials/vc_parts/stm_staff/grid/style_4.php'),(6533,'wp-content/themes/pearl/partials/vc_parts/stm_staff/grid/style_5.php'),(6534,'wp-content/themes/pearl/partials/vc_parts/stm_staff/grid/style_6.php'),(6535,'wp-content/themes/pearl/partials/vc_parts/stm_staff/grid/style_7.php'),(6536,'wp-content/themes/pearl/partials/vc_parts/stm_staff/grid/style_8.php'),(6537,'wp-content/themes/pearl/partials/vc_parts/stm_staff/list/style_1.php'),(6538,'wp-content/themes/pearl/partials/vc_parts/stm_staff/list/style_2.php'),(6539,'wp-content/themes/pearl/partials/vc_parts/stm_staff/list/style_3.php'),(6540,'wp-content/themes/pearl/partials/vc_parts/stm_staff/list/style_4.php'),(6541,'wp-content/themes/pearl/partials/vc_parts/stm_staff/list/style_5.php'),(6542,'wp-content/themes/pearl/partials/vc_parts/stm_staff/list/style_6.php'),(6543,'wp-content/themes/pearl/partials/vc_parts/stm_staff/list/style_7.php'),(6544,'wp-content/themes/pearl/partials/vc_parts/stm_staff/list/style_8.php'),(6545,'wp-content/themes/pearl/partials/vc_parts/stm_staff/parts/socials.php'),(6546,'wp-content/themes/pearl/partials/vc_parts/stories/grid_style_1.php'),(6547,'wp-content/themes/pearl/partials/vc_parts/timeline/style_1.php'),(6548,'wp-content/themes/pearl/partials/vc_parts/timeline/style_2.php'),(6549,'wp-content/themes/pearl/partials/vc_parts/timeline/style_3.php'),(6550,'wp-content/themes/pearl/partials/vc_parts/vacancies/style_1.php'),(6551,'wp-content/themes/pearl/partials/vc_parts/vacancies/style_2.php'),(6552,'wp-content/themes/pearl/partials/vc_parts/vacancies/style_3.php'),(6553,'wp-content/themes/pearl/partials/vc_parts/video/filter-js.php'),(6554,'wp-content/themes/pearl/partials/vc_parts/video/style_1.php'),(6555,'wp-content/themes/pearl/partials/vc_parts/video/style_2.php'),(6556,'wp-content/themes/pearl/partials/vc_parts/video_single/style_1.php'),(6557,'wp-content/themes/pearl/partials/vc_parts/video_single/style_11.php'),(6558,'wp-content/themes/pearl/partials/vc_parts/video_single/style_9.php'),(6559,'wp-content/themes/pearl/single.php'),(6560,'wp-content/themes/pearl/vc_templates/stm_album_info.php'),(6561,'wp-content/themes/pearl/vc_templates/stm_album_list.php'),(6562,'wp-content/themes/pearl/vc_templates/stm_animation_block.php'),(6563,'wp-content/themes/pearl/vc_templates/stm_breadcrumbs.php'),(6564,'wp-content/themes/pearl/vc_templates/stm_button.php'),(6565,'wp-content/themes/pearl/vc_templates/stm_carousel_gallery.php'),(6566,'wp-content/themes/pearl/vc_templates/stm_categories.php'),(6567,'wp-content/themes/pearl/vc_templates/stm_categories_tabs.php'),(6568,'wp-content/themes/pearl/vc_templates/stm_charts.php'),(6569,'wp-content/themes/pearl/vc_templates/stm_circle_progress.php'),(6570,'wp-content/themes/pearl/vc_templates/stm_color_presentation.php'),(6571,'wp-content/themes/pearl/vc_templates/stm_company_history.php'),(6572,'wp-content/themes/pearl/vc_templates/stm_company_history_item.php'),(6573,'wp-content/themes/pearl/vc_templates/stm_contact.php'),(6574,'wp-content/themes/pearl/vc_templates/stm_contact_form_7.php'),(6575,'wp-content/themes/pearl/vc_templates/stm_contacts_widget.php'),(6576,'wp-content/themes/pearl/vc_templates/stm_countdown.php'),(6577,'wp-content/themes/pearl/vc_templates/stm_cta.php'),(6578,'wp-content/themes/pearl/vc_templates/stm_donations.php'),(6579,'wp-content/themes/pearl/vc_templates/stm_events_list.php'),(6580,'wp-content/themes/pearl/vc_templates/stm_floating_gallery.php'),(6581,'wp-content/themes/pearl/vc_templates/stm_gallery.php'),(6582,'wp-content/themes/pearl/vc_templates/stm_google_map.php'),(6583,'wp-content/themes/pearl/vc_templates/stm_google_map_address.php'),(6584,'wp-content/themes/pearl/vc_templates/stm_icon.php'),(6585,'wp-content/themes/pearl/vc_templates/stm_icon_box.php'),(6586,'wp-content/themes/pearl/vc_templates/stm_icon_links.php'),(6587,'wp-content/themes/pearl/vc_templates/stm_icon_separator.php'),(6588,'wp-content/themes/pearl/vc_templates/stm_iconlist.php'),(6589,'wp-content/themes/pearl/vc_templates/stm_icontext.php'),(6590,'wp-content/themes/pearl/vc_templates/stm_image_posts_slider.php'),(6591,'wp-content/themes/pearl/vc_templates/stm_infobox.php'),(6592,'wp-content/themes/pearl/vc_templates/stm_items_grid.php'),(6593,'wp-content/themes/pearl/vc_templates/stm_likes_and_share.php'),(6594,'wp-content/themes/pearl/vc_templates/stm_media_events.php'),(6595,'wp-content/themes/pearl/vc_templates/stm_media_events_list.php'),(6596,'wp-content/themes/pearl/vc_templates/stm_media_gallery.php'),(6597,'wp-content/themes/pearl/vc_templates/stm_open_table.php'),(6598,'wp-content/themes/pearl/vc_templates/stm_opening_hours.php'),(6599,'wp-content/themes/pearl/vc_templates/stm_pages.php'),(6600,'wp-content/themes/pearl/vc_templates/stm_pages_grid.php'),(6601,'wp-content/themes/pearl/vc_templates/stm_partners.php'),(6602,'wp-content/themes/pearl/vc_templates/stm_popular_posts.php'),(6603,'wp-content/themes/pearl/vc_templates/stm_post_details.php'),(6604,'wp-content/themes/pearl/vc_templates/stm_post_jumbotron.php'),(6605,'wp-content/themes/pearl/vc_templates/stm_post_prev_next.php'),(6606,'wp-content/themes/pearl/vc_templates/stm_post_type_list.php'),(6607,'wp-content/themes/pearl/vc_templates/stm_posts_carousel.php'),(6608,'wp-content/themes/pearl/vc_templates/stm_posts_list.php'),(6609,'wp-content/themes/pearl/vc_templates/stm_posts_video.php'),(6610,'wp-content/themes/pearl/vc_templates/stm_posttimeline.php'),(6611,'wp-content/themes/pearl/vc_templates/stm_price_list.php'),(6612,'wp-content/themes/pearl/vc_templates/stm_pricing_tables.php'),(6613,'wp-content/themes/pearl/vc_templates/stm_pricing_tables_flip.php'),(6614,'wp-content/themes/pearl/vc_templates/stm_products.php'),(6615,'wp-content/themes/pearl/vc_templates/stm_products_categories.php'),(6616,'wp-content/themes/pearl/vc_templates/stm_projects_cards.php'),(6617,'wp-content/themes/pearl/vc_templates/stm_projects_carousel.php'),(6618,'wp-content/themes/pearl/vc_templates/stm_recent_posts.php'),(6619,'wp-content/themes/pearl/vc_templates/stm_schedule.php'),(6620,'wp-content/themes/pearl/vc_templates/stm_schedule_item.php'),(6621,'wp-content/themes/pearl/vc_templates/stm_separator.php'),(6622,'wp-content/themes/pearl/vc_templates/stm_services.php'),(6623,'wp-content/themes/pearl/vc_templates/stm_services_carousel.php'),(6624,'wp-content/themes/pearl/vc_templates/stm_sidebar.php'),(6625,'wp-content/themes/pearl/vc_templates/stm_slider.php'),(6626,'wp-content/themes/pearl/vc_templates/stm_sliding_image.php'),(6627,'wp-content/themes/pearl/vc_templates/stm_sliding_image_with_text.php'),(6628,'wp-content/themes/pearl/vc_templates/stm_spacer.php'),(6629,'wp-content/themes/pearl/vc_templates/stm_staff.php'),(6630,'wp-content/themes/pearl/vc_templates/stm_staff_container.php'),(6631,'wp-content/themes/pearl/vc_templates/stm_staff_cta.php'),(6632,'wp-content/themes/pearl/vc_templates/stm_staff_tabs.php'),(6633,'wp-content/themes/pearl/vc_templates/stm_stats_counter.php'),(6634,'wp-content/themes/pearl/vc_templates/stm_stories_carousel.php'),(6635,'wp-content/themes/pearl/vc_templates/stm_stories_list.php'),(6636,'wp-content/themes/pearl/vc_templates/stm_taxonomy.php'),(6637,'wp-content/themes/pearl/vc_templates/stm_testimonials.php'),(6638,'wp-content/themes/pearl/vc_templates/stm_tilting_image.php'),(6639,'wp-content/themes/pearl/vc_templates/stm_upcoming_event.php'),(6640,'wp-content/themes/pearl/vc_templates/stm_upcoming_events.php'),(6641,'wp-content/themes/pearl/vc_templates/stm_vacancies.php'),(6642,'wp-content/themes/pearl/vc_templates/stm_vertical_carousel.php'),(6643,'wp-content/themes/pearl/vc_templates/stm_video.php'),(6644,'wp-content/themes/pearl/vc_templates/stm_video_list.php'),(6645,'wp-content/themes/pearl/vc_templates/stm_waves.php'),(6646,'wp-content/themes/pearl/vc_templates/stm_woo_categories.php'),(6647,'wp-content/themes/pearl/vc_templates/stm_woo_product.php'),(6648,'wp-content/themes/pearl/vc_templates/stm_woo_products.php'),(6649,'wp-content/themes/pearl/vc_templates/stm_woo_special_product.php'),(6650,'wp-content/themes/pearl/vc_templates/vc_basic_grid.php'),(6651,'wp-content/themes/pearl/vc_templates/vc_column.php'),(6652,'wp-content/themes/pearl/vc_templates/vc_column_inner.php'),(6653,'wp-content/themes/pearl/vc_templates/vc_custom_heading.php'),(6654,'wp-content/themes/pearl/vc_templates/vc_line_chart.php'),(6655,'wp-content/themes/pearl/vc_templates/vc_message.php'),(6656,'wp-content/themes/pearl/vc_templates/vc_progress_bar.php'),(6657,'wp-content/themes/pearl/vc_templates/vc_round_chart.php'),(6658,'wp-content/themes/pearl/vc_templates/vc_row.php'),(6659,'wp-content/themes/pearl/vc_templates/vc_single_image.php'),(6660,'wp-content/themes/pearl/vc_templates/vc_tabs.php'),(6661,'wp-content/themes/pearl/vc_templates/vc_text_separator.php'),(6662,'wp-content/themes/pearl/vc_templates/vc_tta_global_old.php'),(6663,'wp-content/themes/pearl/vc_templates/vc_wp_categories.php'),(6664,'wp-content/themes/pearl/vc_templates/vc_wp_search.php'),(6665,'wp-content/themes/pearl/woocommerce/cart/cart-totals.php'),(6666,'wp-content/themes/pearl/woocommerce/cart/cart.php'),(6667,'wp-content/themes/pearl/woocommerce/checkout/form-checkout.php'),(6668,'wp-content/themes/pearl/woocommerce/content-product-carousel.php'),(6669,'wp-content/themes/pearl/woocommerce/content-product.php'),(6670,'wp-content/themes/pearl/woocommerce/global/quantity-input.php'),(6671,'wp-content/themes/pearl/woocommerce/layouts/business/cart-totals.php'),(6672,'wp-content/themes/pearl/woocommerce/layouts/business/cart.php'),(6673,'wp-content/themes/pearl/woocommerce/layouts/business/content-product.php'),(6674,'wp-content/themes/pearl/woocommerce/layouts/business/form-checkout-customer_details.php'),(6675,'wp-content/themes/pearl/woocommerce/layouts/business/form-checkout-order_review.php'),(6676,'wp-content/themes/pearl/woocommerce/layouts/store/cart-totals.php'),(6677,'wp-content/themes/pearl/woocommerce/layouts/store/cart.php'),(6678,'wp-content/themes/pearl/woocommerce/layouts/store/content-product.php'),(6679,'wp-content/themes/pearl/woocommerce/layouts/store/filter.php'),(6680,'wp-content/themes/pearl/woocommerce/layouts/store/form-checkout-customer_details.php'),(6681,'wp-content/themes/pearl/woocommerce/layouts/store/form-checkout-order_review.php'),(6682,'wp-content/themes/pearl/woocommerce/layouts/store/view_buttons.php'),(6683,'wp-content/themes/pearl/woocommerce/loop/loop-start.php'),(6684,'wp-content/themes/pearl/woocommerce/loop/pagination.php'),(6685,'wp-content/themes/pearl/woocommerce/loop/result-count.php'),(6686,'wp-content/themes/pearl/woocommerce/myaccount/form-login.php'),(6687,'wp-content/themes/pearl/woocommerce/single-product/product-image/product-image-360.php'),(6688,'wp-content/themes/pearl/woocommerce/single-product/product-image/product-image-default.php'),(6689,'wp-content/themes/pearl/woocommerce/single-product/product-image/product-image-vertical.php'),(6690,'wp-content/themes/pearl/woocommerce/single-product/product-image.php'),(6691,'wp-content/themes/pearl/woocommerce/single-product/thumbnails/product-thumbnails-360.php'),(6692,'wp-content/themes/pearl/woocommerce/single-product/thumbnails/product-thumbnails-vertical.php'),(6693,'wp-content/themes/pearl/woocommerce.php'),(6694,'wp-content/themes/twentynineteen/404.php'),(6695,'wp-content/themes/twentynineteen/archive.php'),(6696,'wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php'),(6697,'wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php'),(6698,'wp-content/themes/twentynineteen/comments.php'),(6699,'wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff'),(6700,'wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2'),(6701,'wp-content/themes/twentynineteen/footer.php'),(6702,'wp-content/themes/twentynineteen/functions.php'),(6703,'wp-content/themes/twentynineteen/header.php'),(6704,'wp-content/themes/twentynineteen/image.php'),(6705,'wp-content/themes/twentynineteen/inc/back-compat.php'),(6706,'wp-content/themes/twentynineteen/inc/color-patterns.php'),(6707,'wp-content/themes/twentynineteen/inc/customizer.php'),(6708,'wp-content/themes/twentynineteen/inc/icon-functions.php'),(6709,'wp-content/themes/twentynineteen/inc/template-functions.php'),(6710,'wp-content/themes/twentynineteen/inc/template-tags.php'),(6711,'wp-content/themes/twentynineteen/index.php'),(6712,'wp-content/themes/twentynineteen/js/customize-controls.js'),(6713,'wp-content/themes/twentynineteen/js/customize-preview.js'),(6714,'wp-content/themes/twentynineteen/js/priority-menu.js'),(6715,'wp-content/themes/twentynineteen/js/skip-link-focus-fix.js'),(6716,'wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js'),(6717,'wp-content/themes/twentynineteen/package-lock.json'),(6718,'wp-content/themes/twentynineteen/package.json'),(6719,'wp-content/themes/twentynineteen/page.php'),(6720,'wp-content/themes/twentynineteen/postcss.config.js'),(6721,'wp-content/themes/twentynineteen/print.css'),(6722,'wp-content/themes/twentynineteen/print.scss'),(6723,'wp-content/themes/twentynineteen/readme.txt'),(6724,'wp-content/themes/twentynineteen/sass/_normalize.scss'),(6725,'wp-content/themes/twentynineteen/sass/blocks/_blocks.scss'),(6726,'wp-content/themes/twentynineteen/sass/elements/_elements.scss'),(6727,'wp-content/themes/twentynineteen/sass/elements/_lists.scss'),(6728,'wp-content/themes/twentynineteen/sass/elements/_tables.scss'),(6729,'wp-content/themes/twentynineteen/sass/forms/_buttons.scss'),(6730,'wp-content/themes/twentynineteen/sass/forms/_fields.scss'),(6731,'wp-content/themes/twentynineteen/sass/forms/_forms.scss'),(6732,'wp-content/themes/twentynineteen/sass/layout/_layout.scss'),(6733,'wp-content/themes/twentynineteen/sass/media/_captions.scss'),(6734,'wp-content/themes/twentynineteen/sass/media/_galleries.scss'),(6735,'wp-content/themes/twentynineteen/sass/media/_media.scss'),(6736,'wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss'),(6737,'wp-content/themes/twentynineteen/sass/mixins/_utilities.scss'),(6738,'wp-content/themes/twentynineteen/sass/modules/_accessibility.scss'),(6739,'wp-content/themes/twentynineteen/sass/modules/_alignments.scss'),(6740,'wp-content/themes/twentynineteen/sass/modules/_clearings.scss'),(6741,'wp-content/themes/twentynineteen/sass/navigation/_links.scss'),(6742,'wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss'),(6743,'wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss'),(6744,'wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss'),(6745,'wp-content/themes/twentynineteen/sass/navigation/_navigation.scss'),(6746,'wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss'),(6747,'wp-content/themes/twentynineteen/sass/site/_site.scss'),(6748,'wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss'),(6749,'wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss'),(6750,'wp-content/themes/twentynineteen/sass/site/header/_site-header.scss'),(6751,'wp-content/themes/twentynineteen/sass/site/primary/_archives.scss'),(6752,'wp-content/themes/twentynineteen/sass/site/primary/_comments.scss'),(6753,'wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss'),(6754,'wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss'),(6755,'wp-content/themes/twentynineteen/sass/typography/_copy.scss'),(6756,'wp-content/themes/twentynineteen/sass/typography/_headings.scss'),(6757,'wp-content/themes/twentynineteen/sass/typography/_typography.scss'),(6758,'wp-content/themes/twentynineteen/sass/variables-site/_colors.scss'),(6759,'wp-content/themes/twentynineteen/sass/variables-site/_columns.scss'),(6760,'wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss'),(6761,'wp-content/themes/twentynineteen/sass/variables-site/_structure.scss'),(6762,'wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss'),(6763,'wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss'),(6764,'wp-content/themes/twentynineteen/screenshot.png'),(6765,'wp-content/themes/twentynineteen/search.php'),(6766,'wp-content/themes/twentynineteen/single.php'),(6767,'wp-content/themes/twentynineteen/style-editor-customizer.css'),(6768,'wp-content/themes/twentynineteen/style-editor-customizer.scss'),(6769,'wp-content/themes/twentynineteen/style-editor.css'),(6770,'wp-content/themes/twentynineteen/style-editor.scss'),(6771,'wp-content/themes/twentynineteen/style-rtl.css'),(6772,'wp-content/themes/twentynineteen/style.css'),(6773,'wp-content/themes/twentynineteen/style.scss'),(6774,'wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php'),(6775,'wp-content/themes/twentynineteen/template-parts/content/content-none.php'),(6776,'wp-content/themes/twentynineteen/template-parts/content/content-page.php'),(6777,'wp-content/themes/twentynineteen/template-parts/content/content-single.php'),(6778,'wp-content/themes/twentynineteen/template-parts/content/content.php'),(6779,'wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php'),(6780,'wp-content/themes/twentynineteen/template-parts/header/entry-header.php'),(6781,'wp-content/themes/twentynineteen/template-parts/header/site-branding.php'),(6782,'wp-content/themes/twentynineteen/template-parts/post/author-bio.php'),(6783,'wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php'),(6784,'wp-content/themes/twentyseventeen/404.php'),(6785,'wp-content/themes/twentyseventeen/README.txt'),(6786,'wp-content/themes/twentyseventeen/archive.php'),(6787,'wp-content/themes/twentyseventeen/assets/css/blocks.css'),(6788,'wp-content/themes/twentyseventeen/assets/css/colors-dark.css'),(6789,'wp-content/themes/twentyseventeen/assets/css/editor-blocks.css'),(6790,'wp-content/themes/twentyseventeen/assets/css/editor-style.css'),(6791,'wp-content/themes/twentyseventeen/assets/css/ie8.css'),(6792,'wp-content/themes/twentyseventeen/assets/css/ie9.css'),(6793,'wp-content/themes/twentyseventeen/assets/images/coffee.jpg'),(6794,'wp-content/themes/twentyseventeen/assets/images/espresso.jpg'),(6795,'wp-content/themes/twentyseventeen/assets/images/header.jpg'),(6796,'wp-content/themes/twentyseventeen/assets/images/sandwich.jpg'),(6797,'wp-content/themes/twentyseventeen/assets/images/svg-icons.svg'),(6798,'wp-content/themes/twentyseventeen/assets/js/customize-controls.js'),(6799,'wp-content/themes/twentyseventeen/assets/js/customize-preview.js'),(6800,'wp-content/themes/twentyseventeen/assets/js/global.js'),(6801,'wp-content/themes/twentyseventeen/assets/js/html5.js'),(6802,'wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js'),(6803,'wp-content/themes/twentyseventeen/assets/js/navigation.js'),(6804,'wp-content/themes/twentyseventeen/assets/js/skip-link-focus-fix.js'),(6805,'wp-content/themes/twentyseventeen/comments.php'),(6806,'wp-content/themes/twentyseventeen/footer.php'),(6807,'wp-content/themes/twentyseventeen/front-page.php'),(6808,'wp-content/themes/twentyseventeen/functions.php'),(6809,'wp-content/themes/twentyseventeen/header.php'),(6810,'wp-content/themes/twentyseventeen/inc/back-compat.php'),(6811,'wp-content/themes/twentyseventeen/inc/color-patterns.php'),(6812,'wp-content/themes/twentyseventeen/inc/custom-header.php'),(6813,'wp-content/themes/twentyseventeen/inc/customizer.php'),(6814,'wp-content/themes/twentyseventeen/inc/icon-functions.php'),(6815,'wp-content/themes/twentyseventeen/inc/template-functions.php'),(6816,'wp-content/themes/twentyseventeen/inc/template-tags.php'),(6817,'wp-content/themes/twentyseventeen/index.php'),(6818,'wp-content/themes/twentyseventeen/page.php'),(6819,'wp-content/themes/twentyseventeen/rtl.css'),(6820,'wp-content/themes/twentyseventeen/screenshot.png'),(6821,'wp-content/themes/twentyseventeen/search.php'),(6822,'wp-content/themes/twentyseventeen/searchform.php'),(6823,'wp-content/themes/twentyseventeen/sidebar.php'),(6824,'wp-content/themes/twentyseventeen/single.php'),(6825,'wp-content/themes/twentyseventeen/style.css'),(6826,'wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php'),(6827,'wp-content/themes/twentyseventeen/template-parts/footer/site-info.php'),(6828,'wp-content/themes/twentyseventeen/template-parts/header/header-image.php'),(6829,'wp-content/themes/twentyseventeen/template-parts/header/site-branding.php'),(6830,'wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php'),(6831,'wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php'),(6832,'wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php'),(6833,'wp-content/themes/twentyseventeen/template-parts/page/content-page.php'),(6834,'wp-content/themes/twentyseventeen/template-parts/post/content-audio.php'),(6835,'wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php'),(6836,'wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php'),(6837,'wp-content/themes/twentyseventeen/template-parts/post/content-image.php'),(6838,'wp-content/themes/twentyseventeen/template-parts/post/content-none.php'),(6839,'wp-content/themes/twentyseventeen/template-parts/post/content-video.php'),(6840,'wp-content/themes/twentyseventeen/template-parts/post/content.php'),(6841,'wp-content/themes/twentysixteen/404.php'),(6842,'wp-content/themes/twentysixteen/archive.php'),(6843,'wp-content/themes/twentysixteen/comments.php'),(6844,'wp-content/themes/twentysixteen/css/blocks.css'),(6845,'wp-content/themes/twentysixteen/css/editor-blocks.css'),(6846,'wp-content/themes/twentysixteen/css/editor-style.css'),(6847,'wp-content/themes/twentysixteen/css/ie.css'),(6848,'wp-content/themes/twentysixteen/css/ie7.css'),(6849,'wp-content/themes/twentysixteen/css/ie8.css'),(6850,'wp-content/themes/twentysixteen/footer.php'),(6851,'wp-content/themes/twentysixteen/functions.php'),(6852,'wp-content/themes/twentysixteen/genericons/COPYING.txt'),(6853,'wp-content/themes/twentysixteen/genericons/Genericons.eot'),(6854,'wp-content/themes/twentysixteen/genericons/Genericons.svg'),(6855,'wp-content/themes/twentysixteen/genericons/Genericons.ttf'),(6856,'wp-content/themes/twentysixteen/genericons/Genericons.woff'),(6857,'wp-content/themes/twentysixteen/genericons/LICENSE.txt'),(6858,'wp-content/themes/twentysixteen/genericons/README.md'),(6859,'wp-content/themes/twentysixteen/genericons/genericons.css'),(6860,'wp-content/themes/twentysixteen/header.php'),(6861,'wp-content/themes/twentysixteen/image.php'),(6862,'wp-content/themes/twentysixteen/inc/back-compat.php'),(6863,'wp-content/themes/twentysixteen/inc/customizer.php'),(6864,'wp-content/themes/twentysixteen/inc/template-tags.php'),(6865,'wp-content/themes/twentysixteen/index.php'),(6866,'wp-content/themes/twentysixteen/js/color-scheme-control.js'),(6867,'wp-content/themes/twentysixteen/js/customize-preview.js'),(6868,'wp-content/themes/twentysixteen/js/functions.js'),(6869,'wp-content/themes/twentysixteen/js/html5.js'),(6870,'wp-content/themes/twentysixteen/js/keyboard-image-navigation.js'),(6871,'wp-content/themes/twentysixteen/js/skip-link-focus-fix.js'),(6872,'wp-content/themes/twentysixteen/page.php'),(6873,'wp-content/themes/twentysixteen/readme.txt'),(6874,'wp-content/themes/twentysixteen/rtl.css'),(6875,'wp-content/themes/twentysixteen/screenshot.png'),(6876,'wp-content/themes/twentysixteen/search.php'),(6877,'wp-content/themes/twentysixteen/searchform.php'),(6878,'wp-content/themes/twentysixteen/sidebar-content-bottom.php'),(6879,'wp-content/themes/twentysixteen/sidebar.php'),(6880,'wp-content/themes/twentysixteen/single.php'),(6881,'wp-content/themes/twentysixteen/style.css'),(6882,'wp-content/themes/twentysixteen/template-parts/biography.php'),(6883,'wp-content/themes/twentysixteen/template-parts/content-none.php'),(6884,'wp-content/themes/twentysixteen/template-parts/content-page.php'),(6885,'wp-content/themes/twentysixteen/template-parts/content-search.php'),(6886,'wp-content/themes/twentysixteen/template-parts/content-single.php'),(6887,'wp-content/themes/twentysixteen/template-parts/content.php'),(6888,'wp-content/uploads/stm_fonts/stmicons/advisory/charmap.php'),(6889,'wp-content/uploads/stm_fonts/stmicons/advisory/stmicons.svg'),(6890,'wp-content/uploads/stm_fonts/stmicons/app/charmap.php'),(6891,'wp-content/uploads/stm_fonts/stmicons/app/stmicons.svg'),(6892,'wp-content/uploads/stm_fonts/stmicons/beauty/charmap.php'),(6893,'wp-content/uploads/stm_fonts/stmicons/beauty/stmicons.svg'),(6894,'wp-content/uploads/stm_fonts/stmicons/businesstwo/charmap.php'),(6895,'wp-content/uploads/stm_fonts/stmicons/businesstwo/stmicons.svg'),(6896,'wp-content/uploads/stm_fonts/stmicons/charmap.php'),(6897,'wp-content/uploads/stm_fonts/stmicons/church/charmap.php'),(6898,'wp-content/uploads/stm_fonts/stmicons/church/stmicons.svg'),(6899,'wp-content/uploads/stm_fonts/stmicons/company/stmicons.svg'),(6900,'wp-content/uploads/stm_fonts/stmicons/construction/charmap.php'),(6901,'wp-content/uploads/stm_fonts/stmicons/construction/stmicons.svg'),(6902,'wp-content/uploads/stm_fonts/stmicons/consulting/charmap.php'),(6903,'wp-content/uploads/stm_fonts/stmicons/consulting/stmicons.svg'),(6904,'wp-content/uploads/stm_fonts/stmicons/corporate/charmap.php'),(6905,'wp-content/uploads/stm_fonts/stmicons/corporate/stmicons.svg'),(6906,'wp-content/uploads/stm_fonts/stmicons/creativetwo/charmap.php'),(6907,'wp-content/uploads/stm_fonts/stmicons/creativetwo/stmicons.svg'),(6908,'wp-content/uploads/stm_fonts/stmicons/digital/charmap.php'),(6909,'wp-content/uploads/stm_fonts/stmicons/digital/stmicons.svg'),(6910,'wp-content/uploads/stm_fonts/stmicons/factory/stmicons.svg'),(6911,'wp-content/uploads/stm_fonts/stmicons/feather/charmap.php'),(6912,'wp-content/uploads/stm_fonts/stmicons/feather/stmicons.svg'),(6913,'wp-content/uploads/stm_fonts/stmicons/finance/charmap.php'),(6914,'wp-content/uploads/stm_fonts/stmicons/finance/stmicons.svg'),(6915,'wp-content/uploads/stm_fonts/stmicons/furniture/charmap.php'),(6916,'wp-content/uploads/stm_fonts/stmicons/furniture/stmicons.svg'),(6917,'wp-content/uploads/stm_fonts/stmicons/healthcoach/charmap.php'),(6918,'wp-content/uploads/stm_fonts/stmicons/healthcoach/stmicons.svg'),(6919,'wp-content/uploads/stm_fonts/stmicons/hotel/charmap.php'),(6920,'wp-content/uploads/stm_fonts/stmicons/hotel/stmicons.svg'),(6921,'wp-content/uploads/stm_fonts/stmicons/icomoon/charmap.php'),(6922,'wp-content/uploads/stm_fonts/stmicons/icomoon/stmicons.svg'),(6923,'wp-content/uploads/stm_fonts/stmicons/lawyer/charmap.php'),(6924,'wp-content/uploads/stm_fonts/stmicons/lawyer/stmicons.svg'),(6925,'wp-content/uploads/stm_fonts/stmicons/linear/charmap.php'),(6926,'wp-content/uploads/stm_fonts/stmicons/logistics/charmap.php'),(6927,'wp-content/uploads/stm_fonts/stmicons/logistics/stmicons.svg'),(6928,'wp-content/uploads/stm_fonts/stmicons/magazine/charmap.php'),(6929,'wp-content/uploads/stm_fonts/stmicons/magazine/stmicons.svg'),(6930,'wp-content/uploads/stm_fonts/stmicons/medicall/charmap.php'),(6931,'wp-content/uploads/stm_fonts/stmicons/medicall/stmicons.svg'),(6932,'wp-content/uploads/stm_fonts/stmicons/personal_blog/charmap.php'),(6933,'wp-content/uploads/stm_fonts/stmicons/personal_blog/stmicons.svg'),(6934,'wp-content/uploads/stm_fonts/stmicons/politician/charmap.php'),(6935,'wp-content/uploads/stm_fonts/stmicons/politician/stmicons.svg'),(6936,'wp-content/uploads/stm_fonts/stmicons/psychologist/charmap.php'),(6937,'wp-content/uploads/stm_fonts/stmicons/renovation/charmap.php'),(6938,'wp-content/uploads/stm_fonts/stmicons/renovation/stmicons.svg'),(6939,'wp-content/uploads/stm_fonts/stmicons/rental/charmap.php'),(6940,'wp-content/uploads/stm_fonts/stmicons/rental/stmicons.svg'),(6941,'wp-content/uploads/stm_fonts/stmicons/startup/charmap.php'),(6942,'wp-content/uploads/stm_fonts/stmicons/startup/stmicons.svg'),(6943,'wp-content/uploads/stm_fonts/stmicons/stmicons.svg'),(6944,'wp-content/uploads/stm_fonts/stmicons/store/charmap.php'),(6945,'wp-content/uploads/stm_fonts/stmicons/vicons/charmap.php'),(6946,'wp-content/uploads/stm_fonts/stmicons/vicons/stmicons.svg'),(6947,'wp-content/uploads/stm_fonts/stmicons/viral/charmap.php'),(6948,'wp-content/uploads/stm_fonts/stmicons/viral/stmicons.svg'),(6949,'wp-content/wflogs/attack-data.php'),(6950,'wp-content/wflogs/config-livewaf.php'),(6951,'wp-content/wflogs/config-synced.php'),(6952,'wp-content/wflogs/config.php'),(6953,'wp-content/wflogs/ips.php'),(6954,'wp-content/wflogs/rules.php'),(6955,'wp-content/wflogs/template.php'),(6956,'wp-cron.php'),(6957,'wp-includes/ID3/getid3.lib.php'),(6958,'wp-includes/ID3/getid3.php'),(6959,'wp-includes/ID3/license.commercial.txt'),(6960,'wp-includes/ID3/license.txt'),(6961,'wp-includes/ID3/module.audio-video.asf.php'),(6962,'wp-includes/ID3/module.audio-video.flv.php'),(6963,'wp-includes/ID3/module.audio-video.matroska.php'),(6964,'wp-includes/ID3/module.audio-video.quicktime.php'),(6965,'wp-includes/ID3/module.audio-video.riff.php'),(6966,'wp-includes/ID3/module.audio.ac3.php'),(6967,'wp-includes/ID3/module.audio.dts.php'),(6968,'wp-includes/ID3/module.audio.flac.php'),(6969,'wp-includes/ID3/module.audio.mp3.php'),(6970,'wp-includes/ID3/module.audio.ogg.php'),(6971,'wp-includes/ID3/module.tag.apetag.php'),(6972,'wp-includes/ID3/module.tag.id3v1.php'),(6973,'wp-includes/ID3/module.tag.id3v2.php'),(6974,'wp-includes/ID3/module.tag.lyrics3.php'),(6975,'wp-includes/ID3/readme.txt'),(6976,'wp-includes/IXR/class-IXR-base64.php'),(6977,'wp-includes/IXR/class-IXR-client.php'),(6978,'wp-includes/IXR/class-IXR-clientmulticall.php'),(6979,'wp-includes/IXR/class-IXR-date.php'),(6980,'wp-includes/IXR/class-IXR-error.php'),(6981,'wp-includes/IXR/class-IXR-introspectionserver.php'),(6982,'wp-includes/IXR/class-IXR-message.php'),(6983,'wp-includes/IXR/class-IXR-request.php'),(6984,'wp-includes/IXR/class-IXR-server.php'),(6985,'wp-includes/IXR/class-IXR-value.php'),(6986,'wp-includes/Requests/Auth/Basic.php'),(6987,'wp-includes/Requests/Auth.php'),(6988,'wp-includes/Requests/Cookie/Jar.php'),(6989,'wp-includes/Requests/Cookie.php'),(6990,'wp-includes/Requests/Exception/HTTP/304.php'),(6991,'wp-includes/Requests/Exception/HTTP/305.php'),(6992,'wp-includes/Requests/Exception/HTTP/306.php'),(6993,'wp-includes/Requests/Exception/HTTP/400.php'),(6994,'wp-includes/Requests/Exception/HTTP/401.php'),(6995,'wp-includes/Requests/Exception/HTTP/402.php'),(6996,'wp-includes/Requests/Exception/HTTP/403.php'),(6997,'wp-includes/Requests/Exception/HTTP/404.php'),(6998,'wp-includes/Requests/Exception/HTTP/405.php'),(6999,'wp-includes/Requests/Exception/HTTP/406.php'),(7000,'wp-includes/Requests/Exception/HTTP/407.php'),(7001,'wp-includes/Requests/Exception/HTTP/408.php'),(7002,'wp-includes/Requests/Exception/HTTP/409.php'),(7003,'wp-includes/Requests/Exception/HTTP/410.php'),(7004,'wp-includes/Requests/Exception/HTTP/411.php'),(7005,'wp-includes/Requests/Exception/HTTP/412.php'),(7006,'wp-includes/Requests/Exception/HTTP/413.php'),(7007,'wp-includes/Requests/Exception/HTTP/414.php'),(7008,'wp-includes/Requests/Exception/HTTP/415.php'),(7009,'wp-includes/Requests/Exception/HTTP/416.php'),(7010,'wp-includes/Requests/Exception/HTTP/417.php'),(7011,'wp-includes/Requests/Exception/HTTP/418.php'),(7012,'wp-includes/Requests/Exception/HTTP/428.php'),(7013,'wp-includes/Requests/Exception/HTTP/429.php'),(7014,'wp-includes/Requests/Exception/HTTP/431.php'),(7015,'wp-includes/Requests/Exception/HTTP/500.php'),(7016,'wp-includes/Requests/Exception/HTTP/501.php'),(7017,'wp-includes/Requests/Exception/HTTP/502.php'),(7018,'wp-includes/Requests/Exception/HTTP/503.php'),(7019,'wp-includes/Requests/Exception/HTTP/504.php'),(7020,'wp-includes/Requests/Exception/HTTP/505.php'),(7021,'wp-includes/Requests/Exception/HTTP/511.php'),(7022,'wp-includes/Requests/Exception/HTTP/Unknown.php'),(7023,'wp-includes/Requests/Exception/HTTP.php'),(7024,'wp-includes/Requests/Exception/Transport/cURL.php'),(7025,'wp-includes/Requests/Exception/Transport.php'),(7026,'wp-includes/Requests/Exception.php'),(7027,'wp-includes/Requests/Hooker.php'),(7028,'wp-includes/Requests/Hooks.php'),(7029,'wp-includes/Requests/IDNAEncoder.php'),(7030,'wp-includes/Requests/IPv6.php'),(7031,'wp-includes/Requests/IRI.php'),(7032,'wp-includes/Requests/Proxy/HTTP.php'),(7033,'wp-includes/Requests/Proxy.php'),(7034,'wp-includes/Requests/Response/Headers.php'),(7035,'wp-includes/Requests/Response.php'),(7036,'wp-includes/Requests/SSL.php'),(7037,'wp-includes/Requests/Session.php'),(7038,'wp-includes/Requests/Transport/cURL.php'),(7039,'wp-includes/Requests/Transport/fsockopen.php'),(7040,'wp-includes/Requests/Transport.php'),(7041,'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),(7042,'wp-includes/Requests/Utility/FilteredIterator.php'),(7043,'wp-includes/SimplePie/Author.php'),(7044,'wp-includes/SimplePie/Cache/Base.php'),(7045,'wp-includes/SimplePie/Cache/DB.php'),(7046,'wp-includes/SimplePie/Cache/File.php'),(7047,'wp-includes/SimplePie/Cache/Memcache.php'),(7048,'wp-includes/SimplePie/Cache/MySQL.php'),(7049,'wp-includes/SimplePie/Cache.php'),(7050,'wp-includes/SimplePie/Caption.php'),(7051,'wp-includes/SimplePie/Category.php'),(7052,'wp-includes/SimplePie/Content/Type/Sniffer.php'),(7053,'wp-includes/SimplePie/Copyright.php'),(7054,'wp-includes/SimplePie/Core.php'),(7055,'wp-includes/SimplePie/Credit.php'),(7056,'wp-includes/SimplePie/Decode/HTML/Entities.php'),(7057,'wp-includes/SimplePie/Enclosure.php'),(7058,'wp-includes/SimplePie/Exception.php'),(7059,'wp-includes/SimplePie/File.php'),(7060,'wp-includes/SimplePie/HTTP/Parser.php'),(7061,'wp-includes/SimplePie/IRI.php'),(7062,'wp-includes/SimplePie/Item.php'),(7063,'wp-includes/SimplePie/Locator.php'),(7064,'wp-includes/SimplePie/Misc.php'),(7065,'wp-includes/SimplePie/Net/IPv6.php'),(7066,'wp-includes/SimplePie/Parse/Date.php'),(7067,'wp-includes/SimplePie/Parser.php'),(7068,'wp-includes/SimplePie/Rating.php'),(7069,'wp-includes/SimplePie/Registry.php'),(7070,'wp-includes/SimplePie/Restriction.php'),(7071,'wp-includes/SimplePie/Sanitize.php'),(7072,'wp-includes/SimplePie/Source.php'),(7073,'wp-includes/SimplePie/XML/Declaration/Parser.php'),(7074,'wp-includes/SimplePie/gzdecode.php'),(7075,'wp-includes/Text/Diff/Engine/native.php'),(7076,'wp-includes/Text/Diff/Engine/shell.php'),(7077,'wp-includes/Text/Diff/Engine/string.php'),(7078,'wp-includes/Text/Diff/Engine/xdiff.php'),(7079,'wp-includes/Text/Diff/Renderer/inline.php'),(7080,'wp-includes/Text/Diff/Renderer.php'),(7081,'wp-includes/Text/Diff.php'),(7082,'wp-includes/admin-bar.php'),(7083,'wp-includes/atomlib.php'),(7084,'wp-includes/author-template.php'),(7085,'wp-includes/blocks/archives.php'),(7086,'wp-includes/blocks/block.php'),(7087,'wp-includes/blocks/categories.php'),(7088,'wp-includes/blocks/latest-comments.php'),(7089,'wp-includes/blocks/latest-posts.php'),(7090,'wp-includes/blocks/shortcode.php'),(7091,'wp-includes/blocks.php'),(7092,'wp-includes/bookmark-template.php'),(7093,'wp-includes/bookmark.php'),(7094,'wp-includes/cache.php'),(7095,'wp-includes/canonical.php'),(7096,'wp-includes/capabilities.php'),(7097,'wp-includes/category-template.php'),(7098,'wp-includes/category.php'),(7099,'wp-includes/certificates/ca-bundle.crt'),(7100,'wp-includes/class-IXR.php'),(7101,'wp-includes/class-feed.php'),(7102,'wp-includes/class-http.php'),(7103,'wp-includes/class-json.php'),(7104,'wp-includes/class-oembed.php'),(7105,'wp-includes/class-phpass.php'),(7106,'wp-includes/class-phpmailer.php'),(7107,'wp-includes/class-pop3.php'),(7108,'wp-includes/class-requests.php'),(7109,'wp-includes/class-simplepie.php'),(7110,'wp-includes/class-smtp.php'),(7111,'wp-includes/class-snoopy.php'),(7112,'wp-includes/class-walker-category-dropdown.php'),(7113,'wp-includes/class-walker-category.php'),(7114,'wp-includes/class-walker-comment.php'),(7115,'wp-includes/class-walker-nav-menu.php'),(7116,'wp-includes/class-walker-page-dropdown.php'),(7117,'wp-includes/class-walker-page.php'),(7118,'wp-includes/class-wp-admin-bar.php'),(7119,'wp-includes/class-wp-ajax-response.php'),(7120,'wp-includes/class-wp-block-parser.php'),(7121,'wp-includes/class-wp-block-type-registry.php'),(7122,'wp-includes/class-wp-block-type.php'),(7123,'wp-includes/class-wp-comment-query.php'),(7124,'wp-includes/class-wp-comment.php'),(7125,'wp-includes/class-wp-customize-control.php'),(7126,'wp-includes/class-wp-customize-manager.php'),(7127,'wp-includes/class-wp-customize-nav-menus.php'),(7128,'wp-includes/class-wp-customize-panel.php'),(7129,'wp-includes/class-wp-customize-section.php'),(7130,'wp-includes/class-wp-customize-setting.php'),(7131,'wp-includes/class-wp-customize-widgets.php'),(7132,'wp-includes/class-wp-dependency.php'),(7133,'wp-includes/class-wp-editor.php'),(7134,'wp-includes/class-wp-embed.php'),(7135,'wp-includes/class-wp-error.php'),(7136,'wp-includes/class-wp-feed-cache-transient.php'),(7137,'wp-includes/class-wp-feed-cache.php'),(7138,'wp-includes/class-wp-hook.php'),(7139,'wp-includes/class-wp-http-cookie.php'),(7140,'wp-includes/class-wp-http-curl.php'),(7141,'wp-includes/class-wp-http-encoding.php'),(7142,'wp-includes/class-wp-http-ixr-client.php'),(7143,'wp-includes/class-wp-http-proxy.php'),(7144,'wp-includes/class-wp-http-requests-hooks.php'),(7145,'wp-includes/class-wp-http-requests-response.php'),(7146,'wp-includes/class-wp-http-response.php'),(7147,'wp-includes/class-wp-http-streams.php'),(7148,'wp-includes/class-wp-image-editor-gd.php'),(7149,'wp-includes/class-wp-image-editor-imagick.php'),(7150,'wp-includes/class-wp-image-editor.php'),(7151,'wp-includes/class-wp-list-util.php'),(7152,'wp-includes/class-wp-locale-switcher.php'),(7153,'wp-includes/class-wp-locale.php'),(7154,'wp-includes/class-wp-matchesmapregex.php'),(7155,'wp-includes/class-wp-meta-query.php'),(7156,'wp-includes/class-wp-metadata-lazyloader.php'),(7157,'wp-includes/class-wp-network-query.php'),(7158,'wp-includes/class-wp-network.php'),(7159,'wp-includes/class-wp-oembed-controller.php'),(7160,'wp-includes/class-wp-post-type.php'),(7161,'wp-includes/class-wp-post.php'),(7162,'wp-includes/class-wp-query.php'),(7163,'wp-includes/class-wp-rewrite.php'),(7164,'wp-includes/class-wp-role.php'),(7165,'wp-includes/class-wp-roles.php'),(7166,'wp-includes/class-wp-session-tokens.php'),(7167,'wp-includes/class-wp-simplepie-file.php'),(7168,'wp-includes/class-wp-simplepie-sanitize-kses.php'),(7169,'wp-includes/class-wp-site-query.php'),(7170,'wp-includes/class-wp-site.php'),(7171,'wp-includes/class-wp-tax-query.php'),(7172,'wp-includes/class-wp-taxonomy.php'),(7173,'wp-includes/class-wp-term-query.php'),(7174,'wp-includes/class-wp-term.php'),(7175,'wp-includes/class-wp-text-diff-renderer-inline.php'),(7176,'wp-includes/class-wp-text-diff-renderer-table.php'),(7177,'wp-includes/class-wp-theme.php'),(7178,'wp-includes/class-wp-user-meta-session-tokens.php'),(7179,'wp-includes/class-wp-user-query.php'),(7180,'wp-includes/class-wp-user.php'),(7181,'wp-includes/class-wp-walker.php'),(7182,'wp-includes/class-wp-widget-factory.php'),(7183,'wp-includes/class-wp-widget.php'),(7184,'wp-includes/class-wp-xmlrpc-server.php'),(7185,'wp-includes/class-wp.php'),(7186,'wp-includes/class.wp-dependencies.php'),(7187,'wp-includes/class.wp-scripts.php'),(7188,'wp-includes/class.wp-styles.php'),(7189,'wp-includes/comment-template.php'),(7190,'wp-includes/comment.php'),(7191,'wp-includes/compat.php'),(7192,'wp-includes/cron.php'),(7193,'wp-includes/css/admin-bar-rtl.css'),(7194,'wp-includes/css/admin-bar-rtl.min.css'),(7195,'wp-includes/css/admin-bar.css'),(7196,'wp-includes/css/admin-bar.min.css'),(7197,'wp-includes/css/buttons-rtl.css'),(7198,'wp-includes/css/buttons-rtl.min.css'),(7199,'wp-includes/css/buttons.css'),(7200,'wp-includes/css/buttons.min.css'),(7201,'wp-includes/css/customize-preview-rtl.css'),(7202,'wp-includes/css/customize-preview-rtl.min.css'),(7203,'wp-includes/css/customize-preview.css'),(7204,'wp-includes/css/customize-preview.min.css'),(7205,'wp-includes/css/dashicons.css'),(7206,'wp-includes/css/dashicons.min.css'),(7207,'wp-includes/css/dist/block-library/editor-rtl.css'),(7208,'wp-includes/css/dist/block-library/editor-rtl.min.css'),(7209,'wp-includes/css/dist/block-library/editor.css'),(7210,'wp-includes/css/dist/block-library/editor.min.css'),(7211,'wp-includes/css/dist/block-library/style-rtl.css'),(7212,'wp-includes/css/dist/block-library/style-rtl.min.css'),(7213,'wp-includes/css/dist/block-library/style.css'),(7214,'wp-includes/css/dist/block-library/style.min.css'),(7215,'wp-includes/css/dist/block-library/theme-rtl.css'),(7216,'wp-includes/css/dist/block-library/theme-rtl.min.css'),(7217,'wp-includes/css/dist/block-library/theme.css'),(7218,'wp-includes/css/dist/block-library/theme.min.css'),(7219,'wp-includes/css/dist/components/style-rtl.css'),(7220,'wp-includes/css/dist/components/style-rtl.min.css'),(7221,'wp-includes/css/dist/components/style.css'),(7222,'wp-includes/css/dist/components/style.min.css'),(7223,'wp-includes/css/dist/edit-post/style-rtl.css'),(7224,'wp-includes/css/dist/edit-post/style-rtl.min.css'),(7225,'wp-includes/css/dist/edit-post/style.css'),(7226,'wp-includes/css/dist/edit-post/style.min.css'),(7227,'wp-includes/css/dist/editor/editor-styles-rtl.css'),(7228,'wp-includes/css/dist/editor/editor-styles-rtl.min.css'),(7229,'wp-includes/css/dist/editor/editor-styles.css'),(7230,'wp-includes/css/dist/editor/editor-styles.min.css'),(7231,'wp-includes/css/dist/editor/style-rtl.css'),(7232,'wp-includes/css/dist/editor/style-rtl.min.css'),(7233,'wp-includes/css/dist/editor/style.css'),(7234,'wp-includes/css/dist/editor/style.min.css'),(7235,'wp-includes/css/dist/format-library/style-rtl.css'),(7236,'wp-includes/css/dist/format-library/style-rtl.min.css'),(7237,'wp-includes/css/dist/format-library/style.css'),(7238,'wp-includes/css/dist/format-library/style.min.css'),(7239,'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),(7240,'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),(7241,'wp-includes/css/dist/list-reusable-blocks/style.css'),(7242,'wp-includes/css/dist/list-reusable-blocks/style.min.css'),(7243,'wp-includes/css/dist/nux/style-rtl.css'),(7244,'wp-includes/css/dist/nux/style-rtl.min.css'),(7245,'wp-includes/css/dist/nux/style.css'),(7246,'wp-includes/css/dist/nux/style.min.css'),(7247,'wp-includes/css/editor-rtl.css'),(7248,'wp-includes/css/editor-rtl.min.css'),(7249,'wp-includes/css/editor.css'),(7250,'wp-includes/css/editor.min.css'),(7251,'wp-includes/css/jquery-ui-dialog-rtl.css'),(7252,'wp-includes/css/jquery-ui-dialog-rtl.min.css'),(7253,'wp-includes/css/jquery-ui-dialog.css'),(7254,'wp-includes/css/jquery-ui-dialog.min.css'),(7255,'wp-includes/css/media-views-rtl.css'),(7256,'wp-includes/css/media-views-rtl.min.css'),(7257,'wp-includes/css/media-views.css'),(7258,'wp-includes/css/media-views.min.css'),(7259,'wp-includes/css/wp-auth-check-rtl.css'),(7260,'wp-includes/css/wp-auth-check-rtl.min.css'),(7261,'wp-includes/css/wp-auth-check.css'),(7262,'wp-includes/css/wp-auth-check.min.css'),(7263,'wp-includes/css/wp-embed-template-ie.css'),(7264,'wp-includes/css/wp-embed-template-ie.min.css'),(7265,'wp-includes/css/wp-embed-template.css'),(7266,'wp-includes/css/wp-embed-template.min.css'),(7267,'wp-includes/css/wp-pointer-rtl.css'),(7268,'wp-includes/css/wp-pointer-rtl.min.css'),(7269,'wp-includes/css/wp-pointer.css'),(7270,'wp-includes/css/wp-pointer.min.css'),(7271,'wp-includes/customize/class-wp-customize-background-image-control.php'),(7272,'wp-includes/customize/class-wp-customize-background-image-setting.php'),(7273,'wp-includes/customize/class-wp-customize-background-position-control.php'),(7274,'wp-includes/customize/class-wp-customize-code-editor-control.php'),(7275,'wp-includes/customize/class-wp-customize-color-control.php'),(7276,'wp-includes/customize/class-wp-customize-cropped-image-control.php'),(7277,'wp-includes/customize/class-wp-customize-custom-css-setting.php'),(7278,'wp-includes/customize/class-wp-customize-date-time-control.php'),(7279,'wp-includes/customize/class-wp-customize-filter-setting.php'),(7280,'wp-includes/customize/class-wp-customize-header-image-control.php'),(7281,'wp-includes/customize/class-wp-customize-header-image-setting.php'),(7282,'wp-includes/customize/class-wp-customize-image-control.php'),(7283,'wp-includes/customize/class-wp-customize-media-control.php'),(7284,'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),(7285,'wp-includes/customize/class-wp-customize-nav-menu-control.php'),(7286,'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),(7287,'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),(7288,'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),(7289,'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),(7290,'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),(7291,'wp-includes/customize/class-wp-customize-nav-menu-section.php'),(7292,'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),(7293,'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),(7294,'wp-includes/customize/class-wp-customize-new-menu-control.php'),(7295,'wp-includes/customize/class-wp-customize-new-menu-section.php'),(7296,'wp-includes/customize/class-wp-customize-partial.php'),(7297,'wp-includes/customize/class-wp-customize-selective-refresh.php'),(7298,'wp-includes/customize/class-wp-customize-sidebar-section.php'),(7299,'wp-includes/customize/class-wp-customize-site-icon-control.php'),(7300,'wp-includes/customize/class-wp-customize-theme-control.php'),(7301,'wp-includes/customize/class-wp-customize-themes-panel.php'),(7302,'wp-includes/customize/class-wp-customize-themes-section.php'),(7303,'wp-includes/customize/class-wp-customize-upload-control.php'),(7304,'wp-includes/customize/class-wp-widget-area-customize-control.php'),(7305,'wp-includes/customize/class-wp-widget-form-customize-control.php'),(7306,'wp-includes/date.php'),(7307,'wp-includes/default-constants.php'),(7308,'wp-includes/default-filters.php'),(7309,'wp-includes/default-widgets.php'),(7310,'wp-includes/deprecated.php'),(7311,'wp-includes/embed-template.php'),(7312,'wp-includes/embed.php'),(7313,'wp-includes/feed-atom-comments.php'),(7314,'wp-includes/feed-atom.php'),(7315,'wp-includes/feed-rdf.php'),(7316,'wp-includes/feed-rss.php'),(7317,'wp-includes/feed-rss2-comments.php'),(7318,'wp-includes/feed-rss2.php'),(7319,'wp-includes/feed.php'),(7320,'wp-includes/fonts/dashicons.eot'),(7321,'wp-includes/fonts/dashicons.svg'),(7322,'wp-includes/fonts/dashicons.ttf'),(7323,'wp-includes/fonts/dashicons.woff'),(7324,'wp-includes/formatting.php'),(7325,'wp-includes/functions.php'),(7326,'wp-includes/functions.wp-scripts.php'),(7327,'wp-includes/functions.wp-styles.php'),(7328,'wp-includes/general-template.php'),(7329,'wp-includes/http.php'),(7330,'wp-includes/images/admin-bar-sprite-2x.png'),(7331,'wp-includes/images/admin-bar-sprite.png'),(7332,'wp-includes/images/arrow-pointer-blue-2x.png'),(7333,'wp-includes/images/arrow-pointer-blue.png'),(7334,'wp-includes/images/blank.gif'),(7335,'wp-includes/images/crystal/archive.png'),(7336,'wp-includes/images/crystal/audio.png'),(7337,'wp-includes/images/crystal/code.png'),(7338,'wp-includes/images/crystal/default.png'),(7339,'wp-includes/images/crystal/document.png'),(7340,'wp-includes/images/crystal/interactive.png'),(7341,'wp-includes/images/crystal/license.txt'),(7342,'wp-includes/images/crystal/spreadsheet.png'),(7343,'wp-includes/images/crystal/text.png'),(7344,'wp-includes/images/crystal/video.png'),(7345,'wp-includes/images/down_arrow-2x.gif'),(7346,'wp-includes/images/down_arrow.gif'),(7347,'wp-includes/images/icon-pointer-flag-2x.png'),(7348,'wp-includes/images/icon-pointer-flag.png'),(7349,'wp-includes/images/media/archive.png'),(7350,'wp-includes/images/media/audio.png'),(7351,'wp-includes/images/media/code.png'),(7352,'wp-includes/images/media/default.png'),(7353,'wp-includes/images/media/document.png'),(7354,'wp-includes/images/media/interactive.png'),(7355,'wp-includes/images/media/spreadsheet.png'),(7356,'wp-includes/images/media/text.png'),(7357,'wp-includes/images/media/video.png'),(7358,'wp-includes/images/rss-2x.png'),(7359,'wp-includes/images/rss.png'),(7360,'wp-includes/images/smilies/frownie.png'),(7361,'wp-includes/images/smilies/icon_arrow.gif'),(7362,'wp-includes/images/smilies/icon_biggrin.gif'),(7363,'wp-includes/images/smilies/icon_confused.gif'),(7364,'wp-includes/images/smilies/icon_cool.gif'),(7365,'wp-includes/images/smilies/icon_cry.gif'),(7366,'wp-includes/images/smilies/icon_eek.gif'),(7367,'wp-includes/images/smilies/icon_evil.gif'),(7368,'wp-includes/images/smilies/icon_exclaim.gif'),(7369,'wp-includes/images/smilies/icon_idea.gif'),(7370,'wp-includes/images/smilies/icon_lol.gif'),(7371,'wp-includes/images/smilies/icon_mad.gif'),(7372,'wp-includes/images/smilies/icon_mrgreen.gif'),(7373,'wp-includes/images/smilies/icon_neutral.gif'),(7374,'wp-includes/images/smilies/icon_question.gif'),(7375,'wp-includes/images/smilies/icon_razz.gif'),(7376,'wp-includes/images/smilies/icon_redface.gif'),(7377,'wp-includes/images/smilies/icon_rolleyes.gif'),(7378,'wp-includes/images/smilies/icon_sad.gif'),(7379,'wp-includes/images/smilies/icon_smile.gif'),(7380,'wp-includes/images/smilies/icon_surprised.gif'),(7381,'wp-includes/images/smilies/icon_twisted.gif'),(7382,'wp-includes/images/smilies/icon_wink.gif'),(7383,'wp-includes/images/smilies/mrgreen.png'),(7384,'wp-includes/images/smilies/rolleyes.png'),(7385,'wp-includes/images/smilies/simple-smile.png'),(7386,'wp-includes/images/spinner-2x.gif'),(7387,'wp-includes/images/spinner.gif'),(7388,'wp-includes/images/toggle-arrow-2x.png'),(7389,'wp-includes/images/toggle-arrow.png'),(7390,'wp-includes/images/uploader-icons-2x.png'),(7391,'wp-includes/images/uploader-icons.png'),(7392,'wp-includes/images/w-logo-blue.png'),(7393,'wp-includes/images/wlw/wp-comments.png'),(7394,'wp-includes/images/wlw/wp-icon.png'),(7395,'wp-includes/images/wlw/wp-watermark.png'),(7396,'wp-includes/images/wpicons-2x.png'),(7397,'wp-includes/images/wpicons.png'),(7398,'wp-includes/images/wpspin-2x.gif'),(7399,'wp-includes/images/wpspin.gif'),(7400,'wp-includes/images/xit-2x.gif'),(7401,'wp-includes/images/xit.gif'),(7402,'wp-includes/js/admin-bar.js'),(7403,'wp-includes/js/admin-bar.min.js'),(7404,'wp-includes/js/api-request.js'),(7405,'wp-includes/js/api-request.min.js'),(7406,'wp-includes/js/autosave.js'),(7407,'wp-includes/js/autosave.min.js'),(7408,'wp-includes/js/backbone.js'),(7409,'wp-includes/js/backbone.min.js'),(7410,'wp-includes/js/codemirror/codemirror.min.css'),(7411,'wp-includes/js/codemirror/codemirror.min.js'),(7412,'wp-includes/js/codemirror/csslint.js'),(7413,'wp-includes/js/codemirror/esprima.js'),(7414,'wp-includes/js/codemirror/fakejshint.js'),(7415,'wp-includes/js/codemirror/htmlhint-kses.js'),(7416,'wp-includes/js/codemirror/htmlhint.js'),(7417,'wp-includes/js/codemirror/jsonlint.js'),(7418,'wp-includes/js/colorpicker.js'),(7419,'wp-includes/js/colorpicker.min.js'),(7420,'wp-includes/js/comment-reply.js'),(7421,'wp-includes/js/comment-reply.min.js'),(7422,'wp-includes/js/crop/cropper.css'),(7423,'wp-includes/js/crop/cropper.js'),(7424,'wp-includes/js/crop/marqueeHoriz.gif'),(7425,'wp-includes/js/crop/marqueeVert.gif'),(7426,'wp-includes/js/customize-base.js'),(7427,'wp-includes/js/customize-base.min.js'),(7428,'wp-includes/js/customize-loader.js'),(7429,'wp-includes/js/customize-loader.min.js'),(7430,'wp-includes/js/customize-models.js'),(7431,'wp-includes/js/customize-models.min.js'),(7432,'wp-includes/js/customize-preview-nav-menus.js'),(7433,'wp-includes/js/customize-preview-nav-menus.min.js'),(7434,'wp-includes/js/customize-preview-widgets.js'),(7435,'wp-includes/js/customize-preview-widgets.min.js'),(7436,'wp-includes/js/customize-preview.js'),(7437,'wp-includes/js/customize-preview.min.js'),(7438,'wp-includes/js/customize-selective-refresh.js'),(7439,'wp-includes/js/customize-selective-refresh.min.js'),(7440,'wp-includes/js/customize-views.js'),(7441,'wp-includes/js/customize-views.min.js'),(7442,'wp-includes/js/dist/a11y.js'),(7443,'wp-includes/js/dist/a11y.min.js'),(7444,'wp-includes/js/dist/annotations.js'),(7445,'wp-includes/js/dist/annotations.min.js'),(7446,'wp-includes/js/dist/api-fetch.js'),(7447,'wp-includes/js/dist/api-fetch.min.js'),(7448,'wp-includes/js/dist/autop.js'),(7449,'wp-includes/js/dist/autop.min.js'),(7450,'wp-includes/js/dist/blob.js'),(7451,'wp-includes/js/dist/blob.min.js'),(7452,'wp-includes/js/dist/block-library.js'),(7453,'wp-includes/js/dist/block-library.min.js'),(7454,'wp-includes/js/dist/block-serialization-default-parser.js'),(7455,'wp-includes/js/dist/block-serialization-default-parser.min.js'),(7456,'wp-includes/js/dist/blocks.js'),(7457,'wp-includes/js/dist/blocks.min.js'),(7458,'wp-includes/js/dist/components.js'),(7459,'wp-includes/js/dist/components.min.js'),(7460,'wp-includes/js/dist/compose.js'),(7461,'wp-includes/js/dist/compose.min.js'),(7462,'wp-includes/js/dist/core-data.js'),(7463,'wp-includes/js/dist/core-data.min.js'),(7464,'wp-includes/js/dist/data.js'),(7465,'wp-includes/js/dist/data.min.js'),(7466,'wp-includes/js/dist/date.js'),(7467,'wp-includes/js/dist/date.min.js'),(7468,'wp-includes/js/dist/deprecated.js'),(7469,'wp-includes/js/dist/deprecated.min.js'),(7470,'wp-includes/js/dist/dom-ready.js'),(7471,'wp-includes/js/dist/dom-ready.min.js'),(7472,'wp-includes/js/dist/dom.js'),(7473,'wp-includes/js/dist/dom.min.js'),(7474,'wp-includes/js/dist/edit-post.js'),(7475,'wp-includes/js/dist/edit-post.min.js'),(7476,'wp-includes/js/dist/editor.js'),(7477,'wp-includes/js/dist/editor.min.js'),(7478,'wp-includes/js/dist/element.js'),(7479,'wp-includes/js/dist/element.min.js'),(7480,'wp-includes/js/dist/escape-html.js'),(7481,'wp-includes/js/dist/escape-html.min.js'),(7482,'wp-includes/js/dist/format-library.js'),(7483,'wp-includes/js/dist/format-library.min.js'),(7484,'wp-includes/js/dist/hooks.js'),(7485,'wp-includes/js/dist/hooks.min.js'),(7486,'wp-includes/js/dist/html-entities.js'),(7487,'wp-includes/js/dist/html-entities.min.js'),(7488,'wp-includes/js/dist/i18n.js'),(7489,'wp-includes/js/dist/i18n.min.js'),(7490,'wp-includes/js/dist/is-shallow-equal.js'),(7491,'wp-includes/js/dist/is-shallow-equal.min.js'),(7492,'wp-includes/js/dist/keycodes.js'),(7493,'wp-includes/js/dist/keycodes.min.js'),(7494,'wp-includes/js/dist/list-reusable-blocks.js'),(7495,'wp-includes/js/dist/list-reusable-blocks.min.js'),(7496,'wp-includes/js/dist/notices.js'),(7497,'wp-includes/js/dist/notices.min.js'),(7498,'wp-includes/js/dist/nux.js'),(7499,'wp-includes/js/dist/nux.min.js'),(7500,'wp-includes/js/dist/plugins.js'),(7501,'wp-includes/js/dist/plugins.min.js'),(7502,'wp-includes/js/dist/redux-routine.js'),(7503,'wp-includes/js/dist/redux-routine.min.js'),(7504,'wp-includes/js/dist/rich-text.js'),(7505,'wp-includes/js/dist/rich-text.min.js'),(7506,'wp-includes/js/dist/shortcode.js'),(7507,'wp-includes/js/dist/shortcode.min.js'),(7508,'wp-includes/js/dist/token-list.js'),(7509,'wp-includes/js/dist/token-list.min.js'),(7510,'wp-includes/js/dist/url.js'),(7511,'wp-includes/js/dist/url.min.js'),(7512,'wp-includes/js/dist/vendor/lodash.js'),(7513,'wp-includes/js/dist/vendor/lodash.min.js'),(7514,'wp-includes/js/dist/vendor/moment.js'),(7515,'wp-includes/js/dist/vendor/moment.min.js'),(7516,'wp-includes/js/dist/vendor/react-dom.js'),(7517,'wp-includes/js/dist/vendor/react-dom.min.js'),(7518,'wp-includes/js/dist/vendor/react.js'),(7519,'wp-includes/js/dist/vendor/react.min.js'),(7520,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),(7521,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),(7522,'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),(7523,'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),(7524,'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),(7525,'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),(7526,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),(7527,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),(7528,'wp-includes/js/dist/vendor/wp-polyfill.js'),(7529,'wp-includes/js/dist/vendor/wp-polyfill.min.js'),(7530,'wp-includes/js/dist/viewport.js'),(7531,'wp-includes/js/dist/viewport.min.js'),(7532,'wp-includes/js/dist/wordcount.js'),(7533,'wp-includes/js/dist/wordcount.min.js'),(7534,'wp-includes/js/heartbeat.js'),(7535,'wp-includes/js/heartbeat.min.js'),(7536,'wp-includes/js/hoverIntent.js'),(7537,'wp-includes/js/hoverIntent.min.js'),(7538,'wp-includes/js/imagesloaded.min.js'),(7539,'wp-includes/js/imgareaselect/border-anim-h.gif'),(7540,'wp-includes/js/imgareaselect/border-anim-v.gif'),(7541,'wp-includes/js/imgareaselect/imgareaselect.css'),(7542,'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),(7543,'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),(7544,'wp-includes/js/jcrop/Jcrop.gif'),(7545,'wp-includes/js/jcrop/jquery.Jcrop.min.css'),(7546,'wp-includes/js/jcrop/jquery.Jcrop.min.js'),(7547,'wp-includes/js/jquery/jquery-migrate.js'),(7548,'wp-includes/js/jquery/jquery-migrate.min.js'),(7549,'wp-includes/js/jquery/jquery.color.min.js'),(7550,'wp-includes/js/jquery/jquery.form.js'),(7551,'wp-includes/js/jquery/jquery.form.min.js'),(7552,'wp-includes/js/jquery/jquery.hotkeys.js'),(7553,'wp-includes/js/jquery/jquery.hotkeys.min.js'),(7554,'wp-includes/js/jquery/jquery.js'),(7555,'wp-includes/js/jquery/jquery.masonry.min.js'),(7556,'wp-includes/js/jquery/jquery.query.js'),(7557,'wp-includes/js/jquery/jquery.schedule.js'),(7558,'wp-includes/js/jquery/jquery.serialize-object.js'),(7559,'wp-includes/js/jquery/jquery.table-hotkeys.js'),(7560,'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),(7561,'wp-includes/js/jquery/jquery.ui.touch-punch.js'),(7562,'wp-includes/js/jquery/suggest.js'),(7563,'wp-includes/js/jquery/suggest.min.js'),(7564,'wp-includes/js/jquery/ui/accordion.min.js'),(7565,'wp-includes/js/jquery/ui/autocomplete.min.js'),(7566,'wp-includes/js/jquery/ui/button.min.js'),(7567,'wp-includes/js/jquery/ui/core.min.js'),(7568,'wp-includes/js/jquery/ui/datepicker.min.js'),(7569,'wp-includes/js/jquery/ui/dialog.min.js'),(7570,'wp-includes/js/jquery/ui/draggable.min.js'),(7571,'wp-includes/js/jquery/ui/droppable.min.js'),(7572,'wp-includes/js/jquery/ui/effect-blind.min.js'),(7573,'wp-includes/js/jquery/ui/effect-bounce.min.js'),(7574,'wp-includes/js/jquery/ui/effect-clip.min.js'),(7575,'wp-includes/js/jquery/ui/effect-drop.min.js'),(7576,'wp-includes/js/jquery/ui/effect-explode.min.js'),(7577,'wp-includes/js/jquery/ui/effect-fade.min.js'),(7578,'wp-includes/js/jquery/ui/effect-fold.min.js'),(7579,'wp-includes/js/jquery/ui/effect-highlight.min.js'),(7580,'wp-includes/js/jquery/ui/effect-puff.min.js'),(7581,'wp-includes/js/jquery/ui/effect-pulsate.min.js'),(7582,'wp-includes/js/jquery/ui/effect-scale.min.js'),(7583,'wp-includes/js/jquery/ui/effect-shake.min.js'),(7584,'wp-includes/js/jquery/ui/effect-size.min.js'),(7585,'wp-includes/js/jquery/ui/effect-slide.min.js'),(7586,'wp-includes/js/jquery/ui/effect-transfer.min.js'),(7587,'wp-includes/js/jquery/ui/effect.min.js'),(7588,'wp-includes/js/jquery/ui/menu.min.js'),(7589,'wp-includes/js/jquery/ui/mouse.min.js'),(7590,'wp-includes/js/jquery/ui/position.min.js'),(7591,'wp-includes/js/jquery/ui/progressbar.min.js'),(7592,'wp-includes/js/jquery/ui/resizable.min.js'),(7593,'wp-includes/js/jquery/ui/selectable.min.js'),(7594,'wp-includes/js/jquery/ui/selectmenu.min.js'),(7595,'wp-includes/js/jquery/ui/slider.min.js'),(7596,'wp-includes/js/jquery/ui/sortable.min.js'),(7597,'wp-includes/js/jquery/ui/spinner.min.js'),(7598,'wp-includes/js/jquery/ui/tabs.min.js'),(7599,'wp-includes/js/jquery/ui/tooltip.min.js'),(7600,'wp-includes/js/jquery/ui/widget.min.js'),(7601,'wp-includes/js/json2.js'),(7602,'wp-includes/js/json2.min.js'),(7603,'wp-includes/js/masonry.min.js'),(7604,'wp-includes/js/mce-view.js'),(7605,'wp-includes/js/mce-view.min.js'),(7606,'wp-includes/js/media-audiovideo.js'),(7607,'wp-includes/js/media-audiovideo.min.js'),(7608,'wp-includes/js/media-editor.js'),(7609,'wp-includes/js/media-editor.min.js'),(7610,'wp-includes/js/media-grid.js'),(7611,'wp-includes/js/media-grid.min.js'),(7612,'wp-includes/js/media-models.js'),(7613,'wp-includes/js/media-models.min.js'),(7614,'wp-includes/js/media-views.js'),(7615,'wp-includes/js/media-views.min.js'),(7616,'wp-includes/js/mediaelement/mediaelement-and-player.js'),(7617,'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),(7618,'wp-includes/js/mediaelement/mediaelement-migrate.js'),(7619,'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),(7620,'wp-includes/js/mediaelement/mediaelement.js'),(7621,'wp-includes/js/mediaelement/mediaelement.min.js'),(7622,'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),(7623,'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),(7624,'wp-includes/js/mediaelement/mediaelementplayer.css'),(7625,'wp-includes/js/mediaelement/mediaelementplayer.min.css'),(7626,'wp-includes/js/mediaelement/mejs-controls.png'),(7627,'wp-includes/js/mediaelement/mejs-controls.svg'),(7628,'wp-includes/js/mediaelement/renderers/vimeo.js'),(7629,'wp-includes/js/mediaelement/renderers/vimeo.min.js'),(7630,'wp-includes/js/mediaelement/wp-mediaelement.css'),(7631,'wp-includes/js/mediaelement/wp-mediaelement.js'),(7632,'wp-includes/js/mediaelement/wp-mediaelement.min.css'),(7633,'wp-includes/js/mediaelement/wp-mediaelement.min.js'),(7634,'wp-includes/js/mediaelement/wp-playlist.js'),(7635,'wp-includes/js/mediaelement/wp-playlist.min.js'),(7636,'wp-includes/js/plupload/handlers.js'),(7637,'wp-includes/js/plupload/handlers.min.js'),(7638,'wp-includes/js/plupload/license.txt'),(7639,'wp-includes/js/plupload/moxie.js'),(7640,'wp-includes/js/plupload/moxie.min.js'),(7641,'wp-includes/js/plupload/plupload.js'),(7642,'wp-includes/js/plupload/plupload.min.js'),(7643,'wp-includes/js/plupload/wp-plupload.js'),(7644,'wp-includes/js/plupload/wp-plupload.min.js'),(7645,'wp-includes/js/quicktags.js'),(7646,'wp-includes/js/quicktags.min.js'),(7647,'wp-includes/js/shortcode.js'),(7648,'wp-includes/js/shortcode.min.js'),(7649,'wp-includes/js/swfobject.js'),(7650,'wp-includes/js/swfupload/handlers.js'),(7651,'wp-includes/js/swfupload/handlers.min.js'),(7652,'wp-includes/js/swfupload/license.txt'),(7653,'wp-includes/js/swfupload/swfupload.js'),(7654,'wp-includes/js/thickbox/loadingAnimation.gif'),(7655,'wp-includes/js/thickbox/macFFBgHack.png'),(7656,'wp-includes/js/thickbox/thickbox.css'),(7657,'wp-includes/js/thickbox/thickbox.js'),(7658,'wp-includes/js/tinymce/langs/wp-langs-en.js'),(7659,'wp-includes/js/tinymce/license.txt'),(7660,'wp-includes/js/tinymce/plugins/charmap/plugin.js'),(7661,'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),(7662,'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),(7663,'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),(7664,'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),(7665,'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),(7666,'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),(7667,'wp-includes/js/tinymce/plugins/directionality/plugin.js'),(7668,'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),(7669,'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),(7670,'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),(7671,'wp-includes/js/tinymce/plugins/hr/plugin.js'),(7672,'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),(7673,'wp-includes/js/tinymce/plugins/image/plugin.js'),(7674,'wp-includes/js/tinymce/plugins/image/plugin.min.js'),(7675,'wp-includes/js/tinymce/plugins/link/plugin.js'),(7676,'wp-includes/js/tinymce/plugins/link/plugin.min.js'),(7677,'wp-includes/js/tinymce/plugins/lists/plugin.js'),(7678,'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),(7679,'wp-includes/js/tinymce/plugins/media/plugin.js'),(7680,'wp-includes/js/tinymce/plugins/media/plugin.min.js'),(7681,'wp-includes/js/tinymce/plugins/paste/plugin.js'),(7682,'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),(7683,'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),(7684,'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),(7685,'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),(7686,'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),(7687,'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),(7688,'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),(7689,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),(7690,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),(7691,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),(7692,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),(7693,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),(7694,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),(7695,'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),(7696,'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),(7697,'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),(7698,'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),(7699,'wp-includes/js/tinymce/plugins/wplink/plugin.js'),(7700,'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),(7701,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),(7702,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),(7703,'wp-includes/js/tinymce/plugins/wpview/plugin.js'),(7704,'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),(7705,'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),(7706,'wp-includes/js/tinymce/skins/lightgray/content.min.css'),(7707,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),(7708,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),(7709,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),(7710,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),(7711,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),(7712,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),(7713,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),(7714,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),(7715,'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),(7716,'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),(7717,'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),(7718,'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),(7719,'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),(7720,'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),(7721,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),(7722,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),(7723,'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),(7724,'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),(7725,'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),(7726,'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),(7727,'wp-includes/js/tinymce/skins/wordpress/images/more.png'),(7728,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),(7729,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),(7730,'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),(7731,'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),(7732,'wp-includes/js/tinymce/skins/wordpress/images/video.png'),(7733,'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),(7734,'wp-includes/js/tinymce/themes/inlite/theme.js'),(7735,'wp-includes/js/tinymce/themes/inlite/theme.min.js'),(7736,'wp-includes/js/tinymce/themes/modern/theme.js'),(7737,'wp-includes/js/tinymce/themes/modern/theme.min.js'),(7738,'wp-includes/js/tinymce/tiny_mce_popup.js'),(7739,'wp-includes/js/tinymce/tinymce.min.js'),(7740,'wp-includes/js/tinymce/utils/editable_selects.js'),(7741,'wp-includes/js/tinymce/utils/form_utils.js'),(7742,'wp-includes/js/tinymce/utils/mctabs.js'),(7743,'wp-includes/js/tinymce/utils/validate.js'),(7744,'wp-includes/js/tinymce/wp-tinymce.js'),(7745,'wp-includes/js/tinymce/wp-tinymce.php'),(7746,'wp-includes/js/tw-sack.js'),(7747,'wp-includes/js/tw-sack.min.js'),(7748,'wp-includes/js/twemoji.js'),(7749,'wp-includes/js/twemoji.min.js'),(7750,'wp-includes/js/underscore.js'),(7751,'wp-includes/js/underscore.min.js'),(7752,'wp-includes/js/utils.js'),(7753,'wp-includes/js/utils.min.js'),(7754,'wp-includes/js/wp-a11y.js'),(7755,'wp-includes/js/wp-a11y.min.js'),(7756,'wp-includes/js/wp-ajax-response.js'),(7757,'wp-includes/js/wp-ajax-response.min.js'),(7758,'wp-includes/js/wp-api.js'),(7759,'wp-includes/js/wp-api.min.js'),(7760,'wp-includes/js/wp-auth-check.js'),(7761,'wp-includes/js/wp-auth-check.min.js'),(7762,'wp-includes/js/wp-backbone.js'),(7763,'wp-includes/js/wp-backbone.min.js'),(7764,'wp-includes/js/wp-custom-header.js'),(7765,'wp-includes/js/wp-custom-header.min.js'),(7766,'wp-includes/js/wp-embed-template.js'),(7767,'wp-includes/js/wp-embed-template.min.js'),(7768,'wp-includes/js/wp-embed.js'),(7769,'wp-includes/js/wp-embed.min.js'),(7770,'wp-includes/js/wp-emoji-loader.js'),(7771,'wp-includes/js/wp-emoji-loader.min.js'),(7772,'wp-includes/js/wp-emoji-release.min.js'),(7773,'wp-includes/js/wp-emoji.js'),(7774,'wp-includes/js/wp-emoji.min.js'),(7775,'wp-includes/js/wp-list-revisions.js'),(7776,'wp-includes/js/wp-list-revisions.min.js'),(7777,'wp-includes/js/wp-lists.js'),(7778,'wp-includes/js/wp-lists.min.js'),(7779,'wp-includes/js/wp-pointer.js'),(7780,'wp-includes/js/wp-pointer.min.js'),(7781,'wp-includes/js/wp-sanitize.js'),(7782,'wp-includes/js/wp-sanitize.min.js'),(7783,'wp-includes/js/wp-util.js'),(7784,'wp-includes/js/wp-util.min.js'),(7785,'wp-includes/js/wpdialog.js'),(7786,'wp-includes/js/wpdialog.min.js'),(7787,'wp-includes/js/wplink.js'),(7788,'wp-includes/js/wplink.min.js'),(7789,'wp-includes/js/zxcvbn-async.js'),(7790,'wp-includes/js/zxcvbn-async.min.js'),(7791,'wp-includes/js/zxcvbn.min.js'),(7792,'wp-includes/kses.php'),(7793,'wp-includes/l10n.php'),(7794,'wp-includes/link-template.php'),(7795,'wp-includes/load.php'),(7796,'wp-includes/locale.php'),(7797,'wp-includes/media-template.php'),(7798,'wp-includes/media.php'),(7799,'wp-includes/meta.php'),(7800,'wp-includes/ms-blogs.php'),(7801,'wp-includes/ms-default-constants.php'),(7802,'wp-includes/ms-default-filters.php'),(7803,'wp-includes/ms-deprecated.php'),(7804,'wp-includes/ms-files.php'),(7805,'wp-includes/ms-functions.php'),(7806,'wp-includes/ms-load.php'),(7807,'wp-includes/ms-network.php'),(7808,'wp-includes/ms-settings.php'),(7809,'wp-includes/ms-site.php'),(7810,'wp-includes/nav-menu-template.php'),(7811,'wp-includes/nav-menu.php'),(7812,'wp-includes/option.php'),(7813,'wp-includes/pluggable-deprecated.php'),(7814,'wp-includes/pluggable.php'),(7815,'wp-includes/plugin.php'),(7816,'wp-includes/pomo/entry.php'),(7817,'wp-includes/pomo/mo.php'),(7818,'wp-includes/pomo/plural-forms.php'),(7819,'wp-includes/pomo/po.php'),(7820,'wp-includes/pomo/streams.php'),(7821,'wp-includes/pomo/translations.php'),(7822,'wp-includes/post-formats.php'),(7823,'wp-includes/post-template.php'),(7824,'wp-includes/post-thumbnail-template.php'),(7825,'wp-includes/post.php'),(7826,'wp-includes/query.php'),(7827,'wp-includes/random_compat/byte_safe_strings.php'),(7828,'wp-includes/random_compat/cast_to_int.php'),(7829,'wp-includes/random_compat/error_polyfill.php'),(7830,'wp-includes/random_compat/random.php'),(7831,'wp-includes/random_compat/random_bytes_com_dotnet.php'),(7832,'wp-includes/random_compat/random_bytes_dev_urandom.php'),(7833,'wp-includes/random_compat/random_bytes_libsodium.php'),(7834,'wp-includes/random_compat/random_bytes_libsodium_legacy.php'),(7835,'wp-includes/random_compat/random_bytes_mcrypt.php'),(7836,'wp-includes/random_compat/random_int.php'),(7837,'wp-includes/registration-functions.php'),(7838,'wp-includes/registration.php'),(7839,'wp-includes/rest-api/class-wp-rest-request.php'),(7840,'wp-includes/rest-api/class-wp-rest-response.php'),(7841,'wp-includes/rest-api/class-wp-rest-server.php'),(7842,'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),(7843,'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),(7844,'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),(7845,'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),(7846,'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),(7847,'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),(7848,'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),(7849,'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),(7850,'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),(7851,'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),(7852,'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),(7853,'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),(7854,'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),(7855,'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),(7856,'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),(7857,'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),(7858,'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),(7859,'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),(7860,'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),(7861,'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),(7862,'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),(7863,'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),(7864,'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),(7865,'wp-includes/rest-api.php'),(7866,'wp-includes/revision.php'),(7867,'wp-includes/rewrite.php'),(7868,'wp-includes/rss-functions.php'),(7869,'wp-includes/rss.php'),(7870,'wp-includes/script-loader.php'),(7871,'wp-includes/session.php'),(7872,'wp-includes/shortcodes.php'),(7873,'wp-includes/spl-autoload-compat.php'),(7874,'wp-includes/taxonomy.php'),(7875,'wp-includes/template-loader.php'),(7876,'wp-includes/template.php'),(7877,'wp-includes/theme-compat/comments.php'),(7878,'wp-includes/theme-compat/embed-404.php'),(7879,'wp-includes/theme-compat/embed-content.php'),(7880,'wp-includes/theme-compat/embed.php'),(7881,'wp-includes/theme-compat/footer-embed.php'),(7882,'wp-includes/theme-compat/footer.php'),(7883,'wp-includes/theme-compat/header-embed.php'),(7884,'wp-includes/theme-compat/header.php'),(7885,'wp-includes/theme-compat/sidebar.php'),(7886,'wp-includes/theme.php'),(7887,'wp-includes/update.php'),(7888,'wp-includes/user.php'),(7889,'wp-includes/vars.php'),(7890,'wp-includes/version.php'),(7891,'wp-includes/widgets/class-wp-nav-menu-widget.php'),(7892,'wp-includes/widgets/class-wp-widget-archives.php'),(7893,'wp-includes/widgets/class-wp-widget-calendar.php'),(7894,'wp-includes/widgets/class-wp-widget-categories.php'),(7895,'wp-includes/widgets/class-wp-widget-custom-html.php'),(7896,'wp-includes/widgets/class-wp-widget-links.php'),(7897,'wp-includes/widgets/class-wp-widget-media-audio.php'),(7898,'wp-includes/widgets/class-wp-widget-media-gallery.php'),(7899,'wp-includes/widgets/class-wp-widget-media-image.php'),(7900,'wp-includes/widgets/class-wp-widget-media-video.php'),(7901,'wp-includes/widgets/class-wp-widget-media.php'),(7902,'wp-includes/widgets/class-wp-widget-meta.php'),(7903,'wp-includes/widgets/class-wp-widget-pages.php'),(7904,'wp-includes/widgets/class-wp-widget-recent-comments.php'),(7905,'wp-includes/widgets/class-wp-widget-recent-posts.php'),(7906,'wp-includes/widgets/class-wp-widget-rss.php'),(7907,'wp-includes/widgets/class-wp-widget-search.php'),(7908,'wp-includes/widgets/class-wp-widget-tag-cloud.php'),(7909,'wp-includes/widgets/class-wp-widget-text.php'),(7910,'wp-includes/widgets.php'),(7911,'wp-includes/wlwmanifest.xml'),(7912,'wp-includes/wp-db.php'),(7913,'wp-includes/wp-diff.php'),(7914,'wp-links-opml.php'),(7915,'wp-load.php'),(7916,'wp-login.php'),(7917,'wp-mail.php'),(7918,'wp-settings.php'),(7919,'wp-signup.php'),(7920,'wp-trackback.php'),(7921,'xmlrpc.php'); /*!40000 ALTER TABLE `wp_wfknownfilelist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wflivetraffichuman` -- DROP TABLE IF EXISTS `wp_wflivetraffichuman`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wflivetraffichuman` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `identifier` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `expiration` int(10) unsigned NOT NULL, PRIMARY KEY (`IP`,`identifier`), KEY `expiration` (`expiration`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wflivetraffichuman` -- LOCK TABLES `wp_wflivetraffichuman` WRITE; /*!40000 ALTER TABLE `wp_wflivetraffichuman` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wflivetraffichuman` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wflocs` -- DROP TABLE IF EXISTS `wp_wflocs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wflocs` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `ctime` int(10) unsigned NOT NULL, `failed` tinyint(3) unsigned NOT NULL, `city` varchar(255) DEFAULT '', `region` varchar(255) DEFAULT '', `countryName` varchar(255) DEFAULT '', `countryCode` char(2) DEFAULT '', `lat` float(10,7) DEFAULT '0.0000000', `lon` float(10,7) DEFAULT '0.0000000', PRIMARY KEY (`IP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wflocs` -- LOCK TABLES `wp_wflocs` WRITE; /*!40000 ALTER TABLE `wp_wflocs` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wflocs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wflogins` -- DROP TABLE IF EXISTS `wp_wflogins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wflogins` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `hitID` int(11) DEFAULT NULL, `ctime` double(17,6) unsigned NOT NULL, `fail` tinyint(3) unsigned NOT NULL, `action` varchar(40) NOT NULL, `username` varchar(255) NOT NULL, `userID` int(10) unsigned NOT NULL, `IP` binary(16) DEFAULT NULL, `UA` text, PRIMARY KEY (`id`), KEY `k1` (`IP`,`fail`), KEY `hitID` (`hitID`) ) ENGINE=InnoDB AUTO_INCREMENT=17410 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wflogins` -- LOCK TABLES `wp_wflogins` WRITE; /*!40000 ALTER TABLE `wp_wflogins` DISABLE KEYS */; INSERT INTO `wp_wflogins` VALUES (16776,108154,1733678436.471182,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Sۍ','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7'),(16777,108155,1733678437.295802,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0J0\rW','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),(16778,108156,1733678438.590599,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ݶe','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(16779,108157,1733678439.642384,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\04\','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0'),(16780,108158,1733678444.224593,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Ȃe','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(16781,108159,1733678446.679463,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0\6x','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0'),(16782,108160,1733678448.265407,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ˡ)]','Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(16783,108162,1733685351.120666,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03Y@*','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),(16784,108163,1733685358.146339,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0e:o','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(16785,108170,1733709223.447943,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\3\','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),(16786,108180,1733738146.566000,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0'),(16787,108201,1733761837.178792,1,'loginFailInvalidUsername','kiki',0,'\0\0\0\0\0\0\0\0\0\0t\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),(16788,108212,1733788586.846388,1,'loginFailInvalidUsername','logikasoftware',0,'\0\0\0\0\0\0\0\0\0\0k\','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0'),(16789,108216,1733808729.190802,1,'loginFailInvalidUsername','stender',0,'\0\0\0\0\0\0\0\0\0\0/~','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0'),(16790,108228,1733823818.643095,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\b5H','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(16791,108267,1733883589.381145,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(16792,108311,1733895714.473067,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0_O\','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0'),(16793,108314,1733896331.113594,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0g\','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(16794,108335,1733903380.666151,1,'loginFailInvalidUsername','test2',0,'\0\0\0\0\0\0\0\0\0\0-8H\','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),(16795,108339,1733904057.282273,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\I','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),(16796,108350,1733909115.075054,1,'loginFailInvalidUsername','test1',0,'\0\0\0\0\0\0\0\0\0\0-8H\','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96.0'),(16797,108372,1733918239.038173,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0/an\','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0'),(16798,108387,1733935550.882592,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0DU','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(16799,108388,1733936163.731274,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0PN$','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(16800,108448,1733974802.473801,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\}?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16801,108449,1733974802.485897,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\}?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16802,108450,1733974805.323997,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\e','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16803,108451,1733974805.324550,1,'loginFailInvalidUsername','admin@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0\e','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16804,108454,1733974954.850421,1,'loginFailInvalidUsername','admin@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0 $','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16805,108455,1733974955.194677,1,'loginFailInvalidUsername','admin@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0 $','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16806,108456,1733974955.355095,1,'loginFailInvalidUsername','info@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0D\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16807,108457,1733974955.525621,1,'loginFailInvalidUsername','fj-lifesciences',0,'\0\0\0\0\0\0\0\0\0\0D\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16808,108458,1733974956.323014,1,'loginFailInvalidUsername','info@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0gZ\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16809,108459,1733974956.389318,1,'loginFailInvalidUsername','fj-lifesciences',0,'\0\0\0\0\0\0\0\0\0\0gZ\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16810,108465,1733975102.326314,1,'loginFailInvalidUsername','admin@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0.Ƽ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16811,108466,1733975102.352610,1,'loginFailInvalidUsername','info@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0.Ƽ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16812,108467,1733975233.291051,1,'loginFailInvalidUsername','fj-lifesciences',0,'\0\0\0\0\0\0\0\0\0\0\?n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16813,108468,1733975233.460857,1,'loginFailInvalidUsername','info@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0\?n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16814,108469,1733975234.165312,1,'loginFailInvalidUsername','fj-lifesciences',0,'\0\0\0\0\0\0\0\0\0\0G\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16815,108470,1733975234.172366,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0G\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16816,108471,1733975235.944155,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0p\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16817,108472,1733975235.947914,1,'loginFailInvalidUsername','fj-lifesciences',0,'\0\0\0\0\0\0\0\0\0\0p\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16818,108473,1733975237.308295,1,'loginFailInvalidUsername','fj-lifesciences',0,'\0\0\0\0\0\0\0\0\0\01 k\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16819,108474,1733975237.351532,1,'loginFailInvalidUsername','admin@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\01 k\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16820,108475,1733975353.723915,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\4','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16821,108476,1733975353.756439,1,'loginFailInvalidUsername','fj-lifesciences',0,'\0\0\0\0\0\0\0\0\0\0\4','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16822,108477,1733975354.771369,1,'loginFailInvalidUsername','admin@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0Y.l','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16823,108478,1733975354.775785,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Y.l','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16824,108479,1733975356.734156,1,'loginFailInvalidUsername','admin@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0Rd\;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16825,108480,1733975356.734493,1,'loginFailInvalidUsername','admin@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0Rd\;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16826,108481,1733975463.974664,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\02W\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16827,108482,1733975464.009445,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\02W\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16828,108485,1733975569.509995,1,'loginFailInvalidUsername','info@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0Y.i','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16829,108486,1733975569.842261,1,'loginFailInvalidUsername','info@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0Y.i','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16830,108487,1733975668.609595,1,'loginFailInvalidUsername','info@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0Ȗ\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16831,108488,1733975668.642043,1,'loginFailInvalidUsername','admin@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0Ȗ\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16832,108489,1733975767.988628,1,'loginFailInvalidUsername','fj-lifesciences',0,'\0\0\0\0\0\0\0\0\0\0w 5','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16833,108490,1733975768.001034,1,'loginFailInvalidUsername','info@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0w 5','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16834,108491,1733975770.307917,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0E1pB','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16835,108492,1733975770.427026,1,'loginFailInvalidUsername','fj-lifesciences',0,'\0\0\0\0\0\0\0\0\0\0E1pB','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16836,108494,1733975863.235992,1,'loginFailInvalidUsername','fj-lifesciences',0,'\0\0\0\0\0\0\0\0\0\0\\\l\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16837,108495,1733975863.359836,1,'loginFailInvalidUsername','admin@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0\\\l\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16838,108496,1733975864.986322,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ӵu','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16839,108497,1733975865.094904,1,'loginFailInvalidUsername','admin@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0ӵu','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16840,108498,1733975952.058854,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16841,108499,1733975952.154245,1,'loginFailInvalidUsername','fj-lifesciences',0,'\0\0\0\0\0\0\0\0\0\0>R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16842,108500,1733975952.351697,1,'loginFailInvalidUsername','fj-lifesciences',0,'\0\0\0\0\0\0\0\0\0\0Y.nn','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16843,108501,1733975952.459473,1,'loginFailInvalidUsername','info@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0Y.nn','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16844,108502,1733975952.894783,1,'loginFailInvalidUsername','info@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16845,108503,1733975952.968054,1,'loginFailInvalidUsername','fj-lifesciences',0,'\0\0\0\0\0\0\0\0\0\0~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16846,108504,1733976037.763626,1,'loginFailInvalidUsername','info@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0-7','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16847,108505,1733976037.763648,1,'loginFailInvalidUsername','admin@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0C\&L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16848,108506,1733976037.765683,1,'loginFailInvalidUsername','admin@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0C\&L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16849,108507,1733976041.033880,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ν','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16850,108508,1733976041.039991,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ν','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16851,108509,1733976119.006764,1,'loginFailInvalidUsername','info@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0\\\3\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16852,108510,1733976119.060572,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\\3\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16853,108511,1733976119.283292,1,'loginFailInvalidUsername','admin@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0\&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16854,108512,1733976119.678114,1,'loginFailInvalidUsername','admin@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0\&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16855,108513,1733976119.981972,1,'loginFailInvalidUsername','fj-lifesciences',0,'\0\0\0\0\0\0\0\0\0\0\2','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16856,108514,1733976120.019418,1,'loginFailInvalidUsername','info@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0\2','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16857,108517,1733976199.518501,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0`','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16858,108518,1733976199.544107,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0`','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16859,108519,1733976274.422084,1,'loginFailInvalidUsername','admin@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0[ \','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16860,108520,1733976274.538357,1,'loginFailInvalidUsername','fj-lifesciences',0,'\0\0\0\0\0\0\0\0\0\0[ \','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16861,108521,1733976344.062130,1,'loginFailInvalidUsername','admin@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\03D \','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16862,108522,1733976344.202572,1,'loginFailInvalidUsername','fj-lifesciences',0,'\0\0\0\0\0\0\0\0\0\03D \','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16863,108523,1733976344.723041,1,'loginFailInvalidUsername','fj-lifesciences',0,'\0\0\0\0\0\0\0\0\0\03IT','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16864,108524,1733976344.724316,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03IT','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16865,108525,1733976345.066384,1,'loginFailInvalidUsername','info@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0Y.m\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16866,108526,1733976345.099099,1,'loginFailInvalidUsername','fj-lifesciences',0,'\0\0\0\0\0\0\0\0\0\0Y.m\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16867,108527,1733976345.324529,1,'loginFailInvalidUsername','fj-lifesciences',0,'\0\0\0\0\0\0\0\0\0\09','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16868,108528,1733976345.333668,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\09','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16869,108533,1733976477.300401,1,'loginFailInvalidUsername','fj-lifesciences',0,'\0\0\0\0\0\0\0\0\0\0RW','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16870,108534,1733976477.326104,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0RW','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16871,108535,1733976517.899435,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\|!\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),(16872,108541,1733976748.117330,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0-','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16873,108542,1733976748.145212,1,'loginFailInvalidUsername','info@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0-','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16874,108543,1733976792.660143,1,'loginFailInvalidUsername','admin@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0&\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(16875,108560,1734002857.471255,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0/i+','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(16876,108569,1734012258.615961,1,'loginFailInvalidUsername','editor',0,'\0\0\0\0\0\0\0\0\0\0f','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0'),(16877,108570,1734019867.944561,1,'loginFailInvalidUsername','yam3t3',0,'\0\0\0\0\0\0\0\0\0\0\','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0'),(16878,108573,1734029773.850856,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ko','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko/20100101 Firefox/30.0'),(16879,108575,1734043164.245763,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\r0W','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(16880,108583,1734066332.765029,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0g8\','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0'),(16881,108633,1734099506.930107,1,'loginFailInvalidUsername','quantrihazo',0,'\0\0\0\0\0\0\0\0\0\0n\s','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:44.0) Gecko/20100101 Firefox/44.0'),(16882,108634,1734106214.809517,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0˜Q','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),(16883,108637,1734117895.221779,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\09','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16884,108640,1734117982.628390,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0ՈJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16885,108641,1734118018.550874,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0X(Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16886,108642,1734118060.459904,1,'loginFailInvalidUsername','yanz@123457',0,'\0\0\0\0\0\0\0\0\0\0\r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16887,108643,1734118082.125777,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0\\E\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16888,108644,1734118211.812874,1,'loginFailInvalidUsername','server',0,'\0\0\0\0\0\0\0\0\0\0[','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16889,108645,1734118244.689005,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0\\E\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16890,108646,1734118252.915643,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\\8\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16891,108647,1734118276.554521,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\5`i','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16892,108648,1734118292.292723,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\G','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16893,108650,1734118419.392546,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0.`','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16894,108651,1734118508.887439,1,'loginFailInvalidUsername','yucaerin',0,'\0\0\0\0\0\0\0\0\0\0ZC','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16895,108652,1734118527.631087,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0Ƕ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16896,108653,1734118586.023871,1,'loginFailInvalidUsername','123456',0,'\0\0\0\0\0\0\0\0\0\0\X8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16897,108655,1734118626.531511,1,'loginFailInvalidUsername','zap',0,'\0\0\0\0\0\0\0\0\0\0Kw','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16898,108656,1734118705.477378,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0+vt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16899,108658,1734118788.420598,1,'loginFailInvalidUsername','xrumertest',0,'\0\0\0\0\0\0\0\0\0\0Kw\5','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16900,108659,1734118820.441189,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0vcC','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16901,108660,1734118853.366691,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0cZ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16902,108663,1734118917.462716,1,'loginFailInvalidUsername','enamad',0,'\0\0\0\0\0\0\0\0\0\0\n\f','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16903,108664,1734118936.827445,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ՈJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16904,108665,1734119019.084787,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0ʎ\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16905,108666,1734119049.269446,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0C\6','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16906,108667,1734119057.873223,1,'loginFailInvalidUsername','wagus',0,'\0\0\0\0\0\0\0\0\0\0\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16907,108668,1734119068.084149,1,'loginFailInvalidUsername','AdMiN',0,'\0\0\0\0\0\0\0\0\0\0.','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16908,108669,1734119195.230141,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0Kw\5','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16909,108670,1734119517.816618,1,'loginFailInvalidUsername','streamers',0,'\0\0\0\0\0\0\0\0\0\0gJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16910,108671,1734119526.678436,1,'loginFailInvalidUsername','123456789',0,'\0\0\0\0\0\0\0\0\0\0^WC','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16911,108672,1734119607.736737,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\06%`','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16912,108673,1734119609.605912,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0U\nE','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16913,108674,1734119623.938576,1,'loginFailInvalidUsername','wordcamp',0,'\0\0\0\0\0\0\0\0\0\0\m\"U','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16914,108675,1734119699.356183,1,'loginFailInvalidUsername','noteworthymusicapp',0,'\0\0\0\0\0\0\0\0\0\08','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16915,108677,1734119735.323421,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16916,108678,1734119751.162855,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16917,108679,1734119873.493142,1,'loginFailInvalidUsername','test123',0,'\0\0\0\0\0\0\0\0\0\04B\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16918,108680,1734119904.332428,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\L:r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16919,108681,1734119906.584357,1,'loginFailInvalidUsername','12345678',0,'\0\0\0\0\0\0\0\0\0\0H?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16920,108684,1734119982.820872,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ge\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16921,108685,1734120043.989291,1,'loginFailInvalidUsername','123123',0,'\0\0\0\0\0\0\0\0\0\0,\}!','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16922,108686,1734120186.084284,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03D\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16923,108687,1734120239.437454,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\q ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16924,108688,1734120295.598418,1,'loginFailInvalidUsername','wardynski_admin',0,'\0\0\0\0\0\0\0\0\0\03\۠','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16925,108689,1734120379.201254,1,'loginFailInvalidUsername','1234567890',0,'\0\0\0\0\0\0\0\0\0\0Q','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16926,108690,1734120396.426728,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0m\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16927,108691,1734120452.145460,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0Dm','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16928,108692,1734120542.912074,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0[ \','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16929,108695,1734120668.024991,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03D','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16930,108696,1734120679.015405,1,'loginFailInvalidUsername','lecanardivre',0,'\0\0\0\0\0\0\0\0\0\0)oB','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16931,108697,1734120717.516870,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16932,108698,1734120737.169012,1,'loginFailInvalidUsername','francepiscine',0,'\0\0\0\0\0\0\0\0\0\01\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16933,108699,1734120762.182288,1,'loginFailInvalidUsername','123',0,'\0\0\0\0\0\0\0\0\0\0\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16934,108702,1734120862.370607,1,'loginFailInvalidUsername','yanz',0,'\0\0\0\0\0\0\0\0\0\0\m\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16935,108703,1734120913.317772,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0[y$z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16936,108704,1734120921.436741,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0FZ\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16937,108705,1734120940.300318,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16938,108706,1734121115.004240,1,'loginFailInvalidUsername','username',0,'\0\0\0\0\0\0\0\0\0\0\nj','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16939,108707,1734121189.919491,1,'loginFailInvalidUsername','Username',0,'\0\0\0\0\0\0\0\0\0\0\\̄k','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16940,108708,1734121208.329620,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\\i','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16941,108709,1734121216.311877,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\ͼ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16942,108710,1734121278.342379,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\ͼ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16943,108711,1734121309.688306,1,'loginFailInvalidUsername','a123456',0,'\0\0\0\0\0\0\0\0\0\0d','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16944,108712,1734121431.232103,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kw\q','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16945,108713,1734121439.687580,1,'loginFailInvalidUsername','admin123',0,'\0\0\0\0\0\0\0\0\0\0\&Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16946,108714,1734121447.548067,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\|\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16947,108715,1734121472.815287,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0U3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16948,108716,1734121504.242347,1,'loginFailInvalidUsername','testuser',0,'\0\0\0\0\0\0\0\0\0\04\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16949,108717,1734121541.699108,1,'loginFailInvalidUsername','test1',0,'\0\0\0\0\0\0\0\0\0\0[\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16950,108718,1734121788.754745,1,'loginFailInvalidUsername','123',0,'\0\0\0\0\0\0\0\0\0\0JЩ0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16951,108720,1734121851.738652,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0\\U','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16952,108721,1734122036.856058,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0^l','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16953,108723,1734122067.204604,1,'loginFailInvalidUsername','1',0,'\0\0\0\0\0\0\0\0\0\0\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16954,108724,1734122089.798574,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\~\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16955,108725,1734122150.985629,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\m\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16956,108728,1734122275.888900,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\03[a','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16957,108730,1734122304.637570,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0Ҳ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16958,108731,1734122325.856876,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0d-','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16959,108732,1734122358.163281,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0aJT','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16960,108734,1734122472.072358,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0}-/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16961,108735,1734122501.022902,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0䴉','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16962,108736,1734122517.091002,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0gJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16963,108737,1734122542.308553,1,'loginFailInvalidUsername','qwerty',0,'\0\0\0\0\0\0\0\0\0\0D','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16964,108738,1734122879.335586,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0>m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16965,108739,1734123123.168896,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\G','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16966,108741,1734123245.050309,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\"(\n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16967,108742,1734123291.510664,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16968,108743,1734123354.787337,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0H\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16969,108744,1734123409.777123,1,'loginFailInvalidUsername','master562',0,'\0\0\0\0\0\0\0\0\0\0j','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16970,108745,1734123440.489034,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0a{','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16971,108746,1734123519.375752,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0եG','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16972,108747,1734123526.460597,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16973,108749,1734123542.635974,1,'loginFailInvalidUsername','1234',0,'\0\0\0\0\0\0\0\0\0\0T&%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16974,108750,1734123587.739302,1,'loginFailInvalidUsername','testtest',0,'\0\0\0\0\0\0\0\0\0\0g]AB','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16975,108751,1734123640.416181,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0R\!','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16976,108752,1734123642.883641,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\CC','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16977,108753,1734123656.441940,1,'loginFailInvalidUsername','12345',0,'\0\0\0\0\0\0\0\0\0\0\\\o(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16978,108754,1734123663.569685,1,'loginFailInvalidUsername','test1',0,'\0\0\0\0\0\0\0\0\0\0_\qy','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16979,108755,1734123717.888823,1,'loginFailInvalidUsername','johnmiller83',0,'\0\0\0\0\0\0\0\0\0\0[ \','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16980,108756,1734123737.864377,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0-','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16981,108757,1734123744.421552,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0cZ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16982,108758,1734123967.519339,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Oi?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16983,108759,1734124074.644048,1,'loginFailInvalidUsername','root',0,'\0\0\0\0\0\0\0\0\0\0q}','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16984,108760,1734124092.083864,1,'loginFailInvalidUsername','master562',0,'\0\0\0\0\0\0\0\0\0\0\~\n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16985,108761,1734124138.596859,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16986,108762,1734124146.697004,1,'loginFailInvalidUsername','hwz',0,'\0\0\0\0\0\0\0\0\0\06&\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16987,108763,1734124153.861454,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0q','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16988,108764,1734124188.201789,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0B*=','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16989,108765,1734124250.245134,1,'loginFailInvalidUsername','editor',0,'\0\0\0\0\0\0\0\0\0\0\CC','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16990,108766,1734124306.994238,1,'loginFailInvalidUsername','test2',0,'\0\0\0\0\0\0\0\0\0\0gJy','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16991,108767,1734124325.860943,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03\۠','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16992,108768,1734124365.687020,1,'loginFailInvalidUsername','dexter',0,'\0\0\0\0\0\0\0\0\0\0\nj','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16993,108769,1734124382.670934,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16994,108770,1734124589.364014,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\m\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16995,108771,1734124647.252801,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0+\|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16996,108773,1734124661.232084,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0H?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16997,108774,1734124713.496311,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16998,108775,1734124718.352725,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>OW','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(16999,108776,1734124791.326247,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\a','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17000,108779,1734124821.989156,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0N3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17001,108780,1734124892.291566,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17002,108781,1734124975.615227,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17003,108782,1734125020.735032,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Yw','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17004,108783,1734125221.550413,1,'loginFailInvalidUsername','username',0,'\0\0\0\0\0\0\0\0\0\0d!','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17005,108784,1734125276.708172,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0d','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17006,108785,1734125295.625527,1,'loginFailInvalidUsername','wordpress_administrator',0,'\0\0\0\0\0\0\0\0\0\0Kw','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17007,108786,1734125364.129361,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\K','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17008,108787,1734125383.802244,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0KwM','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17009,108788,1734125533.324025,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0\%d','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17010,108789,1734125537.909771,1,'loginFailInvalidUsername','cr4p5',0,'\0\0\0\0\0\0\0\0\0\0U\n\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17011,108790,1734125574.033418,1,'loginFailInvalidUsername','testing',0,'\0\0\0\0\0\0\0\0\0\0g','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17012,108791,1734125676.280675,1,'loginFailInvalidUsername','garak',0,'\0\0\0\0\0\0\0\0\0\0\"\\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17013,108792,1734125689.479571,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0@\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17014,108793,1734125711.467428,1,'loginFailInvalidUsername','asdasd',0,'\0\0\0\0\0\0\0\0\0\0\\\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17015,108794,1734125792.967158,1,'loginFailInvalidUsername','karaokecup',0,'\0\0\0\0\0\0\0\0\0\0D','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17016,108795,1734125804.016376,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0m\9\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17017,108796,1734125864.657391,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0\bH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17018,108797,1734125879.094439,1,'loginFailInvalidUsername','test1234',0,'\0\0\0\0\0\0\0\0\0\0bz#','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17019,108798,1734125914.652340,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0\L4~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17020,108800,1734125933.131726,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0~\9','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17021,108801,1734125956.915907,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17022,108803,1734126014.203885,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0D','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17023,108804,1734126091.178450,1,'loginFailInvalidUsername','admin1',0,'\0\0\0\0\0\0\0\0\0\0\CC','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17024,108805,1734126153.192555,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0g\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17025,108809,1734126319.619933,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0[{o','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17026,108810,1734126383.454917,1,'loginFailInvalidUsername','abcd1234',0,'\0\0\0\0\0\0\0\0\0\0\\\8\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17027,108811,1734126453.995110,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0X\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17028,108814,1734126520.969867,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0E\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17029,108815,1734126536.508242,1,'loginFailInvalidUsername','christiane',0,'\0\0\0\0\0\0\0\0\0\0U\nҌ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17030,108816,1734126551.019362,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0[','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17031,108817,1734126588.304941,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0gx ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17032,108819,1734126615.766326,1,'loginFailInvalidUsername','admini',0,'\0\0\0\0\0\0\0\0\0\0Y&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17033,108820,1734126621.277007,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0cZ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17034,108822,1734126663.862870,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0D','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17035,108823,1734126675.386630,1,'loginFailInvalidUsername','teamupload',0,'\0\0\0\0\0\0\0\0\0\0\y^','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17036,108824,1734126730.269582,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0gL\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17037,108825,1734126751.049054,1,'loginFailInvalidUsername','solopov',0,'\0\0\0\0\0\0\0\0\0\0\\'.a','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17038,108826,1734126791.460713,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0\0c','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17039,108827,1734126839.482629,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17040,108828,1734126863.997837,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ȁU','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17041,108829,1734126885.384930,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0\CC','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17042,108830,1734126911.669338,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0E','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17043,108831,1734126917.861257,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\D(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17044,108832,1734127085.168217,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\V','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17045,108833,1734127122.845983,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0JЩ0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17046,108834,1734127328.563963,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0j','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17047,108835,1734127335.823152,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0X(Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17048,108836,1734127489.083950,1,'loginFailInvalidUsername','testuser',0,'\0\0\0\0\0\0\0\0\0\0Y&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17049,108837,1734127501.995946,1,'loginFailInvalidUsername','teste',0,'\0\0\0\0\0\0\0\0\0\0\\/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17050,108838,1734127523.961652,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0[ \','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17051,108839,1734127555.876845,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0\r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17052,108840,1734127581.607116,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0p\[v','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17053,108841,1734127659.382840,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0U\nE','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17054,108842,1734127848.882489,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0g\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17055,108843,1734127885.871822,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0H','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17056,108844,1734128094.868692,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ZC','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17057,108845,1734128597.107827,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0‘њ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17058,108846,1734128645.034161,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0U\n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17059,108847,1734128655.477172,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\̄k','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17060,108848,1734128727.897543,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0´','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17061,108849,1734128741.588102,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0E\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17062,108850,1734129081.866157,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ZC','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17063,108851,1734129386.960044,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\06\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17064,108852,1734129389.589554,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Ynq','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17065,108854,1734129518.462495,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17066,108855,1734129618.161991,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\D(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17067,108856,1734131021.088594,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0d','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17068,108857,1734131097.339249,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\"(\n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17069,108858,1734131162.552274,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0!','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17070,108859,1734131170.410710,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17071,108860,1734131210.739351,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0m\8i','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17072,108861,1734131317.893049,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0d-','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17073,108862,1734133118.352125,1,'loginFailInvalidUsername','adminroot',0,'\0\0\0\0\0\0\0\0\0\0>\\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(17074,108863,1734133118.370575,1,'loginFailInvalidUsername','adminbackup',0,'\0\0\0\0\0\0\0\0\0\0>\\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(17075,108866,1734153018.182979,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ء','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(17076,108873,1734192289.087151,1,'loginFailInvalidUsername','Test',0,'\0\0\0\0\0\0\0\0\0\0>','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0'),(17077,108877,1734216219.782992,1,'loginFailInvalidUsername','wadminw',0,'\0\0\0\0\0\0\0\0\0\0}w','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(17078,108930,1734259946.065233,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0n\'','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36'),(17079,108967,1734335885.099918,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0g\\v','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(17080,108991,1734407208.888227,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\ ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),(17081,108996,1734447868.461388,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\03Ô\','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0'),(17082,109027,1734554228.250240,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0P','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36'),(17083,109031,1734577829.760576,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03%]','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(17084,109033,1734585321.233831,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\r<A','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(17085,109038,1734612928.585160,1,'loginFailInvalidUsername','wpapitest',0,'\0\0\0\0\0\0\0\0\0\0-PE\','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0'),(17086,109051,1734627809.672774,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0)fm','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),(17087,109096,1734646319.160257,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0'),(17088,109190,1734689299.902897,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0m\','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(17089,109315,1734763509.520990,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0MZ\Z','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(17090,109376,1734825958.979410,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\r5\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(17091,109421,1734952188.629424,1,'loginFailInvalidUsername','excontrol',0,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0'),(17092,109459,1735035797.505995,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\01g8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(17093,109482,1735063488.504353,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(17094,109488,1735071874.661066,1,'loginFailInvalidUsername','a123456',0,'\0\0\0\0\0\0\0\0\0\0U\','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0'),(17095,109498,1735099842.215110,1,'loginFailInvalidUsername','Reseller-webmaster',0,'\0\0\0\0\0\0\0\0\0\0:','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0'),(17096,109500,1735105892.208527,1,'loginFailInvalidUsername','wpadminas',0,'\0\0\0\0\0\0\0\0\0\0>*o','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),(17097,109502,1735114792.966533,1,'loginFailInvalidUsername','Megusta',0,'\0\0\0\0\0\0\0\0\0\0bb','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0'),(17098,109514,1735126836.692365,1,'loginFailInvalidUsername','asdasd',0,'\0\0\0\0\0\0\0\0\0\0٠','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),(17099,109527,1735138948.956884,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0%L','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(17100,109528,1735139250.344810,1,'loginFailInvalidUsername','newadmin',0,'\0\0\0\0\0\0\0\0\0\0y\','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),(17101,109562,1735171408.575605,1,'loginFailInvalidUsername','215marketing',0,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(17102,109563,1735171409.072523,1,'loginFailInvalidUsername','215marketing',0,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(17103,109575,1735189139.704184,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\N','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(17104,109626,1735254880.364187,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\04\T','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(17105,109630,1735259564.339654,1,'loginFailInvalidUsername','wpenginer',0,'\0\0\0\0\0\0\0\0\0\0Â#','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(17106,109695,1735346902.413335,1,'loginFailInvalidUsername','info@chuckswebdesign.nl',0,'\0\0\0\0\0\0\0\0\0\0[\\ ','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0'),(17107,109703,1735374796.540150,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\04I>','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(17108,109704,1735374796.846434,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\04I>','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(17109,109708,1735391719.203174,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\r$S','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(17110,109725,1735416582.795024,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0g\\v','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(17111,109796,1735483481.529606,1,'loginFailInvalidUsername','aaa',0,'\0\0\0\0\0\0\0\0\0\0\\'!','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0'),(17112,109798,1735485065.271345,1,'loginFailInvalidUsername','aaa',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0'),(17113,109801,1735487951.915426,1,'loginFailInvalidUsername','andre',0,'\0\0\0\0\0\0\0\0\0\03&9\','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'),(17114,109908,1735598333.334677,1,'loginFailInvalidUsername','-',0,'\0\0\0\0\0\0\0\0\0\03ù\n','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),(17115,109909,1735598339.332249,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\02&','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(17116,109912,1735602481.461234,1,'loginFailInvalidUsername','yam3t3',0,'\0\0\0\0\0\0\0\0\0\0Xcq','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0'),(17117,109937,1735626286.250400,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\Z\*','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),(17118,109962,1735650821.414525,1,'loginFailInvalidUsername','wadmiine',0,'\0\0\0\0\0\0\0\0\0\0Wj\','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:41.0) Gecko/20100101 Firefox/41.0'),(17119,109978,1735666504.915802,1,'loginFailInvalidUsername','admin@zzna.ru',0,'\0\0\0\0\0\0\0\0\0\0\','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),(17120,110002,1735690050.083913,1,'loginFailInvalidUsername','Custom',0,'\0\0\0\0\0\0\0\0\0\0Y\\x','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0'),(17121,110028,1735719798.033879,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0/ot,','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36'),(17122,110029,1735720743.081112,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(17123,110030,1735720752.881623,1,'loginFailInvalidUsername','fabienne.joanny@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0]\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(17124,110046,1735744477.640135,1,'loginFailInvalidUsername','Username',0,'\0\0\0\0\0\0\0\0\0\0_r\','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0'),(17125,110049,1735755647.035976,1,'loginFailInvalidUsername','yam3t3',0,'\0\0\0\0\0\0\0\0\0\0\ɨ','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0'),(17126,110058,1735793332.574371,1,'loginFailInvalidUsername','quantrihazo',0,'\0\0\0\0\0\0\0\0\0\0\q\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0'),(17127,110118,1736003172.159644,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\&,','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36'),(17128,110120,1736003180.086349,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(17129,110122,1736003183.045190,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0-xQb','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0'),(17130,110123,1736003184.637448,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),(17131,110125,1736003206.300632,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0\eu','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),(17132,110126,1736012323.393962,1,'loginFailInvalidUsername','xiaochen',0,'\0\0\0\0\0\0\0\0\0\0g\t<','Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1'),(17133,110127,1736012325.870366,1,'loginFailInvalidUsername','yanz',0,'\0\0\0\0\0\0\0\0\0\0\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(17134,110129,1736012337.056418,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0l','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36'),(17135,110133,1736012365.020371,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0&or\','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6'),(17136,110135,1736022089.151041,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(17137,110136,1736022091.719305,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\a','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36'),(17138,110140,1736022128.991106,1,'loginFailInvalidUsername','username',0,'\0\0\0\0\0\0\0\0\0\0^ab','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(17139,110141,1736022135.784184,1,'loginFailInvalidUsername','editor',0,'\0\0\0\0\0\0\0\0\0\0\!','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),(17140,110147,1736030794.074498,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0&fWa','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),(17141,110149,1736030808.854891,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0-~4','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),(17142,110150,1736030817.952547,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0/\@g','Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1'),(17143,110155,1736040809.999127,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\aY','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0'),(17144,110158,1736040815.792053,1,'loginFailInvalidUsername','admin2022',0,'\0\0\0\0\0\0\0\0\0\0[\C','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(17145,110163,1736052074.389114,1,'loginFailInvalidUsername','admin1',0,'\0\0\0\0\0\0\0\0\0\0e\B#','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/91.0.4472.80 Mobile/15E148 Safari/604.1'),(17146,110165,1736052086.695573,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),(17147,110166,1736052094.385203,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0-','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0'),(17148,110170,1736052118.382071,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\JC','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(17149,110195,1736103247.869304,1,'loginFailInvalidUsername','wadminw',0,'\0\0\0\0\0\0\0\0\0\0\\Z\*','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(17150,110255,1736189304.879027,1,'loginFailInvalidUsername','FDNC',0,'\0\0\0\0\0\0\0\0\0\0S4a','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(17151,110256,1736189305.868254,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0S4a','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(17152,110268,1736203099.446013,1,'loginFailInvalidUsername','kadur',0,'\0\0\0\0\0\0\0\0\0\0ν!6','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(17153,110300,1736246963.579305,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0/k','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36'),(17154,110319,1736269875.159581,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\|!\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'),(17155,110328,1736279847.321720,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\0\','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(17156,110370,1736304517.030859,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0@r(','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(17157,110393,1736317145.763850,1,'loginFailInvalidUsername','divona',0,'\0\0\0\0\0\0\0\0\0\0-\ ','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(17158,110394,1736317147.694109,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0-\ ','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(17159,110433,1736332554.176229,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0W\Z:','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(17160,110446,1736340349.840717,1,'loginFailInvalidUsername','wwwadmin',0,'\0\0\0\0\0\0\0\0\0\0%L','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(17161,110517,1736448816.743902,1,'loginFailInvalidUsername','fabienne.joanny@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0\\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(17162,110518,1736448853.230636,1,'loginFailInvalidUsername','fabienne.joanny@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0\\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(17163,110519,1736448884.409216,0,'loginOK','cvcom',1,'\0\0\0\0\0\0\0\0\0\0\\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(17164,110520,1736449095.906748,0,'loginOK','cvcom',1,'\0\0\0\0\0\0\0\0\0\0P\N','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(17165,110522,1736597956.487116,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0-\:','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(17166,110523,1736597961.487474,1,'loginFailInvalidUsername','fabienne.joanny@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0Y`','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(17167,110537,1736655440.052734,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\"','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(17168,110599,1736748315.398987,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0zr=}','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(17169,110617,1736757157.392016,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0g$','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(17170,110755,1736891255.991175,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0g\\~','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(17171,110784,1736924545.774758,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0gf\n','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(17172,110824,1736944712.465927,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0g\\~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),(17173,110882,1736983433.008641,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0g','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(17174,110898,1737032741.195340,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0*@','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(17175,110917,1737052108.190554,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0JQ&\Z','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(17176,110946,1737084284.596293,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0mE','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36'),(17177,110958,1737114241.140009,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0PN$','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(17178,110961,1737116229.555038,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\03D\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17179,110962,1737116244.164236,1,'loginFailInvalidUsername','zota',0,'\0\0\0\0\0\0\0\0\0\0t\6','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17180,110963,1737116248.427051,1,'loginFailInvalidUsername','server',0,'\0\0\0\0\0\0\0\0\0\03\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17181,110964,1737116312.306258,1,'loginFailInvalidUsername','yucaerin',0,'\0\0\0\0\0\0\0\0\0\0Y.m\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17182,110965,1737116314.974973,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\|\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17183,110966,1737116380.190515,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0g\(\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17184,110967,1737116419.475345,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0aJS','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17185,110968,1737116551.190450,1,'loginFailInvalidUsername','123456',0,'\0\0\0\0\0\0\0\0\0\034','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17186,110970,1737116796.441427,1,'loginFailInvalidUsername','yanz@123457',0,'\0\0\0\0\0\0\0\0\0\0\tM','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17187,110971,1737116824.506863,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0gJt\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17188,110972,1737116933.685730,1,'loginFailInvalidUsername','zap',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17189,110973,1737116936.458620,1,'loginFailInvalidUsername','xrumertest',0,'\0\0\0\0\0\0\0\0\0\0\\O','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17190,110974,1737116987.320509,1,'loginFailInvalidUsername','qwerty',0,'\0\0\0\0\0\0\0\0\0\0+\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17191,110975,1737117001.107854,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0H\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17192,110976,1737117069.204031,1,'loginFailInvalidUsername','123456789',0,'\0\0\0\0\0\0\0\0\0\0gx','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17193,110977,1737117075.390214,1,'loginFailInvalidUsername','12345678',0,'\0\0\0\0\0\0\0\0\0\03\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17194,110979,1737117138.994622,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0#>','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17195,110980,1737117146.005165,1,'loginFailInvalidUsername','1234567890',0,'\0\0\0\0\0\0\0\0\0\0\\5`','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17196,110981,1737117147.892525,1,'loginFailInvalidUsername','test123',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17197,110983,1737118278.454593,1,'loginFailInvalidUsername','123',0,'\0\0\0\0\0\0\0\0\0\0C\:','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17198,110984,1737118285.396357,1,'loginFailInvalidUsername','enamad',0,'\0\0\0\0\0\0\0\0\0\0|\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17199,110985,1737118387.294817,1,'loginFailInvalidUsername','123123',0,'\0\0\0\0\0\0\0\0\0\0\tN','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17200,110986,1737118415.717599,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0QЊ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17201,110987,1737118589.910079,1,'loginFailInvalidUsername','test2',0,'\0\0\0\0\0\0\0\0\0\0U\n\P','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17202,110988,1737118652.713039,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0\\5','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17203,110989,1737118666.621263,1,'loginFailInvalidUsername','test1',0,'\0\0\0\0\0\0\0\0\0\0C\<\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17204,110990,1737118684.993324,1,'loginFailInvalidUsername','testuser',0,'\0\0\0\0\0\0\0\0\0\0\3SR','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17205,110991,1737118686.429725,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0[','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17206,110992,1737118687.312998,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0[','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17207,110993,1737118693.592079,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0gJt\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17208,110994,1737118726.346234,1,'loginFailInvalidUsername','123',0,'\0\0\0\0\0\0\0\0\0\0H\)','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17209,110995,1737118729.208112,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0\%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17210,110996,1737118731.713991,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0Lɛ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17211,110997,1737118733.027235,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0%;m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17212,110998,1737118795.250887,1,'loginFailInvalidUsername','a123456',0,'\0\0\0\0\0\0\0\0\0\0[','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17213,110999,1737118903.930399,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0@;G','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17214,111000,1737118908.215236,1,'loginFailInvalidUsername','admin123',0,'\0\0\0\0\0\0\0\0\0\0gx','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17215,111001,1737118910.830860,1,'loginFailInvalidUsername','1',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17216,111002,1737118995.278241,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0/\@g','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17217,111003,1737119022.997488,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0\7I','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17218,111004,1737119033.545733,1,'loginFailInvalidUsername','root',0,'\0\0\0\0\0\0\0\0\0\0m{\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17219,111005,1737119051.395108,1,'loginFailInvalidUsername','1234',0,'\0\0\0\0\0\0\0\0\0\0A','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17220,111006,1737119057.589355,1,'loginFailInvalidUsername','test1',0,'\0\0\0\0\0\0\0\0\0\0\!N','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17221,111008,1737119130.563324,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0[yB\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17222,111009,1737119234.804591,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ʎ\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17223,111010,1737119261.091960,1,'loginFailInvalidUsername','12345',0,'\0\0\0\0\0\0\0\0\0\0\k','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17224,111011,1737119324.885144,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0)\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17225,111012,1737119408.894027,1,'loginFailInvalidUsername','tester',0,'\0\0\0\0\0\0\0\0\0\0k_\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17226,111013,1737119423.541192,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0\bH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17227,111014,1737119431.277541,1,'loginFailInvalidUsername','testtest',0,'\0\0\0\0\0\0\0\0\0\0uz','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17228,111015,1737119436.261750,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0gQ~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17229,111016,1737119487.163020,1,'loginFailInvalidUsername','guest',0,'\0\0\0\0\0\0\0\0\0\0g','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17230,111017,1737119491.345671,1,'loginFailInvalidUsername','testing',0,'\0\0\0\0\0\0\0\0\0\0)\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17231,111018,1737119492.998984,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0!\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17232,111019,1737119527.153684,1,'loginFailInvalidUsername','username',0,'\0\0\0\0\0\0\0\0\0\0\m\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17233,111020,1737119538.762824,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0ˡ?I','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17234,111021,1737119614.472823,1,'loginFailInvalidUsername','a',0,'\0\0\0\0\0\0\0\0\0\0\~i\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17235,111022,1737119618.559345,1,'loginFailInvalidUsername','asdasd',0,'\0\0\0\0\0\0\0\0\0\0\m\c','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17236,111023,1737119706.027298,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\038','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17237,111024,1737119786.287105,1,'loginFailInvalidUsername','garak',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17238,111025,1737119788.215539,1,'loginFailInvalidUsername','admin1',0,'\0\0\0\0\0\0\0\0\0\0Al','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17239,111026,1737119790.813294,1,'loginFailInvalidUsername','wordcamp',0,'\0\0\0\0\0\0\0\0\0\0[yB\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17240,111027,1737119792.407275,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0!\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17241,111028,1737119861.777915,1,'loginFailInvalidUsername','testuser',0,'\0\0\0\0\0\0\0\0\0\0\\ZR','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17242,111029,1737119864.827144,1,'loginFailInvalidUsername','abcd1234',0,'\0\0\0\0\0\0\0\0\0\0R@|\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17243,111030,1737119899.657279,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0\\5`','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17244,111031,1737119909.725881,1,'loginFailInvalidUsername','yanz',0,'\0\0\0\0\0\0\0\0\0\0\K','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17245,111032,1737120031.279384,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0U\n\P','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17246,111033,1737120032.577883,1,'loginFailInvalidUsername','username',0,'\0\0\0\0\0\0\0\0\0\0[','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17247,111034,1737120042.308482,1,'loginFailInvalidUsername','test1234',0,'\0\0\0\0\0\0\0\0\0\0\3N','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17248,111036,1737120118.408612,1,'loginFailInvalidUsername','editor',0,'\0\0\0\0\0\0\0\0\0\0\\\`','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17249,111037,1737120123.017250,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\=?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17250,111038,1737120220.920287,1,'loginFailInvalidUsername','teste',0,'\0\0\0\0\0\0\0\0\0\0\B','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17251,111039,1737120222.510248,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0Y.m\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17252,111040,1737120228.184098,1,'loginFailInvalidUsername','prueba',0,'\0\0\0\0\0\0\0\0\0\0\\9','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17253,111041,1737120267.662189,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Y#','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17254,111042,1737120409.799208,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17255,111044,1737120412.767147,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\\@','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17256,111045,1737120416.232756,1,'loginFailInvalidUsername','root',0,'\0\0\0\0\0\0\0\0\0\0B\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17257,111046,1737120420.482404,1,'loginFailInvalidUsername','wordpress_administrator',0,'\0\0\0\0\0\0\0\0\0\0\\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17258,111047,1737120428.922904,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0T@','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17259,111048,1737120492.158459,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\06%y\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17260,111049,1737120632.004726,1,'loginFailInvalidUsername','xiaochen',0,'\0\0\0\0\0\0\0\0\0\0t\b','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17261,111050,1737120784.103407,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0եG','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17262,111051,1737120787.044177,1,'loginFailInvalidUsername','abdallakamesh',0,'\0\0\0\0\0\0\0\0\0\0^\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17263,111052,1737120862.121812,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0U\8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17264,111053,1737120908.173112,1,'loginFailInvalidUsername','kkeerybi',0,'\0\0\0\0\0\0\0\0\0\0\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17265,111054,1737120929.254745,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0\/f','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17266,111055,1737120949.695203,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0\\5`','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17267,111056,1737121027.710491,1,'loginFailInvalidUsername','johnmiller83',0,'\0\0\0\0\0\0\0\0\0\0ǽ\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17268,111058,1737121097.678734,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\rK]','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17269,111059,1737121101.215694,1,'loginFailInvalidUsername','testuser',0,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17270,111061,1737121109.672011,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0եG','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17271,111062,1737121228.340071,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0g3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17272,111063,1737121260.282368,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17273,111064,1737121272.584556,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0;\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17274,111065,1737121440.319276,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0AmR2','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17275,111066,1737121494.448809,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\|U\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17276,111067,1737121512.469492,1,'loginFailInvalidUsername','admin1',0,'\0\0\0\0\0\0\0\0\0\0d\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17277,111068,1737121530.663122,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17278,111069,1737121604.539674,1,'loginFailInvalidUsername','preview',0,'\0\0\0\0\0\0\0\0\0\0FZ\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17279,111070,1737121720.471316,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0H\)','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17280,111071,1737121723.453124,1,'loginFailInvalidUsername','john',0,'\0\0\0\0\0\0\0\0\0\0>\K','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17281,111072,1737121726.998218,1,'loginFailInvalidUsername','master562',0,'\0\0\0\0\0\0\0\0\0\0J\96','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17282,111074,1737121778.719062,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\03D','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17283,111075,1737121857.961631,1,'loginFailInvalidUsername','superuser',0,'\0\0\0\0\0\0\0\0\0\0[{o','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17284,111076,1737121901.732978,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17285,111077,1737122073.257641,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0;\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17286,111078,1737122074.694687,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\=?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17287,111079,1737122117.816247,1,'loginFailInvalidUsername','AdMiN',0,'\0\0\0\0\0\0\0\0\0\0N:*','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17288,111081,1737122238.123049,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ˡ6J','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17289,111082,1737122276.801668,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0# ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17290,111083,1737122278.041608,1,'loginFailInvalidUsername','Username',0,'\0\0\0\0\0\0\0\0\0\03D \','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17291,111084,1737122375.862127,1,'loginFailInvalidUsername','livraison',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17292,111085,1737122581.614644,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0g\*','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17293,111086,1737122584.283720,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0\!','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17294,111087,1737122769.108830,1,'loginFailInvalidUsername','qcv',0,'\0\0\0\0\0\0\0\0\0\0QЊ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17295,111088,1737122783.419956,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\|U\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17296,111089,1737122869.324755,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17297,111090,1737122871.875069,1,'loginFailInvalidUsername','justin',0,'\0\0\0\0\0\0\0\0\0\0\%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17298,111091,1737122873.833893,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\'I','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17299,111092,1737122875.213657,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\034','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17300,111093,1737122886.789749,1,'loginFailInvalidUsername','andre',0,'\0\0\0\0\0\0\0\0\0\0gڗ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17301,111094,1737123086.771305,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0#\De','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17302,111096,1737123220.008899,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0>\K','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17303,111097,1737123221.801241,1,'loginFailInvalidUsername','user123user',0,'\0\0\0\0\0\0\0\0\0\0^WC','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17304,111098,1737123293.794165,1,'loginFailInvalidUsername','antawn',0,'\0\0\0\0\0\0\0\0\0\09\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17305,111099,1737123305.467012,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\06\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17306,111100,1737123307.928504,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0BE','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17307,111101,1737123577.073455,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17308,111102,1737123605.136438,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17309,111103,1737123770.350224,1,'loginFailInvalidUsername','ctvctv',0,'\0\0\0\0\0\0\0\0\0\03KT','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17310,111104,1737123855.598859,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0g*λ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17311,111105,1737123869.184329,1,'loginFailInvalidUsername','eviladmin',0,'\0\0\0\0\0\0\0\0\0\0/\@g','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17312,111106,1737123874.428959,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17313,111107,1737123891.946986,1,'loginFailInvalidUsername','monta',0,'\0\0\0\0\0\0\0\0\0\0\U','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17314,111108,1737124013.973745,1,'loginFailInvalidUsername','admin2',0,'\0\0\0\0\0\0\0\0\0\0;à','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17315,111109,1737124201.468622,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0ν\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17316,111111,1737124631.899777,1,'loginFailInvalidUsername','noteworthymusicapp',0,'\0\0\0\0\0\0\0\0\0\0[','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17317,111112,1737124706.650631,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Kw','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17318,111114,1737124949.042968,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\5`','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17319,111115,1737125365.683929,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0gx','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17320,111117,1737126628.480036,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0\D','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17321,111118,1737126632.700719,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17322,111120,1737127842.476199,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17323,111122,1737128073.770125,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\Ġs','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17324,111123,1737128287.116379,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17325,111124,1737128663.006927,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0gv','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17326,111125,1737128710.334497,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0g9\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17327,111126,1737128781.431713,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03D \','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17328,111127,1737129002.958409,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0.\W','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17329,111128,1737129018.889968,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0H8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17330,111129,1737129099.120119,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0Ɠu','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17331,111130,1737129132.774506,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0;lv','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17332,111131,1737129387.369232,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17333,111133,1737129404.963742,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03KT','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17334,111134,1737129406.269886,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\03D \','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17335,111136,1737129508.409331,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0H&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17336,111139,1737129924.703917,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0^Gv','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17337,111140,1737130317.388397,1,'loginFailInvalidUsername','wagus',0,'\0\0\0\0\0\0\0\0\0\0\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17338,111141,1737130391.587545,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17339,111142,1737130394.979383,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0\tN','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17340,111143,1737130404.080033,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0;DZ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17341,111144,1737130500.614745,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0EZ\n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17342,111145,1737131528.557207,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0!\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17343,111146,1737131530.929165,1,'loginFailInvalidUsername','admini',0,'\0\0\0\0\0\0\0\0\0\0y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17344,111147,1737131648.448446,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17345,111148,1737131852.103013,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0[ U','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17346,111149,1737131855.637358,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0!\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17347,111150,1737131860.781245,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0F ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17348,111151,1737131923.344507,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\02y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17349,111152,1737132254.812263,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0DAy','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17350,111153,1737132361.085692,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\D','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17351,111154,1737132491.844280,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0[yB\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17352,111155,1737145885.118011,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0_R~5','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),(17353,111156,1737172923.300132,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Q','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17354,111157,1737172924.469581,1,'loginFailInvalidUsername','fabienne.joanny@fj-lifesciences.com',0,'\0\0\0\0\0\0\0\0\0\0Q','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17355,111158,1737172925.624257,1,'loginFailInvalidUsername','fabienne.joanny',0,'\0\0\0\0\0\0\0\0\0\0Q','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(17356,111160,1737186107.964427,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),(17357,111227,1737277974.368459,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(17358,111230,1737332096.569232,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),(17359,111239,1737447820.572587,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0;I','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0'),(17360,111241,1737447825.908638,1,'loginFailInvalidUsername','zota',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(17361,111242,1737447830.044134,1,'loginFailInvalidUsername','yucaerin',0,'\0\0\0\0\0\0\0\0\0\0AL','Mozilla/5.0 (Macintosh; Intel Mac OS X 11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(17362,111243,1737447830.107337,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\؝y','Mozilla/5.0 (Linux; Android 10; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(17363,111244,1737447834.822350,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0B\r!','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36'),(17364,111246,1737447839.402285,1,'loginFailInvalidUsername','yanz@123457',0,'\0\0\0\0\0\0\0\0\0\0\\4','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(17365,111247,1737447842.306989,1,'loginFailInvalidUsername','zap',0,'\0\0\0\0\0\0\0\0\0\0u,\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(17366,111249,1737447845.282923,1,'loginFailInvalidUsername','xrumertest',0,'\0\0\0\0\0\0\0\0\0\0\XTq','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0'),(17367,111250,1737447851.133741,1,'loginFailInvalidUsername','123456789',0,'\0\0\0\0\0\0\0\0\0\0w[','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0'),(17368,111251,1737447851.444516,1,'loginFailInvalidUsername','12345678',0,'\0\0\0\0\0\0\0\0\0\0XL','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),(17369,111253,1737450035.048815,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0+0=','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0'),(17370,111254,1737450041.929524,1,'loginFailInvalidUsername','enamad',0,'\0\0\0\0\0\0\0\0\0\0/]|A','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(17371,111256,1737450044.109037,1,'loginFailInvalidUsername','123123',0,'\0\0\0\0\0\0\0\0\0\0+\U\','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/29.0'),(17372,111257,1737450051.782040,1,'loginFailInvalidUsername','test2',0,'\0\0\0\0\0\0\0\0\0\0\\^','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(17373,111258,1737450071.058320,1,'loginFailInvalidUsername','test1',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0'),(17374,111259,1737450072.039822,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0l','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(17375,111261,1737450076.491754,1,'loginFailInvalidUsername','testuser',0,'\0\0\0\0\0\0\0\0\0\0\d','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'),(17376,111262,1737456746.327965,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0:','Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12'),(17377,111264,1737459324.479397,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\5','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0'),(17378,111265,1737459326.105844,1,'loginFailInvalidUsername','a123456',0,'\0\0\0\0\0\0\0\0\0\0el2','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36'),(17379,111266,1737459333.515925,1,'loginFailInvalidUsername','admin123',0,'\0\0\0\0\0\0\0\0\0\0T!','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(17380,111267,1737459335.269417,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Q\Q','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(17381,111268,1737459350.671246,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\v3','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0'),(17382,111271,1737459361.087318,1,'loginFailInvalidUsername','guest',0,'\0\0\0\0\0\0\0\0\0\0Cޗ\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(17383,111277,1737466727.975074,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(17384,111280,1737466743.451397,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\<','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0'),(17385,111281,1737466746.911619,1,'loginFailInvalidUsername','a',0,'\0\0\0\0\0\0\0\0\0\0 z\n','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'),(17386,111282,1737466747.326347,1,'loginFailInvalidUsername','garak',0,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0'),(17387,111283,1737466750.587584,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ˢ','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36'),(17388,111284,1737466754.782993,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\aY','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0'),(17389,111295,1737474084.280405,1,'loginFailInvalidUsername','test1234',0,'\0\0\0\0\0\0\0\0\0\0Ց^','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36'),(17390,111296,1737474084.658025,1,'loginFailInvalidUsername','username',0,'\0\0\0\0\0\0\0\0\0\0\6r>','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),(17391,111297,1737474091.023595,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0_\ϻ','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(17392,111298,1737474096.053483,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0\A\','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),(17393,111299,1737474099.127437,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0X\3\','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0'),(17394,111300,1737474100.526127,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0h\w','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(17395,111301,1737474105.210329,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(17396,111302,1737474119.985557,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\q\','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),(17397,111310,1737481291.521876,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\\\Zq','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(17398,111311,1737481294.757325,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\"\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0'),(17399,111312,1737481305.850185,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\Њ','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),(17400,111313,1737481312.277580,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ϴ\','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0'),(17401,111325,1737490713.059923,1,'loginFailInvalidUsername','noteworthymusicapp',0,'\0\0\0\0\0\0\0\0\0\0M%1c','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(17402,111326,1737490728.274270,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0g\"\','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'),(17403,111336,1737526166.471212,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0kW','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(17404,111339,1737529229.009050,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0zb','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),(17405,111385,1737563947.717719,1,'loginFailInvalidUsername','cs',0,'\0\0\0\0\0\0\0\0\0\04\','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0'),(17406,111397,1737571571.752465,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(17407,111406,1737577542.813745,1,'loginFailInvalidUsername','wordpressauto',0,'\0\0\0\0\0\0\0\0\0\0˱','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),(17408,111416,1737583245.285305,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0H\','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(17409,111433,1737624306.537595,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'); /*!40000 ALTER TABLE `wp_wflogins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfnotifications` -- DROP TABLE IF EXISTS `wp_wfnotifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfnotifications` ( `id` varchar(32) NOT NULL DEFAULT '', `new` tinyint(3) unsigned NOT NULL DEFAULT '1', `category` varchar(255) NOT NULL, `priority` int(11) NOT NULL DEFAULT '1000', `ctime` int(10) unsigned NOT NULL, `html` text NOT NULL, `links` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfnotifications` -- LOCK TABLES `wp_wfnotifications` WRITE; /*!40000 ALTER TABLE `wp_wfnotifications` DISABLE KEYS */; INSERT INTO `wp_wfnotifications` VALUES ('network-GQ2TGNZU',0,'toupp-20210927',100,1637587452,'

Wordfence Terms of Use and Privacy Policy Updated

\n

Please review the updated Wordfence Terms of Use and Privacy Policy. We have incorporated the new versions of the Standard Contractual Clauses issued by the European Commission.

\n

Terms of Use Privacy Policy

','[]'),('network-GQ2TGNZV',0,'toupp-20211122',100,1657805291,'

Wordfence Terms of Service and End User License Agreement Update

\n

Please review the updated Terms of Service with the new Wordfence End User License Agreement.\n

\n

Terms of Service End User License Agreement

','[]'),('network-GQ2TGNZW',0,'toupp-20220714',100,1713360182,'

Wordfence Terms of Service and UK IDTA

\n

Please review the updated Terms of Service with the new UK IDTA.\n

\n

Terms of Service UK IDTA

\n','[]'),('site-2AKQAAA',0,'wfplugin_scan',502,1727616365,'13 issues found in most recent scan','[]'),('site-2YKQAAA',0,'wfplugin_scan',502,1727876835,'13 issues found in most recent scan','[]'),('site-34AQAAA',0,'wfplugin_scan',502,1564580543,'15 issues found in most recent scan','[]'),('site-3EAQAAA',0,'wfplugin_scan',502,1564319928,'15 issues found in most recent scan','[]'),('site-3QKQAAA',0,'wfplugin_scan',502,1728134625,'13 issues found in most recent scan','[]'),('site-4IKQAAA',0,'wfplugin_scan',502,1728394139,'13 issues found in most recent scan','[]'),('site-4UAQAAA',0,'wfplugin_scan',502,1564838550,'15 issues found in most recent scan','[]'),('site-5AKQAAA',0,'wfplugin_scan',502,1728653725,'13 issues found in most recent scan','[]'),('site-5MAQAAA',0,'wfplugin_scan',502,1566135450,'16 issues found in most recent scan','[]'),('site-5YKQAAA',0,'wfplugin_scan',502,1728912289,'13 issues found in most recent scan','[]'),('site-6MAAAAA',0,'wfplugin_scan',502,1557581553,'11 issues found in most recent scan','[]'),('site-6QKQAAA',0,'wfplugin_scan',502,1729177467,'13 issues found in most recent scan','[]'),('site-7IKQAAA',0,'wfplugin_scan',502,1729433405,'13 issues found in most recent scan','[]'),('site-AALAAAA',0,'wfplugin_scan',502,1729690120,'13 issues found in most recent scan','[]'),('site-AEAAAAA',1,'wfplugin_updates',502,1737552398,'Updates are available for WordPress (v6.7.1), 9 plugins, and 3 themes','[]'),('site-AIAAAAA',0,'wfplugin_scan',502,1551878395,'3 issues found in most recent scan','[]'),('site-AYLAAAA',0,'wfplugin_scan',502,1729951247,'13 issues found in most recent scan','[]'),('site-BQLAAAA',0,'wfplugin_scan',502,1730208650,'13 issues found in most recent scan','[]'),('site-BUAQAAA',0,'wfplugin_scan',502,1557840539,'11 issues found in most recent scan','[]'),('site-CILAAAA',0,'wfplugin_scan',502,1730726688,'13 issues found in most recent scan','[]'),('site-CMAQAAA',0,'wfplugin_scan',502,1558359880,'14 issues found in most recent scan','[]'),('site-D4BAAAA',0,'wfplugin_scan',502,1566656319,'16 issues found in most recent scan','[]'),('site-DEBAAAA',0,'wfplugin_scan',502,1566393653,'16 issues found in most recent scan','[]'),('site-EILAAAA',0,'wfplugin_scan',502,1730985648,'13 issues found in most recent scan','[]'),('site-EUAQAAA',0,'wfplugin_scan',502,1558617748,'14 issues found in most recent scan','[]'),('site-EUBAAAA',0,'wfplugin_scan',502,1568728943,'16 issues found in most recent scan','[]'),('site-FALAAAA',0,'wfplugin_scan',502,1731244813,'13 issues found in most recent scan','[]'),('site-FMAQAAA',0,'wfplugin_scan',502,1559395158,'15 issues found in most recent scan','[]'),('site-G4AAAAA',0,'wfplugin_scan',502,1555767608,'6 issues found in most recent scan','[]'),('site-GALAAAA',0,'wfplugin_scan',502,1731763462,'13 issues found in most recent scan','[]'),('site-GYLAAAA',0,'wfplugin_scan',502,1732022957,'13 issues found in most recent scan','[]'),('site-HQLAAAA',0,'wfplugin_scan',502,1732282581,'13 issues found in most recent scan','[]'),('site-IILAAAA',0,'wfplugin_scan',502,1732541199,'13 issues found in most recent scan','[]'),('site-IUAQAAA',0,'wfplugin_scan',502,1559655373,'15 issues found in most recent scan','[]'),('site-JALAAAA',0,'wfplugin_scan',502,1732800034,'13 issues found in most recent scan','[]'),('site-JMAQAAA',0,'wfplugin_scan',502,1560174030,'15 issues found in most recent scan','[]'),('site-JYLAAAA',0,'wfplugin_scan',502,1733059076,'13 issues found in most recent scan','[]'),('site-KQLAAAA',0,'wfplugin_scan',502,1733318445,'13 issues found in most recent scan','[]'),('site-LILAAAA',0,'wfplugin_scan',502,1733837905,'13 issues found in most recent scan','[]'),('site-LMAQAAA',0,'wfplugin_scan',502,1560950829,'15 issues found in most recent scan','[]'),('site-N4JAAAA',0,'wfplugin_scan',502,1673443225,'16 issues found in most recent scan','[]'),('site-NILAAAA',0,'wfplugin_scan',502,1734097298,'13 issues found in most recent scan','[]'),('site-OALAAAA',0,'wfplugin_scan',502,1734355189,'13 issues found in most recent scan','[]'),('site-OMBAAAA',0,'wfplugin_scan',502,1570284139,'16 issues found in most recent scan','[]'),('site-OUAQAAA',0,'wfplugin_scan',502,1562507758,'15 issues found in most recent scan','[]'),('site-OUJAAAA',0,'wfplugin_scan',502,1727360809,'13 issues found in most recent scan','[]'),('site-OULAAAA',0,'wfplugin_scan',502,1734614905,'13 issues found in most recent scan','[]'),('site-PMLAAAA',0,'wfplugin_scan',502,1734874532,'13 issues found in most recent scan','[]'),('site-Q4LAAAA',0,'wfplugin_scan',502,1735393217,'13 issues found in most recent scan','[]'),('site-QELAAAA',0,'wfplugin_scan',502,1735132918,'13 issues found in most recent scan','[]'),('site-RULAAAA',0,'wfplugin_scan',502,1735651461,'13 issues found in most recent scan','[]'),('site-SMLAAAA',0,'wfplugin_scan',502,1735911042,'13 issues found in most recent scan','[]'),('site-TELAAAA',0,'wfplugin_scan',502,1736429927,'13 issues found in most recent scan','[]'),('site-V4LAAAA',0,'wfplugin_scan',502,1736947237,'13 issues found in most recent scan','[]'),('site-VELAAAA',0,'wfplugin_scan',502,1736687934,'14 issues found in most recent scan','[]'),('site-VMBAAAA',0,'wfplugin_scan',502,1673183903,'17 issues found in most recent scan','[]'),('site-VUAQAAA',0,'wfplugin_scan',502,1562764781,'15 issues found in most recent scan','[]'),('site-WMAQAAA',0,'wfplugin_scan',502,1563284032,'14 issues found in most recent scan','[]'),('site-WULAAAA',0,'wfplugin_scan',502,1737206378,'13 issues found in most recent scan','[]'),('site-XMLAAAA',0,'wfplugin_scan',502,1737465709,'13 issues found in most recent scan','[]'),('site-YMAQAAA',0,'wfplugin_scan',502,1563542785,'15 issues found in most recent scan','[]'),('site-Z4AAAAA',0,'wfplugin_scan',502,1556803195,'6 issues found in most recent scan','[]'),('site-ZEAQAAA',0,'wfplugin_scan',502,1564060941,'15 issues found in most recent scan','[]'); /*!40000 ALTER TABLE `wp_wfnotifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfpendingissues` -- DROP TABLE IF EXISTS `wp_wfpendingissues`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfpendingissues` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `time` int(10) unsigned NOT NULL, `lastUpdated` int(10) unsigned NOT NULL, `status` varchar(10) NOT NULL, `type` varchar(20) NOT NULL, `severity` tinyint(3) unsigned NOT NULL, `ignoreP` char(32) NOT NULL, `ignoreC` char(32) NOT NULL, `shortMsg` varchar(255) NOT NULL, `longMsg` text, `data` text, PRIMARY KEY (`id`), KEY `lastUpdated` (`lastUpdated`), KEY `status` (`status`), KEY `ignoreP` (`ignoreP`), KEY `ignoreC` (`ignoreC`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfpendingissues` -- LOCK TABLES `wp_wfpendingissues` WRITE; /*!40000 ALTER TABLE `wp_wfpendingissues` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wfpendingissues` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfreversecache` -- DROP TABLE IF EXISTS `wp_wfreversecache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfreversecache` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `host` varchar(255) NOT NULL, `lastUpdate` int(10) unsigned NOT NULL, PRIMARY KEY (`IP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfreversecache` -- LOCK TABLES `wp_wfreversecache` WRITE; /*!40000 ALTER TABLE `wp_wfreversecache` DISABLE KEYS */; INSERT INTO `wp_wfreversecache` VALUES ('\0\0\0\0\0\0\0\0\0\0BH#','crawl-66-249-72-35.googlebot.com',1737467463),('\0\0\0\0\0\0\0\0\0\0BL\','crawl-66-249-76-199.googlebot.com',1737467462),('\0\0\0\0\0\0\0\0\0\0BM','crawl-66-249-77-129.googlebot.com',1737467464); /*!40000 ALTER TABLE `wp_wfreversecache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfsnipcache` -- DROP TABLE IF EXISTS `wp_wfsnipcache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfsnipcache` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `IP` varchar(45) NOT NULL DEFAULT '', `expiration` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `body` varchar(255) NOT NULL DEFAULT '', `count` int(10) unsigned NOT NULL DEFAULT '0', `type` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `expiration` (`expiration`), KEY `IP` (`IP`), KEY `type` (`type`) ) ENGINE=InnoDB AUTO_INCREMENT=2316 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfsnipcache` -- LOCK TABLES `wp_wfsnipcache` WRITE; /*!40000 ALTER TABLE `wp_wfsnipcache` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wfsnipcache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfstatus` -- DROP TABLE IF EXISTS `wp_wfstatus`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfstatus` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `ctime` double(17,6) unsigned NOT NULL, `level` tinyint(3) unsigned NOT NULL, `type` char(5) NOT NULL, `msg` varchar(1000) NOT NULL, PRIMARY KEY (`id`), KEY `k1` (`ctime`), KEY `k2` (`type`) ) ENGINE=InnoDB AUTO_INCREMENT=177044 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfstatus` -- LOCK TABLES `wp_wfstatus` WRITE; /*!40000 ALTER TABLE `wp_wfstatus` DISABLE KEYS */; INSERT INTO `wp_wfstatus` VALUES (176069,1737020997.557354,10,'info','SUM_ENDOK:Scanning for weak passwords'),(176070,1737020997.575428,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(176072,1737119872.701826,10,'info','SUM_PREP:Preparing a new scan.'),(176074,1737119872.734416,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(176075,1737119872.790653,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(176079,1737119872.797737,10,'info','SUM_FINAL:Scan complete. You have 13 new issues to fix. See below.'),(176080,1737206378.335276,10,'info','SUM_PREP:Preparing a new scan.'),(176082,1737206378.362941,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(176083,1737206378.421967,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(176087,1737206378.428758,10,'info','SUM_FINAL:Scan complete. You have 13 new issues to fix. See below.'),(176089,1737279695.949150,10,'info','SUM_PREP:Preparing a new scan.'),(176091,1737279696.595200,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(176092,1737279698.598370,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(176093,1737279700.601122,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blacklist is for paid members only'),(176094,1737279702.607696,10,'info','SUM_START:Checking for the most secure way to get IPs'),(176095,1737279702.613337,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(176096,1737279702.622985,10,'info','SUM_START:Scanning DNS for unauthorized changes'),(176101,1737279702.705692,10,'info','SUM_ENDOK:Scanning DNS for unauthorized changes'),(176102,1737279702.715241,10,'info','SUM_START:Scanning to check available disk space'),(176105,1737279702.719722,10,'info','SUM_ENDOK:Scanning to check available disk space'),(176106,1737279702.730634,10,'info','SUM_START:Checking for future GeoIP support'),(176107,1737279702.735111,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(176112,1737279703.255614,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(176113,1737279704.409348,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(176114,1737279704.524278,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(176115,1737279704.529412,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(176116,1737279704.537439,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(176117,1737279704.539608,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(176118,1737279704.548217,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(176119,1737279704.553813,10,'info','SUM_DISABLED:Skipping theme scan'),(176120,1737279704.554694,10,'info','SUM_DISABLED:Skipping plugin scan'),(176121,1737279704.559211,10,'info','SUM_START:Scanning for known malware files'),(176122,1737279704.568288,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(176126,1737279706.885584,2,'info','2000 files indexed'),(176127,1737279707.425757,2,'info','2500 files indexed'),(176128,1737279708.217935,2,'info','3000 files indexed'),(176129,1737279708.825070,2,'info','3500 files indexed'),(176130,1737279709.533447,2,'info','4000 files indexed'),(176131,1737279710.016083,2,'info','4500 files indexed'),(176132,1737279710.583437,2,'info','5000 files indexed'),(176133,1737279712.074448,2,'info','5500 files indexed'),(176134,1737279712.197661,2,'info','6000 files indexed'),(176135,1737279713.330314,2,'info','6500 files indexed'),(176136,1737279713.536166,2,'info','7000 files indexed'),(176137,1737279713.608249,2,'info','7500 files indexed'),(176138,1737279713.629598,2,'info','7921 files indexed'),(176139,1737279714.611949,2,'info','Analyzed 100 files containing 1.36 MB of data so far'),(176140,1737279715.781633,2,'info','Analyzed 200 files containing 2.46 MB of data so far'),(176141,1737279716.134017,2,'info','Analyzed 300 files containing 3.85 MB of data so far'),(176142,1737279716.412335,2,'info','Analyzed 400 files containing 6.08 MB of data so far'),(176143,1737279716.867003,2,'info','Analyzed 500 files containing 6.88 MB of data so far'),(176144,1737279717.175026,2,'info','Analyzed 600 files containing 7.98 MB of data so far'),(176145,1737279717.416828,2,'info','Analyzed 700 files containing 9.47 MB of data so far'),(176146,1737279717.660537,2,'info','Analyzed 800 files containing 10.53 MB of data so far'),(176147,1737279718.193513,2,'info','Analyzed 900 files containing 11.98 MB of data so far'),(176148,1737279718.490294,2,'info','Analyzed 1000 files containing 13.38 MB of data so far'),(176149,1737279718.757555,2,'info','Analyzed 1100 files containing 16.64 MB of data so far'),(176150,1737279719.051185,2,'info','Analyzed 1200 files containing 19.56 MB of data so far'),(176151,1737279719.313592,2,'info','Analyzed 1300 files containing 21.23 MB of data so far'),(176152,1737279719.574425,2,'info','Analyzed 1400 files containing 21.71 MB of data so far'),(176153,1737279719.948899,2,'info','Analyzed 1500 files containing 22.22 MB of data so far'),(176154,1737279720.384956,2,'info','Analyzed 1600 files containing 22.65 MB of data so far'),(176155,1737279720.810550,2,'info','Analyzed 1700 files containing 23.17 MB of data so far'),(176156,1737279721.048587,2,'info','Analyzed 1800 files containing 23.53 MB of data so far'),(176157,1737279721.370745,2,'info','Analyzed 1900 files containing 26.06 MB of data so far'),(176158,1737279721.875943,2,'info','Analyzed 2000 files containing 27.71 MB of data so far'),(176159,1737279722.187651,2,'info','Analyzed 2100 files containing 31.29 MB of data so far'),(176160,1737279722.445375,2,'info','Analyzed 2200 files containing 33.53 MB of data so far'),(176161,1737279722.673294,2,'info','Analyzed 2300 files containing 35.12 MB of data so far'),(176162,1737279723.413859,2,'info','Analyzed 2400 files containing 35.15 MB of data so far'),(176163,1737279723.588580,2,'info','Analyzed 2500 files containing 35.18 MB of data so far'),(176164,1737279723.799822,2,'info','Analyzed 2600 files containing 35.82 MB of data so far'),(176165,1737279724.003723,2,'info','Analyzed 2700 files containing 36.52 MB of data so far'),(176166,1737279724.204641,2,'info','Analyzed 2800 files containing 37.23 MB of data so far'),(176167,1737279724.415380,2,'info','Analyzed 2900 files containing 37.66 MB of data so far'),(176168,1737279724.614016,2,'info','Analyzed 3000 files containing 37.69 MB of data so far'),(176169,1737279724.809923,2,'info','Analyzed 3100 files containing 37.71 MB of data so far'),(176170,1737279725.016710,2,'info','Analyzed 3200 files containing 37.74 MB of data so far'),(176171,1737279725.199048,2,'info','Analyzed 3300 files containing 37.77 MB of data so far'),(176172,1737279725.359623,2,'info','Analyzed 3400 files containing 37.8 MB of data so far'),(176173,1737279725.524633,2,'info','Analyzed 3500 files containing 37.84 MB of data so far'),(176174,1737279725.802268,2,'info','Analyzed 3600 files containing 39.5 MB of data so far'),(176175,1737279726.037972,2,'info','Analyzed 3700 files containing 40.79 MB of data so far'),(176176,1737279726.289753,2,'info','Analyzed 3800 files containing 42.89 MB of data so far'),(176177,1737279726.506831,2,'info','Analyzed 3900 files containing 43.96 MB of data so far'),(176178,1737279726.843804,2,'info','Analyzed 4000 files containing 48.91 MB of data so far'),(176179,1737279727.093738,2,'info','Analyzed 4100 files containing 51.04 MB of data so far'),(176180,1737279727.305864,2,'info','Analyzed 4200 files containing 51.54 MB of data so far'),(176181,1737279727.553612,2,'info','Analyzed 4300 files containing 53.57 MB of data so far'),(176182,1737279727.741621,2,'info','Analyzed 4400 files containing 53.88 MB of data so far'),(176183,1737279727.950847,2,'info','Analyzed 4500 files containing 54.43 MB of data so far'),(176184,1737279728.132969,2,'info','Analyzed 4600 files containing 54.76 MB of data so far'),(176185,1737279728.297916,2,'info','Analyzed 4700 files containing 55.05 MB of data so far'),(176186,1737279728.471295,2,'info','Analyzed 4800 files containing 55.33 MB of data so far'),(176187,1737279728.677820,2,'info','Analyzed 4900 files containing 56.04 MB of data so far'),(176188,1737279728.967451,2,'info','Analyzed 5000 files containing 60.59 MB of data so far'),(176189,1737279729.237596,2,'info','Analyzed 5100 files containing 63.49 MB of data so far'),(176190,1737279729.435806,2,'info','Analyzed 5200 files containing 64.4 MB of data so far'),(176191,1737279729.590538,2,'info','Analyzed 5300 files containing 64.94 MB of data so far'),(176192,1737279729.761298,2,'info','Analyzed 5400 files containing 65.45 MB of data so far'),(176193,1737279729.963030,2,'info','Analyzed 5500 files containing 65.94 MB of data so far'),(176194,1737279730.269451,2,'info','Analyzed 5600 files containing 68.11 MB of data so far'),(176195,1737279730.625498,2,'info','Analyzed 5700 files containing 71.06 MB of data so far'),(176196,1737279730.830410,2,'info','Analyzed 5800 files containing 71.89 MB of data so far'),(176197,1737279732.382519,2,'info','Analyzed 5900 files containing 73.7 MB of data so far'),(176198,1737279734.243512,2,'info','Analyzed 6000 files containing 73.9 MB of data so far'),(176199,1737279735.752429,2,'info','Analyzed 6100 files containing 74.32 MB of data so far'),(176200,1737279739.628350,2,'info','Analyzed 6200 files containing 74.51 MB of data so far'),(176201,1737279740.595581,2,'info','Analyzed 6300 files containing 74.59 MB of data so far'),(176202,1737279743.382887,2,'info','Analyzed 6400 files containing 74.82 MB of data so far'),(176203,1737279744.146830,2,'info','Analyzed 6500 files containing 75.16 MB of data so far'),(176204,1737279744.502414,2,'info','Analyzed 6600 files containing 75.35 MB of data so far'),(176205,1737279745.032054,2,'info','Analyzed 6700 files containing 75.64 MB of data so far'),(176206,1737279746.978195,2,'info','Analyzed 6800 files containing 77.2 MB of data so far'),(176207,1737279748.117288,2,'info','Analyzed 6900 files containing 78.9 MB of data so far'),(176208,1737279748.517219,2,'info','Analyzed 7000 files containing 82.16 MB of data so far'),(176209,1737279748.736604,2,'info','Analyzed 7100 files containing 83.25 MB of data so far'),(176210,1737279749.008787,2,'info','Analyzed 7200 files containing 85.6 MB of data so far'),(176211,1737279749.238914,2,'info','Analyzed 7300 files containing 87.31 MB of data so far'),(176212,1737279749.457350,2,'info','Analyzed 7400 files containing 88.51 MB of data so far'),(176213,1737279749.946024,2,'info','Analyzed 7500 files containing 97.53 MB of data so far'),(176214,1737279750.203790,2,'info','Analyzed 7600 files containing 100.41 MB of data so far'),(176215,1737279750.487204,2,'info','Analyzed 7700 files containing 102.79 MB of data so far'),(176216,1737279750.805909,2,'info','Analyzed 7800 files containing 106.54 MB of data so far'),(176217,1737279751.060774,2,'info','Analyzed 7900 files containing 108.56 MB of data so far'),(176218,1737279751.113369,2,'info','Analyzed 7921 files containing 108.88 MB of data.'),(176219,1737279751.113792,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(176220,1737279751.122379,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(176221,1737279751.130625,10,'info','SUM_ENDOK:Scanning for known malware files'),(176222,1737279751.144866,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(176223,1737279751.186809,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(176224,1737279751.199849,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(176225,1737279751.203676,10,'info','SUM_START:Scanning file contents for URLs on a domain blacklist'),(176226,1737279753.070604,2,'info','Starting scan of file contents'),(176227,1737279754.238162,2,'info','Scanned contents of 7 additional files at 6.01 per second'),(176228,1737279755.301126,2,'info','Scanned contents of 17 additional files at 7.63 per second'),(176229,1737279756.387754,2,'info','Scanned contents of 29 additional files at 8.75 per second'),(176230,1737279757.517873,2,'info','Scanned contents of 35 additional files at 7.87 per second'),(176231,1737279758.611805,2,'info','Scanned contents of 42 additional files at 7.58 per second'),(176232,1737279759.661310,2,'info','Scanned contents of 51 additional files at 7.74 per second'),(176233,1737279760.726083,2,'info','Scanned contents of 60 additional files at 7.84 per second'),(176234,1737279761.742362,2,'info','Scanned contents of 69 additional files at 7.96 per second'),(176235,1737279763.095515,2,'info','Scanned contents of 84 additional files at 8.38 per second'),(176236,1737279764.114397,2,'info','Scanned contents of 99 additional files at 8.97 per second'),(176237,1737279765.137329,2,'info','Scanned contents of 115 additional files at 9.53 per second'),(176238,1737279766.691076,2,'info','Scanned contents of 130 additional files at 9.55 per second'),(176239,1737279767.691218,2,'info','Scanned contents of 142 additional files at 9.71 per second'),(176240,1737279768.782168,2,'info','Scanned contents of 153 additional files at 9.74 per second'),(176241,1737279769.787162,2,'info','Scanned contents of 171 additional files at 10.23 per second'),(176242,1737279770.854140,2,'info','Scanned contents of 197 additional files at 11.08 per second'),(176243,1737279771.897186,2,'info','Scanned contents of 211 additional files at 11.21 per second'),(176244,1737279773.004222,2,'info','Scanned contents of 215 additional files at 10.79 per second'),(176245,1737279774.064359,2,'info','Scanned contents of 226 additional files at 10.77 per second'),(176246,1737279775.077278,2,'info','Scanned contents of 240 additional files at 10.91 per second'),(176247,1737279776.177158,2,'info','Scanned contents of 260 additional files at 11.25 per second'),(176248,1737279777.194384,2,'info','Scanned contents of 267 additional files at 11.07 per second'),(176249,1737279778.348087,2,'info','Scanned contents of 280 additional files at 11.08 per second'),(176250,1737279779.532045,2,'info','Scanned contents of 286 additional files at 10.81 per second'),(176251,1737279780.862459,2,'info','Scanned contents of 295 additional files at 10.62 per second'),(176252,1737279781.862982,2,'info','Scanned contents of 307 additional files at 10.66 per second'),(176253,1737279783.128218,2,'info','Scanned contents of 323 additional files at 10.75 per second'),(176254,1737279784.149367,2,'info','Scanned contents of 330 additional files at 10.62 per second'),(176255,1737279785.799794,2,'info','Scanned contents of 341 additional files at 10.42 per second'),(176256,1737279786.816283,2,'info','Scanned contents of 355 additional files at 10.52 per second'),(176257,1737279787.817032,2,'info','Scanned contents of 372 additional files at 10.71 per second'),(176258,1737279788.927248,2,'info','Scanned contents of 386 additional files at 10.77 per second'),(176259,1737279791.030517,2,'info','Scanned contents of 388 additional files at 10.22 per second'),(176260,1737279792.127465,2,'info','Scanned contents of 394 additional files at 10.09 per second'),(176261,1737279793.191096,2,'info','Scanned contents of 415 additional files at 10.34 per second'),(176262,1737279794.204580,2,'info','Scanned contents of 440 additional files at 10.70 per second'),(176263,1737279795.301354,2,'info','Scanned contents of 465 additional files at 11.01 per second'),(176264,1737279796.397542,2,'info','Scanned contents of 475 additional files at 10.96 per second'),(176265,1737279797.436864,2,'info','Scanned contents of 480 additional files at 10.82 per second'),(176266,1737279798.825223,2,'info','Scanned contents of 486 additional files at 10.62 per second'),(176267,1737279799.950750,2,'info','Scanned contents of 498 additional files at 10.62 per second'),(176268,1737279800.968171,2,'info','Scanned contents of 504 additional files at 10.52 per second'),(176269,1737279802.058778,2,'info','Scanned contents of 522 additional files at 10.66 per second'),(176270,1737279803.125401,2,'info','Scanned contents of 549 additional files at 10.97 per second'),(176271,1737279804.167551,2,'info','Scanned contents of 573 additional files at 11.21 per second'),(176272,1737279805.201050,2,'info','Scanned contents of 589 additional files at 11.30 per second'),(176273,1737279806.276543,2,'info','Scanned contents of 611 additional files at 11.48 per second'),(176274,1737279807.608557,2,'info','Scanned contents of 627 additional files at 11.50 per second'),(176275,1737279808.712271,2,'info','Scanned contents of 640 additional files at 11.50 per second'),(176276,1737279809.808987,2,'info','Scanned contents of 648 additional files at 11.42 per second'),(176277,1737279810.893506,2,'info','Scanned contents of 655 additional files at 11.33 per second'),(176278,1737279811.934966,2,'info','Scanned contents of 664 additional files at 11.28 per second'),(176279,1737279813.416704,2,'info','Scanned contents of 680 additional files at 11.27 per second'),(176280,1737279814.458564,2,'info','Scanned contents of 700 additional files at 11.40 per second'),(176281,1737279815.506336,2,'info','Scanned contents of 705 additional files at 11.29 per second'),(176282,1737279816.545916,2,'info','Scanned contents of 711 additional files at 11.20 per second'),(176283,1737279817.551885,2,'info','Scanned contents of 737 additional files at 11.43 per second'),(176284,1737279818.569620,2,'info','Scanned contents of 754 additional files at 11.51 per second'),(176285,1737279819.622006,2,'info','Scanned contents of 762 additional files at 11.45 per second'),(176286,1737279820.713939,2,'info','Scanned contents of 778 additional files at 11.50 per second'),(176287,1737279821.879741,2,'info','Scanned contents of 801 additional files at 11.64 per second'),(176288,1737279823.013935,2,'info','Scanned contents of 811 additional files at 11.60 per second'),(176289,1737279824.101383,2,'info','Scanned contents of 823 additional files at 11.59 per second'),(176290,1737279825.297637,2,'info','Scanned contents of 835 additional files at 11.56 per second'),(176291,1737279826.398860,2,'info','Scanned contents of 846 additional files at 11.54 per second'),(176292,1737279827.446383,2,'info','Scanned contents of 854 additional files at 11.48 per second'),(176293,1737279828.468077,2,'info','Scanned contents of 865 additional files at 11.47 per second'),(176294,1737279829.618112,2,'info','Scanned contents of 879 additional files at 11.48 per second'),(176295,1737279830.673554,2,'info','Scanned contents of 898 additional files at 11.57 per second'),(176296,1737279831.679402,2,'info','Scanned contents of 908 additional files at 11.55 per second'),(176297,1737279832.774358,2,'info','Scanned contents of 929 additional files at 11.66 per second'),(176298,1737279833.810149,2,'info','Scanned contents of 935 additional files at 11.58 per second'),(176299,1737279834.882948,2,'info','Scanned contents of 946 additional files at 11.56 per second'),(176300,1737279835.903238,2,'info','Scanned contents of 959 additional files at 11.58 per second'),(176301,1737279837.060661,2,'info','Scanned contents of 961 additional files at 11.44 per second'),(176302,1737279838.103496,2,'info','Scanned contents of 970 additional files at 11.41 per second'),(176303,1737279839.124265,2,'info','Scanned contents of 989 additional files at 11.49 per second'),(176304,1737279840.206583,2,'info','Scanned contents of 1016 additional files at 11.66 per second'),(176305,1737279841.213701,2,'info','Scanned contents of 1039 additional files at 11.79 per second'),(176306,1737279842.220742,2,'info','Scanned contents of 1058 additional files at 11.87 per second'),(176307,1737279843.280610,2,'info','Scanned contents of 1064 additional files at 11.79 per second'),(176308,1737279844.386537,2,'info','Scanned contents of 1077 additional files at 11.79 per second'),(176309,1737279845.403059,2,'info','Scanned contents of 1089 additional files at 11.79 per second'),(176310,1737279846.583222,2,'info','Scanned contents of 1108 additional files at 11.85 per second'),(176311,1737279847.702007,2,'info','Scanned contents of 1115 additional files at 11.78 per second'),(176312,1737279848.925595,2,'info','Scanned contents of 1122 additional files at 11.71 per second'),(176313,1737279849.974258,2,'info','Scanned contents of 1135 additional files at 11.71 per second'),(176314,1737279851.280207,2,'info','Scanned contents of 1144 additional files at 11.65 per second'),(176315,1737279852.517186,2,'info','Scanned contents of 1157 additional files at 11.63 per second'),(176316,1737279853.519875,2,'info','Scanned contents of 1170 additional files at 11.65 per second'),(176317,1737279854.541906,2,'info','Scanned contents of 1180 additional files at 11.63 per second'),(176318,1737279855.640793,2,'info','Scanned contents of 1190 additional files at 11.60 per second'),(176319,1737279856.669369,2,'info','Scanned contents of 1199 additional files at 11.57 per second'),(176320,1737279857.792448,2,'info','Scanned contents of 1219 additional files at 11.64 per second'),(176321,1737279858.888046,2,'info','Scanned contents of 1229 additional files at 11.61 per second'),(176322,1737279859.891979,2,'info','Scanned contents of 1240 additional files at 11.61 per second'),(176323,1737279861.111965,2,'info','Scanned contents of 1248 additional files at 11.55 per second'),(176324,1737279862.170840,2,'info','Scanned contents of 1254 additional files at 11.49 per second'),(176325,1737279863.248096,2,'info','Scanned contents of 1264 additional files at 11.47 per second'),(176326,1737279864.362303,2,'info','Scanned contents of 1277 additional files at 11.47 per second'),(176327,1737279865.380472,2,'info','Scanned contents of 1293 additional files at 11.51 per second'),(176328,1737279866.385120,2,'info','Scanned contents of 1313 additional files at 11.59 per second'),(176329,1737279867.677895,2,'info','Scanned contents of 1328 additional files at 11.59 per second'),(176330,1737279868.682703,2,'info','Scanned contents of 1337 additional files at 11.56 per second'),(176331,1737279869.953908,2,'info','Scanned contents of 1356 additional files at 11.60 per second'),(176332,1737279871.027569,2,'info','Scanned contents of 1369 additional files at 11.61 per second'),(176333,1737279872.183387,2,'info','Scanned contents of 1381 additional files at 11.59 per second'),(176334,1737279873.187169,2,'info','Scanned contents of 1390 additional files at 11.57 per second'),(176335,1737279874.198094,2,'info','Scanned contents of 1402 additional files at 11.57 per second'),(176336,1737279875.418882,2,'info','Scanned contents of 1416 additional files at 11.57 per second'),(176337,1737279876.468970,2,'info','Scanned contents of 1424 additional files at 11.54 per second'),(176338,1737279877.478205,2,'info','Scanned contents of 1440 additional files at 11.58 per second'),(176339,1737279878.697337,2,'info','Scanned contents of 1461 additional files at 11.63 per second'),(176340,1737279879.715622,2,'info','Scanned contents of 1474 additional files at 11.64 per second'),(176341,1737279880.801744,2,'info','Scanned contents of 1485 additional files at 11.63 per second'),(176342,1737279881.817749,2,'info','Scanned contents of 1502 additional files at 11.67 per second'),(176343,1737279882.904842,2,'info','Scanned contents of 1508 additional files at 11.62 per second'),(176344,1737279883.947738,2,'info','Scanned contents of 1518 additional files at 11.60 per second'),(176345,1737279884.964427,2,'info','Scanned contents of 1528 additional files at 11.59 per second'),(176346,1737279886.020992,2,'info','Scanned contents of 1538 additional files at 11.57 per second'),(176347,1737279887.034231,2,'info','Scanned contents of 1554 additional files at 11.60 per second'),(176348,1737279888.092710,2,'info','Scanned contents of 1573 additional files at 11.65 per second'),(176349,1737279889.339512,2,'info','Scanned contents of 1589 additional files at 11.66 per second'),(176350,1737279891.448704,2,'info','Scanned contents of 1598 additional files at 11.55 per second'),(176351,1737279892.991607,2,'info','Scanned contents of 1609 additional files at 11.50 per second'),(176352,1737279894.019276,2,'info','Scanned contents of 1619 additional files at 11.49 per second'),(176353,1737279895.037102,2,'info','Scanned contents of 1643 additional files at 11.57 per second'),(176354,1737279896.172796,2,'info','Scanned contents of 1652 additional files at 11.54 per second'),(176355,1737279897.199786,2,'info','Scanned contents of 1669 additional files at 11.58 per second'),(176356,1737279898.210563,2,'info','Scanned contents of 1694 additional files at 11.67 per second'),(176357,1737279899.219710,2,'info','Scanned contents of 1722 additional files at 11.78 per second'),(176358,1737279900.357003,2,'info','Scanned contents of 1741 additional files at 11.82 per second'),(176359,1737279901.370393,2,'info','Scanned contents of 1749 additional files at 11.79 per second'),(176360,1737279902.409248,2,'info','Scanned contents of 1768 additional files at 11.84 per second'),(176361,1737279903.416581,2,'info','Scanned contents of 1782 additional files at 11.85 per second'),(176362,1737279904.431956,2,'info','Scanned contents of 1793 additional files at 11.85 per second'),(176363,1737279905.530374,2,'info','Scanned contents of 1798 additional files at 11.79 per second'),(176364,1737279906.861703,2,'info','Scanned contents of 1806 additional files at 11.74 per second'),(176365,1737279907.914010,2,'info','Scanned contents of 1813 additional files at 11.71 per second'),(176366,1737279908.974967,2,'info','Scanned contents of 1826 additional files at 11.71 per second'),(176367,1737279910.165410,2,'info','Scanned contents of 1840 additional files at 11.71 per second'),(176368,1737279911.169136,2,'info','Scanned contents of 1849 additional files at 11.70 per second'),(176369,1737279912.179217,2,'info','Scanned contents of 1862 additional files at 11.70 per second'),(176370,1737279913.201850,2,'info','Scanned contents of 1878 additional files at 11.73 per second'),(176371,1737279914.230310,2,'info','Scanned contents of 1894 additional files at 11.75 per second'),(176372,1737279915.604930,2,'info','Scanned contents of 1912 additional files at 11.76 per second'),(176373,1737279916.715505,2,'info','Scanned contents of 1925 additional files at 11.76 per second'),(176374,1737279917.723130,2,'info','Scanned contents of 1946 additional files at 11.82 per second'),(176375,1737279918.735434,2,'info','Scanned contents of 1959 additional files at 11.83 per second'),(176376,1737279919.810068,2,'info','Scanned contents of 1977 additional files at 11.86 per second'),(176377,1737279920.939817,2,'info','Scanned contents of 1988 additional files at 11.84 per second'),(176378,1737279922.047058,2,'info','Scanned contents of 2004 additional files at 11.86 per second'),(176379,1737279923.123862,2,'info','Scanned contents of 2010 additional files at 11.82 per second'),(176380,1737279924.216668,2,'info','Scanned contents of 2021 additional files at 11.81 per second'),(176381,1737279925.281580,2,'info','Scanned contents of 2041 additional files at 11.85 per second'),(176382,1737279926.301464,2,'info','Scanned contents of 2062 additional files at 11.90 per second'),(176383,1737279927.409060,2,'info','Scanned contents of 2077 additional files at 11.91 per second'),(176384,1737279929.028330,2,'info','Scanned contents of 2083 additional files at 11.84 per second'),(176385,1737279930.115244,2,'info','Scanned contents of 2089 additional files at 11.80 per second'),(176386,1737279931.271735,2,'info','Scanned contents of 2103 additional files at 11.80 per second'),(176387,1737279933.875067,2,'info','Scanned contents of 2113 additional files at 11.69 per second'),(176388,1737279934.900219,2,'info','Scanned contents of 2117 additional files at 11.64 per second'),(176389,1737279935.973315,2,'info','Scanned contents of 2129 additional files at 11.64 per second'),(176390,1737279937.065698,2,'info','Scanned contents of 2133 additional files at 11.59 per second'),(176391,1737279938.086559,2,'info','Scanned contents of 2150 additional files at 11.62 per second'),(176392,1737279939.123873,2,'info','Scanned contents of 2157 additional files at 11.59 per second'),(176393,1737279940.393370,2,'info','Scanned contents of 2161 additional files at 11.54 per second'),(176394,1737279941.410360,2,'info','Scanned contents of 2182 additional files at 11.59 per second'),(176395,1737279942.734222,2,'info','Scanned contents of 2190 additional files at 11.55 per second'),(176396,1737279943.762595,2,'info','Scanned contents of 2198 additional files at 11.53 per second'),(176397,1737279944.774110,2,'info','Scanned contents of 2209 additional files at 11.52 per second'),(176398,1737279945.793599,2,'info','Scanned contents of 2218 additional files at 11.51 per second'),(176399,1737279946.818952,2,'info','Scanned contents of 2230 additional files at 11.51 per second'),(176400,1737279947.841547,2,'info','Scanned contents of 2241 additional files at 11.51 per second'),(176401,1737279948.863288,2,'info','Scanned contents of 2247 additional files at 11.48 per second'),(176402,1737279949.939169,2,'info','Scanned contents of 2252 additional files at 11.44 per second'),(176403,1737279951.044621,2,'info','Scanned contents of 2261 additional files at 11.42 per second'),(176404,1737279952.109661,2,'info','Scanned contents of 2267 additional files at 11.39 per second'),(176405,1737279953.110343,2,'info','Scanned contents of 2277 additional files at 11.38 per second'),(176406,1737279954.221310,2,'info','Scanned contents of 2292 additional files at 11.39 per second'),(176407,1737279955.260188,2,'info','Scanned contents of 2302 additional files at 11.39 per second'),(176408,1737279956.372087,2,'info','Scanned contents of 2310 additional files at 11.36 per second'),(176409,1737279957.442143,2,'info','Scanned contents of 2324 additional files at 11.37 per second'),(176410,1737279958.517946,2,'info','Scanned contents of 2341 additional files at 11.39 per second'),(176411,1737279959.603340,2,'info','Scanned contents of 2363 additional files at 11.44 per second'),(176412,1737279960.659198,2,'info','Scanned contents of 2386 additional files at 11.49 per second'),(176413,1737279961.821965,2,'info','Scanned contents of 2399 additional files at 11.49 per second'),(176414,1737279962.837841,2,'info','Scanned contents of 2405 additional files at 11.47 per second'),(176415,1737279964.039464,2,'info','Scanned contents of 2416 additional files at 11.45 per second'),(176416,1737279965.069132,2,'info','Scanned contents of 2425 additional files at 11.44 per second'),(176417,1737279966.112211,2,'info','Scanned contents of 2435 additional files at 11.43 per second'),(176418,1737279967.200229,2,'info','Scanned contents of 2446 additional files at 11.42 per second'),(176419,1737279968.264268,2,'info','Scanned contents of 2459 additional files at 11.43 per second'),(176420,1737279969.297218,2,'info','Scanned contents of 2473 additional files at 11.44 per second'),(176421,1737279970.360082,2,'info','Scanned contents of 2485 additional files at 11.44 per second'),(176422,1737279971.392343,2,'info','Scanned contents of 2505 additional files at 11.47 per second'),(176423,1737279972.413314,2,'info','Scanned contents of 2522 additional files at 11.50 per second'),(176424,1737279973.449332,2,'info','Scanned contents of 2545 additional files at 11.55 per second'),(176425,1737279975.217096,2,'info','Scanned contents of 2553 additional files at 11.49 per second'),(176426,1737279976.263372,2,'info','Scanned contents of 2563 additional files at 11.48 per second'),(176427,1737279977.509481,2,'info','Scanned contents of 2571 additional files at 11.46 per second'),(176428,1737279978.557030,2,'info','Scanned contents of 2590 additional files at 11.49 per second'),(176429,1737279979.614589,2,'info','Scanned contents of 2613 additional files at 11.53 per second'),(176430,1737279980.622924,2,'info','Scanned contents of 2627 additional files at 11.54 per second'),(176431,1737279981.653219,2,'info','Scanned contents of 2637 additional files at 11.54 per second'),(176432,1737279982.911739,2,'info','Scanned contents of 2648 additional files at 11.52 per second'),(176433,1737279983.993452,2,'info','Scanned contents of 2659 additional files at 11.51 per second'),(176434,1737279985.003152,2,'info','Scanned contents of 2679 additional files at 11.55 per second'),(176435,1737279986.020146,2,'info','Scanned contents of 2702 additional files at 11.60 per second'),(176436,1737279987.152883,2,'info','Scanned contents of 2717 additional files at 11.61 per second'),(176437,1737279988.250696,2,'info','Scanned contents of 2725 additional files at 11.59 per second'),(176438,1737279989.317381,2,'info','Scanned contents of 2741 additional files at 11.60 per second'),(176439,1737279990.405846,2,'info','Scanned contents of 2753 additional files at 11.60 per second'),(176440,1737279991.427172,2,'info','Scanned contents of 2769 additional files at 11.62 per second'),(176441,1737279992.476974,2,'info','Scanned contents of 2778 additional files at 11.60 per second'),(176442,1737279993.537501,2,'info','Scanned contents of 2793 additional files at 11.62 per second'),(176443,1737279994.598546,2,'info','Scanned contents of 2804 additional files at 11.61 per second'),(176444,1737279996.070379,2,'info','Scanned contents of 2807 additional files at 11.55 per second'),(176445,1737279997.142494,2,'info','Scanned contents of 2810 additional files at 11.51 per second'),(176446,1737279998.150122,2,'info','Scanned contents of 2823 additional files at 11.52 per second'),(176447,1737279999.164865,2,'info','Scanned contents of 2839 additional files at 11.54 per second'),(176448,1737280000.288130,2,'info','Scanned contents of 2848 additional files at 11.52 per second'),(176449,1737280001.325896,2,'info','Scanned contents of 2865 additional files at 11.54 per second'),(176450,1737280002.450214,2,'info','Scanned contents of 2872 additional files at 11.52 per second'),(176451,1737280003.560549,2,'info','Scanned contents of 2888 additional files at 11.53 per second'),(176452,1737280004.608209,2,'info','Scanned contents of 2903 additional files at 11.54 per second'),(176453,1737280005.639878,2,'info','Scanned contents of 2929 additional files at 11.60 per second'),(176454,1737280006.647526,2,'info','Scanned contents of 2954 additional files at 11.65 per second'),(176455,1737280007.762744,2,'info','Scanned contents of 2962 additional files at 11.63 per second'),(176456,1737280008.812900,2,'info','Scanned contents of 2970 additional files at 11.61 per second'),(176457,1737280009.833541,2,'info','Scanned contents of 2980 additional files at 11.61 per second'),(176458,1737280011.677596,2,'info','Scanned contents of 2985 additional files at 11.54 per second'),(176459,1737280012.841892,2,'info','Scanned contents of 3000 additional files at 11.55 per second'),(176460,1737280013.875593,2,'info','Scanned contents of 3004 additional files at 11.52 per second'),(176461,1737280014.946925,2,'info','Scanned contents of 3013 additional files at 11.51 per second'),(176462,1737280016.057001,2,'info','Scanned contents of 3029 additional files at 11.52 per second'),(176463,1737280017.153518,2,'info','Scanned contents of 3039 additional files at 11.51 per second'),(176464,1737280018.251912,2,'info','Scanned contents of 3045 additional files at 11.48 per second'),(176465,1737280019.423332,2,'info','Scanned contents of 3057 additional files at 11.48 per second'),(176466,1737280020.465677,2,'info','Scanned contents of 3073 additional files at 11.49 per second'),(176467,1737280021.911699,2,'info','Scanned contents of 3089 additional files at 11.49 per second'),(176468,1737280022.942278,2,'info','Scanned contents of 3098 additional files at 11.48 per second'),(176469,1737280023.976053,2,'info','Scanned contents of 3120 additional files at 11.52 per second'),(176470,1737280025.017746,2,'info','Scanned contents of 3134 additional files at 11.52 per second'),(176471,1737280026.054124,2,'info','Scanned contents of 3154 additional files at 11.55 per second'),(176472,1737280027.177149,2,'info','Scanned contents of 3167 additional files at 11.55 per second'),(176473,1737280028.252542,2,'info','Scanned contents of 3181 additional files at 11.56 per second'),(176474,1737280029.290672,2,'info','Scanned contents of 3194 additional files at 11.56 per second'),(176475,1737280030.370405,2,'info','Scanned contents of 3205 additional files at 11.56 per second'),(176476,1737280031.494088,2,'info','Scanned contents of 3218 additional files at 11.56 per second'),(176477,1737280032.537553,2,'info','Scanned contents of 3229 additional files at 11.55 per second'),(176478,1737280033.558156,2,'info','Scanned contents of 3237 additional files at 11.54 per second'),(176479,1737280034.558736,2,'info','Scanned contents of 3249 additional files at 11.54 per second'),(176480,1737280035.572544,2,'info','Scanned contents of 3262 additional files at 11.55 per second'),(176481,1737280036.597310,2,'info','Scanned contents of 3273 additional files at 11.54 per second'),(176482,1737280037.629332,2,'info','Scanned contents of 3287 additional files at 11.55 per second'),(176483,1737280038.645873,2,'info','Scanned contents of 3295 additional files at 11.54 per second'),(176484,1737280039.727640,2,'info','Scanned contents of 3309 additional files at 11.54 per second'),(176485,1737280040.752737,2,'info','Scanned contents of 3321 additional files at 11.54 per second'),(176486,1737280041.755646,2,'info','Scanned contents of 3333 additional files at 11.55 per second'),(176487,1737280043.004691,2,'info','Scanned contents of 3342 additional files at 11.53 per second'),(176488,1737280044.081897,2,'info','Scanned contents of 3358 additional files at 11.54 per second'),(176489,1737280045.119676,2,'info','Scanned contents of 3365 additional files at 11.52 per second'),(176490,1737280046.209299,2,'info','Scanned contents of 3374 additional files at 11.51 per second'),(176491,1737280047.229147,2,'info','Scanned contents of 3388 additional files at 11.52 per second'),(176492,1737280048.849503,2,'info','Scanned contents of 3406 additional files at 11.52 per second'),(176493,1737280049.853629,2,'info','Scanned contents of 3429 additional files at 11.55 per second'),(176494,1737280050.956360,2,'info','Scanned contents of 3448 additional files at 11.57 per second'),(176495,1737280052.286121,2,'info','Scanned contents of 3460 additional files at 11.56 per second'),(176496,1737280053.304508,2,'info','Scanned contents of 3475 additional files at 11.57 per second'),(176497,1737280054.310338,2,'info','Scanned contents of 3487 additional files at 11.58 per second'),(176498,1737280055.426555,2,'info','Scanned contents of 3496 additional files at 11.56 per second'),(176499,1737280056.500883,2,'info','Scanned contents of 3508 additional files at 11.56 per second'),(176500,1737280057.519595,2,'info','Scanned contents of 3521 additional files at 11.57 per second'),(176501,1737280058.537813,2,'info','Scanned contents of 3541 additional files at 11.59 per second'),(176502,1737280059.582194,2,'info','Scanned contents of 3564 additional files at 11.63 per second'),(176503,1737280060.800282,2,'info','Scanned contents of 3569 additional files at 11.60 per second'),(176504,1737280061.846398,2,'info','Scanned contents of 3583 additional files at 11.60 per second'),(176505,1737280062.853339,2,'info','Scanned contents of 3592 additional files at 11.60 per second'),(176506,1737280063.884006,2,'info','Scanned contents of 3609 additional files at 11.61 per second'),(176507,1737280064.890588,2,'info','Scanned contents of 3618 additional files at 11.60 per second'),(176508,1737280065.994747,2,'info','Scanned contents of 3635 additional files at 11.62 per second'),(176509,1737280067.868607,2,'info','Scanned contents of 3646 additional files at 11.58 per second'),(176510,1737280069.064916,2,'info','Scanned contents of 3660 additional files at 11.58 per second'),(176511,1737280070.095645,2,'info','Scanned contents of 3677 additional files at 11.60 per second'),(176512,1737280071.097438,2,'info','Scanned contents of 3692 additional files at 11.61 per second'),(176513,1737280072.105046,2,'info','Scanned contents of 3697 additional files at 11.59 per second'),(176514,1737280073.157261,2,'info','Scanned contents of 3713 additional files at 11.60 per second'),(176515,1737280074.208619,2,'info','Scanned contents of 3734 additional files at 11.63 per second'),(176516,1737280075.385370,2,'info','Scanned contents of 3749 additional files at 11.63 per second'),(176517,1737280076.519036,2,'info','Scanned contents of 3765 additional files at 11.64 per second'),(176518,1737280077.579387,2,'info','Scanned contents of 3776 additional files at 11.64 per second'),(176519,1737280078.612713,2,'info','Scanned contents of 3793 additional files at 11.65 per second'),(176520,1737280079.646450,2,'info','Scanned contents of 3803 additional files at 11.65 per second'),(176521,1737280080.677571,2,'info','Scanned contents of 3811 additional files at 11.63 per second'),(176522,1737280081.891111,2,'info','Scanned contents of 3825 additional files at 11.63 per second'),(176523,1737280083.017660,2,'info','Scanned contents of 3834 additional files at 11.62 per second'),(176524,1737280084.063704,2,'info','Scanned contents of 3846 additional files at 11.62 per second'),(176525,1737280085.065580,2,'info','Scanned contents of 3857 additional files at 11.62 per second'),(176526,1737280086.089742,2,'info','Scanned contents of 3870 additional files at 11.62 per second'),(176527,1737280087.173157,2,'info','Scanned contents of 3881 additional files at 11.62 per second'),(176528,1737280088.198068,2,'info','Scanned contents of 3896 additional files at 11.63 per second'),(176529,1737280089.261434,2,'info','Scanned contents of 3905 additional files at 11.62 per second'),(176530,1737280090.386076,2,'info','Scanned contents of 3925 additional files at 11.64 per second'),(176531,1737280091.396177,2,'info','Scanned contents of 3934 additional files at 11.63 per second'),(176532,1737280092.086838,2,'info','Scanned contents of 3944 additional files at 11.63 per second'),(176533,1737280092.087268,2,'info','Asking Wordfence to check URLs against malware list.'),(176534,1737280092.104896,2,'info','Checking 2992 host keys against Wordfence scanning servers.'),(176535,1737280092.575408,2,'info','Done host key check.'),(176536,1737280092.697803,2,'info','Done file contents scan'),(176537,1737280092.700149,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(176538,1737280092.709570,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blacklist'),(176539,1737280092.722022,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(176540,1737280092.726852,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(176541,1737280092.739915,10,'info','SUM_START:Scanning posts for URLs on a domain blacklist'),(176542,1737280092.913656,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(176543,1737280092.914300,2,'info','Checking 12 host keys against Wordfence scanning servers.'),(176544,1737280093.378142,2,'info','Done host key check.'),(176545,1737280093.378898,2,'info','Done examining URLs'),(176546,1737280093.486621,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blacklist'),(176547,1737280093.502612,10,'info','SUM_START:Scanning comments for URLs on a domain blacklist'),(176548,1737280093.681487,2,'info','Checking 4 host keys against Wordfence scanning servers.'),(176549,1737280094.132301,2,'info','Done host key check.'),(176550,1737280094.243932,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blacklist'),(176551,1737280094.259662,10,'info','SUM_START:Scanning for weak passwords'),(176552,1737280094.265212,2,'info','Starting password strength check on 1 users.'),(176553,1737280094.704858,10,'info','SUM_ENDOK:Scanning for weak passwords'),(176554,1737280094.717438,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(176555,1737280102.873265,1,'error','
\nWarning: Creating default object from empty value in /data/vhosts/fj-lifesciences/public_html/wp-content/plugins/booked/includes/updates/plugin-update-checker.php on line 228
\n
\nFatal error: Uncaught Error: C'),(176556,1737380828.934474,10,'info','SUM_PREP:Preparing a new scan.'),(176557,1737380828.938879,1,'info','Initiating quick scan'),(176558,1737380828.957826,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(176559,1737380829.013866,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(176560,1737380829.018957,1,'info','-------------------'),(176561,1737380829.020038,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 12 MB'),(176562,1737380829.020370,1,'info','Quick Scan Complete. Scanned in 1 second.'),(176563,1737380829.020660,10,'info','SUM_FINAL:Scan complete. You have 13 new issues to fix. See below.'),(176564,1737465708.566779,10,'info','SUM_PREP:Preparing a new scan.'),(176565,1737465708.570110,1,'info','Initiating quick scan'),(176566,1737465708.574692,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(176567,1737465709.095217,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(176568,1737465709.100310,1,'info','-------------------'),(176569,1737465709.101429,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 12 MB'),(176570,1737465709.101806,1,'info','Quick Scan Complete. Scanned in 1 second.'),(176571,1737465709.102204,10,'info','SUM_FINAL:Scan complete. You have 13 new issues to fix. See below.'),(176572,1737538838.835830,1,'info','Scheduled Wordfence scan starting at Wednesday 22nd of January 2025 10:40:38 AM'),(176573,1737538839.788751,10,'info','SUM_PREP:Preparing a new scan.'),(176574,1737538839.797089,1,'info','Contacting Wordfence to initiate scan'),(176575,1737538840.465375,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(176576,1737538842.468655,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(176577,1737538844.471522,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blacklist is for paid members only'),(176578,1737538846.618395,10,'info','SUM_START:Checking for the most secure way to get IPs'),(176579,1737538846.747461,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(176580,1737538846.760634,10,'info','SUM_START:Scanning DNS for unauthorized changes'),(176581,1737538846.765837,2,'info','Starting DNS scan for fj-lifesciences.com'),(176582,1737538846.799032,2,'info','Scanning DNS A record for fj-lifesciences.com'),(176583,1737538846.813077,2,'info','Scanning DNS MX record for fj-lifesciences.com'),(176584,1737538846.813534,2,'info','Scanning DNS MX record for fj-lifesciences.com'),(176585,1737538846.814523,10,'info','SUM_ENDOK:Scanning DNS for unauthorized changes'),(176586,1737538846.827211,10,'info','SUM_START:Scanning to check available disk space'),(176587,1737538846.832117,2,'info','Total disk space: 78.19 GB -- Free disk space: 59.03 GB'),(176588,1737538846.832498,2,'info','The disk has 60446.36 MB available'),(176589,1737538846.832839,10,'info','SUM_ENDOK:Scanning to check available disk space'),(176590,1737538846.844685,10,'info','SUM_START:Checking for future GeoIP support'),(176591,1737538846.849554,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(176592,1737538846.859336,2,'info','Getting plugin list from WordPress'),(176593,1737538846.991697,2,'info','Found 18 plugins'),(176594,1737538846.992255,2,'info','Getting theme list from WordPress'),(176595,1737538847.040935,2,'info','Found 4 themes'),(176596,1737538847.526276,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(176597,1737538848.786706,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(176598,1737538848.835059,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(176599,1737538848.839966,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(176600,1737538848.848706,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(176601,1737538848.850903,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(176602,1737538848.859598,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(176603,1737538848.864974,10,'info','SUM_DISABLED:Skipping theme scan'),(176604,1737538848.865822,10,'info','SUM_DISABLED:Skipping plugin scan'),(176605,1737538848.869804,10,'info','SUM_START:Scanning for known malware files'),(176606,1737538848.959397,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(176607,1737538849.194446,2,'info','500 files indexed'),(176608,1737538849.625890,2,'info','1000 files indexed'),(176609,1737538850.337952,2,'info','1500 files indexed'),(176610,1737538850.811677,2,'info','2000 files indexed'),(176611,1737538851.056593,2,'info','2500 files indexed'),(176612,1737538851.286570,2,'info','3000 files indexed'),(176613,1737538851.509229,2,'info','3500 files indexed'),(176614,1737538851.857626,2,'info','4000 files indexed'),(176615,1737538852.050691,2,'info','4500 files indexed'),(176616,1737538852.250313,2,'info','5000 files indexed'),(176617,1737538853.067992,2,'info','5500 files indexed'),(176618,1737538853.200119,2,'info','6000 files indexed'),(176619,1737538853.258038,2,'info','6500 files indexed'),(176620,1737538853.484428,2,'info','7000 files indexed'),(176621,1737538853.509895,2,'info','7500 files indexed'),(176622,1737538853.532879,2,'info','7921 files indexed'),(176623,1737538853.781043,2,'info','Analyzed 100 files containing 1.36 MB of data so far'),(176624,1737538854.010126,2,'info','Analyzed 200 files containing 2.46 MB of data so far'),(176625,1737538854.359259,2,'info','Analyzed 300 files containing 3.85 MB of data so far'),(176626,1737538854.642214,2,'info','Analyzed 400 files containing 6.08 MB of data so far'),(176627,1737538855.117044,2,'info','Analyzed 500 files containing 6.88 MB of data so far'),(176628,1737538855.467653,2,'info','Analyzed 600 files containing 7.98 MB of data so far'),(176629,1737538855.713140,2,'info','Analyzed 700 files containing 9.47 MB of data so far'),(176630,1737538855.996508,2,'info','Analyzed 800 files containing 10.53 MB of data so far'),(176631,1737538856.669247,2,'info','Analyzed 900 files containing 11.98 MB of data so far'),(176632,1737538857.005445,2,'info','Analyzed 1000 files containing 13.38 MB of data so far'),(176633,1737538857.286468,2,'info','Analyzed 1100 files containing 16.64 MB of data so far'),(176634,1737538857.560289,2,'info','Analyzed 1200 files containing 19.56 MB of data so far'),(176635,1737538857.809500,2,'info','Analyzed 1300 files containing 21.23 MB of data so far'),(176636,1737538858.064303,2,'info','Analyzed 1400 files containing 21.71 MB of data so far'),(176637,1737538858.564586,2,'info','Analyzed 1500 files containing 22.22 MB of data so far'),(176638,1737538859.228240,2,'info','Analyzed 1600 files containing 22.65 MB of data so far'),(176639,1737538859.805789,2,'info','Analyzed 1700 files containing 23.17 MB of data so far'),(176640,1737538860.059663,2,'info','Analyzed 1800 files containing 23.53 MB of data so far'),(176641,1737538860.328661,2,'info','Analyzed 1900 files containing 26.06 MB of data so far'),(176642,1737538861.015691,2,'info','Analyzed 2000 files containing 27.71 MB of data so far'),(176643,1737538861.355345,2,'info','Analyzed 2100 files containing 31.29 MB of data so far'),(176644,1737538861.692550,2,'info','Analyzed 2200 files containing 33.53 MB of data so far'),(176645,1737538861.936500,2,'info','Analyzed 2300 files containing 35.12 MB of data so far'),(176646,1737538862.633962,2,'info','Analyzed 2400 files containing 35.15 MB of data so far'),(176647,1737538862.791548,2,'info','Analyzed 2500 files containing 35.18 MB of data so far'),(176648,1737538862.970129,2,'info','Analyzed 2600 files containing 35.82 MB of data so far'),(176649,1737538863.166426,2,'info','Analyzed 2700 files containing 36.52 MB of data so far'),(176650,1737538863.359914,2,'info','Analyzed 2800 files containing 37.23 MB of data so far'),(176651,1737538863.553081,2,'info','Analyzed 2900 files containing 37.66 MB of data so far'),(176652,1737538863.742556,2,'info','Analyzed 3000 files containing 37.69 MB of data so far'),(176653,1737538863.954882,2,'info','Analyzed 3100 files containing 37.71 MB of data so far'),(176654,1737538864.135511,2,'info','Analyzed 3200 files containing 37.74 MB of data so far'),(176655,1737538864.310273,2,'info','Analyzed 3300 files containing 37.77 MB of data so far'),(176656,1737538864.486562,2,'info','Analyzed 3400 files containing 37.8 MB of data so far'),(176657,1737538864.669344,2,'info','Analyzed 3500 files containing 37.84 MB of data so far'),(176658,1737538864.932874,2,'info','Analyzed 3600 files containing 39.5 MB of data so far'),(176659,1737538865.174885,2,'info','Analyzed 3700 files containing 40.79 MB of data so far'),(176660,1737538865.445355,2,'info','Analyzed 3800 files containing 42.89 MB of data so far'),(176661,1737538865.705169,2,'info','Analyzed 3900 files containing 43.96 MB of data so far'),(176662,1737538866.046493,2,'info','Analyzed 4000 files containing 48.91 MB of data so far'),(176663,1737538866.311538,2,'info','Analyzed 4100 files containing 51.04 MB of data so far'),(176664,1737538866.486716,2,'info','Analyzed 4200 files containing 51.54 MB of data so far'),(176665,1737538866.769292,2,'info','Analyzed 4300 files containing 53.57 MB of data so far'),(176666,1737538866.951110,2,'info','Analyzed 4400 files containing 53.88 MB of data so far'),(176667,1737538867.132690,2,'info','Analyzed 4500 files containing 54.43 MB of data so far'),(176668,1737538867.322543,2,'info','Analyzed 4600 files containing 54.76 MB of data so far'),(176669,1737538867.517465,2,'info','Analyzed 4700 files containing 55.05 MB of data so far'),(176670,1737538867.690540,2,'info','Analyzed 4800 files containing 55.33 MB of data so far'),(176671,1737538867.891465,2,'info','Analyzed 4900 files containing 56.04 MB of data so far'),(176672,1737538868.201233,2,'info','Analyzed 5000 files containing 60.59 MB of data so far'),(176673,1737538868.536892,2,'info','Analyzed 5100 files containing 63.49 MB of data so far'),(176674,1737538868.760602,2,'info','Analyzed 5200 files containing 64.4 MB of data so far'),(176675,1737538868.962258,2,'info','Analyzed 5300 files containing 64.94 MB of data so far'),(176676,1737538869.183285,2,'info','Analyzed 5400 files containing 65.45 MB of data so far'),(176677,1737538869.386750,2,'info','Analyzed 5500 files containing 65.94 MB of data so far'),(176678,1737538869.776223,2,'info','Analyzed 5600 files containing 68.11 MB of data so far'),(176679,1737538870.158355,2,'info','Analyzed 5700 files containing 71.06 MB of data so far'),(176680,1737538870.371503,2,'info','Analyzed 5800 files containing 71.89 MB of data so far'),(176681,1737538870.618232,2,'info','Analyzed 5900 files containing 73.7 MB of data so far'),(176682,1737538870.810250,2,'info','Analyzed 6000 files containing 73.9 MB of data so far'),(176683,1737538875.079910,2,'info','Analyzed 6100 files containing 74.32 MB of data so far'),(176684,1737538876.826544,2,'info','Analyzed 6200 files containing 74.51 MB of data so far'),(176685,1737538877.096083,2,'info','Analyzed 6300 files containing 74.59 MB of data so far'),(176686,1737538879.455055,2,'info','Analyzed 6400 files containing 74.82 MB of data so far'),(176687,1737538881.530716,2,'info','Analyzed 6500 files containing 75.16 MB of data so far'),(176688,1737538882.395398,2,'info','Analyzed 6600 files containing 75.35 MB of data so far'),(176689,1737538882.601446,2,'info','Analyzed 6700 files containing 75.64 MB of data so far'),(176690,1737538883.546691,2,'info','Analyzed 6800 files containing 77.2 MB of data so far'),(176691,1737538884.519620,2,'info','Analyzed 6900 files containing 78.9 MB of data so far'),(176692,1737538885.790439,2,'info','Analyzed 7000 files containing 82.16 MB of data so far'),(176693,1737538888.928282,2,'info','Analyzed 7100 files containing 83.25 MB of data so far'),(176694,1737538889.540488,2,'info','Analyzed 7200 files containing 85.6 MB of data so far'),(176695,1737538889.784177,2,'info','Analyzed 7300 files containing 87.31 MB of data so far'),(176696,1737538889.996199,2,'info','Analyzed 7400 files containing 88.51 MB of data so far'),(176697,1737538890.505858,2,'info','Analyzed 7500 files containing 97.53 MB of data so far'),(176698,1737538890.792789,2,'info','Analyzed 7600 files containing 100.41 MB of data so far'),(176699,1737538891.075804,2,'info','Analyzed 7700 files containing 102.79 MB of data so far'),(176700,1737538891.417017,2,'info','Analyzed 7800 files containing 106.54 MB of data so far'),(176701,1737538891.694420,2,'info','Analyzed 7900 files containing 108.56 MB of data so far'),(176702,1737538891.746445,2,'info','Analyzed 7921 files containing 108.88 MB of data.'),(176703,1737538891.746908,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(176704,1737538891.755799,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(176705,1737538891.764523,10,'info','SUM_ENDOK:Scanning for known malware files'),(176706,1737538891.779695,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(176707,1737538891.819249,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(176708,1737538891.833556,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(176709,1737538891.837683,10,'info','SUM_START:Scanning file contents for URLs on a domain blacklist'),(176710,1737538893.720157,2,'info','Starting scan of file contents'),(176711,1737538894.953053,2,'info','Scanned contents of 7 additional files at 5.69 per second'),(176712,1737538896.045967,2,'info','Scanned contents of 10 additional files at 4.30 per second'),(176713,1737538897.101211,2,'info','Scanned contents of 19 additional files at 5.62 per second'),(176714,1737538898.118014,2,'info','Scanned contents of 27 additional files at 6.14 per second'),(176715,1737538899.198254,2,'info','Scanned contents of 36 additional files at 6.57 per second'),(176716,1737538900.248235,2,'info','Scanned contents of 50 additional files at 7.66 per second'),(176717,1737538901.257604,2,'info','Scanned contents of 59 additional files at 7.83 per second'),(176718,1737538902.283568,2,'info','Scanned contents of 65 additional files at 7.59 per second'),(176719,1737538903.414254,2,'info','Scanned contents of 80 additional files at 8.25 per second'),(176720,1737538904.435400,2,'info','Scanned contents of 95 additional files at 8.87 per second'),(176721,1737538905.511936,2,'info','Scanned contents of 116 additional files at 9.84 per second'),(176722,1737538906.662567,2,'info','Scanned contents of 125 additional files at 9.66 per second'),(176723,1737538908.216455,2,'info','Scanned contents of 130 additional files at 8.97 per second'),(176724,1737538909.355377,2,'info','Scanned contents of 142 additional files at 9.08 per second'),(176725,1737538910.732008,2,'info','Scanned contents of 150 additional files at 8.82 per second'),(176726,1737538911.891649,2,'info','Scanned contents of 156 additional files at 8.59 per second'),(176727,1737538912.968096,2,'info','Scanned contents of 167 additional files at 8.68 per second'),(176728,1737538914.020712,2,'info','Scanned contents of 186 additional files at 9.16 per second'),(176729,1737538915.194565,2,'info','Scanned contents of 198 additional files at 9.22 per second'),(176730,1737538916.268419,2,'info','Scanned contents of 215 additional files at 9.54 per second'),(176731,1737538917.293579,2,'info','Scanned contents of 236 additional files at 10.01 per second'),(176732,1737538918.395654,2,'info','Scanned contents of 254 additional files at 10.29 per second'),(176733,1737538919.595465,2,'info','Scanned contents of 264 additional files at 10.20 per second'),(176734,1737538920.644439,2,'info','Scanned contents of 271 additional files at 10.07 per second'),(176735,1737538921.659467,2,'info','Scanned contents of 282 additional files at 10.09 per second'),(176736,1737538922.702919,2,'info','Scanned contents of 289 additional files at 9.97 per second'),(176737,1737538923.725630,2,'info','Scanned contents of 298 additional files at 9.93 per second'),(176738,1737538925.044016,2,'info','Scanned contents of 323 additional files at 10.31 per second'),(176739,1737538926.128119,2,'info','Scanned contents of 332 additional files at 10.25 per second'),(176740,1737538927.204773,2,'info','Scanned contents of 341 additional files at 10.18 per second'),(176741,1737538928.344314,2,'info','Scanned contents of 356 additional files at 10.28 per second'),(176742,1737538929.700354,2,'info','Scanned contents of 373 additional files at 10.37 per second'),(176743,1737538930.726540,2,'info','Scanned contents of 385 additional files at 10.40 per second'),(176744,1737538931.941437,2,'info','Scanned contents of 394 additional files at 10.31 per second'),(176745,1737538932.950991,2,'info','Scanned contents of 413 additional files at 10.53 per second'),(176746,1737538934.296121,2,'info','Scanned contents of 414 additional files at 10.20 per second'),(176747,1737538935.319854,2,'info','Scanned contents of 422 additional files at 10.14 per second'),(176748,1737538936.347700,2,'info','Scanned contents of 442 additional files at 10.37 per second'),(176749,1737538937.369274,2,'info','Scanned contents of 458 additional files at 10.49 per second'),(176750,1737538938.453506,2,'info','Scanned contents of 473 additional files at 10.57 per second'),(176751,1737538939.539625,2,'info','Scanned contents of 481 additional files at 10.50 per second'),(176752,1737538940.889682,2,'info','Scanned contents of 486 additional files at 10.30 per second'),(176753,1737538942.000368,2,'info','Scanned contents of 498 additional files at 10.32 per second'),(176754,1737538943.124086,2,'info','Scanned contents of 503 additional files at 10.18 per second'),(176755,1737538944.136464,2,'info','Scanned contents of 521 additional files at 10.33 per second'),(176756,1737538945.171707,2,'info','Scanned contents of 547 additional files at 10.63 per second'),(176757,1737538946.228716,2,'info','Scanned contents of 565 additional files at 10.76 per second'),(176758,1737538947.264723,2,'info','Scanned contents of 587 additional files at 10.96 per second'),(176759,1737538948.283988,2,'info','Scanned contents of 612 additional files at 11.22 per second'),(176760,1737538949.342655,2,'info','Scanned contents of 633 additional files at 11.38 per second'),(176761,1737538950.444914,2,'info','Scanned contents of 644 additional files at 11.35 per second'),(176762,1737538951.498934,2,'info','Scanned contents of 656 additional files at 11.35 per second'),(176763,1737538952.533410,2,'info','Scanned contents of 672 additional files at 11.43 per second'),(176764,1737538954.035339,2,'info','Scanned contents of 680 additional files at 11.27 per second'),(176765,1737538955.112881,2,'info','Scanned contents of 692 additional files at 11.27 per second'),(176766,1737538956.292925,2,'info','Scanned contents of 702 additional files at 11.22 per second'),(176767,1737538957.369509,2,'info','Scanned contents of 709 additional files at 11.14 per second'),(176768,1737538958.416566,2,'info','Scanned contents of 723 additional files at 11.18 per second'),(176769,1737538959.520723,2,'info','Scanned contents of 740 additional files at 11.25 per second'),(176770,1737538960.547139,2,'info','Scanned contents of 753 additional files at 11.27 per second'),(176771,1737538961.699203,2,'info','Scanned contents of 763 additional files at 11.22 per second'),(176772,1737538962.713751,2,'info','Scanned contents of 772 additional files at 11.19 per second'),(176773,1737538963.722461,2,'info','Scanned contents of 785 additional files at 11.21 per second'),(176774,1737538964.735551,2,'info','Scanned contents of 804 additional files at 11.32 per second'),(176775,1737538965.752619,2,'info','Scanned contents of 812 additional files at 11.27 per second'),(176776,1737538966.795362,2,'info','Scanned contents of 824 additional files at 11.28 per second'),(176777,1737538967.880000,2,'info','Scanned contents of 846 additional files at 11.41 per second'),(176778,1737538968.996966,2,'info','Scanned contents of 855 additional files at 11.36 per second'),(176779,1737538970.056844,2,'info','Scanned contents of 862 additional files at 11.29 per second'),(176780,1737538971.270835,2,'info','Scanned contents of 877 additional files at 11.31 per second'),(176781,1737538972.278100,2,'info','Scanned contents of 889 additional files at 11.32 per second'),(176782,1737538973.404078,2,'info','Scanned contents of 905 additional files at 11.36 per second'),(176783,1737538974.412295,2,'info','Scanned contents of 917 additional files at 11.36 per second'),(176784,1737538975.792082,2,'info','Scanned contents of 934 additional files at 11.38 per second'),(176785,1737538976.904450,2,'info','Scanned contents of 943 additional files at 11.34 per second'),(176786,1737538977.919503,2,'info','Scanned contents of 956 additional files at 11.35 per second'),(176787,1737538978.969006,2,'info','Scanned contents of 975 additional files at 11.44 per second'),(176788,1737538979.970058,2,'info','Scanned contents of 996 additional files at 11.55 per second'),(176789,1737538981.110825,2,'info','Scanned contents of 997 additional files at 11.41 per second'),(176790,1737538982.321237,2,'info','Scanned contents of 1004 additional files at 11.33 per second'),(176791,1737538983.493493,2,'info','Scanned contents of 1010 additional files at 11.25 per second'),(176792,1737538984.511405,2,'info','Scanned contents of 1014 additional files at 11.17 per second'),(176793,1737538985.613132,2,'info','Scanned contents of 1021 additional files at 11.11 per second'),(176794,1737538986.698008,2,'info','Scanned contents of 1028 additional files at 11.06 per second'),(176795,1737538987.776476,2,'info','Scanned contents of 1041 additional files at 11.07 per second'),(176796,1737538988.792997,2,'info','Scanned contents of 1057 additional files at 11.12 per second'),(176797,1737538989.814558,2,'info','Scanned contents of 1066 additional files at 11.09 per second'),(176798,1737538990.829870,2,'info','Scanned contents of 1079 additional files at 11.11 per second'),(176799,1737538991.882588,2,'info','Scanned contents of 1088 additional files at 11.08 per second'),(176800,1737538992.890490,2,'info','Scanned contents of 1102 additional files at 11.11 per second'),(176801,1737538994.157399,2,'info','Scanned contents of 1113 additional files at 11.08 per second'),(176802,1737538995.262162,2,'info','Scanned contents of 1124 additional files at 11.07 per second'),(176803,1737538996.308906,2,'info','Scanned contents of 1136 additional files at 11.07 per second'),(176804,1737538997.469464,2,'info','Scanned contents of 1144 additional files at 11.03 per second'),(176805,1737538998.493745,2,'info','Scanned contents of 1161 additional files at 11.08 per second'),(176806,1737538999.802681,2,'info','Scanned contents of 1174 additional files at 11.07 per second'),(176807,1737539001.064068,2,'info','Scanned contents of 1183 additional files at 11.02 per second'),(176808,1737539002.066488,2,'info','Scanned contents of 1201 additional files at 11.09 per second'),(176809,1737539003.127432,2,'info','Scanned contents of 1229 additional files at 11.23 per second'),(176810,1737539004.235024,2,'info','Scanned contents of 1242 additional files at 11.24 per second'),(176811,1737539005.971459,2,'info','Scanned contents of 1251 additional files at 11.14 per second'),(176812,1737539007.048299,2,'info','Scanned contents of 1259 additional files at 11.11 per second'),(176813,1737539008.091766,2,'info','Scanned contents of 1276 additional files at 11.16 per second'),(176814,1737539009.114978,2,'info','Scanned contents of 1288 additional files at 11.16 per second'),(176815,1737539010.166663,2,'info','Scanned contents of 1310 additional files at 11.25 per second'),(176816,1737539011.172981,2,'info','Scanned contents of 1326 additional files at 11.29 per second'),(176817,1737539012.191893,2,'info','Scanned contents of 1343 additional files at 11.34 per second'),(176818,1737539013.198460,2,'info','Scanned contents of 1363 additional files at 11.41 per second'),(176819,1737539014.355689,2,'info','Scanned contents of 1378 additional files at 11.42 per second'),(176820,1737539015.368035,2,'info','Scanned contents of 1396 additional files at 11.48 per second'),(176821,1737539016.593067,2,'info','Scanned contents of 1412 additional files at 11.49 per second'),(176822,1737539017.600987,2,'info','Scanned contents of 1420 additional files at 11.46 per second'),(176823,1737539018.722704,2,'info','Scanned contents of 1438 additional files at 11.50 per second'),(176824,1737539019.788804,2,'info','Scanned contents of 1446 additional files at 11.47 per second'),(176825,1737539020.835931,2,'info','Scanned contents of 1458 additional files at 11.47 per second'),(176826,1737539021.864120,2,'info','Scanned contents of 1472 additional files at 11.49 per second'),(176827,1737539023.123836,2,'info','Scanned contents of 1485 additional files at 11.48 per second'),(176828,1737539024.221253,2,'info','Scanned contents of 1499 additional files at 11.49 per second'),(176829,1737539025.248100,2,'info','Scanned contents of 1513 additional files at 11.50 per second'),(176830,1737539026.450358,2,'info','Scanned contents of 1528 additional files at 11.51 per second'),(176831,1737539028.207659,2,'info','Scanned contents of 1535 additional files at 11.41 per second'),(176832,1737539029.232688,2,'info','Scanned contents of 1544 additional files at 11.39 per second'),(176833,1737539030.350406,2,'info','Scanned contents of 1561 additional files at 11.43 per second'),(176834,1737539031.371480,2,'info','Scanned contents of 1572 additional files at 11.42 per second'),(176835,1737539032.408560,2,'info','Scanned contents of 1597 additional files at 11.52 per second'),(176836,1737539033.525319,2,'info','Scanned contents of 1615 additional files at 11.55 per second'),(176837,1737539034.569976,2,'info','Scanned contents of 1632 additional files at 11.59 per second'),(176838,1737539035.599476,2,'info','Scanned contents of 1652 additional files at 11.64 per second'),(176839,1737539036.667048,2,'info','Scanned contents of 1678 additional files at 11.74 per second'),(176840,1737539037.691255,2,'info','Scanned contents of 1703 additional files at 11.83 per second'),(176841,1737539038.708265,2,'info','Scanned contents of 1739 additional files at 11.99 per second'),(176842,1737539040.076402,2,'info','Scanned contents of 1746 additional files at 11.93 per second'),(176843,1737539041.162856,2,'info','Scanned contents of 1756 additional files at 11.91 per second'),(176844,1737539042.171304,2,'info','Scanned contents of 1771 additional files at 11.93 per second'),(176845,1737539043.200342,2,'info','Scanned contents of 1785 additional files at 11.94 per second'),(176846,1737539044.297731,2,'info','Scanned contents of 1797 additional files at 11.93 per second'),(176847,1737539045.427303,2,'info','Scanned contents of 1810 additional files at 11.93 per second'),(176848,1737539046.441464,2,'info','Scanned contents of 1822 additional files at 11.93 per second'),(176849,1737539047.456894,2,'info','Scanned contents of 1835 additional files at 11.94 per second'),(176850,1737539048.479712,2,'info','Scanned contents of 1848 additional files at 11.94 per second'),(176851,1737539049.555781,2,'info','Scanned contents of 1857 additional files at 11.92 per second'),(176852,1737539050.632162,2,'info','Scanned contents of 1872 additional files at 11.93 per second'),(176853,1737539051.635069,2,'info','Scanned contents of 1895 additional files at 12.00 per second'),(176854,1737539053.607846,2,'info','Scanned contents of 1908 additional files at 11.93 per second'),(176855,1737539054.815557,2,'info','Scanned contents of 1912 additional files at 11.87 per second'),(176856,1737539055.968429,2,'info','Scanned contents of 1918 additional files at 11.82 per second'),(176857,1737539057.189413,2,'info','Scanned contents of 1925 additional files at 11.78 per second'),(176858,1737539058.201959,2,'info','Scanned contents of 1938 additional files at 11.78 per second'),(176859,1737539059.243462,2,'info','Scanned contents of 1946 additional files at 11.76 per second'),(176860,1737539060.270697,2,'info','Scanned contents of 1956 additional files at 11.74 per second'),(176861,1737539061.294878,2,'info','Scanned contents of 1969 additional files at 11.75 per second'),(176862,1737539062.314254,2,'info','Scanned contents of 1982 additional files at 11.76 per second'),(176863,1737539063.354248,2,'info','Scanned contents of 1996 additional files at 11.77 per second'),(176864,1737539064.489883,2,'info','Scanned contents of 2009 additional files at 11.76 per second'),(176865,1737539065.539108,2,'info','Scanned contents of 2015 additional files at 11.73 per second'),(176866,1737539066.557231,2,'info','Scanned contents of 2027 additional files at 11.73 per second'),(176867,1737539067.750337,2,'info','Scanned contents of 2047 additional files at 11.76 per second'),(176868,1737539068.761833,2,'info','Scanned contents of 2063 additional files at 11.79 per second'),(176869,1737539069.889096,2,'info','Scanned contents of 2080 additional files at 11.81 per second'),(176870,1737539071.014588,2,'info','Scanned contents of 2092 additional files at 11.80 per second'),(176871,1737539072.019797,2,'info','Scanned contents of 2111 additional files at 11.84 per second'),(176872,1737539073.586546,2,'info','Scanned contents of 2113 additional files at 11.75 per second'),(176873,1737539075.529057,2,'info','Scanned contents of 2116 additional files at 11.64 per second'),(176874,1737539076.681686,2,'info','Scanned contents of 2124 additional files at 11.61 per second'),(176875,1737539077.772572,2,'info','Scanned contents of 2136 additional files at 11.61 per second'),(176876,1737539078.803676,2,'info','Scanned contents of 2147 additional files at 11.60 per second'),(176877,1737539079.858791,2,'info','Scanned contents of 2156 additional files at 11.58 per second'),(176878,1737539081.250973,2,'info','Scanned contents of 2161 additional files at 11.52 per second'),(176879,1737539082.273944,2,'info','Scanned contents of 2181 additional files at 11.57 per second'),(176880,1737539083.377696,2,'info','Scanned contents of 2201 additional files at 11.61 per second'),(176881,1737539084.814185,2,'info','Scanned contents of 2211 additional files at 11.57 per second'),(176882,1737539085.983783,2,'info','Scanned contents of 2220 additional files at 11.55 per second'),(176883,1737539087.148239,2,'info','Scanned contents of 2231 additional files at 11.53 per second'),(176884,1737539088.854360,2,'info','Scanned contents of 2244 additional files at 11.50 per second'),(176885,1737539089.905653,2,'info','Scanned contents of 2256 additional files at 11.50 per second'),(176886,1737539090.985809,2,'info','Scanned contents of 2265 additional files at 11.48 per second'),(176887,1737539092.040705,2,'info','Scanned contents of 2277 additional files at 11.48 per second'),(176888,1737539093.046882,2,'info','Scanned contents of 2292 additional files at 11.50 per second'),(176889,1737539094.059477,2,'info','Scanned contents of 2313 additional files at 11.55 per second'),(176890,1737539095.098954,2,'info','Scanned contents of 2329 additional files at 11.57 per second'),(176891,1737539096.222608,2,'info','Scanned contents of 2341 additional files at 11.56 per second'),(176892,1737539097.244409,2,'info','Scanned contents of 2352 additional files at 11.56 per second'),(176893,1737539098.329702,2,'info','Scanned contents of 2365 additional files at 11.56 per second'),(176894,1737539099.397753,2,'info','Scanned contents of 2378 additional files at 11.56 per second'),(176895,1737539100.450171,2,'info','Scanned contents of 2386 additional files at 11.54 per second'),(176896,1737539101.584231,2,'info','Scanned contents of 2396 additional files at 11.53 per second'),(176897,1737539102.639374,2,'info','Scanned contents of 2402 additional files at 11.50 per second'),(176898,1737539103.695233,2,'info','Scanned contents of 2410 additional files at 11.48 per second'),(176899,1737539104.748325,2,'info','Scanned contents of 2420 additional files at 11.47 per second'),(176900,1737539105.953413,2,'info','Scanned contents of 2436 additional files at 11.48 per second'),(176901,1737539107.018926,2,'info','Scanned contents of 2449 additional files at 11.48 per second'),(176902,1737539108.028734,2,'info','Scanned contents of 2459 additional files at 11.47 per second'),(176903,1737539109.263876,2,'info','Scanned contents of 2479 additional files at 11.50 per second'),(176904,1737539110.277401,2,'info','Scanned contents of 2493 additional files at 11.51 per second'),(176905,1737539111.295937,2,'info','Scanned contents of 2522 additional files at 11.59 per second'),(176906,1737539112.356709,2,'info','Scanned contents of 2534 additional files at 11.59 per second'),(176907,1737539113.465238,2,'info','Scanned contents of 2550 additional files at 11.60 per second'),(176908,1737539114.502774,2,'info','Scanned contents of 2565 additional files at 11.62 per second'),(176909,1737539115.515088,2,'info','Scanned contents of 2571 additional files at 11.59 per second'),(176910,1737539116.689545,2,'info','Scanned contents of 2583 additional files at 11.58 per second'),(176911,1737539117.797962,2,'info','Scanned contents of 2593 additional files at 11.57 per second'),(176912,1737539118.813728,2,'info','Scanned contents of 2612 additional files at 11.60 per second'),(176913,1737539119.838163,2,'info','Scanned contents of 2618 additional files at 11.58 per second'),(176914,1737539120.885809,2,'info','Scanned contents of 2628 additional files at 11.57 per second'),(176915,1737539122.143414,2,'info','Scanned contents of 2630 additional files at 11.51 per second'),(176916,1737539123.193954,2,'info','Scanned contents of 2640 additional files at 11.50 per second'),(176917,1737539124.241932,2,'info','Scanned contents of 2649 additional files at 11.49 per second'),(176918,1737539125.320404,2,'info','Scanned contents of 2657 additional files at 11.47 per second'),(176919,1737539126.347466,2,'info','Scanned contents of 2672 additional files at 11.49 per second'),(176920,1737539127.491358,2,'info','Scanned contents of 2685 additional files at 11.49 per second'),(176921,1737539128.511030,2,'info','Scanned contents of 2699 additional files at 11.50 per second'),(176922,1737539129.916275,2,'info','Scanned contents of 2712 additional files at 11.48 per second'),(176923,1737539131.040403,2,'info','Scanned contents of 2720 additional files at 11.46 per second'),(176924,1737539132.139817,2,'info','Scanned contents of 2729 additional files at 11.45 per second'),(176925,1737539133.212407,2,'info','Scanned contents of 2746 additional files at 11.47 per second'),(176926,1737539134.414837,2,'info','Scanned contents of 2757 additional files at 11.45 per second'),(176927,1737539135.452053,2,'info','Scanned contents of 2772 additional files at 11.47 per second'),(176928,1737539136.557476,2,'info','Scanned contents of 2783 additional files at 11.46 per second'),(176929,1737539137.559842,2,'info','Scanned contents of 2794 additional files at 11.46 per second'),(176930,1737539138.637370,2,'info','Scanned contents of 2805 additional files at 11.45 per second'),(176931,1737539139.712058,2,'info','Scanned contents of 2807 additional files at 11.41 per second'),(176932,1737539140.749998,2,'info','Scanned contents of 2817 additional files at 11.40 per second'),(176933,1737539141.794966,2,'info','Scanned contents of 2828 additional files at 11.40 per second'),(176934,1737539142.820826,2,'info','Scanned contents of 2837 additional files at 11.39 per second'),(176935,1737539143.825366,2,'info','Scanned contents of 2863 additional files at 11.45 per second'),(176936,1737539144.936958,2,'info','Scanned contents of 2875 additional files at 11.44 per second'),(176937,1737539146.082405,2,'info','Scanned contents of 2891 additional files at 11.46 per second'),(176938,1737539147.091411,2,'info','Scanned contents of 2898 additional files at 11.44 per second'),(176939,1737539148.155705,2,'info','Scanned contents of 2908 additional files at 11.43 per second'),(176940,1737539149.200166,2,'info','Scanned contents of 2933 additional files at 11.48 per second'),(176941,1737539150.417211,2,'info','Scanned contents of 2952 additional files at 11.50 per second'),(176942,1737539151.486697,2,'info','Scanned contents of 2962 additional files at 11.49 per second'),(176943,1737539152.641129,2,'info','Scanned contents of 2968 additional files at 11.46 per second'),(176944,1737539153.679128,2,'info','Scanned contents of 2978 additional files at 11.46 per second'),(176945,1737539155.483220,2,'info','Scanned contents of 2985 additional files at 11.40 per second'),(176946,1737539157.013308,2,'info','Scanned contents of 3003 additional files at 11.41 per second'),(176947,1737539158.015496,2,'info','Scanned contents of 3017 additional files at 11.42 per second'),(176948,1737539159.117741,2,'info','Scanned contents of 3031 additional files at 11.42 per second'),(176949,1737539160.505433,2,'info','Scanned contents of 3041 additional files at 11.40 per second'),(176950,1737539161.506801,2,'info','Scanned contents of 3046 additional files at 11.37 per second'),(176951,1737539162.526710,2,'info','Scanned contents of 3053 additional files at 11.36 per second'),(176952,1737539163.565825,2,'info','Scanned contents of 3066 additional files at 11.36 per second'),(176953,1737539164.699989,2,'info','Scanned contents of 3077 additional files at 11.36 per second'),(176954,1737539165.701743,2,'info','Scanned contents of 3096 additional files at 11.38 per second'),(176955,1737539166.790000,2,'info','Scanned contents of 3108 additional files at 11.38 per second'),(176956,1737539167.798305,2,'info','Scanned contents of 3131 additional files at 11.42 per second'),(176957,1737539169.223346,2,'info','Scanned contents of 3133 additional files at 11.37 per second'),(176958,1737539170.472205,2,'info','Scanned contents of 3147 additional files at 11.37 per second'),(176959,1737539171.587940,2,'info','Scanned contents of 3162 additional files at 11.38 per second'),(176960,1737539172.640816,2,'info','Scanned contents of 3174 additional files at 11.38 per second'),(176961,1737539173.662512,2,'info','Scanned contents of 3181 additional files at 11.36 per second'),(176962,1737539174.684001,2,'info','Scanned contents of 3190 additional files at 11.35 per second'),(176963,1737539175.691315,2,'info','Scanned contents of 3207 additional files at 11.37 per second'),(176964,1737539176.840345,2,'info','Scanned contents of 3218 additional files at 11.37 per second'),(176965,1737539177.994334,2,'info','Scanned contents of 3229 additional files at 11.36 per second'),(176966,1737539179.005003,2,'info','Scanned contents of 3238 additional files at 11.35 per second'),(176967,1737539180.011175,2,'info','Scanned contents of 3253 additional files at 11.36 per second'),(176968,1737539181.022248,2,'info','Scanned contents of 3265 additional files at 11.36 per second'),(176969,1737539182.036219,2,'info','Scanned contents of 3289 additional files at 11.41 per second'),(176970,1737539183.068406,2,'info','Scanned contents of 3300 additional files at 11.41 per second'),(176971,1737539184.096474,2,'info','Scanned contents of 3319 additional files at 11.43 per second'),(176972,1737539185.100256,2,'info','Scanned contents of 3342 additional files at 11.47 per second'),(176973,1737539186.120878,2,'info','Scanned contents of 3358 additional files at 11.48 per second'),(176974,1737539187.194702,2,'info','Scanned contents of 3366 additional files at 11.47 per second'),(176975,1737539188.429675,2,'info','Scanned contents of 3374 additional files at 11.45 per second'),(176976,1737539189.465702,2,'info','Scanned contents of 3379 additional files at 11.43 per second'),(176977,1737539190.479046,2,'info','Scanned contents of 3390 additional files at 11.42 per second'),(176978,1737539191.480733,2,'info','Scanned contents of 3396 additional files at 11.41 per second'),(176979,1737539192.730803,2,'info','Scanned contents of 3406 additional files at 11.39 per second'),(176980,1737539193.947406,2,'info','Scanned contents of 3423 additional files at 11.40 per second'),(176981,1737539194.949626,2,'info','Scanned contents of 3433 additional files at 11.40 per second'),(176982,1737539196.019612,2,'info','Scanned contents of 3445 additional files at 11.40 per second'),(176983,1737539197.708290,2,'info','Scanned contents of 3460 additional files at 11.38 per second'),(176984,1737539198.760830,2,'info','Scanned contents of 3470 additional files at 11.38 per second'),(176985,1737539199.794849,2,'info','Scanned contents of 3475 additional files at 11.35 per second'),(176986,1737539200.877522,2,'info','Scanned contents of 3485 additional files at 11.35 per second'),(176987,1737539201.899429,2,'info','Scanned contents of 3497 additional files at 11.35 per second'),(176988,1737539202.977033,2,'info','Scanned contents of 3515 additional files at 11.37 per second'),(176989,1737539203.990710,2,'info','Scanned contents of 3525 additional files at 11.36 per second'),(176990,1737539205.017972,2,'info','Scanned contents of 3530 additional files at 11.34 per second'),(176991,1737539206.046604,2,'info','Scanned contents of 3543 additional files at 11.34 per second'),(176992,1737539207.048935,2,'info','Scanned contents of 3553 additional files at 11.34 per second'),(176993,1737539208.106328,2,'info','Scanned contents of 3567 additional files at 11.35 per second'),(176994,1737539209.133848,2,'info','Scanned contents of 3581 additional files at 11.35 per second'),(176995,1737539210.272099,2,'info','Scanned contents of 3589 additional files at 11.34 per second'),(176996,1737539211.402406,2,'info','Scanned contents of 3600 additional files at 11.33 per second'),(176997,1737539212.661805,2,'info','Scanned contents of 3617 additional files at 11.34 per second'),(176998,1737539213.694072,2,'info','Scanned contents of 3618 additional files at 11.31 per second'),(176999,1737539214.726341,2,'info','Scanned contents of 3632 additional files at 11.31 per second'),(177000,1737539216.609869,2,'info','Scanned contents of 3636 additional files at 11.26 per second'),(177001,1737539217.631107,2,'info','Scanned contents of 3652 additional files at 11.27 per second'),(177002,1737539218.670019,2,'info','Scanned contents of 3664 additional files at 11.28 per second'),(177003,1737539219.696866,2,'info','Scanned contents of 3684 additional files at 11.30 per second'),(177004,1737539221.140353,2,'info','Scanned contents of 3695 additional files at 11.29 per second'),(177005,1737539222.191055,2,'info','Scanned contents of 3715 additional files at 11.31 per second'),(177006,1737539223.249047,2,'info','Scanned contents of 3734 additional files at 11.33 per second'),(177007,1737539224.317815,2,'info','Scanned contents of 3757 additional files at 11.36 per second'),(177008,1737539225.318068,2,'info','Scanned contents of 3769 additional files at 11.37 per second'),(177009,1737539226.385502,2,'info','Scanned contents of 3782 additional files at 11.37 per second'),(177010,1737539227.386551,2,'info','Scanned contents of 3794 additional files at 11.37 per second'),(177011,1737539228.511997,2,'info','Scanned contents of 3807 additional files at 11.37 per second'),(177012,1737539229.554838,2,'info','Scanned contents of 3819 additional files at 11.37 per second'),(177013,1737539230.562704,2,'info','Scanned contents of 3830 additional files at 11.37 per second'),(177014,1737539231.733233,2,'info','Scanned contents of 3838 additional files at 11.35 per second'),(177015,1737539232.744722,2,'info','Scanned contents of 3850 additional files at 11.36 per second'),(177016,1737539233.759273,2,'info','Scanned contents of 3877 additional files at 11.40 per second'),(177017,1737539234.838645,2,'info','Scanned contents of 3898 additional files at 11.43 per second'),(177018,1737539235.930805,2,'info','Scanned contents of 3925 additional files at 11.47 per second'),(177019,1737539236.962501,2,'info','Scanned contents of 3941 additional files at 11.48 per second'),(177020,1737539237.146957,2,'info','Scanned contents of 3944 additional files at 11.48 per second'),(177021,1737539237.147458,2,'info','Asking Wordfence to check URLs against malware list.'),(177022,1737539237.165932,2,'info','Checking 2992 host keys against Wordfence scanning servers.'),(177023,1737539237.635708,2,'info','Done host key check.'),(177024,1737539237.785937,2,'info','Done file contents scan'),(177025,1737539237.787995,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(177026,1737539237.798182,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blacklist'),(177027,1737539237.813235,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(177028,1737539237.819150,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(177029,1737539237.835755,10,'info','SUM_START:Scanning posts for URLs on a domain blacklist'),(177030,1737539238.027100,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(177031,1737539238.028098,2,'info','Checking 12 host keys against Wordfence scanning servers.'),(177032,1737539238.487511,2,'info','Done host key check.'),(177033,1737539238.488191,2,'info','Done examining URLs'),(177034,1737539238.685748,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blacklist'),(177035,1737539238.701394,10,'info','SUM_START:Scanning comments for URLs on a domain blacklist'),(177036,1737539238.801326,2,'info','Checking 4 host keys against Wordfence scanning servers.'),(177037,1737539239.262514,2,'info','Done host key check.'),(177038,1737539239.383917,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blacklist'),(177039,1737539239.399085,10,'info','SUM_START:Scanning for weak passwords'),(177040,1737539239.404202,2,'info','Starting password strength check on 1 users.'),(177041,1737539239.843629,10,'info','SUM_ENDOK:Scanning for weak passwords'),(177042,1737539239.856975,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(177043,1737539247.874598,1,'error','
\nWarning: Creating default object from empty value in /data/vhosts/fj-lifesciences/public_html/wp-content/plugins/booked/includes/updates/plugin-update-checker.php on line 228
\n
\nFatal error: Uncaught Error: C'); /*!40000 ALTER TABLE `wp_wfstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wftrafficrates` -- DROP TABLE IF EXISTS `wp_wftrafficrates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wftrafficrates` ( `eMin` int(10) unsigned NOT NULL, `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `hitType` enum('hit','404') NOT NULL DEFAULT 'hit', `hits` int(10) unsigned NOT NULL, PRIMARY KEY (`eMin`,`IP`,`hitType`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wftrafficrates` -- LOCK TABLES `wp_wftrafficrates` WRITE; /*!40000 ALTER TABLE `wp_wftrafficrates` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wftrafficrates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yoast_seo_links` -- DROP TABLE IF EXISTS `wp_yoast_seo_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yoast_seo_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yoast_seo_links` -- LOCK TABLES `wp_yoast_seo_links` WRITE; /*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yoast_seo_meta` -- DROP TABLE IF EXISTS `wp_yoast_seo_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yoast_seo_meta` ( `object_id` bigint(20) unsigned NOT NULL, `internal_link_count` int(10) unsigned DEFAULT NULL, `incoming_link_count` int(10) unsigned DEFAULT NULL, UNIQUE KEY `object_id` (`object_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yoast_seo_meta` -- LOCK TABLES `wp_yoast_seo_meta` WRITE; /*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */; INSERT INTO `wp_yoast_seo_meta` VALUES (2449,0,0),(2450,0,0),(2452,0,0),(2453,0,0),(2454,0,0),(2455,0,0),(2457,0,0),(3854,0,0),(4221,0,0),(4222,0,0),(4224,0,0),(4226,0,0),(4227,0,0),(4228,0,0); /*!40000 ALTER TABLE `wp_yoast_seo_meta` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2025-01-23 10:45:43